tencentcloud-sdk-nodejs 4.0.251 → 4.0.255
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 +865 -521
- package/package.json +1 -1
- package/products.md +33 -33
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_client.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +6 -0
- package/src/services/billing/v20180709/billing_models.ts +51 -20
- package/src/services/ccc/v20200210/ccc_models.ts +6 -0
- package/src/services/cdn/v20180606/cdn_client.ts +5 -4
- package/src/services/cdn/v20180606/cdn_models.ts +91 -35
- package/src/services/cii/v20210408/cii_client.ts +13 -0
- package/src/services/cii/v20210408/cii_models.ts +82 -0
- package/src/services/ckafka/v20190819/ckafka_client.ts +20 -7
- package/src/services/ckafka/v20190819/ckafka_models.ts +216 -176
- package/src/services/clb/v20180317/clb_client.ts +20 -7
- package/src/services/clb/v20180317/clb_models.ts +25 -0
- package/src/services/cpdp/v20190820/cpdp_models.ts +53 -0
- package/src/services/cvm/v20170312/cvm_client.ts +17 -0
- package/src/services/cvm/v20170312/cvm_models.ts +30 -0
- package/src/services/cwp/v20180228/cwp_models.ts +27 -1
- package/src/services/dnspod/v20210323/dnspod_client.ts +82 -69
- package/src/services/dnspod/v20210323/dnspod_models.ts +1178 -1133
- package/src/services/emr/v20190103/emr_models.ts +62 -8
- package/src/services/faceid/v20180301/faceid_client.ts +1 -0
- package/src/services/faceid/v20180301/faceid_models.ts +46 -0
- package/src/services/ft/v20200304/ft_models.ts +8 -2
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +26 -1
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +172 -84
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +2 -2
- package/src/services/mongodb/v20190725/mongodb_models.ts +5 -0
- package/src/services/mrs/v20200910/mrs_models.ts +6 -0
- package/src/services/postgres/v20170312/postgres_models.ts +4 -4
- package/src/services/redis/v20180412/redis_models.ts +4 -3
- package/src/services/rum/v20210622/rum_client.ts +27 -3
- package/src/services/rum/v20210622/rum_models.ts +270 -25
- package/src/services/scf/v20180416/scf_client.ts +13 -0
- package/src/services/scf/v20180416/scf_models.ts +82 -28
- package/src/services/ssl/v20191205/ssl_models.ts +1 -1
- package/src/services/tat/v20201028/tat_client.ts +16 -1
- package/src/services/tat/v20201028/tat_models.ts +31 -4
- package/src/services/tcss/v20201101/tcss_models.ts +80 -9
- package/src/services/tem/v20210701/tem_client.ts +12 -0
- package/src/services/tem/v20210701/tem_models.ts +35 -0
- package/src/services/thpc/v20211109/thpc_client.ts +2 -0
- package/src/services/thpc/v20211109/thpc_models.ts +40 -0
- package/src/services/tke/v20180525/tke_models.ts +6 -0
- package/src/services/vod/v20180717/vod_client.ts +5 -3
- package/src/services/vod/v20180717/vod_models.ts +244 -30
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +5 -0
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +50 -19
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +5 -0
- package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +79 -31
- package/tencentcloud/services/cii/v20210408/cii_client.d.ts +5 -1
- package/tencentcloud/services/cii/v20210408/cii_client.js +6 -0
- package/tencentcloud/services/cii/v20210408/cii_models.d.ts +70 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +5 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +6 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +186 -151
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +8 -3
- package/tencentcloud/services/clb/v20180317/clb_client.js +10 -3
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +22 -0
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +44 -0
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +10 -1
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +11 -0
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +26 -0
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +22 -1
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +9 -5
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +12 -6
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +1048 -1009
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +54 -8
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +39 -0
- package/tencentcloud/services/ft/v20200304/ft_models.d.ts +7 -2
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +9 -1
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +12 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +144 -68
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +2 -2
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +4 -0
- package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +5 -0
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +4 -4
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +3 -2
- package/tencentcloud/services/rum/v20210622/rum_client.d.ts +9 -1
- package/tencentcloud/services/rum/v20210622/rum_client.js +12 -0
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +225 -25
- package/tencentcloud/services/scf/v20180416/scf_client.d.ts +5 -1
- package/tencentcloud/services/scf/v20180416/scf_client.js +6 -0
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +74 -27
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +1 -1
- package/tencentcloud/services/tat/v20201028/tat_client.d.ts +8 -1
- package/tencentcloud/services/tat/v20201028/tat_client.js +9 -0
- package/tencentcloud/services/tat/v20201028/tat_models.d.ts +28 -4
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +66 -9
- package/tencentcloud/services/tem/v20210701/tem_client.d.ts +5 -1
- package/tencentcloud/services/tem/v20210701/tem_client.js +6 -0
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +30 -0
- package/tencentcloud/services/thpc/v20211109/thpc_models.d.ts +34 -0
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -0
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +4 -3
- package/tencentcloud/services/vod/v20180717/vod_client.js +4 -3
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +176 -0
- package/test/cii.v20210408.test.js +10 -0
- package/test/ckafka.v20190819.test.js +10 -0
- package/test/clb.v20180317.test.js +12 -2
- package/test/cvm.v20170312.test.js +10 -0
- package/test/dnspod.v20210323.test.js +14 -4
- package/test/iotexplorer.v20190423.test.js +20 -0
- package/test/rum.v20210622.test.js +20 -0
- package/test/scf.v20180416.test.js +10 -0
- package/test/tat.v20201028.test.js +10 -0
- package/test/tem.v20210701.test.js +10 -0
|
@@ -567,8 +567,17 @@ export interface AiReviewProhibitedOcrTaskOutput {
|
|
|
567
567
|
Suggestion: string;
|
|
568
568
|
/**
|
|
569
569
|
* Ocr 文字有涉违禁嫌疑的视频片段列表。
|
|
570
|
+
<font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 SegmentSetFileUrl 对应的文件中获取。
|
|
570
571
|
*/
|
|
571
572
|
SegmentSet: Array<MediaContentReviewOcrTextSegmentItem>;
|
|
573
|
+
/**
|
|
574
|
+
* Ocr 文字有涉违禁嫌疑的视频片段列表文件 URL。文件的内容为 JSON,数据结构与 SegmentSet 字段一致。 (文件不会永久存储,到达 SegmentSetFileUrlExpireTime 时间点后文件将被删除)。
|
|
575
|
+
*/
|
|
576
|
+
SegmentSetFileUrl: string;
|
|
577
|
+
/**
|
|
578
|
+
* Ocr 文字有涉违禁嫌疑的视频片段列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
579
|
+
*/
|
|
580
|
+
SegmentSetFileUrlExpireTime: string;
|
|
572
581
|
}
|
|
573
582
|
/**
|
|
574
583
|
* 小程序审核概要元信息
|
|
@@ -643,8 +652,17 @@ export interface ModifyEventConfigResponse {
|
|
|
643
652
|
export interface AiAnalysisTaskCoverOutput {
|
|
644
653
|
/**
|
|
645
654
|
* 智能封面列表。
|
|
655
|
+
<font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 CoverSetFileUrl 对应的文件中获取。
|
|
646
656
|
*/
|
|
647
657
|
CoverSet: Array<MediaAiAnalysisCoverItem>;
|
|
658
|
+
/**
|
|
659
|
+
* 智能封面列表文件 URL。文件的内容为 JSON,数据结构与 CoverSet 字段一致。 (文件不会永久存储,到达 CoverSetFileUrlExpireTime 时间点后文件将被删除)。
|
|
660
|
+
*/
|
|
661
|
+
CoverSetFileUrl: string;
|
|
662
|
+
/**
|
|
663
|
+
* 智能封面列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
664
|
+
*/
|
|
665
|
+
CoverSetFileUrlExpireTime: string;
|
|
648
666
|
}
|
|
649
667
|
/**
|
|
650
668
|
* 点播文件指定时间点截图信息
|
|
@@ -2189,8 +2207,17 @@ export interface DescribeEventConfigRequest {
|
|
|
2189
2207
|
export interface AiAnalysisTaskClassificationOutput {
|
|
2190
2208
|
/**
|
|
2191
2209
|
* 视频智能分类列表。
|
|
2210
|
+
<font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 ClassificationSetFileUrl 对应的文件中获取。
|
|
2192
2211
|
*/
|
|
2193
2212
|
ClassificationSet: Array<MediaAiAnalysisClassificationItem>;
|
|
2213
|
+
/**
|
|
2214
|
+
* 视频智能分类列表文件 URL。文件的内容为 JSON,数据结构与 ClassificationSet 字段一致。 (文件不会永久存储,到达 ClassificationSetFileUrlExpireTime 时间点后文件将被删除)。
|
|
2215
|
+
*/
|
|
2216
|
+
ClassificationSetFileUrl: string;
|
|
2217
|
+
/**
|
|
2218
|
+
* 视频智能分类列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
2219
|
+
*/
|
|
2220
|
+
ClassificationSetFileUrlExpireTime: string;
|
|
2194
2221
|
}
|
|
2195
2222
|
/**
|
|
2196
2223
|
* 文件删除任务
|
|
@@ -3634,8 +3661,17 @@ export interface AiReviewPornAsrTaskOutput {
|
|
|
3634
3661
|
Suggestion: string;
|
|
3635
3662
|
/**
|
|
3636
3663
|
* Asr 文字有涉黄嫌疑的视频片段列表。
|
|
3664
|
+
<font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 SegmentSetFileUrl 对应的文件中获取。
|
|
3637
3665
|
*/
|
|
3638
3666
|
SegmentSet: Array<MediaContentReviewAsrTextSegmentItem>;
|
|
3667
|
+
/**
|
|
3668
|
+
* Asr 文字有涉黄嫌疑的视频片段列表文件 URL。文件的内容为 JSON,数据结构与 SegmentSet 字段一致。 (文件不会永久存储,到达 SegmentSetFileUrlExpireTime 时间点后文件将被删除)。
|
|
3669
|
+
*/
|
|
3670
|
+
SegmentSetFileUrl: string;
|
|
3671
|
+
/**
|
|
3672
|
+
* Asr 文字有涉黄嫌疑的视频片段列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
3673
|
+
*/
|
|
3674
|
+
SegmentSetFileUrlExpireTime: string;
|
|
3639
3675
|
}
|
|
3640
3676
|
/**
|
|
3641
3677
|
* SimpleHlsClip返回参数结构体
|
|
@@ -4548,6 +4584,42 @@ export interface AiRecognitionTaskSegmentSegmentItem {
|
|
|
4548
4584
|
*/
|
|
4549
4585
|
SpecialInfo: string;
|
|
4550
4586
|
}
|
|
4587
|
+
/**
|
|
4588
|
+
* 取回视频任务信息
|
|
4589
|
+
*/
|
|
4590
|
+
export interface RestoreMediaTask {
|
|
4591
|
+
/**
|
|
4592
|
+
* 文件ID。
|
|
4593
|
+
*/
|
|
4594
|
+
FileId: string;
|
|
4595
|
+
/**
|
|
4596
|
+
* 文件原始存储类型。
|
|
4597
|
+
*/
|
|
4598
|
+
OriginalStorageClass: string;
|
|
4599
|
+
/**
|
|
4600
|
+
* 文件目标存储类型。对于临时取回,目标存储类型与原始存储类型相同。
|
|
4601
|
+
*/
|
|
4602
|
+
TargetStorageClass: string;
|
|
4603
|
+
/**
|
|
4604
|
+
* 取回模式,取值:
|
|
4605
|
+
<li>Expedited:极速模式</li>
|
|
4606
|
+
<li>Standard:标准模式</li>
|
|
4607
|
+
<li>Bulk:批量模式</li>
|
|
4608
|
+
*/
|
|
4609
|
+
RestoreTier: string;
|
|
4610
|
+
/**
|
|
4611
|
+
* 临时取回副本有效期,单位:天。对于永久取回,取值为0。
|
|
4612
|
+
*/
|
|
4613
|
+
RestoreDay: number;
|
|
4614
|
+
/**
|
|
4615
|
+
* 该字段已废弃。
|
|
4616
|
+
*/
|
|
4617
|
+
Status: number;
|
|
4618
|
+
/**
|
|
4619
|
+
* 该字段已废弃。
|
|
4620
|
+
*/
|
|
4621
|
+
Message: string;
|
|
4622
|
+
}
|
|
4551
4623
|
/**
|
|
4552
4624
|
* 内容审核 Ocr 文字鉴黄任务输入参数类型
|
|
4553
4625
|
*/
|
|
@@ -4588,8 +4660,17 @@ export interface CreateSuperPlayerConfigResponse {
|
|
|
4588
4660
|
export interface AiAnalysisTaskFrameTagOutput {
|
|
4589
4661
|
/**
|
|
4590
4662
|
* 视频按帧标签列表。
|
|
4663
|
+
<font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 SegmentSetFileUrl 对应的文件中获取。
|
|
4591
4664
|
*/
|
|
4592
4665
|
SegmentSet: Array<MediaAiAnalysisFrameTagSegmentItem>;
|
|
4666
|
+
/**
|
|
4667
|
+
* 视频按帧标签列表文件 URL。文件的内容为 JSON,数据结构与 SegmentSet 字段一致。 (文件不会永久存储,到达SegmentSetFileUrlExpireTime 时间点后文件将被删除)。
|
|
4668
|
+
*/
|
|
4669
|
+
SegmentSetFileUrl: string;
|
|
4670
|
+
/**
|
|
4671
|
+
* 视频按帧标签列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
4672
|
+
*/
|
|
4673
|
+
SegmentSetFileUrlExpireTime: string;
|
|
4593
4674
|
}
|
|
4594
4675
|
/**
|
|
4595
4676
|
* ModifyAdaptiveDynamicStreamingTemplate请求参数结构体
|
|
@@ -4831,8 +4912,17 @@ export interface SearchMediaResponse {
|
|
|
4831
4912
|
export interface AiAnalysisTaskTagOutput {
|
|
4832
4913
|
/**
|
|
4833
4914
|
* 视频智能标签列表。
|
|
4915
|
+
<font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 TagSetFileUrl 对应的文件中获取。
|
|
4834
4916
|
*/
|
|
4835
4917
|
TagSet: Array<MediaAiAnalysisTagItem>;
|
|
4918
|
+
/**
|
|
4919
|
+
* 视频智能标签列表文件 URL。文件的内容为 JSON,数据结构与 TagSet 字段一致。 (文件不会永久存储,到达 TagSetFileUrlExpireTime 时间点后文件将被删除)。
|
|
4920
|
+
*/
|
|
4921
|
+
TagSetFileUrl: string;
|
|
4922
|
+
/**
|
|
4923
|
+
* 视频智能标签列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
4924
|
+
*/
|
|
4925
|
+
TagSetFileUrlExpireTime: string;
|
|
4836
4926
|
}
|
|
4837
4927
|
/**
|
|
4838
4928
|
* 智能精彩片段结果信息
|
|
@@ -4840,8 +4930,17 @@ export interface AiAnalysisTaskTagOutput {
|
|
|
4840
4930
|
export interface AiAnalysisTaskHighlightOutput {
|
|
4841
4931
|
/**
|
|
4842
4932
|
* 视频智能精彩片段列表。
|
|
4933
|
+
<font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 HighlightSetFileUrl 对应的文件中获取。
|
|
4843
4934
|
*/
|
|
4844
4935
|
HighlightSet: Array<MediaAiAnalysisHighlightItem>;
|
|
4936
|
+
/**
|
|
4937
|
+
* 视频智能精彩片段列表文件 URL。文件的内容为 JSON,数据结构与 HighlightSet 字段一致。 (文件不会永久存储,到达 HighlightSetFileUrlExpireTime 时间点后文件将被删除)。
|
|
4938
|
+
*/
|
|
4939
|
+
HighlightSetFileUrl: string;
|
|
4940
|
+
/**
|
|
4941
|
+
* 视频智能精彩片段列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
4942
|
+
*/
|
|
4943
|
+
HighlightSetFileUrlExpireTime: string;
|
|
4845
4944
|
}
|
|
4846
4945
|
/**
|
|
4847
4946
|
* 字幕信息输入参数。
|
|
@@ -6529,8 +6628,17 @@ export interface AiReviewTerrorismTaskOutput {
|
|
|
6529
6628
|
Label: string;
|
|
6530
6629
|
/**
|
|
6531
6630
|
* 有暴恐嫌疑的视频片段列表。
|
|
6631
|
+
<font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 SegmentSetFileUrl 对应的文件中获取。
|
|
6532
6632
|
*/
|
|
6533
6633
|
SegmentSet: Array<MediaContentReviewSegmentItem>;
|
|
6634
|
+
/**
|
|
6635
|
+
* 暴恐嫌疑的视频片段列表文件 URL。文件的内容为 JSON,数据结构与 SegmentSet 字段一致。 (文件不会永久存储,到达SegmentSetFileUrlExpireTime 时间点后文件将被删除)。
|
|
6636
|
+
*/
|
|
6637
|
+
SegmentSetFileUrl: string;
|
|
6638
|
+
/**
|
|
6639
|
+
* 暴恐嫌疑的视频片段列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
6640
|
+
*/
|
|
6641
|
+
SegmentSetFileUrlExpireTime: string;
|
|
6534
6642
|
}
|
|
6535
6643
|
/**
|
|
6536
6644
|
* DescribeImageProcessingTemplates请求参数结构体
|
|
@@ -6638,8 +6746,17 @@ export interface AiReviewTerrorismOcrTaskOutput {
|
|
|
6638
6746
|
Suggestion: string;
|
|
6639
6747
|
/**
|
|
6640
6748
|
* Ocr 文字有涉恐嫌疑的视频片段列表。
|
|
6749
|
+
<font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 SegmentSetFileUrl 对应的文件中获取。
|
|
6641
6750
|
*/
|
|
6642
6751
|
SegmentSet: Array<MediaContentReviewOcrTextSegmentItem>;
|
|
6752
|
+
/**
|
|
6753
|
+
* Ocr 文字有涉恐嫌疑的视频片段列表文件 URL。文件的内容为 JSON,数据结构与 SegmentSet 字段一致。 (文件不会永久存储,到达 SegmentSetFileUrlExpireTime 时间点后文件将被删除)。
|
|
6754
|
+
*/
|
|
6755
|
+
SegmentSetFileUrl: string;
|
|
6756
|
+
/**
|
|
6757
|
+
* Ocr 文字有涉恐嫌疑的视频片段列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
6758
|
+
*/
|
|
6759
|
+
SegmentSetFileUrlExpireTime: string;
|
|
6643
6760
|
}
|
|
6644
6761
|
/**
|
|
6645
6762
|
* 智能分析结果
|
|
@@ -7539,8 +7656,17 @@ export interface AiReviewPornOcrTaskOutput {
|
|
|
7539
7656
|
Suggestion: string;
|
|
7540
7657
|
/**
|
|
7541
7658
|
* Ocr 文字有涉黄嫌疑的视频片段列表。
|
|
7659
|
+
<font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 SegmentSetFileUrl 对应的文件中获取。
|
|
7542
7660
|
*/
|
|
7543
7661
|
SegmentSet: Array<MediaContentReviewOcrTextSegmentItem>;
|
|
7662
|
+
/**
|
|
7663
|
+
* Ocr 文字有涉黄嫌疑的视频片段列表文件 URL。文件的内容为 JSON,数据结构与 SegmentSet 字段一致。 (文件不会永久存储,到达 SegmentSetFileUrlExpireTime 时间点后文件将被删除)。
|
|
7664
|
+
*/
|
|
7665
|
+
SegmentSetFileUrl: string;
|
|
7666
|
+
/**
|
|
7667
|
+
* Ocr 文字有涉黄嫌疑的视频片段列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
7668
|
+
*/
|
|
7669
|
+
SegmentSetFileUrlExpireTime: string;
|
|
7544
7670
|
}
|
|
7545
7671
|
/**
|
|
7546
7672
|
* ApplyUpload请求参数结构体
|
|
@@ -8125,8 +8251,17 @@ export interface AiReviewProhibitedAsrTaskOutput {
|
|
|
8125
8251
|
Suggestion: string;
|
|
8126
8252
|
/**
|
|
8127
8253
|
* Asr 文字有涉违禁嫌疑的视频片段列表。
|
|
8254
|
+
<font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 SegmentSetFileUrl 对应的文件中获取。
|
|
8128
8255
|
*/
|
|
8129
8256
|
SegmentSet: Array<MediaContentReviewAsrTextSegmentItem>;
|
|
8257
|
+
/**
|
|
8258
|
+
* Asr 文字有涉违禁嫌疑的视频片段列表文件 URL。文件的内容为 JSON,数据结构与 SegmentSet 字段一致。 (文件不会永久存储,到达 SegmentSetFileUrlExpireTime 时间点后文件将被删除)。
|
|
8259
|
+
*/
|
|
8260
|
+
SegmentSetFileUrl: string;
|
|
8261
|
+
/**
|
|
8262
|
+
* Asr 文字有涉违禁嫌疑的视频片段列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
8263
|
+
*/
|
|
8264
|
+
SegmentSetFileUrlExpireTime: string;
|
|
8130
8265
|
}
|
|
8131
8266
|
/**
|
|
8132
8267
|
* CreateClass返回参数结构体
|
|
@@ -8820,6 +8955,11 @@ export interface EventContent {
|
|
|
8820
8955
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
8821
8956
|
*/
|
|
8822
8957
|
WechatMiniProgramPublishCompleteEvent: WechatMiniProgramPublishTask;
|
|
8958
|
+
/**
|
|
8959
|
+
* 视频取回完成事件,当事件类型为RestoreMediaComplete 时有效。
|
|
8960
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8961
|
+
*/
|
|
8962
|
+
RestoreMediaCompleteEvent: RestoreMediaTask;
|
|
8823
8963
|
}
|
|
8824
8964
|
/**
|
|
8825
8965
|
* 智能精彩片段任务控制参数
|
|
@@ -8896,8 +9036,17 @@ export interface AiReviewPoliticalAsrTaskOutput {
|
|
|
8896
9036
|
Suggestion: string;
|
|
8897
9037
|
/**
|
|
8898
9038
|
* Asr 文字有涉政、敏感嫌疑的视频片段列表。
|
|
9039
|
+
<font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 SegmentSetFileUrl 对应的文件中获取。
|
|
8899
9040
|
*/
|
|
8900
9041
|
SegmentSet: Array<MediaContentReviewAsrTextSegmentItem>;
|
|
9042
|
+
/**
|
|
9043
|
+
* Asr 文字有涉政、敏感嫌疑的视频片段列表文件 URL。文件的内容为 JSON,数据结构与 SegmentSet 字段一致。 (文件不会永久存储,到达 SegmentSetFileUrlExpireTime 时间点后文件将被删除)。
|
|
9044
|
+
*/
|
|
9045
|
+
SegmentSetFileUrl: string;
|
|
9046
|
+
/**
|
|
9047
|
+
* Asr 文字有涉政、敏感嫌疑的视频片段列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
9048
|
+
*/
|
|
9049
|
+
SegmentSetFileUrlExpireTime: string;
|
|
8901
9050
|
}
|
|
8902
9051
|
/**
|
|
8903
9052
|
* 输出的音频流信息
|
|
@@ -9237,8 +9386,17 @@ export interface AiReviewPornTaskOutput {
|
|
|
9237
9386
|
Label: string;
|
|
9238
9387
|
/**
|
|
9239
9388
|
* 有涉黄嫌疑的视频片段列表。
|
|
9389
|
+
<font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 SegmentSetFileUrl 对应的文件中获取。
|
|
9240
9390
|
*/
|
|
9241
9391
|
SegmentSet: Array<MediaContentReviewSegmentItem>;
|
|
9392
|
+
/**
|
|
9393
|
+
* 涉黄嫌疑的视频片段列表文件 URL。文件的内容为 JSON,数据结构与 SegmentSet 字段一致。 (文件不会永久存储,到达SegmentSetFileUrlExpireTime 时间点后文件将被删除)。
|
|
9394
|
+
*/
|
|
9395
|
+
SegmentSetFileUrl: string;
|
|
9396
|
+
/**
|
|
9397
|
+
* 涉黄嫌疑的视频片段列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
9398
|
+
*/
|
|
9399
|
+
SegmentSetFileUrlExpireTime: string;
|
|
9242
9400
|
}
|
|
9243
9401
|
/**
|
|
9244
9402
|
* 语音全文识别结果。
|
|
@@ -10325,8 +10483,17 @@ violation_photo:
|
|
|
10325
10483
|
Label: string;
|
|
10326
10484
|
/**
|
|
10327
10485
|
* 有涉政嫌疑的视频片段列表。
|
|
10486
|
+
<font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 SegmentSetFileUrl 对应的文件中获取。
|
|
10328
10487
|
*/
|
|
10329
10488
|
SegmentSet: Array<MediaContentReviewPoliticalSegmentItem>;
|
|
10489
|
+
/**
|
|
10490
|
+
* 涉政嫌疑的视频片段列表文件 URL。文件的内容为 JSON,数据结构与 SegmentSet 字段一致。 (文件不会永久存储,到达 SegmentSetFileUrlExpireTime 时间点后文件将被删除)。
|
|
10491
|
+
*/
|
|
10492
|
+
SegmentSetFileUrl: string;
|
|
10493
|
+
/**
|
|
10494
|
+
* 涉政嫌疑的视频片段列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
10495
|
+
*/
|
|
10496
|
+
SegmentSetFileUrlExpireTime: string;
|
|
10330
10497
|
}
|
|
10331
10498
|
/**
|
|
10332
10499
|
* 内容审核鉴政任务结果类型
|
|
@@ -12572,8 +12739,17 @@ export interface AiReviewPoliticalOcrTaskOutput {
|
|
|
12572
12739
|
Suggestion: string;
|
|
12573
12740
|
/**
|
|
12574
12741
|
* Ocr 文字有涉政、敏感嫌疑的视频片段列表。
|
|
12742
|
+
<font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 SegmentSetFileUrl 对应的文件中获取。
|
|
12575
12743
|
*/
|
|
12576
12744
|
SegmentSet: Array<MediaContentReviewOcrTextSegmentItem>;
|
|
12745
|
+
/**
|
|
12746
|
+
* Ocr 文字有涉政、敏感嫌疑的视频片段列表文件 URL。文件的内容为 JSON,数据结构与 SegmentSet 字段一致。 (文件不会永久存储,到达 SegmentSetFileUrlExpireTime 时间点后文件将被删除)。
|
|
12747
|
+
*/
|
|
12748
|
+
SegmentSetFileUrl: string;
|
|
12749
|
+
/**
|
|
12750
|
+
* Ocr 文字有涉政、敏感嫌疑的视频片段列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
|
12751
|
+
*/
|
|
12752
|
+
SegmentSetFileUrlExpireTime: string;
|
|
12577
12753
|
}
|
|
12578
12754
|
/**
|
|
12579
12755
|
* 文本全文本识别任务控制参数
|
|
@@ -78,6 +78,16 @@ it("cii.v20210408.CreateStructureTask", async function () {
|
|
|
78
78
|
}
|
|
79
79
|
})
|
|
80
80
|
|
|
81
|
+
it("cii.v20210408.CreateAutoClassifyStructureTask", async function () {
|
|
82
|
+
try {
|
|
83
|
+
const data = await client.CreateAutoClassifyStructureTask({})
|
|
84
|
+
expect(data).to.be.ok
|
|
85
|
+
} catch(error) {
|
|
86
|
+
expect(error.requestId).to.be.ok
|
|
87
|
+
expect(error.code).to.be.ok
|
|
88
|
+
}
|
|
89
|
+
})
|
|
90
|
+
|
|
81
91
|
it("cii.v20210408.DescribeStructCompareData", async function () {
|
|
82
92
|
try {
|
|
83
93
|
const data = await client.DescribeStructCompareData({})
|
|
@@ -248,6 +248,16 @@ it("ckafka.v20190819.DescribeTopicAttributes", async function () {
|
|
|
248
248
|
}
|
|
249
249
|
})
|
|
250
250
|
|
|
251
|
+
it("ckafka.v20190819.DeleteInstancePre", async function () {
|
|
252
|
+
try {
|
|
253
|
+
const data = await client.DeleteInstancePre({})
|
|
254
|
+
expect(data).to.be.ok
|
|
255
|
+
} catch(error) {
|
|
256
|
+
expect(error.requestId).to.be.ok
|
|
257
|
+
expect(error.code).to.be.ok
|
|
258
|
+
}
|
|
259
|
+
})
|
|
260
|
+
|
|
251
261
|
it("ckafka.v20190819.DescribeInstanceAttributes", async function () {
|
|
252
262
|
try {
|
|
253
263
|
const data = await client.DescribeInstanceAttributes({})
|
|
@@ -58,6 +58,16 @@ it("clb.v20180317.DescribeClassicalLBListeners", async function () {
|
|
|
58
58
|
}
|
|
59
59
|
})
|
|
60
60
|
|
|
61
|
+
it("clb.v20180317.RegisterTargetsWithClassicalLB", async function () {
|
|
62
|
+
try {
|
|
63
|
+
const data = await client.RegisterTargetsWithClassicalLB({})
|
|
64
|
+
expect(data).to.be.ok
|
|
65
|
+
} catch(error) {
|
|
66
|
+
expect(error.requestId).to.be.ok
|
|
67
|
+
expect(error.code).to.be.ok
|
|
68
|
+
}
|
|
69
|
+
})
|
|
70
|
+
|
|
61
71
|
it("clb.v20180317.DescribeCustomizedConfigAssociateList", async function () {
|
|
62
72
|
try {
|
|
63
73
|
const data = await client.DescribeCustomizedConfigAssociateList({})
|
|
@@ -548,9 +558,9 @@ it("clb.v20180317.ModifyDomain", async function () {
|
|
|
548
558
|
}
|
|
549
559
|
})
|
|
550
560
|
|
|
551
|
-
it("clb.v20180317.
|
|
561
|
+
it("clb.v20180317.MigrateClassicalLoadBalancers", async function () {
|
|
552
562
|
try {
|
|
553
|
-
const data = await client.
|
|
563
|
+
const data = await client.MigrateClassicalLoadBalancers({})
|
|
554
564
|
expect(data).to.be.ok
|
|
555
565
|
} catch(error) {
|
|
556
566
|
expect(error.requestId).to.be.ok
|
|
@@ -718,4 +718,14 @@ it("cvm.v20170312.DisassociateSecurityGroups", async function () {
|
|
|
718
718
|
}
|
|
719
719
|
})
|
|
720
720
|
|
|
721
|
+
it("cvm.v20170312.ModifyInstanceDiskType", async function () {
|
|
722
|
+
try {
|
|
723
|
+
const data = await client.ModifyInstanceDiskType({})
|
|
724
|
+
expect(data).to.be.ok
|
|
725
|
+
} catch(error) {
|
|
726
|
+
expect(error.requestId).to.be.ok
|
|
727
|
+
expect(error.code).to.be.ok
|
|
728
|
+
}
|
|
729
|
+
})
|
|
730
|
+
|
|
721
731
|
})
|
|
@@ -58,6 +58,16 @@ it("dnspod.v20210323.DeleteRecord", async function () {
|
|
|
58
58
|
}
|
|
59
59
|
})
|
|
60
60
|
|
|
61
|
+
it("dnspod.v20210323.DescribeDomainAliasList", async function () {
|
|
62
|
+
try {
|
|
63
|
+
const data = await client.DescribeDomainAliasList({})
|
|
64
|
+
expect(data).to.be.ok
|
|
65
|
+
} catch(error) {
|
|
66
|
+
expect(error.requestId).to.be.ok
|
|
67
|
+
expect(error.code).to.be.ok
|
|
68
|
+
}
|
|
69
|
+
})
|
|
70
|
+
|
|
61
71
|
it("dnspod.v20210323.ModifyRecordStatus", async function () {
|
|
62
72
|
try {
|
|
63
73
|
const data = await client.ModifyRecordStatus({})
|
|
@@ -148,9 +158,9 @@ it("dnspod.v20210323.CreateDomain", async function () {
|
|
|
148
158
|
}
|
|
149
159
|
})
|
|
150
160
|
|
|
151
|
-
it("dnspod.v20210323.
|
|
161
|
+
it("dnspod.v20210323.DescribeUserDetail", async function () {
|
|
152
162
|
try {
|
|
153
|
-
const data = await client.
|
|
163
|
+
const data = await client.DescribeUserDetail({})
|
|
154
164
|
expect(data).to.be.ok
|
|
155
165
|
} catch(error) {
|
|
156
166
|
expect(error.requestId).to.be.ok
|
|
@@ -308,9 +318,9 @@ it("dnspod.v20210323.DescribeDomainLogList", async function () {
|
|
|
308
318
|
}
|
|
309
319
|
})
|
|
310
320
|
|
|
311
|
-
it("dnspod.v20210323.
|
|
321
|
+
it("dnspod.v20210323.ModifyDomainLock", async function () {
|
|
312
322
|
try {
|
|
313
|
-
const data = await client.
|
|
323
|
+
const data = await client.ModifyDomainLock({})
|
|
314
324
|
expect(data).to.be.ok
|
|
315
325
|
} catch(error) {
|
|
316
326
|
expect(error.requestId).to.be.ok
|
|
@@ -68,6 +68,16 @@ it("iotexplorer.v20190423.ReleaseStudioProduct", async function () {
|
|
|
68
68
|
}
|
|
69
69
|
})
|
|
70
70
|
|
|
71
|
+
it("iotexplorer.v20190423.GetFamilyDeviceUserList", async function () {
|
|
72
|
+
try {
|
|
73
|
+
const data = await client.GetFamilyDeviceUserList({})
|
|
74
|
+
expect(data).to.be.ok
|
|
75
|
+
} catch(error) {
|
|
76
|
+
expect(error.requestId).to.be.ok
|
|
77
|
+
expect(error.code).to.be.ok
|
|
78
|
+
}
|
|
79
|
+
})
|
|
80
|
+
|
|
71
81
|
it("iotexplorer.v20190423.SearchPositionSpace", async function () {
|
|
72
82
|
try {
|
|
73
83
|
const data = await client.SearchPositionSpace({})
|
|
@@ -228,6 +238,16 @@ it("iotexplorer.v20190423.GetTopicRuleList", async function () {
|
|
|
228
238
|
}
|
|
229
239
|
})
|
|
230
240
|
|
|
241
|
+
it("iotexplorer.v20190423.PublishRRPCMessage", async function () {
|
|
242
|
+
try {
|
|
243
|
+
const data = await client.PublishRRPCMessage({})
|
|
244
|
+
expect(data).to.be.ok
|
|
245
|
+
} catch(error) {
|
|
246
|
+
expect(error.requestId).to.be.ok
|
|
247
|
+
expect(error.code).to.be.ok
|
|
248
|
+
}
|
|
249
|
+
})
|
|
250
|
+
|
|
231
251
|
it("iotexplorer.v20190423.UpdateFirmware", async function () {
|
|
232
252
|
try {
|
|
233
253
|
const data = await client.UpdateFirmware({})
|
|
@@ -38,6 +38,16 @@ it("rum.v20210622.DescribeLogList", async function () {
|
|
|
38
38
|
}
|
|
39
39
|
})
|
|
40
40
|
|
|
41
|
+
it("rum.v20210622.DescribeDataEventUrl", async function () {
|
|
42
|
+
try {
|
|
43
|
+
const data = await client.DescribeDataEventUrl({})
|
|
44
|
+
expect(data).to.be.ok
|
|
45
|
+
} catch(error) {
|
|
46
|
+
expect(error.requestId).to.be.ok
|
|
47
|
+
expect(error.code).to.be.ok
|
|
48
|
+
}
|
|
49
|
+
})
|
|
50
|
+
|
|
41
51
|
it("rum.v20210622.DescribeScores", async function () {
|
|
42
52
|
try {
|
|
43
53
|
const data = await client.DescribeScores({})
|
|
@@ -88,4 +98,14 @@ it("rum.v20210622.DescribeProjects", async function () {
|
|
|
88
98
|
}
|
|
89
99
|
})
|
|
90
100
|
|
|
101
|
+
it("rum.v20210622.DescribeDataPvUrlStatistics", async function () {
|
|
102
|
+
try {
|
|
103
|
+
const data = await client.DescribeDataPvUrlStatistics({})
|
|
104
|
+
expect(data).to.be.ok
|
|
105
|
+
} catch(error) {
|
|
106
|
+
expect(error.requestId).to.be.ok
|
|
107
|
+
expect(error.code).to.be.ok
|
|
108
|
+
}
|
|
109
|
+
})
|
|
110
|
+
|
|
91
111
|
})
|
|
@@ -228,6 +228,16 @@ it("scf.v20180416.DeleteAlias", async function () {
|
|
|
228
228
|
}
|
|
229
229
|
})
|
|
230
230
|
|
|
231
|
+
it("scf.v20180416.GetAsyncEventStatus", async function () {
|
|
232
|
+
try {
|
|
233
|
+
const data = await client.GetAsyncEventStatus({})
|
|
234
|
+
expect(data).to.be.ok
|
|
235
|
+
} catch(error) {
|
|
236
|
+
expect(error.requestId).to.be.ok
|
|
237
|
+
expect(error.code).to.be.ok
|
|
238
|
+
}
|
|
239
|
+
})
|
|
240
|
+
|
|
231
241
|
it("scf.v20180416.DeleteNamespace", async function () {
|
|
232
242
|
try {
|
|
233
243
|
const data = await client.DeleteNamespace({})
|
|
@@ -58,6 +58,16 @@ it("tat.v20201028.DescribeInvocations", async function () {
|
|
|
58
58
|
}
|
|
59
59
|
})
|
|
60
60
|
|
|
61
|
+
it("tat.v20201028.CancelInvocation", async function () {
|
|
62
|
+
try {
|
|
63
|
+
const data = await client.CancelInvocation({})
|
|
64
|
+
expect(data).to.be.ok
|
|
65
|
+
} catch(error) {
|
|
66
|
+
expect(error.requestId).to.be.ok
|
|
67
|
+
expect(error.code).to.be.ok
|
|
68
|
+
}
|
|
69
|
+
})
|
|
70
|
+
|
|
61
71
|
it("tat.v20201028.DescribeInvocationTasks", async function () {
|
|
62
72
|
try {
|
|
63
73
|
const data = await client.DescribeInvocationTasks({})
|
|
@@ -28,6 +28,16 @@ it("tem.v20210701.DeployApplication", async function () {
|
|
|
28
28
|
}
|
|
29
29
|
})
|
|
30
30
|
|
|
31
|
+
it("tem.v20210701.ModifyApplicationReplicas", async function () {
|
|
32
|
+
try {
|
|
33
|
+
const data = await client.ModifyApplicationReplicas({})
|
|
34
|
+
expect(data).to.be.ok
|
|
35
|
+
} catch(error) {
|
|
36
|
+
expect(error.requestId).to.be.ok
|
|
37
|
+
expect(error.code).to.be.ok
|
|
38
|
+
}
|
|
39
|
+
})
|
|
40
|
+
|
|
31
41
|
it("tem.v20210701.RestartApplicationPod", async function () {
|
|
32
42
|
try {
|
|
33
43
|
const data = await client.RestartApplicationPod({})
|