tencentcloud-sdk-nodejs 4.1.311 → 4.1.312
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/es/common/sdk_version.js +1 -1
- package/es/services/cfw/v20190904/cfw_client.js +10 -7
- package/es/services/databuddy/index.js +4 -0
- package/es/services/databuddy/v20260715/databuddy_client.js +57 -0
- package/es/services/databuddy/v20260715/databuddy_models.js +1 -0
- package/es/services/databuddy/v20260715/index.js +6 -0
- package/es/services/index.js +1 -0
- package/es/services/iotexplorer/v20190423/iotexplorer_client.js +12 -6
- package/es/services/trtc/v20190722/trtc_client.js +163 -160
- package/es/services/tsf/v20180326/tsf_client.js +2 -5
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/adp/v20260520/adp_models.d.ts +4 -0
- package/tencentcloud/services/ags/v20250920/ags_models.d.ts +23 -7
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +11 -7
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +13 -9
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +18 -12
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +199 -0
- package/tencentcloud/services/databuddy/index.d.ts +6 -0
- package/tencentcloud/services/databuddy/index.js +7 -0
- package/tencentcloud/services/databuddy/v20260715/databuddy_client.d.ts +139 -0
- package/tencentcloud/services/databuddy/v20260715/databuddy_client.js +194 -0
- package/tencentcloud/services/databuddy/v20260715/databuddy_models.d.ts +3061 -0
- package/tencentcloud/services/databuddy/v20260715/databuddy_models.js +18 -0
- package/tencentcloud/services/databuddy/v20260715/index.d.ts +6 -0
- package/tencentcloud/services/databuddy/v20260715/index.js +10 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +171 -429
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +10 -10
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +10 -10
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +15 -16
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +7 -5
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +15 -7
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +21 -9
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +173 -4
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +23 -30
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +105 -41
- package/tencentcloud/services/tokenhub/v20260322/tokenhub_client.d.ts +3 -1
- package/tencentcloud/services/tokenhub/v20260322/tokenhub_client.js +3 -1
- package/tencentcloud/services/tokenhub/v20260322/tokenhub_models.d.ts +16 -4
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +333 -329
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +425 -419
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +196 -27
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +3 -9
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +3 -11
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +0 -30
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +8 -0
package/es/common/sdk_version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.1.
|
|
1
|
+
export const sdkVersion = "4.1.312";
|
|
@@ -120,8 +120,8 @@ export class Client extends AbstractClient {
|
|
|
120
120
|
async DescribeNatFwDnatRule(req, cb) {
|
|
121
121
|
return this.request("DescribeNatFwDnatRule", req, cb);
|
|
122
122
|
}
|
|
123
|
-
async
|
|
124
|
-
return this.request("
|
|
123
|
+
async DescribeGuideScanInfo(req, cb) {
|
|
124
|
+
return this.request("DescribeGuideScanInfo", req, cb);
|
|
125
125
|
}
|
|
126
126
|
async DescribeNatFwInfoCount(req, cb) {
|
|
127
127
|
return this.request("DescribeNatFwInfoCount", req, cb);
|
|
@@ -177,8 +177,8 @@ export class Client extends AbstractClient {
|
|
|
177
177
|
async DescribeNDRDataLeakOutAlertList(req, cb) {
|
|
178
178
|
return this.request("DescribeNDRDataLeakOutAlertList", req, cb);
|
|
179
179
|
}
|
|
180
|
-
async
|
|
181
|
-
return this.request("
|
|
180
|
+
async DescribeBlockList(req, cb) {
|
|
181
|
+
return this.request("DescribeBlockList", req, cb);
|
|
182
182
|
}
|
|
183
183
|
async CreateBlockIgnoreRuleNew(req, cb) {
|
|
184
184
|
return this.request("CreateBlockIgnoreRuleNew", req, cb);
|
|
@@ -261,6 +261,9 @@ export class Client extends AbstractClient {
|
|
|
261
261
|
async CreateChooseVpcs(req, cb) {
|
|
262
262
|
return this.request("CreateChooseVpcs", req, cb);
|
|
263
263
|
}
|
|
264
|
+
async DescribeNDRDataLeakOutAlertDetail(req, cb) {
|
|
265
|
+
return this.request("DescribeNDRDataLeakOutAlertDetail", req, cb);
|
|
266
|
+
}
|
|
264
267
|
async ModifyAssetScan(req, cb) {
|
|
265
268
|
return this.request("ModifyAssetScan", req, cb);
|
|
266
269
|
}
|
|
@@ -387,6 +390,9 @@ export class Client extends AbstractClient {
|
|
|
387
390
|
async ModifyNatInstance(req, cb) {
|
|
388
391
|
return this.request("ModifyNatInstance", req, cb);
|
|
389
392
|
}
|
|
393
|
+
async DescribeNatFwInstanceWithRegion(req, cb) {
|
|
394
|
+
return this.request("DescribeNatFwInstanceWithRegion", req, cb);
|
|
395
|
+
}
|
|
390
396
|
async DeleteAcRule(req, cb) {
|
|
391
397
|
return this.request("DeleteAcRule", req, cb);
|
|
392
398
|
}
|
|
@@ -435,9 +441,6 @@ export class Client extends AbstractClient {
|
|
|
435
441
|
async DescribeAddressTemplateList(req, cb) {
|
|
436
442
|
return this.request("DescribeAddressTemplateList", req, cb);
|
|
437
443
|
}
|
|
438
|
-
async DescribeGuideScanInfo(req, cb) {
|
|
439
|
-
return this.request("DescribeGuideScanInfo", req, cb);
|
|
440
|
-
}
|
|
441
444
|
async SetNatFwEip(req, cb) {
|
|
442
445
|
return this.request("SetNatFwEip", req, cb);
|
|
443
446
|
}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
|
+
export class Client extends AbstractClient {
|
|
3
|
+
constructor(clientConfig) {
|
|
4
|
+
super("databuddy.tencentcloudapi.com", "2026-07-15", clientConfig);
|
|
5
|
+
}
|
|
6
|
+
async RerunWorkflowRun(req, cb) {
|
|
7
|
+
return this.request("RerunWorkflowRun", req, cb);
|
|
8
|
+
}
|
|
9
|
+
async UpdateWorkflow(req, cb) {
|
|
10
|
+
return this.request("UpdateWorkflow", req, cb);
|
|
11
|
+
}
|
|
12
|
+
async CreateWorkflow(req, cb) {
|
|
13
|
+
return this.request("CreateWorkflow", req, cb);
|
|
14
|
+
}
|
|
15
|
+
async UpdateFile(req, cb) {
|
|
16
|
+
return this.request("UpdateFile", req, cb);
|
|
17
|
+
}
|
|
18
|
+
async GetWorkflow(req, cb) {
|
|
19
|
+
return this.request("GetWorkflow", req, cb);
|
|
20
|
+
}
|
|
21
|
+
async GetWorkflowRun(req, cb) {
|
|
22
|
+
return this.request("GetWorkflowRun", req, cb);
|
|
23
|
+
}
|
|
24
|
+
async CreateFile(req, cb) {
|
|
25
|
+
return this.request("CreateFile", req, cb);
|
|
26
|
+
}
|
|
27
|
+
async GetWorkflowTaskRun(req, cb) {
|
|
28
|
+
return this.request("GetWorkflowTaskRun", req, cb);
|
|
29
|
+
}
|
|
30
|
+
async ListWorkflowTaskRuns(req, cb) {
|
|
31
|
+
return this.request("ListWorkflowTaskRuns", req, cb);
|
|
32
|
+
}
|
|
33
|
+
async RunWorkflow(req, cb) {
|
|
34
|
+
return this.request("RunWorkflow", req, cb);
|
|
35
|
+
}
|
|
36
|
+
async ListWorkflowRuns(req, cb) {
|
|
37
|
+
return this.request("ListWorkflowRuns", req, cb);
|
|
38
|
+
}
|
|
39
|
+
async KillWorkflowRun(req, cb) {
|
|
40
|
+
return this.request("KillWorkflowRun", req, cb);
|
|
41
|
+
}
|
|
42
|
+
async DeleteWorkflow(req, cb) {
|
|
43
|
+
return this.request("DeleteWorkflow", req, cb);
|
|
44
|
+
}
|
|
45
|
+
async GetFile(req, cb) {
|
|
46
|
+
return this.request("GetFile", req, cb);
|
|
47
|
+
}
|
|
48
|
+
async ListWorkflows(req, cb) {
|
|
49
|
+
return this.request("ListWorkflows", req, cb);
|
|
50
|
+
}
|
|
51
|
+
async DeleteFile(req, cb) {
|
|
52
|
+
return this.request("DeleteFile", req, cb);
|
|
53
|
+
}
|
|
54
|
+
async UnbindWorkflowBundle(req, cb) {
|
|
55
|
+
return this.request("UnbindWorkflowBundle", req, cb);
|
|
56
|
+
}
|
|
57
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/es/services/index.js
CHANGED
|
@@ -88,6 +88,7 @@ export { cws } from "./cws";
|
|
|
88
88
|
export { cynosdb } from "./cynosdb";
|
|
89
89
|
export { dasb } from "./dasb";
|
|
90
90
|
export { dataagent } from "./dataagent";
|
|
91
|
+
export { databuddy } from "./databuddy";
|
|
91
92
|
export { dayu } from "./dayu";
|
|
92
93
|
export { dbbrain } from "./dbbrain";
|
|
93
94
|
export { dbdc } from "./dbdc";
|
|
@@ -330,8 +330,8 @@ export class Client extends AbstractClient {
|
|
|
330
330
|
async CreateTWeTalkProductConfigV2(req, cb) {
|
|
331
331
|
return this.request("CreateTWeTalkProductConfigV2", req, cb);
|
|
332
332
|
}
|
|
333
|
-
async
|
|
334
|
-
return this.request("
|
|
333
|
+
async CreateProject(req, cb) {
|
|
334
|
+
return this.request("CreateProject", req, cb);
|
|
335
335
|
}
|
|
336
336
|
async CallDeviceActionAsync(req, cb) {
|
|
337
337
|
return this.request("CallDeviceActionAsync", req, cb);
|
|
@@ -534,6 +534,9 @@ export class Client extends AbstractClient {
|
|
|
534
534
|
async DescribeTWeTalkAgentBinding(req, cb) {
|
|
535
535
|
return this.request("DescribeTWeTalkAgentBinding", req, cb);
|
|
536
536
|
}
|
|
537
|
+
async ModifyModelDefinition(req, cb) {
|
|
538
|
+
return this.request("ModifyModelDefinition", req, cb);
|
|
539
|
+
}
|
|
537
540
|
async CreateCloudStorageAIServiceTask(req, cb) {
|
|
538
541
|
return this.request("CreateCloudStorageAIServiceTask", req, cb);
|
|
539
542
|
}
|
|
@@ -597,8 +600,8 @@ export class Client extends AbstractClient {
|
|
|
597
600
|
async BindTWeTalkAgent(req, cb) {
|
|
598
601
|
return this.request("BindTWeTalkAgent", req, cb);
|
|
599
602
|
}
|
|
600
|
-
async
|
|
601
|
-
return this.request("
|
|
603
|
+
async DescribeCloudStorageMultiThumbnail(req, cb) {
|
|
604
|
+
return this.request("DescribeCloudStorageMultiThumbnail", req, cb);
|
|
602
605
|
}
|
|
603
606
|
async PublishMessage(req, cb) {
|
|
604
607
|
return this.request("PublishMessage", req, cb);
|
|
@@ -615,6 +618,9 @@ export class Client extends AbstractClient {
|
|
|
615
618
|
async DeleteTWeTalkAIBot(req, cb) {
|
|
616
619
|
return this.request("DeleteTWeTalkAIBot", req, cb);
|
|
617
620
|
}
|
|
621
|
+
async BatchRenewTWeSeeSubscription(req, cb) {
|
|
622
|
+
return this.request("BatchRenewTWeSeeSubscription", req, cb);
|
|
623
|
+
}
|
|
618
624
|
async ModifyProductDynamicRegister(req, cb) {
|
|
619
625
|
return this.request("ModifyProductDynamicRegister", req, cb);
|
|
620
626
|
}
|
|
@@ -720,8 +726,8 @@ export class Client extends AbstractClient {
|
|
|
720
726
|
async DescribeCloudStorageEvents(req, cb) {
|
|
721
727
|
return this.request("DescribeCloudStorageEvents", req, cb);
|
|
722
728
|
}
|
|
723
|
-
async
|
|
724
|
-
return this.request("
|
|
729
|
+
async BatchCreateTWeSeeSubscription(req, cb) {
|
|
730
|
+
return this.request("BatchCreateTWeSeeSubscription", req, cb);
|
|
725
731
|
}
|
|
726
732
|
async GetFamilyDeviceUserList(req, cb) {
|
|
727
733
|
return this.request("GetFamilyDeviceUserList", req, cb);
|
|
@@ -3,17 +3,68 @@ export class Client extends AbstractClient {
|
|
|
3
3
|
constructor(clientConfig) {
|
|
4
4
|
super("trtc.tencentcloudapi.com", "2019-07-22", clientConfig);
|
|
5
5
|
}
|
|
6
|
-
async
|
|
7
|
-
return this.request("
|
|
6
|
+
async StartMCUMixTranscode(req, cb) {
|
|
7
|
+
return this.request("StartMCUMixTranscode", req, cb);
|
|
8
8
|
}
|
|
9
|
-
async
|
|
10
|
-
return this.request("
|
|
9
|
+
async StopAIConversation(req, cb) {
|
|
10
|
+
return this.request("StopAIConversation", req, cb);
|
|
11
11
|
}
|
|
12
|
-
async
|
|
13
|
-
return this.request("
|
|
12
|
+
async StopMCUMixTranscode(req, cb) {
|
|
13
|
+
return this.request("StopMCUMixTranscode", req, cb);
|
|
14
14
|
}
|
|
15
|
-
async
|
|
16
|
-
return this.request("
|
|
15
|
+
async DescribeAIConversation(req, cb) {
|
|
16
|
+
return this.request("DescribeAIConversation", req, cb);
|
|
17
|
+
}
|
|
18
|
+
async DescribeTRTCRealTimeScaleData(req, cb) {
|
|
19
|
+
return this.request("DescribeTRTCRealTimeScaleData", req, cb);
|
|
20
|
+
}
|
|
21
|
+
async RemoveUser(req, cb) {
|
|
22
|
+
return this.request("RemoveUser", req, cb);
|
|
23
|
+
}
|
|
24
|
+
async DescribeLiveStreamModeration(req, cb) {
|
|
25
|
+
return this.request("DescribeLiveStreamModeration", req, cb);
|
|
26
|
+
}
|
|
27
|
+
async RegisterVoicePrint(req, cb) {
|
|
28
|
+
return this.request("RegisterVoicePrint", req, cb);
|
|
29
|
+
}
|
|
30
|
+
async StopMCUMixTranscodeByStrRoomId(req, cb) {
|
|
31
|
+
return this.request("StopMCUMixTranscodeByStrRoomId", req, cb);
|
|
32
|
+
}
|
|
33
|
+
async VoiceClone(req, cb) {
|
|
34
|
+
return this.request("VoiceClone", req, cb);
|
|
35
|
+
}
|
|
36
|
+
async DescribeCloudTranscription(req, cb) {
|
|
37
|
+
return this.request("DescribeCloudTranscription", req, cb);
|
|
38
|
+
}
|
|
39
|
+
async DeleteLiveStreamModeration(req, cb) {
|
|
40
|
+
return this.request("DeleteLiveStreamModeration", req, cb);
|
|
41
|
+
}
|
|
42
|
+
async ModifyCloudSliceTask(req, cb) {
|
|
43
|
+
return this.request("ModifyCloudSliceTask", req, cb);
|
|
44
|
+
}
|
|
45
|
+
async DescribeRecordingUsage(req, cb) {
|
|
46
|
+
return this.request("DescribeRecordingUsage", req, cb);
|
|
47
|
+
}
|
|
48
|
+
async DeleteCloudSliceTask(req, cb) {
|
|
49
|
+
return this.request("DeleteCloudSliceTask", req, cb);
|
|
50
|
+
}
|
|
51
|
+
async GetRecognizeVocabListV3(req, cb) {
|
|
52
|
+
return this.request("GetRecognizeVocabListV3", req, cb);
|
|
53
|
+
}
|
|
54
|
+
async DescribeTrtcRoomUsage(req, cb) {
|
|
55
|
+
return this.request("DescribeTrtcRoomUsage", req, cb);
|
|
56
|
+
}
|
|
57
|
+
async DescribeAITranscription(req, cb) {
|
|
58
|
+
return this.request("DescribeAITranscription", req, cb);
|
|
59
|
+
}
|
|
60
|
+
async DeleteCloudRecording(req, cb) {
|
|
61
|
+
return this.request("DeleteCloudRecording", req, cb);
|
|
62
|
+
}
|
|
63
|
+
async DescribeUnusualEvent(req, cb) {
|
|
64
|
+
return this.request("DescribeUnusualEvent", req, cb);
|
|
65
|
+
}
|
|
66
|
+
async GetRecognizeVocabV3(req, cb) {
|
|
67
|
+
return this.request("GetRecognizeVocabV3", req, cb);
|
|
17
68
|
}
|
|
18
69
|
async UpdateAIConversation(req, cb) {
|
|
19
70
|
return this.request("UpdateAIConversation", req, cb);
|
|
@@ -21,146 +72,164 @@ export class Client extends AbstractClient {
|
|
|
21
72
|
async DescribeTrtcUsage(req, cb) {
|
|
22
73
|
return this.request("DescribeTrtcUsage", req, cb);
|
|
23
74
|
}
|
|
24
|
-
async
|
|
25
|
-
return this.request("
|
|
75
|
+
async StartPublishCdnStream(req, cb) {
|
|
76
|
+
return this.request("StartPublishCdnStream", req, cb);
|
|
26
77
|
}
|
|
27
|
-
async
|
|
28
|
-
return this.request("
|
|
78
|
+
async DescribeCallDetailInfo(req, cb) {
|
|
79
|
+
return this.request("DescribeCallDetailInfo", req, cb);
|
|
29
80
|
}
|
|
30
|
-
async
|
|
31
|
-
return this.request("
|
|
81
|
+
async StartStreamIngest(req, cb) {
|
|
82
|
+
return this.request("StartStreamIngest", req, cb);
|
|
32
83
|
}
|
|
33
|
-
async
|
|
34
|
-
return this.request("
|
|
84
|
+
async CreateAudioModerationSync(req, cb) {
|
|
85
|
+
return this.request("CreateAudioModerationSync", req, cb);
|
|
35
86
|
}
|
|
36
|
-
async
|
|
37
|
-
return this.request("
|
|
87
|
+
async UpdateStreamIngest(req, cb) {
|
|
88
|
+
return this.request("UpdateStreamIngest", req, cb);
|
|
38
89
|
}
|
|
39
|
-
async
|
|
40
|
-
return this.request("
|
|
90
|
+
async DeletePicture(req, cb) {
|
|
91
|
+
return this.request("DeletePicture", req, cb);
|
|
41
92
|
}
|
|
42
|
-
async
|
|
43
|
-
return this.request("
|
|
93
|
+
async CreateRecognizeVocabV3(req, cb) {
|
|
94
|
+
return this.request("CreateRecognizeVocabV3", req, cb);
|
|
95
|
+
}
|
|
96
|
+
async ModifyCloudRecording(req, cb) {
|
|
97
|
+
return this.request("ModifyCloudRecording", req, cb);
|
|
98
|
+
}
|
|
99
|
+
async StartWebRecord(req, cb) {
|
|
100
|
+
return this.request("StartWebRecord", req, cb);
|
|
101
|
+
}
|
|
102
|
+
async StopWebRecord(req, cb) {
|
|
103
|
+
return this.request("StopWebRecord", req, cb);
|
|
104
|
+
}
|
|
105
|
+
async CreateCloudRecording(req, cb) {
|
|
106
|
+
return this.request("CreateCloudRecording", req, cb);
|
|
107
|
+
}
|
|
108
|
+
async DeleteCloudModeration(req, cb) {
|
|
109
|
+
return this.request("DeleteCloudModeration", req, cb);
|
|
110
|
+
}
|
|
111
|
+
async DescribeScaleInfo(req, cb) {
|
|
112
|
+
return this.request("DescribeScaleInfo", req, cb);
|
|
113
|
+
}
|
|
114
|
+
async DescribeMixTranscodingUsage(req, cb) {
|
|
115
|
+
return this.request("DescribeMixTranscodingUsage", req, cb);
|
|
44
116
|
}
|
|
45
117
|
async DescribeRecordStatistic(req, cb) {
|
|
46
118
|
return this.request("DescribeRecordStatistic", req, cb);
|
|
47
119
|
}
|
|
48
|
-
async
|
|
49
|
-
return this.request("
|
|
120
|
+
async DescribeVoicePrint(req, cb) {
|
|
121
|
+
return this.request("DescribeVoicePrint", req, cb);
|
|
50
122
|
}
|
|
51
|
-
async
|
|
52
|
-
return this.request("
|
|
123
|
+
async DismissRoomByStrRoomId(req, cb) {
|
|
124
|
+
return this.request("DismissRoomByStrRoomId", req, cb);
|
|
125
|
+
}
|
|
126
|
+
async DescribeTRTCRealTimeQualityData(req, cb) {
|
|
127
|
+
return this.request("DescribeTRTCRealTimeQualityData", req, cb);
|
|
128
|
+
}
|
|
129
|
+
async ControlAIConversation(req, cb) {
|
|
130
|
+
return this.request("ControlAIConversation", req, cb);
|
|
131
|
+
}
|
|
132
|
+
async TextToSpeechSSE(req, cb) {
|
|
133
|
+
return this.request("TextToSpeechSSE", req, cb);
|
|
134
|
+
}
|
|
135
|
+
async DescribeRoomInfo(req, cb) {
|
|
136
|
+
return this.request("DescribeRoomInfo", req, cb);
|
|
137
|
+
}
|
|
138
|
+
async DescribeStreamIngest(req, cb) {
|
|
139
|
+
return this.request("DescribeStreamIngest", req, cb);
|
|
53
140
|
}
|
|
54
141
|
async SetVocabStateV3(req, cb) {
|
|
55
142
|
return this.request("SetVocabStateV3", req, cb);
|
|
56
143
|
}
|
|
57
|
-
async
|
|
58
|
-
return this.request("
|
|
144
|
+
async UpdateRecognizeVocabV3(req, cb) {
|
|
145
|
+
return this.request("UpdateRecognizeVocabV3", req, cb);
|
|
59
146
|
}
|
|
60
|
-
async
|
|
61
|
-
return this.request("
|
|
147
|
+
async DeleteVoicePrint(req, cb) {
|
|
148
|
+
return this.request("DeleteVoicePrint", req, cb);
|
|
62
149
|
}
|
|
63
|
-
async
|
|
64
|
-
return this.request("
|
|
150
|
+
async UpdatePublishCdnStream(req, cb) {
|
|
151
|
+
return this.request("UpdatePublishCdnStream", req, cb);
|
|
65
152
|
}
|
|
66
153
|
async TextToSpeech(req, cb) {
|
|
67
154
|
return this.request("TextToSpeech", req, cb);
|
|
68
155
|
}
|
|
69
|
-
async StartStreamIngest(req, cb) {
|
|
70
|
-
return this.request("StartStreamIngest", req, cb);
|
|
71
|
-
}
|
|
72
156
|
async StartAIConversation(req, cb) {
|
|
73
157
|
return this.request("StartAIConversation", req, cb);
|
|
74
158
|
}
|
|
75
|
-
async RemoveUserByStrRoomId(req, cb) {
|
|
76
|
-
return this.request("RemoveUserByStrRoomId", req, cb);
|
|
77
|
-
}
|
|
78
159
|
async DeleteRecognizeVocabV3(req, cb) {
|
|
79
160
|
return this.request("DeleteRecognizeVocabV3", req, cb);
|
|
80
161
|
}
|
|
81
|
-
async DeletePicture(req, cb) {
|
|
82
|
-
return this.request("DeletePicture", req, cb);
|
|
83
|
-
}
|
|
84
162
|
async CreatePicture(req, cb) {
|
|
85
163
|
return this.request("CreatePicture", req, cb);
|
|
86
164
|
}
|
|
87
165
|
async CreateLiveStreamModeration(req, cb) {
|
|
88
166
|
return this.request("CreateLiveStreamModeration", req, cb);
|
|
89
167
|
}
|
|
90
|
-
async
|
|
91
|
-
return this.request("
|
|
168
|
+
async DescribeTRTCMarketScaleData(req, cb) {
|
|
169
|
+
return this.request("DescribeTRTCMarketScaleData", req, cb);
|
|
92
170
|
}
|
|
93
|
-
async
|
|
94
|
-
return this.request("
|
|
171
|
+
async ModifyCloudModeration(req, cb) {
|
|
172
|
+
return this.request("ModifyCloudModeration", req, cb);
|
|
95
173
|
}
|
|
96
|
-
async
|
|
97
|
-
return this.request("
|
|
174
|
+
async DescribeCloudSliceTask(req, cb) {
|
|
175
|
+
return this.request("DescribeCloudSliceTask", req, cb);
|
|
98
176
|
}
|
|
99
|
-
async
|
|
100
|
-
return this.request("
|
|
177
|
+
async ModifyPicture(req, cb) {
|
|
178
|
+
return this.request("ModifyPicture", req, cb);
|
|
101
179
|
}
|
|
102
|
-
async
|
|
103
|
-
return this.request("
|
|
180
|
+
async DescribeUserInfo(req, cb) {
|
|
181
|
+
return this.request("DescribeUserInfo", req, cb);
|
|
104
182
|
}
|
|
105
|
-
async
|
|
106
|
-
return this.request("
|
|
183
|
+
async StartMCUMixTranscodeByStrRoomId(req, cb) {
|
|
184
|
+
return this.request("StartMCUMixTranscodeByStrRoomId", req, cb);
|
|
107
185
|
}
|
|
108
|
-
async
|
|
109
|
-
return this.request("
|
|
186
|
+
async RemoveUserByStrRoomId(req, cb) {
|
|
187
|
+
return this.request("RemoveUserByStrRoomId", req, cb);
|
|
110
188
|
}
|
|
111
|
-
async
|
|
112
|
-
return this.request("
|
|
189
|
+
async StopAITranscription(req, cb) {
|
|
190
|
+
return this.request("StopAITranscription", req, cb);
|
|
113
191
|
}
|
|
114
|
-
async
|
|
115
|
-
return this.request("
|
|
192
|
+
async DescribeCloudRecording(req, cb) {
|
|
193
|
+
return this.request("DescribeCloudRecording", req, cb);
|
|
116
194
|
}
|
|
117
|
-
async
|
|
118
|
-
return this.request("
|
|
195
|
+
async DescribeTRTCSegmentModerationUsage(req, cb) {
|
|
196
|
+
return this.request("DescribeTRTCSegmentModerationUsage", req, cb);
|
|
119
197
|
}
|
|
120
|
-
async
|
|
121
|
-
return this.request("
|
|
198
|
+
async CreateCloudSliceTask(req, cb) {
|
|
199
|
+
return this.request("CreateCloudSliceTask", req, cb);
|
|
122
200
|
}
|
|
123
|
-
async
|
|
124
|
-
return this.request("
|
|
201
|
+
async DescribeWebRecord(req, cb) {
|
|
202
|
+
return this.request("DescribeWebRecord", req, cb);
|
|
125
203
|
}
|
|
126
|
-
async
|
|
127
|
-
return this.request("
|
|
204
|
+
async DescribeCloudModeration(req, cb) {
|
|
205
|
+
return this.request("DescribeCloudModeration", req, cb);
|
|
128
206
|
}
|
|
129
|
-
async
|
|
130
|
-
return this.request("
|
|
207
|
+
async DescribeTRTCMarketQualityData(req, cb) {
|
|
208
|
+
return this.request("DescribeTRTCMarketQualityData", req, cb);
|
|
131
209
|
}
|
|
132
210
|
async StopPublishCdnStream(req, cb) {
|
|
133
211
|
return this.request("StopPublishCdnStream", req, cb);
|
|
134
212
|
}
|
|
135
|
-
async
|
|
136
|
-
return this.request("
|
|
137
|
-
}
|
|
138
|
-
async CreateCloudRecording(req, cb) {
|
|
139
|
-
return this.request("CreateCloudRecording", req, cb);
|
|
140
|
-
}
|
|
141
|
-
async DeleteCloudModeration(req, cb) {
|
|
142
|
-
return this.request("DeleteCloudModeration", req, cb);
|
|
143
|
-
}
|
|
144
|
-
async DescribeScaleInfo(req, cb) {
|
|
145
|
-
return this.request("DescribeScaleInfo", req, cb);
|
|
213
|
+
async CreateCloudModeration(req, cb) {
|
|
214
|
+
return this.request("CreateCloudModeration", req, cb);
|
|
146
215
|
}
|
|
147
|
-
async
|
|
148
|
-
return this.request("
|
|
216
|
+
async DescribeTRTCMarketScaleMetricData(req, cb) {
|
|
217
|
+
return this.request("DescribeTRTCMarketScaleMetricData", req, cb);
|
|
149
218
|
}
|
|
150
|
-
async
|
|
151
|
-
return this.request("
|
|
219
|
+
async DownloadRecognizeVocabV3(req, cb) {
|
|
220
|
+
return this.request("DownloadRecognizeVocabV3", req, cb);
|
|
152
221
|
}
|
|
153
|
-
async
|
|
154
|
-
return this.request("
|
|
222
|
+
async DescribeUserEvent(req, cb) {
|
|
223
|
+
return this.request("DescribeUserEvent", req, cb);
|
|
155
224
|
}
|
|
156
|
-
async
|
|
157
|
-
return this.request("
|
|
225
|
+
async DeleteCloudTranscription(req, cb) {
|
|
226
|
+
return this.request("DeleteCloudTranscription", req, cb);
|
|
158
227
|
}
|
|
159
|
-
async
|
|
160
|
-
return this.request("
|
|
228
|
+
async StartAITranscription(req, cb) {
|
|
229
|
+
return this.request("StartAITranscription", req, cb);
|
|
161
230
|
}
|
|
162
|
-
async
|
|
163
|
-
return this.request("
|
|
231
|
+
async AsyncTextToSpeech(req, cb) {
|
|
232
|
+
return this.request("AsyncTextToSpeech", req, cb);
|
|
164
233
|
}
|
|
165
234
|
async CreateCloudTranscription(req, cb) {
|
|
166
235
|
return this.request("CreateCloudTranscription", req, cb);
|
|
@@ -168,94 +237,28 @@ export class Client extends AbstractClient {
|
|
|
168
237
|
async StopStreamIngest(req, cb) {
|
|
169
238
|
return this.request("StopStreamIngest", req, cb);
|
|
170
239
|
}
|
|
171
|
-
async DescribeUnusualEvent(req, cb) {
|
|
172
|
-
return this.request("DescribeUnusualEvent", req, cb);
|
|
173
|
-
}
|
|
174
|
-
async VoiceClone(req, cb) {
|
|
175
|
-
return this.request("VoiceClone", req, cb);
|
|
176
|
-
}
|
|
177
|
-
async DescribeRecordingUsage(req, cb) {
|
|
178
|
-
return this.request("DescribeRecordingUsage", req, cb);
|
|
179
|
-
}
|
|
180
240
|
async DescribeAsyncTextToSpeech(req, cb) {
|
|
181
241
|
return this.request("DescribeAsyncTextToSpeech", req, cb);
|
|
182
242
|
}
|
|
183
|
-
async DescribeMixTranscodingUsage(req, cb) {
|
|
184
|
-
return this.request("DescribeMixTranscodingUsage", req, cb);
|
|
185
|
-
}
|
|
186
243
|
async DismissRoom(req, cb) {
|
|
187
244
|
return this.request("DismissRoom", req, cb);
|
|
188
245
|
}
|
|
189
|
-
async DescribeTrtcRoomUsage(req, cb) {
|
|
190
|
-
return this.request("DescribeTrtcRoomUsage", req, cb);
|
|
191
|
-
}
|
|
192
|
-
async DeleteCloudSliceTask(req, cb) {
|
|
193
|
-
return this.request("DeleteCloudSliceTask", req, cb);
|
|
194
|
-
}
|
|
195
246
|
async DescribeTRTCDedicatedCloudAccUsage(req, cb) {
|
|
196
247
|
return this.request("DescribeTRTCDedicatedCloudAccUsage", req, cb);
|
|
197
248
|
}
|
|
198
249
|
async DescribeTrtcMcuTranscodeTime(req, cb) {
|
|
199
250
|
return this.request("DescribeTrtcMcuTranscodeTime", req, cb);
|
|
200
251
|
}
|
|
201
|
-
async DescribeCloudRecording(req, cb) {
|
|
202
|
-
return this.request("DescribeCloudRecording", req, cb);
|
|
203
|
-
}
|
|
204
252
|
async DescribeRelayUsage(req, cb) {
|
|
205
253
|
return this.request("DescribeRelayUsage", req, cb);
|
|
206
254
|
}
|
|
207
|
-
async
|
|
208
|
-
return this.request("
|
|
209
|
-
}
|
|
210
|
-
async UpdatePublishCdnStream(req, cb) {
|
|
211
|
-
return this.request("UpdatePublishCdnStream", req, cb);
|
|
212
|
-
}
|
|
213
|
-
async DeleteVoicePrint(req, cb) {
|
|
214
|
-
return this.request("DeleteVoicePrint", req, cb);
|
|
215
|
-
}
|
|
216
|
-
async CreateCloudSliceTask(req, cb) {
|
|
217
|
-
return this.request("CreateCloudSliceTask", req, cb);
|
|
218
|
-
}
|
|
219
|
-
async DeleteCloudRecording(req, cb) {
|
|
220
|
-
return this.request("DeleteCloudRecording", req, cb);
|
|
221
|
-
}
|
|
222
|
-
async StopAIConversation(req, cb) {
|
|
223
|
-
return this.request("StopAIConversation", req, cb);
|
|
255
|
+
async UpdateVoicePrint(req, cb) {
|
|
256
|
+
return this.request("UpdateVoicePrint", req, cb);
|
|
224
257
|
}
|
|
225
258
|
async DescribePicture(req, cb) {
|
|
226
259
|
return this.request("DescribePicture", req, cb);
|
|
227
260
|
}
|
|
228
|
-
async DescribeCloudModeration(req, cb) {
|
|
229
|
-
return this.request("DescribeCloudModeration", req, cb);
|
|
230
|
-
}
|
|
231
|
-
async GetRecognizeVocabListV3(req, cb) {
|
|
232
|
-
return this.request("GetRecognizeVocabListV3", req, cb);
|
|
233
|
-
}
|
|
234
|
-
async DescribeTRTCMarketQualityData(req, cb) {
|
|
235
|
-
return this.request("DescribeTRTCMarketQualityData", req, cb);
|
|
236
|
-
}
|
|
237
|
-
async ControlAIConversation(req, cb) {
|
|
238
|
-
return this.request("ControlAIConversation", req, cb);
|
|
239
|
-
}
|
|
240
|
-
async StopAITranscription(req, cb) {
|
|
241
|
-
return this.request("StopAITranscription", req, cb);
|
|
242
|
-
}
|
|
243
|
-
async UpdateStreamIngest(req, cb) {
|
|
244
|
-
return this.request("UpdateStreamIngest", req, cb);
|
|
245
|
-
}
|
|
246
261
|
async DescribeTRTCAIRecognitionUsage(req, cb) {
|
|
247
262
|
return this.request("DescribeTRTCAIRecognitionUsage", req, cb);
|
|
248
263
|
}
|
|
249
|
-
async DescribeVoicePrint(req, cb) {
|
|
250
|
-
return this.request("DescribeVoicePrint", req, cb);
|
|
251
|
-
}
|
|
252
|
-
async TextToSpeechSSE(req, cb) {
|
|
253
|
-
return this.request("TextToSpeechSSE", req, cb);
|
|
254
|
-
}
|
|
255
|
-
async StopMCUMixTranscode(req, cb) {
|
|
256
|
-
return this.request("StopMCUMixTranscode", req, cb);
|
|
257
|
-
}
|
|
258
|
-
async GetRecognizeVocabV3(req, cb) {
|
|
259
|
-
return this.request("GetRecognizeVocabV3", req, cb);
|
|
260
|
-
}
|
|
261
264
|
}
|
|
@@ -153,9 +153,6 @@ export class Client extends AbstractClient {
|
|
|
153
153
|
async CreateUnitRule(req, cb) {
|
|
154
154
|
return this.request("CreateUnitRule", req, cb);
|
|
155
155
|
}
|
|
156
|
-
async UpdateRepository(req, cb) {
|
|
157
|
-
return this.request("UpdateRepository", req, cb);
|
|
158
|
-
}
|
|
159
156
|
async DescribeUsableUnitNamespaces(req, cb) {
|
|
160
157
|
return this.request("DescribeUsableUnitNamespaces", req, cb);
|
|
161
158
|
}
|
|
@@ -165,8 +162,8 @@ export class Client extends AbstractClient {
|
|
|
165
162
|
async DescribeImageRepository(req, cb) {
|
|
166
163
|
return this.request("DescribeImageRepository", req, cb);
|
|
167
164
|
}
|
|
168
|
-
async
|
|
169
|
-
return this.request("
|
|
165
|
+
async UpdateRepository(req, cb) {
|
|
166
|
+
return this.request("UpdateRepository", req, cb);
|
|
170
167
|
}
|
|
171
168
|
async UpdateApiTimeouts(req, cb) {
|
|
172
169
|
return this.request("UpdateApiTimeouts", req, cb);
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.1.
|
|
1
|
+
export declare const sdkVersion = "4.1.312";
|
|
@@ -2488,6 +2488,10 @@ export interface CreateWebSocketTokenResponse {
|
|
|
2488
2488
|
* <p>WebSocket Token</p>
|
|
2489
2489
|
*/
|
|
2490
2490
|
Token?: string;
|
|
2491
|
+
/**
|
|
2492
|
+
* <p>用户ID,在后续DescribeUserDialogConfig接口中会使用</p>
|
|
2493
|
+
*/
|
|
2494
|
+
UserId?: string;
|
|
2491
2495
|
/**
|
|
2492
2496
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2493
2497
|
*/
|