tencentcloud-sdk-nodejs 4.0.249 → 4.0.253

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.
Files changed (122) hide show
  1. package/CHANGELOG.md +941 -78
  2. package/package.json +1 -1
  3. package/products.md +35 -34
  4. package/src/common/sdk_version.ts +1 -1
  5. package/src/services/apigateway/v20180808/apigateway_models.ts +20 -0
  6. package/src/services/asr/v20190614/asr_client.ts +2 -2
  7. package/src/services/asr/v20190614/asr_models.ts +10 -2
  8. package/src/services/billing/v20180709/billing_models.ts +51 -20
  9. package/src/services/ccc/v20200210/ccc_client.ts +31 -15
  10. package/src/services/ccc/v20200210/ccc_models.ts +334 -179
  11. package/src/services/cdn/v20180606/cdn_client.ts +6 -4
  12. package/src/services/cdn/v20180606/cdn_models.ts +130 -39
  13. package/src/services/ckafka/v20190819/ckafka_client.ts +3 -2
  14. package/src/services/ckafka/v20190819/ckafka_models.ts +53 -38
  15. package/src/services/cls/v20201016/cls_models.ts +2 -0
  16. package/src/services/cpdp/v20190820/cpdp_client.ts +34 -9
  17. package/src/services/cpdp/v20190820/cpdp_models.ts +319 -159
  18. package/src/services/dcdb/v20180411/dcdb_models.ts +7 -7
  19. package/src/services/dnspod/v20210323/dnspod_client.ts +82 -69
  20. package/src/services/dnspod/v20210323/dnspod_models.ts +1178 -1133
  21. package/src/services/domain/v20180808/domain_models.ts +20 -0
  22. package/src/services/ecm/v20190719/ecm_models.ts +2 -2
  23. package/src/services/emr/v20190103/emr_models.ts +40 -4
  24. package/src/services/ft/v20200304/ft_models.ts +8 -2
  25. package/src/services/gs/v20191118/gs_models.ts +3 -3
  26. package/src/services/index.ts +1 -0
  27. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +38 -13
  28. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +113 -21
  29. package/src/services/lighthouse/v20200324/lighthouse_models.ts +2 -2
  30. package/src/services/mongodb/v20190725/mongodb_models.ts +5 -0
  31. package/src/services/oceanus/v20190422/oceanus_models.ts +22 -0
  32. package/src/services/postgres/v20170312/postgres_models.ts +5 -5
  33. package/src/services/redis/v20180412/redis_models.ts +4 -3
  34. package/src/services/rum/v20210622/rum_client.ts +27 -3
  35. package/src/services/rum/v20210622/rum_models.ts +270 -25
  36. package/src/services/scf/v20180416/scf_client.ts +13 -0
  37. package/src/services/scf/v20180416/scf_models.ts +81 -27
  38. package/src/services/ssl/v20191205/ssl_models.ts +1 -1
  39. package/src/services/tat/v20201028/tat_client.ts +16 -1
  40. package/src/services/tat/v20201028/tat_models.ts +31 -4
  41. package/src/services/tcb/v20180608/tcb_models.ts +6 -1
  42. package/src/services/tcss/index.ts +5 -0
  43. package/src/services/tcss/v20201101/index.ts +6 -0
  44. package/src/services/tcss/v20201101/tcss_client.ts +2106 -0
  45. package/src/services/tcss/v20201101/tcss_models.ts +11427 -0
  46. package/src/services/tem/v20210701/tem_client.ts +12 -0
  47. package/src/services/tem/v20210701/tem_models.ts +35 -0
  48. package/src/services/tke/v20180525/tke_models.ts +6 -0
  49. package/src/services/vod/v20180717/vod_client.ts +5 -3
  50. package/src/services/vod/v20180717/vod_models.ts +245 -30
  51. package/tencentcloud/common/sdk_version.d.ts +1 -1
  52. package/tencentcloud/common/sdk_version.js +1 -1
  53. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +16 -0
  54. package/tencentcloud/services/asr/v20190614/asr_client.d.ts +2 -2
  55. package/tencentcloud/services/asr/v20190614/asr_client.js +2 -2
  56. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +9 -2
  57. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +50 -19
  58. package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +9 -5
  59. package/tencentcloud/services/ccc/v20200210/ccc_client.js +12 -6
  60. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +283 -153
  61. package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +1 -1
  62. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +113 -35
  63. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +1 -1
  64. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +46 -33
  65. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +2 -0
  66. package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +11 -3
  67. package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +15 -3
  68. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +271 -136
  69. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +7 -7
  70. package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +9 -5
  71. package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +12 -6
  72. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +1048 -1009
  73. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +16 -0
  74. package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +2 -2
  75. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +34 -4
  76. package/tencentcloud/services/ft/v20200304/ft_models.d.ts +7 -2
  77. package/tencentcloud/services/gs/v20191118/gs_models.d.ts +3 -3
  78. package/tencentcloud/services/index.d.ts +1 -0
  79. package/tencentcloud/services/index.js +2 -0
  80. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +13 -5
  81. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +18 -6
  82. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +97 -18
  83. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +2 -2
  84. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +4 -0
  85. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +18 -0
  86. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +5 -5
  87. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +3 -2
  88. package/tencentcloud/services/rum/v20210622/rum_client.d.ts +9 -1
  89. package/tencentcloud/services/rum/v20210622/rum_client.js +12 -0
  90. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +225 -25
  91. package/tencentcloud/services/scf/v20180416/scf_client.d.ts +5 -1
  92. package/tencentcloud/services/scf/v20180416/scf_client.js +6 -0
  93. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +73 -26
  94. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +1 -1
  95. package/tencentcloud/services/tat/v20201028/tat_client.d.ts +8 -1
  96. package/tencentcloud/services/tat/v20201028/tat_client.js +9 -0
  97. package/tencentcloud/services/tat/v20201028/tat_models.d.ts +28 -4
  98. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +5 -1
  99. package/tencentcloud/services/tcss/index.d.ts +6 -0
  100. package/tencentcloud/services/tcss/index.js +7 -0
  101. package/tencentcloud/services/tcss/v20201101/index.d.ts +6 -0
  102. package/tencentcloud/services/tcss/v20201101/index.js +9 -0
  103. package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +674 -0
  104. package/tencentcloud/services/tcss/v20201101/tcss_client.js +1027 -0
  105. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +9642 -0
  106. package/tencentcloud/services/tcss/v20201101/tcss_models.js +18 -0
  107. package/tencentcloud/services/tem/v20210701/tem_client.d.ts +5 -1
  108. package/tencentcloud/services/tem/v20210701/tem_client.js +6 -0
  109. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +30 -0
  110. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -0
  111. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +4 -3
  112. package/tencentcloud/services/vod/v20180717/vod_client.js +4 -3
  113. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +177 -0
  114. package/test/ccc.v20200210.test.js +14 -4
  115. package/test/cpdp.v20190820.test.js +22 -2
  116. package/test/dnspod.v20210323.test.js +14 -4
  117. package/test/iotexplorer.v20190423.test.js +24 -4
  118. package/test/rum.v20210622.test.js +20 -0
  119. package/test/scf.v20180416.test.js +10 -0
  120. package/test/tat.v20201028.test.js +10 -0
  121. package/test/tcss.v20201101.test.js +1681 -0
  122. package/test/tem.v20210701.test.js +10 -0
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
4
+ *
5
+ * Licensed under the Apache License, Version 2.0 (the "License");
6
+ * you may not use this file except in compliance with the License.
7
+ * You may obtain a copy of the License at
8
+ *
9
+ * http://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing,
12
+ * software distributed under the License is distributed on an
13
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+ * KIND, either express or implied. See the License for the
15
+ * specific language governing permissions and limitations
16
+ * under the License.
17
+ */
18
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,6 +1,6 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { RestartApplicationPodResponse, CreateResourceRequest, ResumeDeployApplicationResponse, DescribeDeployApplicationDetailRequest, DescribeApplicationPodsResponse, DeleteIngressRequest, RestartApplicationPodRequest, DescribeRelatedIngressesRequest, ModifyEnvironmentResponse, GenerateApplicationPackageDownloadUrlRequest, DeployApplicationRequest, ModifyIngressResponse, DescribeEnvironmentsResponse, ModifyIngressRequest, DescribeApplicationPodsRequest, CreateApplicationRequest, DescribeRelatedIngressesResponse, DescribeIngressesRequest, DescribeIngressesResponse, DeleteIngressResponse, GenerateApplicationPackageDownloadUrlResponse, DescribeIngressResponse, CreateCosTokenResponse, DescribeDeployApplicationDetailResponse, CreateResourceResponse, ModifyApplicationInfoRequest, ModifyApplicationInfoResponse, RevertDeployApplicationRequest, CreateEnvironmentResponse, CreateApplicationResponse, ModifyEnvironmentRequest, RevertDeployApplicationResponse, DescribeIngressRequest, CreateCosTokenRequest, DescribeEnvironmentsRequest, ResumeDeployApplicationRequest, DeployApplicationResponse, CreateEnvironmentRequest } from "./tem_models";
3
+ import { RestartApplicationPodResponse, CreateResourceRequest, ResumeDeployApplicationResponse, DescribeDeployApplicationDetailRequest, DescribeApplicationPodsResponse, DeleteIngressRequest, RestartApplicationPodRequest, DescribeRelatedIngressesRequest, ModifyEnvironmentResponse, GenerateApplicationPackageDownloadUrlRequest, DeployApplicationRequest, ModifyIngressResponse, DescribeEnvironmentsResponse, ModifyIngressRequest, DescribeApplicationPodsRequest, CreateApplicationRequest, DescribeRelatedIngressesResponse, DescribeIngressesRequest, ModifyApplicationReplicasResponse, ModifyApplicationReplicasRequest, DescribeIngressesResponse, DeleteIngressResponse, GenerateApplicationPackageDownloadUrlResponse, DescribeIngressResponse, CreateCosTokenResponse, DescribeDeployApplicationDetailResponse, CreateResourceResponse, ModifyApplicationInfoRequest, ModifyApplicationInfoResponse, RevertDeployApplicationRequest, CreateEnvironmentResponse, CreateApplicationResponse, ModifyEnvironmentRequest, RevertDeployApplicationResponse, DescribeIngressRequest, CreateCosTokenRequest, DescribeEnvironmentsRequest, ResumeDeployApplicationRequest, DeployApplicationResponse, CreateEnvironmentRequest } from "./tem_models";
4
4
  /**
5
5
  * tem client
6
6
  * @class
@@ -11,6 +11,10 @@ export declare class Client extends AbstractClient {
11
11
  * 应用部署
12
12
  */
13
13
  DeployApplication(req: DeployApplicationRequest, cb?: (error: string, rep: DeployApplicationResponse) => void): Promise<DeployApplicationResponse>;
14
+ /**
15
+ * 修改应用实例数量
16
+ */
17
+ ModifyApplicationReplicas(req: ModifyApplicationReplicasRequest, cb?: (error: string, rep: ModifyApplicationReplicasResponse) => void): Promise<ModifyApplicationReplicasResponse>;
14
18
  /**
15
19
  * 重启应用实例
16
20
  */
@@ -33,6 +33,12 @@ class Client extends abstract_client_1.AbstractClient {
33
33
  async DeployApplication(req, cb) {
34
34
  return this.request("DeployApplication", req, cb);
35
35
  }
36
+ /**
37
+ * 修改应用实例数量
38
+ */
39
+ async ModifyApplicationReplicas(req, cb) {
40
+ return this.request("ModifyApplicationReplicas", req, cb);
41
+ }
36
42
  /**
37
43
  * 重启应用实例
38
44
  */
@@ -878,6 +878,36 @@ export interface DeployServicePodDetail {
878
878
  */
879
879
  Webshell?: string;
880
880
  }
881
+ /**
882
+ * ModifyApplicationReplicas返回参数结构体
883
+ */
884
+ export interface ModifyApplicationReplicasResponse {
885
+ /**
886
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
887
+ */
888
+ RequestId?: string;
889
+ }
890
+ /**
891
+ * ModifyApplicationReplicas请求参数结构体
892
+ */
893
+ export interface ModifyApplicationReplicasRequest {
894
+ /**
895
+ * 服务id
896
+ */
897
+ ApplicationId: string;
898
+ /**
899
+ * 环境ID
900
+ */
901
+ EnvironmentId: string;
902
+ /**
903
+ * 实例数量
904
+ */
905
+ Replicas: number;
906
+ /**
907
+ * 来源渠道
908
+ */
909
+ SourceChannel?: number;
910
+ }
881
911
  /**
882
912
  * 日志输出配置
883
913
  */
@@ -2288,6 +2288,11 @@ Pending是创建中,Running是 运行中。
2288
2288
  注意:此字段可能返回 null,表示取不到有效值。
2289
2289
  */
2290
2290
  AutoCreatedEipId?: string;
2291
+ /**
2292
+ * 容器状态是否持久化
2293
+ 注意:此字段可能返回 null,表示取不到有效值。
2294
+ */
2295
+ PersistStatus?: boolean;
2291
2296
  }
2292
2297
  /**
2293
2298
  * DisableVpcCniNetworkType返回参数结构体
@@ -321,7 +321,8 @@ export declare class Client extends AbstractClient {
321
321
  ModifyPersonSample(req: ModifyPersonSampleRequest, cb?: (error: string, rep: ModifyPersonSampleResponse) => void): Promise<ModifyPersonSampleResponse>;
322
322
  /**
323
323
  * 该接口用于查询指定日期范围内每天的播放统计数据。
324
- * 可以查询最近30天的播放统计数据。
324
+ * 可以查询最近一年的播放统计数据。
325
+ * 结束日期和起始日期的时间跨度最大为90天。
325
326
  */
326
327
  DescribeDailyMediaPlayStat(req: DescribeDailyMediaPlayStatRequest, cb?: (error: string, rep: DescribeDailyMediaPlayStatResponse) => void): Promise<DescribeDailyMediaPlayStatResponse>;
327
328
  /**
@@ -334,7 +335,7 @@ export declare class Client extends AbstractClient {
334
335
  CreateAIAnalysisTemplate(req: CreateAIAnalysisTemplateRequest, cb?: (error: string, rep: CreateAIAnalysisTemplateResponse) => void): Promise<CreateAIAnalysisTemplateResponse>;
335
336
  /**
336
337
  * 该接口用于查询每日播放Top100 的媒体文件的播放统计数据。
337
- * 可以查询最近30天的播放统计数据。
338
+ * 可以查询最近一年的播放统计数据。
338
339
  * 可以按播放次数或者播放流量查询。
339
340
  * 播放次数统计说明:
340
341
  1. HLS 文件:访问 M3U8 文件时统计播放次数;访问 TS 文件不统计播放次数。
@@ -663,7 +664,7 @@ export declare class Client extends AbstractClient {
663
664
  DescribeSuperPlayerConfigs(req: DescribeSuperPlayerConfigsRequest, cb?: (error: string, rep: DescribeSuperPlayerConfigsResponse) => void): Promise<DescribeSuperPlayerConfigsResponse>;
664
665
  /**
665
666
  * 该接口用于查询播放统计文件的下载地址。
666
- * 可以查询最近30天的播放统计文件下载地址。
667
+ * 可以查询最近一年的播放统计文件下载地址,查询的起始日期和结束日期的时间跨度不超过90天。
667
668
  * 云点播每天对前一天的 CDN 请求日志进行分析处理,生成播放统计文件。
668
669
  * 播放统计文件内容包含媒体文件的播放次数、播放流量等统计信息。
669
670
  * 播放次数统计说明:
@@ -447,7 +447,8 @@ class Client extends abstract_client_1.AbstractClient {
447
447
  }
448
448
  /**
449
449
  * 该接口用于查询指定日期范围内每天的播放统计数据。
450
- * 可以查询最近30天的播放统计数据。
450
+ * 可以查询最近一年的播放统计数据。
451
+ * 结束日期和起始日期的时间跨度最大为90天。
451
452
  */
452
453
  async DescribeDailyMediaPlayStat(req, cb) {
453
454
  return this.request("DescribeDailyMediaPlayStat", req, cb);
@@ -466,7 +467,7 @@ class Client extends abstract_client_1.AbstractClient {
466
467
  }
467
468
  /**
468
469
  * 该接口用于查询每日播放Top100 的媒体文件的播放统计数据。
469
- * 可以查询最近30天的播放统计数据。
470
+ * 可以查询最近一年的播放统计数据。
470
471
  * 可以按播放次数或者播放流量查询。
471
472
  * 播放次数统计说明:
472
473
  1. HLS 文件:访问 M3U8 文件时统计播放次数;访问 TS 文件不统计播放次数。
@@ -913,7 +914,7 @@ class Client extends abstract_client_1.AbstractClient {
913
914
  }
914
915
  /**
915
916
  * 该接口用于查询播放统计文件的下载地址。
916
- * 可以查询最近30天的播放统计文件下载地址。
917
+ * 可以查询最近一年的播放统计文件下载地址,查询的起始日期和结束日期的时间跨度不超过90天。
917
918
  * 云点播每天对前一天的 CDN 请求日志进行分析处理,生成播放统计文件。
918
919
  * 播放统计文件内容包含媒体文件的播放次数、播放流量等统计信息。
919
920
  * 播放次数统计说明:
@@ -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,43 @@ export interface AiRecognitionTaskSegmentSegmentItem {
4548
4584
  */
4549
4585
  SpecialInfo: string;
4550
4586
  }
4587
+ /**
4588
+ * 取回视频任务信息
4589
+ */
4590
+ export interface RestoreMediaTask {
4591
+ /**
4592
+ * 取回任务状态,0表示取回完成,其他值表示取回还未完成。
4593
+ */
4594
+ Status: number;
4595
+ /**
4596
+ * 提示信息。
4597
+ */
4598
+ Message: string;
4599
+ /**
4600
+ * 文件ID。
4601
+ */
4602
+ FileId: string;
4603
+ /**
4604
+ * 文件原始存储类型。
4605
+ */
4606
+ OriginalStorageClass: string;
4607
+ /**
4608
+ * 文件目标存储类型。对于临时取回,目标存储类型与原始存储类型相同。
4609
+ */
4610
+ TargetStorageClass: string;
4611
+ /**
4612
+ * 取回模式,取值:
4613
+ <li>Expedited:极速模式</li>
4614
+ <li>Standard:标准模式</li>
4615
+ <li>Bulk:批量模式</li>
4616
+ */
4617
+ RestoreTier: string;
4618
+ /**
4619
+ * 临时取回副本有效期,单位:天。对于永久取回,取值为0。
4620
+ 注意:此字段可能返回 null,表示取不到有效值。
4621
+ */
4622
+ RestoreDay: number;
4623
+ }
4551
4624
  /**
4552
4625
  * 内容审核 Ocr 文字鉴黄任务输入参数类型
4553
4626
  */
@@ -4588,8 +4661,17 @@ export interface CreateSuperPlayerConfigResponse {
4588
4661
  export interface AiAnalysisTaskFrameTagOutput {
4589
4662
  /**
4590
4663
  * 视频按帧标签列表。
4664
+ <font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 SegmentSetFileUrl 对应的文件中获取。
4591
4665
  */
4592
4666
  SegmentSet: Array<MediaAiAnalysisFrameTagSegmentItem>;
4667
+ /**
4668
+ * 视频按帧标签列表文件 URL。文件的内容为 JSON,数据结构与 SegmentSet 字段一致。 (文件不会永久存储,到达SegmentSetFileUrlExpireTime 时间点后文件将被删除)。
4669
+ */
4670
+ SegmentSetFileUrl: string;
4671
+ /**
4672
+ * 视频按帧标签列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
4673
+ */
4674
+ SegmentSetFileUrlExpireTime: string;
4593
4675
  }
4594
4676
  /**
4595
4677
  * ModifyAdaptiveDynamicStreamingTemplate请求参数结构体
@@ -4831,8 +4913,17 @@ export interface SearchMediaResponse {
4831
4913
  export interface AiAnalysisTaskTagOutput {
4832
4914
  /**
4833
4915
  * 视频智能标签列表。
4916
+ <font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 TagSetFileUrl 对应的文件中获取。
4834
4917
  */
4835
4918
  TagSet: Array<MediaAiAnalysisTagItem>;
4919
+ /**
4920
+ * 视频智能标签列表文件 URL。文件的内容为 JSON,数据结构与 TagSet 字段一致。 (文件不会永久存储,到达 TagSetFileUrlExpireTime 时间点后文件将被删除)。
4921
+ */
4922
+ TagSetFileUrl: string;
4923
+ /**
4924
+ * 视频智能标签列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
4925
+ */
4926
+ TagSetFileUrlExpireTime: string;
4836
4927
  }
4837
4928
  /**
4838
4929
  * 智能精彩片段结果信息
@@ -4840,8 +4931,17 @@ export interface AiAnalysisTaskTagOutput {
4840
4931
  export interface AiAnalysisTaskHighlightOutput {
4841
4932
  /**
4842
4933
  * 视频智能精彩片段列表。
4934
+ <font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 HighlightSetFileUrl 对应的文件中获取。
4843
4935
  */
4844
4936
  HighlightSet: Array<MediaAiAnalysisHighlightItem>;
4937
+ /**
4938
+ * 视频智能精彩片段列表文件 URL。文件的内容为 JSON,数据结构与 HighlightSet 字段一致。 (文件不会永久存储,到达 HighlightSetFileUrlExpireTime 时间点后文件将被删除)。
4939
+ */
4940
+ HighlightSetFileUrl: string;
4941
+ /**
4942
+ * 视频智能精彩片段列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
4943
+ */
4944
+ HighlightSetFileUrlExpireTime: string;
4845
4945
  }
4846
4946
  /**
4847
4947
  * 字幕信息输入参数。
@@ -6529,8 +6629,17 @@ export interface AiReviewTerrorismTaskOutput {
6529
6629
  Label: string;
6530
6630
  /**
6531
6631
  * 有暴恐嫌疑的视频片段列表。
6632
+ <font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 SegmentSetFileUrl 对应的文件中获取。
6532
6633
  */
6533
6634
  SegmentSet: Array<MediaContentReviewSegmentItem>;
6635
+ /**
6636
+ * 暴恐嫌疑的视频片段列表文件 URL。文件的内容为 JSON,数据结构与 SegmentSet 字段一致。 (文件不会永久存储,到达SegmentSetFileUrlExpireTime 时间点后文件将被删除)。
6637
+ */
6638
+ SegmentSetFileUrl: string;
6639
+ /**
6640
+ * 暴恐嫌疑的视频片段列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
6641
+ */
6642
+ SegmentSetFileUrlExpireTime: string;
6534
6643
  }
6535
6644
  /**
6536
6645
  * DescribeImageProcessingTemplates请求参数结构体
@@ -6638,8 +6747,17 @@ export interface AiReviewTerrorismOcrTaskOutput {
6638
6747
  Suggestion: string;
6639
6748
  /**
6640
6749
  * Ocr 文字有涉恐嫌疑的视频片段列表。
6750
+ <font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 SegmentSetFileUrl 对应的文件中获取。
6641
6751
  */
6642
6752
  SegmentSet: Array<MediaContentReviewOcrTextSegmentItem>;
6753
+ /**
6754
+ * Ocr 文字有涉恐嫌疑的视频片段列表文件 URL。文件的内容为 JSON,数据结构与 SegmentSet 字段一致。 (文件不会永久存储,到达 SegmentSetFileUrlExpireTime 时间点后文件将被删除)。
6755
+ */
6756
+ SegmentSetFileUrl: string;
6757
+ /**
6758
+ * Ocr 文字有涉恐嫌疑的视频片段列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
6759
+ */
6760
+ SegmentSetFileUrlExpireTime: string;
6643
6761
  }
6644
6762
  /**
6645
6763
  * 智能分析结果
@@ -7539,8 +7657,17 @@ export interface AiReviewPornOcrTaskOutput {
7539
7657
  Suggestion: string;
7540
7658
  /**
7541
7659
  * Ocr 文字有涉黄嫌疑的视频片段列表。
7660
+ <font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 SegmentSetFileUrl 对应的文件中获取。
7542
7661
  */
7543
7662
  SegmentSet: Array<MediaContentReviewOcrTextSegmentItem>;
7663
+ /**
7664
+ * Ocr 文字有涉黄嫌疑的视频片段列表文件 URL。文件的内容为 JSON,数据结构与 SegmentSet 字段一致。 (文件不会永久存储,到达 SegmentSetFileUrlExpireTime 时间点后文件将被删除)。
7665
+ */
7666
+ SegmentSetFileUrl: string;
7667
+ /**
7668
+ * Ocr 文字有涉黄嫌疑的视频片段列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
7669
+ */
7670
+ SegmentSetFileUrlExpireTime: string;
7544
7671
  }
7545
7672
  /**
7546
7673
  * ApplyUpload请求参数结构体
@@ -8125,8 +8252,17 @@ export interface AiReviewProhibitedAsrTaskOutput {
8125
8252
  Suggestion: string;
8126
8253
  /**
8127
8254
  * Asr 文字有涉违禁嫌疑的视频片段列表。
8255
+ <font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 SegmentSetFileUrl 对应的文件中获取。
8128
8256
  */
8129
8257
  SegmentSet: Array<MediaContentReviewAsrTextSegmentItem>;
8258
+ /**
8259
+ * Asr 文字有涉违禁嫌疑的视频片段列表文件 URL。文件的内容为 JSON,数据结构与 SegmentSet 字段一致。 (文件不会永久存储,到达 SegmentSetFileUrlExpireTime 时间点后文件将被删除)。
8260
+ */
8261
+ SegmentSetFileUrl: string;
8262
+ /**
8263
+ * Asr 文字有涉违禁嫌疑的视频片段列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
8264
+ */
8265
+ SegmentSetFileUrlExpireTime: string;
8130
8266
  }
8131
8267
  /**
8132
8268
  * CreateClass返回参数结构体
@@ -8820,6 +8956,11 @@ export interface EventContent {
8820
8956
  注意:此字段可能返回 null,表示取不到有效值。
8821
8957
  */
8822
8958
  WechatMiniProgramPublishCompleteEvent: WechatMiniProgramPublishTask;
8959
+ /**
8960
+ * 视频取回完成事件,当事件类型为RestoreMediaComplete 时有效。
8961
+ 注意:此字段可能返回 null,表示取不到有效值。
8962
+ */
8963
+ RestoreMediaCompleteEvent: RestoreMediaTask;
8823
8964
  }
8824
8965
  /**
8825
8966
  * 智能精彩片段任务控制参数
@@ -8896,8 +9037,17 @@ export interface AiReviewPoliticalAsrTaskOutput {
8896
9037
  Suggestion: string;
8897
9038
  /**
8898
9039
  * Asr 文字有涉政、敏感嫌疑的视频片段列表。
9040
+ <font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 SegmentSetFileUrl 对应的文件中获取。
8899
9041
  */
8900
9042
  SegmentSet: Array<MediaContentReviewAsrTextSegmentItem>;
9043
+ /**
9044
+ * Asr 文字有涉政、敏感嫌疑的视频片段列表文件 URL。文件的内容为 JSON,数据结构与 SegmentSet 字段一致。 (文件不会永久存储,到达 SegmentSetFileUrlExpireTime 时间点后文件将被删除)。
9045
+ */
9046
+ SegmentSetFileUrl: string;
9047
+ /**
9048
+ * Asr 文字有涉政、敏感嫌疑的视频片段列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
9049
+ */
9050
+ SegmentSetFileUrlExpireTime: string;
8901
9051
  }
8902
9052
  /**
8903
9053
  * 输出的音频流信息
@@ -9237,8 +9387,17 @@ export interface AiReviewPornTaskOutput {
9237
9387
  Label: string;
9238
9388
  /**
9239
9389
  * 有涉黄嫌疑的视频片段列表。
9390
+ <font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 SegmentSetFileUrl 对应的文件中获取。
9240
9391
  */
9241
9392
  SegmentSet: Array<MediaContentReviewSegmentItem>;
9393
+ /**
9394
+ * 涉黄嫌疑的视频片段列表文件 URL。文件的内容为 JSON,数据结构与 SegmentSet 字段一致。 (文件不会永久存储,到达SegmentSetFileUrlExpireTime 时间点后文件将被删除)。
9395
+ */
9396
+ SegmentSetFileUrl: string;
9397
+ /**
9398
+ * 涉黄嫌疑的视频片段列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
9399
+ */
9400
+ SegmentSetFileUrlExpireTime: string;
9242
9401
  }
9243
9402
  /**
9244
9403
  * 语音全文识别结果。
@@ -10325,8 +10484,17 @@ violation_photo:
10325
10484
  Label: string;
10326
10485
  /**
10327
10486
  * 有涉政嫌疑的视频片段列表。
10487
+ <font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 SegmentSetFileUrl 对应的文件中获取。
10328
10488
  */
10329
10489
  SegmentSet: Array<MediaContentReviewPoliticalSegmentItem>;
10490
+ /**
10491
+ * 涉政嫌疑的视频片段列表文件 URL。文件的内容为 JSON,数据结构与 SegmentSet 字段一致。 (文件不会永久存储,到达 SegmentSetFileUrlExpireTime 时间点后文件将被删除)。
10492
+ */
10493
+ SegmentSetFileUrl: string;
10494
+ /**
10495
+ * 涉政嫌疑的视频片段列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
10496
+ */
10497
+ SegmentSetFileUrlExpireTime: string;
10330
10498
  }
10331
10499
  /**
10332
10500
  * 内容审核鉴政任务结果类型
@@ -12572,8 +12740,17 @@ export interface AiReviewPoliticalOcrTaskOutput {
12572
12740
  Suggestion: string;
12573
12741
  /**
12574
12742
  * Ocr 文字有涉政、敏感嫌疑的视频片段列表。
12743
+ <font color=red>注意</font> :该列表最多仅展示前 100 个元素。如希望获得完整结果,请从 SegmentSetFileUrl 对应的文件中获取。
12575
12744
  */
12576
12745
  SegmentSet: Array<MediaContentReviewOcrTextSegmentItem>;
12746
+ /**
12747
+ * Ocr 文字有涉政、敏感嫌疑的视频片段列表文件 URL。文件的内容为 JSON,数据结构与 SegmentSet 字段一致。 (文件不会永久存储,到达 SegmentSetFileUrlExpireTime 时间点后文件将被删除)。
12748
+ */
12749
+ SegmentSetFileUrl: string;
12750
+ /**
12751
+ * Ocr 文字有涉政、敏感嫌疑的视频片段列表文件 URL 失效时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
12752
+ */
12753
+ SegmentSetFileUrlExpireTime: string;
12577
12754
  }
12578
12755
  /**
12579
12756
  * 文本全文本识别任务控制参数
@@ -18,6 +18,16 @@ const client = new tencentcloud.ccc.v20200210.Client({
18
18
  })
19
19
  describe("ccc.v20200210.test.js", function () {
20
20
 
21
+ it("ccc.v20200210.DescribeStaffStatusMetrics", async function () {
22
+ try {
23
+ const data = await client.DescribeStaffStatusMetrics({})
24
+ expect(data).to.be.ok
25
+ } catch(error) {
26
+ expect(error.requestId).to.be.ok
27
+ expect(error.code).to.be.ok
28
+ }
29
+ })
30
+
21
31
  it("ccc.v20200210.DescribeChatMessages", async function () {
22
32
  try {
23
33
  const data = await client.DescribeChatMessages({})
@@ -78,9 +88,9 @@ it("ccc.v20200210.DescribeSkillGroupInfoList", async function () {
78
88
  }
79
89
  })
80
90
 
81
- it("ccc.v20200210.DescribeStaffInfoList", async function () {
91
+ it("ccc.v20200210.DescribeCCCBuyInfoList", async function () {
82
92
  try {
83
- const data = await client.DescribeStaffInfoList({})
93
+ const data = await client.DescribeCCCBuyInfoList({})
84
94
  expect(data).to.be.ok
85
95
  } catch(error) {
86
96
  expect(error.requestId).to.be.ok
@@ -148,9 +158,9 @@ it("ccc.v20200210.DescribePSTNActiveSessionList", async function () {
148
158
  }
149
159
  })
150
160
 
151
- it("ccc.v20200210.DescribeStaffStatusMetrics", async function () {
161
+ it("ccc.v20200210.DescribeStaffInfoList", async function () {
152
162
  try {
153
- const data = await client.DescribeStaffStatusMetrics({})
163
+ const data = await client.DescribeStaffInfoList({})
154
164
  expect(data).to.be.ok
155
165
  } catch(error) {
156
166
  expect(error.requestId).to.be.ok
@@ -18,6 +18,16 @@ const client = new tencentcloud.cpdp.v20190820.Client({
18
18
  })
19
19
  describe("cpdp.v20190820.test.js", function () {
20
20
 
21
+ it("cpdp.v20190820.QueryAssignment", async function () {
22
+ try {
23
+ const data = await client.QueryAssignment({})
24
+ expect(data).to.be.ok
25
+ } catch(error) {
26
+ expect(error.requestId).to.be.ok
27
+ expect(error.code).to.be.ok
28
+ }
29
+ })
30
+
21
31
  it("cpdp.v20190820.DistributeAccreditQuery", async function () {
22
32
  try {
23
33
  const data = await client.DistributeAccreditQuery({})
@@ -58,9 +68,9 @@ it("cpdp.v20190820.CreateBatchPayment", async function () {
58
68
  }
59
69
  })
60
70
 
61
- it("cpdp.v20190820.ViewMerchant", async function () {
71
+ it("cpdp.v20190820.DeduceQuota", async function () {
62
72
  try {
63
- const data = await client.ViewMerchant({})
73
+ const data = await client.DeduceQuota({})
64
74
  expect(data).to.be.ok
65
75
  } catch(error) {
66
76
  expect(error.requestId).to.be.ok
@@ -298,6 +308,16 @@ it("cpdp.v20190820.QuerySinglePaymentResult", async function () {
298
308
  }
299
309
  })
300
310
 
311
+ it("cpdp.v20190820.ViewMerchant", async function () {
312
+ try {
313
+ const data = await client.ViewMerchant({})
314
+ expect(data).to.be.ok
315
+ } catch(error) {
316
+ expect(error.requestId).to.be.ok
317
+ expect(error.code).to.be.ok
318
+ }
319
+ })
320
+
301
321
  it("cpdp.v20190820.UploadTaxPayment", async function () {
302
322
  try {
303
323
  const data = await client.UploadTaxPayment({})
@@ -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.ModifyDomainLock", async function () {
161
+ it("dnspod.v20210323.DescribeUserDetail", async function () {
152
162
  try {
153
- const data = await client.ModifyDomainLock({})
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.DescribeUserDetail", async function () {
321
+ it("dnspod.v20210323.ModifyDomainLock", async function () {
312
322
  try {
313
- const data = await client.DescribeUserDetail({})
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
@@ -58,6 +58,26 @@ it("iotexplorer.v20190423.DeleteStudioProduct", async function () {
58
58
  }
59
59
  })
60
60
 
61
+ it("iotexplorer.v20190423.ReleaseStudioProduct", async function () {
62
+ try {
63
+ const data = await client.ReleaseStudioProduct({})
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
+
71
+ it("iotexplorer.v20190423.PublishRRPCMessage", async function () {
72
+ try {
73
+ const data = await client.PublishRRPCMessage({})
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
+
61
81
  it("iotexplorer.v20190423.SearchPositionSpace", async function () {
62
82
  try {
63
83
  const data = await client.SearchPositionSpace({})
@@ -518,9 +538,9 @@ it("iotexplorer.v20190423.DescribeFenceEventList", async function () {
518
538
  }
519
539
  })
520
540
 
521
- it("iotexplorer.v20190423.ReleaseStudioProduct", async function () {
541
+ it("iotexplorer.v20190423.GetPositionSpaceList", async function () {
522
542
  try {
523
- const data = await client.ReleaseStudioProduct({})
543
+ const data = await client.GetPositionSpaceList({})
524
544
  expect(data).to.be.ok
525
545
  } catch(error) {
526
546
  expect(error.requestId).to.be.ok
@@ -538,9 +558,9 @@ it("iotexplorer.v20190423.DescribeFirmwareTask", async function () {
538
558
  }
539
559
  })
540
560
 
541
- it("iotexplorer.v20190423.GetPositionSpaceList", async function () {
561
+ it("iotexplorer.v20190423.GenSingleDeviceSignatureOfPublic", async function () {
542
562
  try {
543
- const data = await client.GetPositionSpaceList({})
563
+ const data = await client.GenSingleDeviceSignatureOfPublic({})
544
564
  expect(data).to.be.ok
545
565
  } catch(error) {
546
566
  expect(error.requestId).to.be.ok