tencentcloud-sdk-nodejs 4.0.982 → 4.0.984

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 (96) hide show
  1. package/CHANGELOG.md +947 -0
  2. package/SERVICE_CHANGELOG.md +1091 -108
  3. package/package.json +1 -1
  4. package/products.md +30 -30
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/as/v20180419/as_models.ts +4 -0
  7. package/src/services/batch/v20170312/batch_models.ts +17 -34
  8. package/src/services/billing/v20180709/billing_models.ts +21 -9
  9. package/src/services/cbs/v20170312/cbs_models.ts +1 -1
  10. package/src/services/cdb/v20170320/cdb_client.ts +5 -3
  11. package/src/services/cdb/v20170320/cdb_models.ts +144 -43
  12. package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +1 -1
  13. package/src/services/ckafka/v20190819/ckafka_models.ts +226 -213
  14. package/src/services/cvm/v20170312/cvm_models.ts +17 -34
  15. package/src/services/cwp/v20180228/cwp_models.ts +1 -1
  16. package/src/services/cynosdb/v20190107/cynosdb_models.ts +2 -2
  17. package/src/services/dts/v20211206/dts_models.ts +8 -0
  18. package/src/services/ess/v20201111/ess_models.ts +104 -0
  19. package/src/services/essbasic/v20210526/essbasic_models.ts +111 -2
  20. package/src/services/faceid/v20180301/faceid_models.ts +0 -1
  21. package/src/services/hunyuan/v20230901/hunyuan_client.ts +23 -2
  22. package/src/services/hunyuan/v20230901/hunyuan_models.ts +179 -10
  23. package/src/services/ims/v20201229/ims_models.ts +2 -2
  24. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +11 -4
  25. package/src/services/lcic/v20220817/lcic_models.ts +1 -4
  26. package/src/services/live/v20180801/live_client.ts +165 -54
  27. package/src/services/live/v20180801/live_models.ts +532 -115
  28. package/src/services/lke/v20231130/lke_models.ts +1 -1
  29. package/src/services/mps/v20190612/mps_client.ts +1 -0
  30. package/src/services/mps/v20190612/mps_models.ts +125 -9
  31. package/src/services/mrs/v20200910/mrs_models.ts +146 -1472
  32. package/src/services/ocr/v20181119/ocr_client.ts +1 -13
  33. package/src/services/ocr/v20181119/ocr_models.ts +15 -94
  34. package/src/services/scf/v20180416/scf_models.ts +1 -1
  35. package/src/services/teo/v20220901/teo_client.ts +40 -4
  36. package/src/services/teo/v20220901/teo_models.ts +147 -46
  37. package/src/services/trtc/v20190722/trtc_models.ts +12 -0
  38. package/src/services/tsf/v20180326/tsf_client.ts +21 -5
  39. package/src/services/tsf/v20180326/tsf_models.ts +654 -82
  40. package/src/services/tts/v20190823/tts_client.ts +1 -1
  41. package/src/services/tts/v20190823/tts_models.ts +1 -1
  42. package/src/services/vclm/v20240523/vclm_client.ts +15 -3
  43. package/src/services/vclm/v20240523/vclm_models.ts +76 -29
  44. package/src/services/vdb/v20230616/vdb_models.ts +8 -0
  45. package/tencentcloud/common/sdk_version.d.ts +1 -1
  46. package/tencentcloud/common/sdk_version.js +1 -1
  47. package/tencentcloud/services/as/v20180419/as_models.d.ts +4 -0
  48. package/tencentcloud/services/batch/v20170312/batch_models.d.ts +17 -34
  49. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +21 -9
  50. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +1 -1
  51. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +2 -2
  52. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +141 -42
  53. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +1 -1
  54. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +226 -213
  55. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +17 -34
  56. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +1 -1
  57. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +2 -2
  58. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +8 -0
  59. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +104 -0
  60. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +111 -2
  61. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +0 -1
  62. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +10 -1
  63. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +11 -0
  64. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +173 -10
  65. package/tencentcloud/services/ims/v20201229/ims_models.d.ts +2 -2
  66. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +11 -4
  67. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +1 -4
  68. package/tencentcloud/services/live/v20180801/live_client.d.ts +52 -16
  69. package/tencentcloud/services/live/v20180801/live_client.js +76 -22
  70. package/tencentcloud/services/live/v20180801/live_models.d.ts +510 -114
  71. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +1 -1
  72. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +124 -9
  73. package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +146 -1472
  74. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -5
  75. package/tencentcloud/services/ocr/v20181119/ocr_client.js +0 -6
  76. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +15 -92
  77. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +1 -1
  78. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +13 -1
  79. package/tencentcloud/services/teo/v20220901/teo_client.js +18 -0
  80. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +141 -46
  81. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +12 -0
  82. package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +4 -1
  83. package/tencentcloud/services/tsf/v20180326/tsf_client.js +3 -0
  84. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +641 -82
  85. package/tencentcloud/services/tts/v20190823/tts_client.d.ts +1 -1
  86. package/tencentcloud/services/tts/v20190823/tts_client.js +1 -1
  87. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +1 -1
  88. package/tencentcloud/services/vclm/v20240523/vclm_client.d.ts +5 -1
  89. package/tencentcloud/services/vclm/v20240523/vclm_client.js +6 -0
  90. package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +73 -28
  91. package/tencentcloud/services/vdb/v20230616/vdb_models.d.ts +8 -0
  92. package/test/hunyuan.v20230901.test.js +10 -0
  93. package/test/live.v20180801.test.js +104 -14
  94. package/test/ocr.v20181119.test.js +0 -10
  95. package/test/teo.v20220901.test.js +30 -0
  96. package/test/vclm.v20240523.test.js +10 -0
@@ -42,7 +42,7 @@ export declare class Client extends AbstractClient {
42
42
  默认接口请求频率限制:
43
43
  精品音色和标准音色:20次/秒
44
44
  大模型音色:10次/秒
45
- 一句话复刻音色:5次/秒
45
+ 一句话复刻音色:暂不支持
46
46
  */
47
47
  TextToVoice(req: TextToVoiceRequest, cb?: (error: string, rep: TextToVoiceResponse) => void): Promise<TextToVoiceResponse>;
48
48
  }
@@ -66,7 +66,7 @@ class Client extends abstract_client_1.AbstractClient {
66
66
  默认接口请求频率限制:
67
67
  精品音色和标准音色:20次/秒
68
68
  大模型音色:10次/秒
69
- 一句话复刻音色:5次/秒
69
+ 一句话复刻音色:暂不支持
70
70
  */
71
71
  async TextToVoice(req, cb) {
72
72
  return this.request("TextToVoice", req, cb);
@@ -250,7 +250,7 @@ export interface TextToVoiceRequest {
250
250
  */
251
251
  EmotionIntensity?: number;
252
252
  /**
253
- * 一句话版声音复刻音色ID,使用一句话版声音复刻音色时需填写。
253
+ * 一句话版声音复刻音色ID,使用一句话版声音复刻音色时需填写。【已废弃】
254
254
  */
255
255
  FastVoiceType?: string;
256
256
  }
@@ -1,6 +1,6 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { SubmitVideoStylizationJobRequest, SubmitImageAnimateJobRequest, SubmitVideoStylizationJobResponse, ConfirmVideoTranslateJobRequest, DescribePortraitSingJobRequest, SubmitImageAnimateJobResponse, SubmitPortraitSingJobResponse, SubmitVideoTranslateJobResponse, DescribeVideoTranslateJobResponse, DescribeVideoStylizationJobRequest, DescribeImageAnimateJobResponse, SubmitPortraitSingJobRequest, DescribeVideoStylizationJobResponse, SubmitVideoTranslateJobRequest, ConfirmVideoTranslateJobResponse, DescribeVideoTranslateJobRequest, DescribeImageAnimateJobRequest, DescribePortraitSingJobResponse } from "./vclm_models";
3
+ import { SubmitVideoStylizationJobRequest, SubmitImageAnimateJobRequest, SubmitPortraitSingJobResponse, ConfirmVideoTranslateJobRequest, DescribePortraitSingJobRequest, SubmitImageAnimateJobResponse, SubmitVideoTranslateJobResponse, DescribeVideoTranslateJobResponse, CheckAnimateImageJobResponse, CheckAnimateImageJobRequest, DescribeVideoStylizationJobRequest, DescribeImageAnimateJobResponse, SubmitPortraitSingJobRequest, DescribeVideoStylizationJobResponse, SubmitVideoStylizationJobResponse, SubmitVideoTranslateJobRequest, ConfirmVideoTranslateJobResponse, DescribeVideoTranslateJobRequest, DescribeImageAnimateJobRequest, DescribePortraitSingJobResponse } from "./vclm_models";
4
4
  /**
5
5
  * vclm client
6
6
  * @class
@@ -93,6 +93,10 @@ export declare class Client extends AbstractClient {
93
93
  * 用于提交图片跳舞任务。图片跳舞能力支持舞蹈动作结合图片生成跳舞视频,满足社交娱乐、互动营销等场景的需求。
94
94
  */
95
95
  SubmitImageAnimateJob(req: SubmitImageAnimateJobRequest, cb?: (error: string, rep: SubmitImageAnimateJobResponse) => void): Promise<SubmitImageAnimateJobResponse>;
96
+ /**
97
+ * 检查图片跳舞输入图
98
+ */
99
+ CheckAnimateImageJob(req: CheckAnimateImageJobRequest, cb?: (error: string, rep: CheckAnimateImageJobResponse) => void): Promise<CheckAnimateImageJobResponse>;
96
100
  /**
97
101
  * 用于查询视频风格化任务。视频风格化支持将输入视频生成特定风格的视频。生成后的视频画面风格多样、流畅自然,能够满足社交娱乐、互动营销、视频素材制作等场景的需求。
98
102
  */
@@ -129,6 +129,12 @@ class Client extends abstract_client_1.AbstractClient {
129
129
  async SubmitImageAnimateJob(req, cb) {
130
130
  return this.request("SubmitImageAnimateJob", req, cb);
131
131
  }
132
+ /**
133
+ * 检查图片跳舞输入图
134
+ */
135
+ async CheckAnimateImageJob(req, cb) {
136
+ return this.request("CheckAnimateImageJob", req, cb);
137
+ }
132
138
  /**
133
139
  * 用于查询视频风格化任务。视频风格化支持将输入视频生成特定风格的视频。生成后的视频画面风格多样、流畅自然,能够满足社交娱乐、互动营销、视频素材制作等场景的需求。
134
140
  */
@@ -70,14 +70,18 @@ export interface LogoParam {
70
70
  */
71
71
  export interface SubmitImageAnimateJobRequest {
72
72
  /**
73
- * 图片格式:支持PNG、JPG、JPEG格式;
74
- 图片分辨率:长边分辨率不超过2056;
73
+ * 图片格式:支持PNG、JPG、JPEG、BMP、WEBP格式;
74
+ 图片分辨率:长边分辨率范围【192,4096】;
75
75
  图片大小:不超过10M;
76
76
  图片宽高比:【宽:高】数值在 1:2 到 1:1.2 范围内
77
77
  */
78
78
  ImageUrl?: string;
79
79
  /**
80
- * 图片base64数据。图片格式:支持PNG、JPG、JPEG格式;图片分辨率:长边分辨率不超过2056;图片大小:不超过10M;图片宽高比:【宽:高】数值在 1:2 到 1:1.2 范围内
80
+ * 图片base64数据。
81
+ 图片格式:支持PNG、JPG、JPEG、BMP、WEBP格式;
82
+ 图片分辨率:长边分辨率范围【192,4096】;
83
+ 图片大小:不超过10M;
84
+ 图片宽高比:【宽:高】数值在 1:2 到 1:1.2 范围内
81
85
  */
82
86
  ImageBase64?: string;
83
87
  /**
@@ -94,7 +98,7 @@ export interface SubmitImageAnimateJobRequest {
94
98
  */
95
99
  EnableBodyJoins?: boolean;
96
100
  /**
97
- * 最终视频是否保留原图的背景(该模式对于tuziwu、huajiangwu不生效)
101
+ * 最终视频是否保留原图的背景,默认不保留。
98
102
 
99
103
  */
100
104
  EnableSegment?: boolean;
@@ -113,9 +117,9 @@ export interface SubmitImageAnimateJobRequest {
113
117
  LogoParam?: LogoParam;
114
118
  }
115
119
  /**
116
- * SubmitVideoStylizationJob返回参数结构体
120
+ * SubmitPortraitSingJob返回参数结构体
117
121
  */
118
- export interface SubmitVideoStylizationJobResponse {
122
+ export interface SubmitPortraitSingJobResponse {
119
123
  /**
120
124
  * 任务ID。任务有效期为48小时。
121
125
  */
@@ -152,20 +156,7 @@ export interface DescribePortraitSingJobRequest {
152
156
  */
153
157
  export interface SubmitImageAnimateJobResponse {
154
158
  /**
155
- * 任务ID。
156
- */
157
- JobId?: string;
158
- /**
159
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
160
- */
161
- RequestId?: string;
162
- }
163
- /**
164
- * SubmitPortraitSingJob返回参数结构体
165
- */
166
- export interface SubmitPortraitSingJobResponse {
167
- /**
168
- * 任务ID。任务有效期为48小时。
159
+ * 图片跳舞任务ID。
169
160
  */
170
161
  JobId?: string;
171
162
  /**
@@ -248,6 +239,47 @@ export interface DescribeVideoTranslateJobResponse {
248
239
  */
249
240
  RequestId?: string;
250
241
  }
242
+ /**
243
+ * CheckAnimateImageJob返回参数结构体
244
+ */
245
+ export interface CheckAnimateImageJobResponse {
246
+ /**
247
+ * 输入图是否通过校验。
248
+ */
249
+ CheckPass?: boolean;
250
+ /**
251
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
252
+ */
253
+ RequestId?: string;
254
+ }
255
+ /**
256
+ * CheckAnimateImageJob请求参数结构体
257
+ */
258
+ export interface CheckAnimateImageJobRequest {
259
+ /**
260
+ * 动作模板ID。
261
+ */
262
+ TemplateId: string;
263
+ /**
264
+ * 图片格式:支持PNG、JPG、JPEG、BMP、WEBP格式;
265
+ 图片分辨率:长边分辨率范围【192,4096】;
266
+ 图片大小:不超过10M;
267
+ 图片宽高比:【宽:高】数值在 1:2 到 1:1.2 范围内
268
+ */
269
+ ImageUrl?: string;
270
+ /**
271
+ * 图片base64数据。
272
+ 图片格式:支持PNG、JPG、JPEG、BMP、WEBP格式;
273
+ 图片分辨率:长边分辨率范围【192,4096】;
274
+ 图片大小:不超过10M;
275
+ 图片宽高比:【宽:高】数值在 1:2 到 1:1.2 范围内
276
+ */
277
+ ImageBase64?: string;
278
+ /**
279
+ * 是否检测输入图人体12个身体部位(头部、颈部、右肩、右肘、右腕、左肩、左肘、左腕、右髋、左髋,、左膝、右膝)。默认不检测。
280
+ */
281
+ EnableBodyJoins?: boolean;
282
+ }
251
283
  /**
252
284
  * DescribeVideoStylizationJob请求参数结构体
253
285
  */
@@ -394,19 +426,17 @@ export interface DescribeVideoStylizationJobResponse {
394
426
  RequestId?: string;
395
427
  }
396
428
  /**
397
- * 音频翻译结果
429
+ * SubmitVideoStylizationJob返回参数结构体
398
430
  */
399
- export interface TranslateResult {
431
+ export interface SubmitVideoStylizationJobResponse {
400
432
  /**
401
- * 翻译源文字
402
- 注意:此字段可能返回 null,表示取不到有效值。
433
+ * 任务ID。任务有效期为48小时。
403
434
  */
404
- SourceText?: string;
435
+ JobId?: string;
405
436
  /**
406
- * 翻译后文字。
407
- 注意:此字段可能返回 null,表示取不到有效值。
437
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
408
438
  */
409
- TargetText?: string;
439
+ RequestId?: string;
410
440
  }
411
441
  /**
412
442
  * SubmitVideoTranslateJob请求参数结构体
@@ -466,6 +496,21 @@ export interface SubmitVideoTranslateJobRequest {
466
496
  */
467
497
  VideoLoop?: number;
468
498
  }
499
+ /**
500
+ * 音频翻译结果
501
+ */
502
+ export interface TranslateResult {
503
+ /**
504
+ * 翻译源文字
505
+ 注意:此字段可能返回 null,表示取不到有效值。
506
+ */
507
+ SourceText?: string;
508
+ /**
509
+ * 翻译后文字。
510
+ 注意:此字段可能返回 null,表示取不到有效值。
511
+ */
512
+ TargetText?: string;
513
+ }
469
514
  /**
470
515
  * ConfirmVideoTranslateJob返回参数结构体
471
516
  */
@@ -22,6 +22,14 @@ export interface Network {
22
22
  注意:此字段可能返回 null,表示取不到有效值。
23
23
  */
24
24
  Port?: number;
25
+ /**
26
+ * 旧 ip 保留时长,单位天
27
+ */
28
+ PreserveDuration?: number;
29
+ /**
30
+ * 旧 ip 到期时间
31
+ */
32
+ ExpireTime?: string;
25
33
  }
26
34
  /**
27
35
  * AssociateSecurityGroups返回参数结构体
@@ -158,6 +158,16 @@ it("hunyuan.v20230901.QueryHunyuanImageChatJob", async function () {
158
158
  }
159
159
  })
160
160
 
161
+ it("hunyuan.v20230901.ChatTranslations", async function () {
162
+ try {
163
+ const data = await client.ChatTranslations({})
164
+ expect(data).to.be.ok
165
+ } catch(error) {
166
+ expect(error.requestId).to.be.ok
167
+ expect(error.code).to.be.ok
168
+ }
169
+ })
170
+
161
171
  it("hunyuan.v20230901.GetEmbedding", async function () {
162
172
  try {
163
173
  const data = await client.GetEmbedding({})
@@ -78,9 +78,9 @@ it("live.v20180801.UpdateLiveWatermark", async function () {
78
78
  }
79
79
  })
80
80
 
81
- it("live.v20180801.ModifyLiveSnapshotTemplate", async function () {
81
+ it("live.v20180801.ModifyLiveRecordTemplate", async function () {
82
82
  try {
83
- const data = await client.ModifyLiveSnapshotTemplate({})
83
+ const data = await client.ModifyLiveRecordTemplate({})
84
84
  expect(data).to.be.ok
85
85
  } catch(error) {
86
86
  expect(error.requestId).to.be.ok
@@ -98,6 +98,16 @@ it("live.v20180801.DescribeRecordTask", async function () {
98
98
  }
99
99
  })
100
100
 
101
+ it("live.v20180801.StopCasterPvw", async function () {
102
+ try {
103
+ const data = await client.StopCasterPvw({})
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
+
101
111
  it("live.v20180801.CreateLiveWatermarkRule", async function () {
102
112
  try {
103
113
  const data = await client.CreateLiveWatermarkRule({})
@@ -328,6 +338,16 @@ it("live.v20180801.DescribeLiveRecordTemplates", async function () {
328
338
  }
329
339
  })
330
340
 
341
+ it("live.v20180801.StopLiveStreamMonitor", async function () {
342
+ try {
343
+ const data = await client.StopLiveStreamMonitor({})
344
+ expect(data).to.be.ok
345
+ } catch(error) {
346
+ expect(error.requestId).to.be.ok
347
+ expect(error.code).to.be.ok
348
+ }
349
+ })
350
+
331
351
  it("live.v20180801.AuthenticateDomainOwner", async function () {
332
352
  try {
333
353
  const data = await client.AuthenticateDomainOwner({})
@@ -338,9 +358,9 @@ it("live.v20180801.AuthenticateDomainOwner", async function () {
338
358
  }
339
359
  })
340
360
 
341
- it("live.v20180801.ModifyLiveStreamMonitor", async function () {
361
+ it("live.v20180801.ModifyLiveSnapshotTemplate", async function () {
342
362
  try {
343
- const data = await client.ModifyLiveStreamMonitor({})
363
+ const data = await client.ModifyLiveSnapshotTemplate({})
344
364
  expect(data).to.be.ok
345
365
  } catch(error) {
346
366
  expect(error.requestId).to.be.ok
@@ -358,9 +378,9 @@ it("live.v20180801.DescribeVisitTopSumInfoList", async function () {
358
378
  }
359
379
  })
360
380
 
361
- it("live.v20180801.ModifyLiveRecordTemplate", async function () {
381
+ it("live.v20180801.ModifyCasterMarkWordInfo", async function () {
362
382
  try {
363
- const data = await client.ModifyLiveRecordTemplate({})
383
+ const data = await client.ModifyCasterMarkWordInfo({})
364
384
  expect(data).to.be.ok
365
385
  } catch(error) {
366
386
  expect(error.requestId).to.be.ok
@@ -408,9 +428,9 @@ it("live.v20180801.DescribeAreaBillBandwidthAndFluxList", async function () {
408
428
  }
409
429
  })
410
430
 
411
- it("live.v20180801.StopCasterPvw", async function () {
431
+ it("live.v20180801.DescribeCasterMarkWordInfos", async function () {
412
432
  try {
413
- const data = await client.StopCasterPvw({})
433
+ const data = await client.DescribeCasterMarkWordInfos({})
414
434
  expect(data).to.be.ok
415
435
  } catch(error) {
416
436
  expect(error.requestId).to.be.ok
@@ -508,6 +528,16 @@ it("live.v20180801.DeleteLiveCallbackTemplate", async function () {
508
528
  }
509
529
  })
510
530
 
531
+ it("live.v20180801.ModifyCasterMarkPicInfo", async function () {
532
+ try {
533
+ const data = await client.ModifyCasterMarkPicInfo({})
534
+ expect(data).to.be.ok
535
+ } catch(error) {
536
+ expect(error.requestId).to.be.ok
537
+ expect(error.code).to.be.ok
538
+ }
539
+ })
540
+
511
541
  it("live.v20180801.DescribeCasterPlayUrl", async function () {
512
542
  try {
513
543
  const data = await client.DescribeCasterPlayUrl({})
@@ -578,6 +608,16 @@ it("live.v20180801.StopScreenshotTask", async function () {
578
608
  }
579
609
  })
580
610
 
611
+ it("live.v20180801.AddCasterMarkWordInfo", async function () {
612
+ try {
613
+ const data = await client.AddCasterMarkWordInfo({})
614
+ expect(data).to.be.ok
615
+ } catch(error) {
616
+ expect(error.requestId).to.be.ok
617
+ expect(error.code).to.be.ok
618
+ }
619
+ })
620
+
581
621
  it("live.v20180801.DescribeMonitorReport", async function () {
582
622
  try {
583
623
  const data = await client.DescribeMonitorReport({})
@@ -818,6 +858,16 @@ it("live.v20180801.ModifyLivePullStreamTask", async function () {
818
858
  }
819
859
  })
820
860
 
861
+ it("live.v20180801.DescribeLiveEnhanceInfoList", async function () {
862
+ try {
863
+ const data = await client.DescribeLiveEnhanceInfoList({})
864
+ expect(data).to.be.ok
865
+ } catch(error) {
866
+ expect(error.requestId).to.be.ok
867
+ expect(error.code).to.be.ok
868
+ }
869
+ })
870
+
821
871
  it("live.v20180801.DescribePullTransformPushInfo", async function () {
822
872
  try {
823
873
  const data = await client.DescribePullTransformPushInfo({})
@@ -878,6 +928,16 @@ it("live.v20180801.ResumeLiveStream", async function () {
878
928
  }
879
929
  })
880
930
 
931
+ it("live.v20180801.DescribeCasterMarkPicInfos", async function () {
932
+ try {
933
+ const data = await client.DescribeCasterMarkPicInfos({})
934
+ expect(data).to.be.ok
935
+ } catch(error) {
936
+ expect(error.requestId).to.be.ok
937
+ expect(error.code).to.be.ok
938
+ }
939
+ })
940
+
881
941
  it("live.v20180801.DescribeLiveCallbackTemplate", async function () {
882
942
  try {
883
943
  const data = await client.DescribeLiveCallbackTemplate({})
@@ -908,6 +968,16 @@ it("live.v20180801.ModifyLiveCallbackTemplate", async function () {
908
968
  }
909
969
  })
910
970
 
971
+ it("live.v20180801.AddCasterMarkPicInfo", async function () {
972
+ try {
973
+ const data = await client.AddCasterMarkPicInfo({})
974
+ expect(data).to.be.ok
975
+ } catch(error) {
976
+ expect(error.requestId).to.be.ok
977
+ expect(error.code).to.be.ok
978
+ }
979
+ })
980
+
911
981
  it("live.v20180801.DeleteLiveTimeShiftTemplate", async function () {
912
982
  try {
913
983
  const data = await client.DeleteLiveTimeShiftTemplate({})
@@ -938,9 +1008,9 @@ it("live.v20180801.DescribeStreamPlayInfoList", async function () {
938
1008
  }
939
1009
  })
940
1010
 
941
- it("live.v20180801.DescribeCasterUserStatus", async function () {
1011
+ it("live.v20180801.CreateCaster", async function () {
942
1012
  try {
943
- const data = await client.DescribeCasterUserStatus({})
1013
+ const data = await client.CreateCaster({})
944
1014
  expect(data).to.be.ok
945
1015
  } catch(error) {
946
1016
  expect(error.requestId).to.be.ok
@@ -1668,9 +1738,9 @@ it("live.v20180801.DescribeCasterDisplayInfo", async function () {
1668
1738
  }
1669
1739
  })
1670
1740
 
1671
- it("live.v20180801.StopLiveStreamMonitor", async function () {
1741
+ it("live.v20180801.ModifyLiveStreamMonitor", async function () {
1672
1742
  try {
1673
- const data = await client.StopLiveStreamMonitor({})
1743
+ const data = await client.ModifyLiveStreamMonitor({})
1674
1744
  expect(data).to.be.ok
1675
1745
  } catch(error) {
1676
1746
  expect(error.requestId).to.be.ok
@@ -1678,9 +1748,9 @@ it("live.v20180801.StopLiveStreamMonitor", async function () {
1678
1748
  }
1679
1749
  })
1680
1750
 
1681
- it("live.v20180801.CreateCaster", async function () {
1751
+ it("live.v20180801.DescribeCasterUserStatus", async function () {
1682
1752
  try {
1683
- const data = await client.CreateCaster({})
1753
+ const data = await client.DescribeCasterUserStatus({})
1684
1754
  expect(data).to.be.ok
1685
1755
  } catch(error) {
1686
1756
  expect(error.requestId).to.be.ok
@@ -1738,6 +1808,26 @@ it("live.v20180801.ModifyCasterInputInfo", async function () {
1738
1808
  }
1739
1809
  })
1740
1810
 
1811
+ it("live.v20180801.DeleteCasterMarkPicInfo", async function () {
1812
+ try {
1813
+ const data = await client.DeleteCasterMarkPicInfo({})
1814
+ expect(data).to.be.ok
1815
+ } catch(error) {
1816
+ expect(error.requestId).to.be.ok
1817
+ expect(error.code).to.be.ok
1818
+ }
1819
+ })
1820
+
1821
+ it("live.v20180801.DeleteCasterMarkWordInfo", async function () {
1822
+ try {
1823
+ const data = await client.DeleteCasterMarkWordInfo({})
1824
+ expect(data).to.be.ok
1825
+ } catch(error) {
1826
+ expect(error.requestId).to.be.ok
1827
+ expect(error.code).to.be.ok
1828
+ }
1829
+ })
1830
+
1741
1831
  it("live.v20180801.DescribeBackupStreamList", async function () {
1742
1832
  try {
1743
1833
  const data = await client.DescribeBackupStreamList({})
@@ -828,16 +828,6 @@ it("ocr.v20181119.RecognizeThaiIDCardOCR", async function () {
828
828
  }
829
829
  })
830
830
 
831
- it("ocr.v20181119.RecognizeKoreanDrivingLicenseOCR", async function () {
832
- try {
833
- const data = await client.RecognizeKoreanDrivingLicenseOCR({})
834
- expect(data).to.be.ok
835
- } catch(error) {
836
- expect(error.requestId).to.be.ok
837
- expect(error.code).to.be.ok
838
- }
839
- })
840
-
841
831
  it("ocr.v20181119.RecognizeGeneralInvoice", async function () {
842
832
  try {
843
833
  const data = await client.RecognizeGeneralInvoice({})
@@ -38,6 +38,16 @@ it("teo.v20220901.DescribeOriginGroupHealthStatus", async function () {
38
38
  }
39
39
  })
40
40
 
41
+ it("teo.v20220901.ExportZoneConfig", async function () {
42
+ try {
43
+ const data = await client.ExportZoneConfig({})
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("teo.v20220901.DeleteFunction", async function () {
42
52
  try {
43
53
  const data = await client.DeleteFunction({})
@@ -1108,6 +1118,16 @@ it("teo.v20220901.DescribeZoneSetting", async function () {
1108
1118
  }
1109
1119
  })
1110
1120
 
1121
+ it("teo.v20220901.DescribeZoneConfigImportResult", async function () {
1122
+ try {
1123
+ const data = await client.DescribeZoneConfigImportResult({})
1124
+ expect(data).to.be.ok
1125
+ } catch(error) {
1126
+ expect(error.requestId).to.be.ok
1127
+ expect(error.code).to.be.ok
1128
+ }
1129
+ })
1130
+
1111
1131
  it("teo.v20220901.DeleteSecurityIPGroup", async function () {
1112
1132
  try {
1113
1133
  const data = await client.DeleteSecurityIPGroup({})
@@ -1178,6 +1198,16 @@ it("teo.v20220901.DescribeSecurityIPGroup", async function () {
1178
1198
  }
1179
1199
  })
1180
1200
 
1201
+ it("teo.v20220901.ImportZoneConfig", async function () {
1202
+ try {
1203
+ const data = await client.ImportZoneConfig({})
1204
+ expect(data).to.be.ok
1205
+ } catch(error) {
1206
+ expect(error.requestId).to.be.ok
1207
+ expect(error.code).to.be.ok
1208
+ }
1209
+ })
1210
+
1181
1211
  it("teo.v20220901.ModifyCustomErrorPage", async function () {
1182
1212
  try {
1183
1213
  const data = await client.ModifyCustomErrorPage({})
@@ -98,6 +98,16 @@ it("vclm.v20240523.SubmitImageAnimateJob", async function () {
98
98
  }
99
99
  })
100
100
 
101
+ it("vclm.v20240523.CheckAnimateImageJob", async function () {
102
+ try {
103
+ const data = await client.CheckAnimateImageJob({})
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
+
101
111
  it("vclm.v20240523.DescribeVideoStylizationJob", async function () {
102
112
  try {
103
113
  const data = await client.DescribeVideoStylizationJob({})