tencentcloud-sdk-nodejs 4.0.252 → 4.0.256
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 +753 -51
- package/package.json +1 -1
- package/products.md +36 -36
- package/src/common/sdk_version.ts +1 -1
- package/src/services/as/v20180419/as_client.ts +15 -1
- package/src/services/as/v20180419/as_models.ts +65 -5
- 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 +17 -5
- package/src/services/ckafka/v20190819/ckafka_models.ts +177 -140
- package/src/services/clb/v20180317/clb_client.ts +44 -18
- package/src/services/clb/v20180317/clb_models.ts +180 -64
- package/src/services/cme/v20191029/cme_models.ts +10 -10
- 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/eiam/v20210420/eiam_models.ts +30 -0
- package/src/services/emr/v20190103/emr_models.ts +22 -4
- package/src/services/faceid/v20180301/faceid_client.ts +1 -0
- package/src/services/faceid/v20180301/faceid_models.ts +46 -0
- 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_client.ts +19 -3
- package/src/services/mongodb/v20190725/mongodb_models.ts +302 -62
- package/src/services/mrs/v20200910/mrs_models.ts +12 -0
- package/src/services/rum/v20210622/rum_client.ts +27 -3
- package/src/services/rum/v20210622/rum_models.ts +290 -25
- package/src/services/scf/v20180416/scf_models.ts +32 -26
- package/src/services/tat/v20201028/tat_client.ts +16 -1
- package/src/services/tat/v20201028/tat_models.ts +31 -4
- package/src/services/tcb/v20180608/tcb_models.ts +1 -1
- package/src/services/tcss/v20201101/tcss_models.ts +1 -1
- package/src/services/tdmq/v20200217/tdmq_models.ts +11 -1
- 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/tse/v20201207/tse_models.ts +5 -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/as/v20180419/as_client.d.ts +5 -1
- package/tencentcloud/services/as/v20180419/as_client.js +6 -0
- package/tencentcloud/services/as/v20180419/as_models.d.ts +57 -5
- 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 +152 -120
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +16 -7
- package/tencentcloud/services/clb/v20180317/clb_client.js +21 -8
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +155 -56
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +8 -9
- 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/eiam/v20210420/eiam_models.d.ts +25 -0
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +20 -4
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +39 -0
- 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_client.d.ts +5 -1
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +6 -0
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +253 -55
- package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +10 -0
- 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 +241 -25
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +31 -26
- 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/tcb/v20180608/tcb_models.d.ts +1 -1
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +1 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +9 -1
- 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/tse/v20201207/tse_models.d.ts +4 -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/as.v20180419.test.js +10 -0
- package/test/cii.v20210408.test.js +10 -0
- package/test/ckafka.v20190819.test.js +10 -0
- package/test/clb.v20180317.test.js +24 -4
- 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/mongodb.v20190725.test.js +10 -0
- package/test/rum.v20210622.test.js +20 -0
- package/test/tat.v20201028.test.js +10 -0
- package/test/tem.v20210701.test.js +10 -0
|
@@ -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
|
*/
|
|
@@ -138,6 +138,10 @@ false(默认):发送正常请求,通过检查后直接创建实例
|
|
|
138
138
|
* 集群显示名称。
|
|
139
139
|
*/
|
|
140
140
|
ClusterName?: string;
|
|
141
|
+
/**
|
|
142
|
+
* 集群存储选项
|
|
143
|
+
*/
|
|
144
|
+
StorageOption?: StorageOption;
|
|
141
145
|
}
|
|
142
146
|
/**
|
|
143
147
|
* 描述了实例登录相关配置与信息。
|
|
@@ -226,6 +230,15 @@ export interface DeleteClusterResponse {
|
|
|
226
230
|
*/
|
|
227
231
|
RequestId?: string;
|
|
228
232
|
}
|
|
233
|
+
/**
|
|
234
|
+
* 描述集群文件系统选项
|
|
235
|
+
*/
|
|
236
|
+
export interface StorageOption {
|
|
237
|
+
/**
|
|
238
|
+
* 集群挂载CFS文件系统选项
|
|
239
|
+
*/
|
|
240
|
+
CFSOptions: Array<CFSOption>;
|
|
241
|
+
}
|
|
229
242
|
/**
|
|
230
243
|
* 描述了实例的计费模式
|
|
231
244
|
*/
|
|
@@ -244,6 +257,27 @@ DISABLE_NOTIFY_AND_MANUAL_RENEW:不通知过期不自动续费
|
|
|
244
257
|
*/
|
|
245
258
|
RenewFlag?: string;
|
|
246
259
|
}
|
|
260
|
+
/**
|
|
261
|
+
* 描述CFS文件系统版本和挂载信息
|
|
262
|
+
*/
|
|
263
|
+
export interface CFSOption {
|
|
264
|
+
/**
|
|
265
|
+
* 文件系统本地挂载路径
|
|
266
|
+
*/
|
|
267
|
+
LocalPath: string;
|
|
268
|
+
/**
|
|
269
|
+
* 文件系统远程挂载ip及路径
|
|
270
|
+
*/
|
|
271
|
+
RemotePath: string;
|
|
272
|
+
/**
|
|
273
|
+
* 文件系统协议类型,默认值NFS 3.0
|
|
274
|
+
*/
|
|
275
|
+
Protocol: string;
|
|
276
|
+
/**
|
|
277
|
+
* 文件系统存储类型,默认值SD
|
|
278
|
+
*/
|
|
279
|
+
StorageType: string;
|
|
280
|
+
}
|
|
247
281
|
/**
|
|
248
282
|
* CreateCluster返回参数结构体
|
|
249
283
|
*/
|
|
@@ -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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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,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
|
* 文本全文本识别任务控制参数
|
|
@@ -178,6 +178,16 @@ it("as.v20180419.CreateScheduledAction", async function () {
|
|
|
178
178
|
}
|
|
179
179
|
})
|
|
180
180
|
|
|
181
|
+
it("as.v20180419.DescribeAutoScalingAdvices", async function () {
|
|
182
|
+
try {
|
|
183
|
+
const data = await client.DescribeAutoScalingAdvices({})
|
|
184
|
+
expect(data).to.be.ok
|
|
185
|
+
} catch(error) {
|
|
186
|
+
expect(error.requestId).to.be.ok
|
|
187
|
+
expect(error.code).to.be.ok
|
|
188
|
+
}
|
|
189
|
+
})
|
|
190
|
+
|
|
181
191
|
it("as.v20180419.RemoveInstances", async function () {
|
|
182
192
|
try {
|
|
183
193
|
const data = await client.RemoveInstances({})
|
|
@@ -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({})
|
|
@@ -338,6 +348,16 @@ it("clb.v20180317.DescribeLBListeners", async function () {
|
|
|
338
348
|
}
|
|
339
349
|
})
|
|
340
350
|
|
|
351
|
+
it("clb.v20180317.ModifyTargetGroupInstancesPort", async function () {
|
|
352
|
+
try {
|
|
353
|
+
const data = await client.ModifyTargetGroupInstancesPort({})
|
|
354
|
+
expect(data).to.be.ok
|
|
355
|
+
} catch(error) {
|
|
356
|
+
expect(error.requestId).to.be.ok
|
|
357
|
+
expect(error.code).to.be.ok
|
|
358
|
+
}
|
|
359
|
+
})
|
|
360
|
+
|
|
341
361
|
it("clb.v20180317.DeregisterTargetGroupInstances", async function () {
|
|
342
362
|
try {
|
|
343
363
|
const data = await client.DeregisterTargetGroupInstances({})
|
|
@@ -548,9 +568,9 @@ it("clb.v20180317.ModifyDomain", async function () {
|
|
|
548
568
|
}
|
|
549
569
|
})
|
|
550
570
|
|
|
551
|
-
it("clb.v20180317.
|
|
571
|
+
it("clb.v20180317.MigrateClassicalLoadBalancers", async function () {
|
|
552
572
|
try {
|
|
553
|
-
const data = await client.
|
|
573
|
+
const data = await client.MigrateClassicalLoadBalancers({})
|
|
554
574
|
expect(data).to.be.ok
|
|
555
575
|
} catch(error) {
|
|
556
576
|
expect(error.requestId).to.be.ok
|
|
@@ -668,9 +688,9 @@ it("clb.v20180317.CloneLoadBalancer", async function () {
|
|
|
668
688
|
}
|
|
669
689
|
})
|
|
670
690
|
|
|
671
|
-
it("clb.v20180317.
|
|
691
|
+
it("clb.v20180317.DescribeCrossTargets", async function () {
|
|
672
692
|
try {
|
|
673
|
-
const data = await client.
|
|
693
|
+
const data = await client.DescribeCrossTargets({})
|
|
674
694
|
expect(data).to.be.ok
|
|
675
695
|
} catch(error) {
|
|
676
696
|
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
|