tencentcloud-sdk-nodejs 4.0.380 → 4.0.383

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 (85) hide show
  1. package/CHANGELOG.md +501 -0
  2. package/SERVICE_CHANGELOG.md +477 -110
  3. package/package.json +1 -1
  4. package/products.md +28 -28
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/antiddos/v20200309/antiddos_models.ts +5 -0
  7. package/src/services/asr/v20190614/asr_models.ts +1 -1
  8. package/src/services/ckafka/v20190819/ckafka_client.ts +26 -1
  9. package/src/services/ckafka/v20190819/ckafka_models.ts +103 -6
  10. package/src/services/clb/v20180317/clb_models.ts +5 -0
  11. package/src/services/cls/v20201016/cls_models.ts +13 -1
  12. package/src/services/cwp/v20180228/cwp_models.ts +12 -0
  13. package/src/services/faceid/v20180301/faceid_client.ts +3 -16
  14. package/src/services/faceid/v20180301/faceid_models.ts +59 -103
  15. package/src/services/ims/v20201229/ims_models.ts +1 -1
  16. package/src/services/monitor/v20180724/monitor_models.ts +27 -12
  17. package/src/services/mps/v20190612/mps_client.ts +20 -1
  18. package/src/services/mps/v20190612/mps_models.ts +643 -29
  19. package/src/services/ocr/v20181119/ocr_client.ts +10 -6
  20. package/src/services/ocr/v20181119/ocr_models.ts +46 -6
  21. package/src/services/redis/v20180412/redis_models.ts +15 -0
  22. package/src/services/sqlserver/v20180328/sqlserver_client.ts +5 -3
  23. package/src/services/sqlserver/v20180328/sqlserver_models.ts +102 -27
  24. package/src/services/ssm/v20190923/ssm_models.ts +5 -0
  25. package/src/services/taf/v20200210/taf_models.ts +6 -6
  26. package/src/services/tan/v20220420/tan_models.ts +3 -3
  27. package/src/services/tcm/v20210413/tcm_client.ts +3 -0
  28. package/src/services/tcm/v20210413/tcm_models.ts +106 -2
  29. package/src/services/tcss/v20201101/tcss_models.ts +6 -1
  30. package/src/services/teo/v20220106/teo_models.ts +1 -1
  31. package/src/services/tiems/v20190416/tiems_client.ts +100 -50
  32. package/src/services/tione/v20211111/tione_models.ts +10 -0
  33. package/src/services/trtc/v20190722/trtc_client.ts +130 -142
  34. package/src/services/trtc/v20190722/trtc_models.ts +0 -63
  35. package/src/services/tse/v20201207/tse_models.ts +10 -0
  36. package/src/services/vod/v20180717/vod_client.ts +12 -7
  37. package/src/services/vod/v20180717/vod_models.ts +15 -5
  38. package/src/services/waf/v20180125/waf_client.ts +14 -2
  39. package/src/services/waf/v20180125/waf_models.ts +42 -27
  40. package/tencentcloud/common/sdk_version.d.ts +1 -1
  41. package/tencentcloud/common/sdk_version.js +1 -1
  42. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +4 -0
  43. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -1
  44. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +9 -1
  45. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +12 -0
  46. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +88 -5
  47. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +4 -0
  48. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +11 -1
  49. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +10 -0
  50. package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +1 -6
  51. package/tencentcloud/services/faceid/v20180301/faceid_client.js +0 -7
  52. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +50 -87
  53. package/tencentcloud/services/ims/v20201229/ims_models.d.ts +1 -1
  54. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +22 -10
  55. package/tencentcloud/services/mps/v20190612/mps_client.d.ts +1 -1
  56. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +565 -28
  57. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +5 -2
  58. package/tencentcloud/services/ocr/v20181119/ocr_client.js +4 -1
  59. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +39 -6
  60. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +12 -0
  61. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +1 -1
  62. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +88 -26
  63. package/tencentcloud/services/ssm/v20190923/ssm_models.d.ts +4 -0
  64. package/tencentcloud/services/taf/v20200210/taf_models.d.ts +6 -6
  65. package/tencentcloud/services/tan/v20220420/tan_models.d.ts +3 -3
  66. package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +91 -2
  67. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +6 -1
  68. package/tencentcloud/services/teo/v20220106/teo_models.d.ts +1 -1
  69. package/tencentcloud/services/tiems/v20190416/tiems_client.d.ts +75 -25
  70. package/tencentcloud/services/tiems/v20190416/tiems_client.js +75 -25
  71. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +8 -0
  72. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +55 -59
  73. package/tencentcloud/services/trtc/v20190722/trtc_client.js +75 -81
  74. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +0 -54
  75. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +8 -0
  76. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +12 -7
  77. package/tencentcloud/services/vod/v20180717/vod_client.js +10 -5
  78. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +13 -5
  79. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +5 -1
  80. package/tencentcloud/services/waf/v20180125/waf_client.js +6 -0
  81. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +37 -24
  82. package/test/ckafka.v20190819.test.js +20 -0
  83. package/test/faceid.v20180301.test.js +0 -10
  84. package/test/trtc.v20190722.test.js +38 -48
  85. package/test/waf.v20180125.test.js +10 -0
@@ -157,7 +157,7 @@ export interface Encryption {
157
157
  EncryptList: Array<string>
158
158
 
159
159
  /**
160
- * 有加密需求的用户,传入CBC加密的初始向量
160
+ * 有加密需求的用户,传入CBC加密的初始向量(客户自定义字符串,长度16字符)。
161
161
  */
162
162
  Iv: string
163
163
  }
@@ -388,6 +388,16 @@ export interface GetEidTokenConfig {
388
388
  注:使用OCR时仅支持用户修改结果中的姓名
389
389
  */
390
390
  InputType?: string
391
+
392
+ /**
393
+ * 是否使用意愿核身,默认不使用。注意:如开启使用,则计费标签按【意愿核身】计费标签计价;如不开启,则计费标签按【E证通】计费标签计价,价格详见:[价格说明](https://cloud.tencent.com/document/product/1007/56804)。
394
+ */
395
+ UseIntentionVerify?: boolean
396
+
397
+ /**
398
+ * 意愿核身使用的文案,若未使用意愿核身功能,该字段无需传入。默认为空,最长可接受120的字符串长度。
399
+ */
400
+ IntentionVerifyText?: string
391
401
  }
392
402
 
393
403
  /**
@@ -556,31 +566,6 @@ export interface PhoneVerificationRequest {
556
566
  Iv?: string
557
567
  }
558
568
 
559
- /**
560
- * PhoneVerificationCMCC请求参数结构体
561
- */
562
- export interface PhoneVerificationCMCCRequest {
563
- /**
564
- * 身份证号
565
- */
566
- IdCard: string
567
-
568
- /**
569
- * 姓名
570
- */
571
- Name: string
572
-
573
- /**
574
- * 手机号
575
- */
576
- Phone: string
577
-
578
- /**
579
- * 敏感数据加密信息。对传入信息(姓名、身份证号、手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。
580
- */
581
- Encryption?: Encryption
582
- }
583
-
584
569
  /**
585
570
  * GetEidResult请求参数结构体
586
571
  */
@@ -591,7 +576,7 @@ export interface GetEidResultRequest {
591
576
  EidToken: string
592
577
 
593
578
  /**
594
- * 指定拉取的结果信息,取值(0:全部;1:文本类;2:身份证信息;3:最佳截图信息)。
579
+ * 指定拉取的结果信息,取值(0:全部;1:文本类;2:身份证信息;3:最佳截图信息;5:意愿核身相关结果;)。
595
580
  如 13表示拉取文本类、最佳截图信息。
596
581
  默认值:0
597
582
  */
@@ -685,7 +670,7 @@ export interface GetEidTokenRequest {
685
670
  Extra?: string
686
671
 
687
672
  /**
688
- * 小程序模式配置,包括如何传入姓名身份证的配置。
673
+ * 小程序模式配置,包括如何传入姓名身份证的配置,以及是否使用意愿核身。
689
674
  */
690
675
  Config?: GetEidTokenConfig
691
676
 
@@ -701,38 +686,26 @@ export interface GetEidTokenRequest {
701
686
  }
702
687
 
703
688
  /**
704
- * IdCardOCRVerification请求参数结构体
689
+ * PhoneVerificationCMCC请求参数结构体
705
690
  */
706
- export interface IdCardOCRVerificationRequest {
691
+ export interface PhoneVerificationCMCCRequest {
707
692
  /**
708
- * 身份证号
709
- 姓名和身份证号、ImageBase64、ImageUrl三者必须提供其中之一。若都提供了,则按照姓名和身份证号>ImageBase64>ImageUrl的优先级使用参数。
710
- */
711
- IdCard?: string
693
+ * 身份证号
694
+ */
695
+ IdCard: string
712
696
 
713
697
  /**
714
698
  * 姓名
715
699
  */
716
- Name?: string
717
-
718
- /**
719
- * 身份证人像面的 Base64 值
720
- 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
721
- 支持的图片大小:所下载图片经Base64编码后不超过 3M。请使用标准的Base64编码方式(带=补位),编码规范参考RFC4648。
722
- */
723
- ImageBase64?: string
700
+ Name: string
724
701
 
725
702
  /**
726
- * 身份证人像面的 Url 地址
727
- 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
728
- 支持的图片大小:所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。
729
- 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
730
- 非腾讯云存储的 Url 速度和稳定性可能受一定影响。
731
- */
732
- ImageUrl?: string
703
+ * 手机号
704
+ */
705
+ Phone: string
733
706
 
734
707
  /**
735
- * 敏感数据加密信息。对传入信息(姓名、身份证号)有加密需求的用户可使用此参数,详情请点击左侧链接。
708
+ * 敏感数据加密信息。对传入信息(姓名、身份证号、手机号)有加密需求的用户可使用此参数,详情请点击左侧链接。
736
709
  */
737
710
  Encryption?: Encryption
738
711
  }
@@ -846,38 +819,40 @@ export interface MobileStatusRequest {
846
819
  }
847
820
 
848
821
  /**
849
- * DetectReflectLivenessAndCompare返回参数结构体
822
+ * IdCardOCRVerification请求参数结构体
850
823
  */
851
- export interface DetectReflectLivenessAndCompareResponse {
852
- /**
853
- * 验证通过后的视频最佳截图资源临时地址,jpg格式,资源和链接有效期2小时,务必在有效期内下载。
854
- */
855
- BestFrameUrl: string
856
-
824
+ export interface IdCardOCRVerificationRequest {
857
825
  /**
858
- * 验证通过后的视频最佳截图资源MD5(32位,用于校验BestFrame的一致性)。
859
- */
860
- BestFrameMd5: string
826
+ * 身份证号
827
+ 姓名和身份证号、ImageBase64、ImageUrl三者必须提供其中之一。若都提供了,则按照姓名和身份证号>ImageBase64>ImageUrl的优先级使用参数。
828
+ */
829
+ IdCard?: string
861
830
 
862
831
  /**
863
- * 业务错误码,成功情况返回Success,错误情况请参考下方错误码 列表中FailedOperation部分。
832
+ * 姓名
864
833
  */
865
- Result: string
834
+ Name?: string
866
835
 
867
836
  /**
868
- * 业务结果描述。
869
- */
870
- Description: string
837
+ * 身份证人像面的 Base64 值
838
+ 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
839
+ 支持的图片大小:所下载图片经Base64编码后不超过 3M。请使用标准的Base64编码方式(带=补位),编码规范参考RFC4648。
840
+ */
841
+ ImageBase64?: string
871
842
 
872
843
  /**
873
- * 相似度,取值范围 [0.00, 100.00]。推荐相似度大于等于70时可判断为同一人,可根据具体场景自行调整阈值(阈值70的误通过率为千分之一,阈值80的误通过率是万分之一)。
874
- */
875
- Sim: number
844
+ * 身份证人像面的 Url 地址
845
+ 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
846
+ 支持的图片大小:所下载图片经 Base64 编码后不超过 3M。图片下载时间不超过 3 秒。
847
+ 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
848
+ 非腾讯云存储的 Url 速度和稳定性可能受一定影响。
849
+ */
850
+ ImageUrl?: string
876
851
 
877
852
  /**
878
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
853
+ * 敏感数据加密信息。对传入信息(姓名、身份证号)有加密需求的用户可使用此参数,详情请点击左侧链接。
879
854
  */
880
- RequestId?: string
855
+ Encryption?: Encryption
881
856
  }
882
857
 
883
858
  /**
@@ -1179,28 +1154,23 @@ export interface GetFaceIdTokenResponse {
1179
1154
  }
1180
1155
 
1181
1156
  /**
1182
- * DetectReflectLivenessAndCompare请求参数结构体
1157
+ * GetRealNameAuthToken返回参数结构体
1183
1158
  */
1184
- export interface DetectReflectLivenessAndCompareRequest {
1185
- /**
1186
- * SDK生成的活体检测数据包的资源地址。
1187
- */
1188
- LiveDataUrl: string
1189
-
1159
+ export interface GetRealNameAuthTokenResponse {
1190
1160
  /**
1191
- * SDK生成的活体检测数据包的资源内容MD5(32位,用于校验LiveData的一致性)。
1161
+ * 查询实名认证结果的唯一凭证
1192
1162
  */
1193
- LiveDataMd5: string
1163
+ AuthToken?: string
1194
1164
 
1195
1165
  /**
1196
- * 用于比对的目标图片的资源地址。
1166
+ * 实名认证授权地址,认证发起方需要重定向到这个地址获取认证用户的授权,仅能在微信环境下打开。
1197
1167
  */
1198
- ImageUrl: string
1168
+ RedirectURL?: string
1199
1169
 
1200
1170
  /**
1201
- * 用于比对的目标图片的资源MD5(32位,用于校验Image的一致性)。
1171
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1202
1172
  */
1203
- ImageMd5: string
1173
+ RequestId?: string
1204
1174
  }
1205
1175
 
1206
1176
  /**
@@ -1849,6 +1819,12 @@ export interface GetEidResultResponse {
1849
1819
  */
1850
1820
  EidInfo: EidInfo
1851
1821
 
1822
+ /**
1823
+ * 意愿核身相关信息。若未使用意愿核身功能,该字段返回值可以不处理。
1824
+ 注意:此字段可能返回 null,表示取不到有效值。
1825
+ */
1826
+ IntentionVerifyData: IntentionVerifyData
1827
+
1852
1828
  /**
1853
1829
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1854
1830
  */
@@ -2772,26 +2748,6 @@ export interface EncryptedPhoneVerificationRequest {
2772
2748
  EncryptionMode: string
2773
2749
  }
2774
2750
 
2775
- /**
2776
- * GetRealNameAuthToken返回参数结构体
2777
- */
2778
- export interface GetRealNameAuthTokenResponse {
2779
- /**
2780
- * 查询实名认证结果的唯一凭证
2781
- */
2782
- AuthToken?: string
2783
-
2784
- /**
2785
- * 实名认证授权地址,认证发起方需要重定向到这个地址获取认证用户的授权,仅能在微信环境下打开。
2786
- */
2787
- RedirectURL?: string
2788
-
2789
- /**
2790
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2791
- */
2792
- RequestId?: string
2793
- }
2794
-
2795
2751
  /**
2796
2752
  * GetRealNameAuthResult返回参数结构体
2797
2753
  */
@@ -35,7 +35,7 @@ export interface ImageModerationRequest {
35
35
  FileContent?: string
36
36
 
37
37
  /**
38
- * 该字段表示待检测图片文件的访问链接,图片支持PNG、JPG、JPEG、BMP、GIF、WEBP格式,**大小不超过5MB**,建议**分辨率不低于256x256**;图片下载时间限制为3秒,超过则会返回下载超时。<br>备注:**该字段与FileContent必须选择输入其中一个**。
38
+ * 该字段表示待检测图片文件的访问链接,图片支持PNG、JPG、JPEG、BMP、GIF、WEBP格式,**大小不超过5MB**,建议**分辨率不低于256x256**;图片下载时间限制为3秒,超过则会返回下载超时;由于网络安全策略,**送审带重定向的链接,可能引起下载失败**,请尽量避免,比如Http返回302状态码的链接,可能导致接口返回ResourceUnavailable.ImageDownloadError。<br>备注:**该字段与FileContent必须选择输入其中一个**。
39
39
  */
40
40
  FileUrl?: string
41
41
 
@@ -564,6 +564,11 @@ export interface DeleteServiceDiscoveryResponse {
564
564
  * CreatePrometheusScrapeJob返回参数结构体
565
565
  */
566
566
  export interface CreatePrometheusScrapeJobResponse {
567
+ /**
568
+ * 成功创建抓取任务 Id
569
+ */
570
+ JobId: string
571
+
567
572
  /**
568
573
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
569
574
  */
@@ -704,28 +709,28 @@ export interface CreateExporterIntegrationRequest {
704
709
  */
705
710
  InstanceId: string
706
711
 
712
+ /**
713
+ * 类型
714
+ */
715
+ Kind: string
716
+
717
+ /**
718
+ * 集成配置
719
+ */
720
+ Content: string
721
+
707
722
  /**
708
723
  * Kubernetes 集群类型,取值如下:
709
724
  <li> 1= 容器集群(TKE) </li>
710
725
  <li> 2=弹性集群<EKS> </li>
711
726
  <li> 3= Prometheus管理的弹性集群<MEKS> </li>
712
727
  */
713
- KubeType: number
728
+ KubeType?: number
714
729
 
715
730
  /**
716
731
  * 集群 ID
717
732
  */
718
- ClusterId: string
719
-
720
- /**
721
- * 类型
722
- */
723
- Kind: string
724
-
725
- /**
726
- * 集成配置
727
- */
728
- Content: string
733
+ ClusterId?: string
729
734
  }
730
735
 
731
736
  /**
@@ -2669,6 +2674,11 @@ export interface CreateServiceDiscoveryResponse {
2669
2674
  * CreatePrometheusAgent返回参数结构体
2670
2675
  */
2671
2676
  export interface CreatePrometheusAgentResponse {
2677
+ /**
2678
+ * 创建成功的 Agent Id
2679
+ */
2680
+ AgentId: string
2681
+
2672
2682
  /**
2673
2683
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2674
2684
  */
@@ -5794,6 +5804,11 @@ export interface RecordingRuleSet {
5794
5804
  * CreateExporterIntegration返回参数结构体
5795
5805
  */
5796
5806
  export interface CreateExporterIntegrationResponse {
5807
+ /**
5808
+ * 返回创建成功的集成名称列表
5809
+ */
5810
+ Names: Array<string>
5811
+
5797
5812
  /**
5798
5813
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5799
5814
  */
@@ -23,6 +23,7 @@ import {
23
23
  ModifyWatermarkTemplateRequest,
24
24
  AiRecognitionTaskAsrFullTextSegmentItem,
25
25
  UserDefineOcrTextReviewTemplateInfoForUpdate,
26
+ FrameRateConfig,
26
27
  OverrideTranscodeParameter,
27
28
  AiAnalysisTaskClassificationInput,
28
29
  SvgWatermarkInput,
@@ -42,6 +43,7 @@ import {
42
43
  AiAnalysisTaskCoverResult,
43
44
  ModifySampleSnapshotTemplateRequest,
44
45
  AiReviewPoliticalOcrTaskInput,
46
+ EnhanceConfig,
45
47
  MediaInputInfo,
46
48
  CreateWorkflowRequest,
47
49
  OcrWordsConfigureInfo,
@@ -53,11 +55,13 @@ import {
53
55
  UserDefineFaceReviewTemplateInfo,
54
56
  ContentReviewTemplateItem,
55
57
  DeleteAIRecognitionTemplateResponse,
58
+ VideoEnhanceConfig,
56
59
  MosaicInput,
57
60
  AiReviewPoliticalTaskInput,
58
61
  ClassificationConfigureInfo,
59
62
  MediaAiAnalysisClassificationItem,
60
63
  AudioTemplateInfoForUpdate,
64
+ SuperResolutionConfig,
61
65
  DeletePersonSampleRequest,
62
66
  MediaSampleSnapshotItem,
63
67
  ParseLiveStreamProcessNotificationResponse,
@@ -77,6 +81,8 @@ import {
77
81
  AiRecognitionTaskOcrWordsResultInput,
78
82
  DeleteWorkflowResponse,
79
83
  AiReviewPornTaskInput,
84
+ HdrConfig,
85
+ ScheduleTask,
80
86
  CreatePersonSampleRequest,
81
87
  MediaAiAnalysisCoverItem,
82
88
  CosInputInfo,
@@ -99,11 +105,13 @@ import {
99
105
  TextWatermarkTemplateInput,
100
106
  ModifyAIAnalysisTemplateResponse,
101
107
  DescribeAIRecognitionTemplatesResponse,
108
+ ScratchRepairConfig,
102
109
  LiveStreamAiReviewResultInfo,
103
110
  EditMediaResponse,
104
111
  PoliticalOcrReviewTemplateInfoForUpdate,
105
112
  PornAsrReviewTemplateInfoForUpdate,
106
113
  DescribeSnapshotByTimeOffsetTemplatesRequest,
114
+ ScheduleRecognitionTaskResult,
107
115
  AiRecognitionTaskAsrFullTextResultInput,
108
116
  MediaProcessTaskInput,
109
117
  CosOutputStorage,
@@ -112,7 +120,7 @@ import {
112
120
  CreateWordSamplesResponse,
113
121
  ClassificationConfigureInfoForUpdate,
114
122
  DeleteAdaptiveDynamicStreamingTemplateResponse,
115
- ParseNotificationRequest,
123
+ ArtifactRepairConfig,
116
124
  CreateWordSamplesRequest,
117
125
  PoliticalAsrReviewTemplateInfoForUpdate,
118
126
  AiSampleFaceOperation,
@@ -150,6 +158,7 @@ import {
150
158
  DescribeWatermarkTemplatesRequest,
151
159
  TaskOutputStorage,
152
160
  UserDefineConfigureInfo,
161
+ ColorEnhanceConfig,
153
162
  AiReviewPornOcrTaskInput,
154
163
  MediaSnapshotByTimeOffsetItem,
155
164
  ModifyAdaptiveDynamicStreamingTemplateRequest,
@@ -161,6 +170,7 @@ import {
161
170
  ProcessMediaRequest,
162
171
  AiRecognitionTaskOcrFullTextResult,
163
172
  MediaProcessTaskSnapshotByTimeOffsetResult,
173
+ ImageQualityEnhanceConfig,
164
174
  AiSampleWord,
165
175
  AiRecognitionTaskAsrWordsResultOutput,
166
176
  LiveStreamOcrWordsRecognitionResult,
@@ -188,7 +198,9 @@ import {
188
198
  UserDefineAsrTextReviewTemplateInfoForUpdate,
189
199
  ModifyImageSpriteTemplateResponse,
190
200
  CreateWatermarkTemplateRequest,
201
+ ScheduleAnalysisTaskResult,
191
202
  TerrorismConfigureInfoForUpdate,
203
+ ParseNotificationRequest,
192
204
  AnimatedGraphicTaskInput,
193
205
  DeleteContentReviewTemplateRequest,
194
206
  AIAnalysisTemplateItem,
@@ -249,6 +261,7 @@ import {
249
261
  TranscodeTaskInput,
250
262
  ModifyAIRecognitionTemplateRequest,
251
263
  ParseNotificationResponse,
264
+ ActivityResult,
252
265
  ResetWorkflowResponse,
253
266
  CreateAIAnalysisTemplateResponse,
254
267
  MediaProcessTaskSampleSnapshotResult,
@@ -278,6 +291,7 @@ import {
278
291
  AdaptiveDynamicStreamingInfoItem,
279
292
  ProhibitedOcrReviewTemplateInfo,
280
293
  LiveStreamOcrFullTextRecognitionResult,
294
+ ScheduleReviewTaskResult,
281
295
  ModifyTranscodeTemplateResponse,
282
296
  MediaMetaData,
283
297
  ExpressionConfigInfo,
@@ -287,6 +301,7 @@ import {
287
301
  AdaptiveDynamicStreamingTaskInput,
288
302
  DescribeImageSpriteTemplatesResponse,
289
303
  TaskNotifyConfig,
304
+ FaceEnhanceConfig,
290
305
  AiReviewTaskPoliticalResult,
291
306
  AiAnalysisTaskFrameTagInput,
292
307
  MediaAiAnalysisFrameTagSegmentItem,
@@ -296,6 +311,7 @@ import {
296
311
  DeleteImageSpriteTemplateRequest,
297
312
  AiSampleFailFaceInfo,
298
313
  UserDefineFaceReviewTemplateInfoForUpdate,
314
+ SharpEnhanceConfig,
299
315
  OcrFullTextConfigureInfoForUpdate,
300
316
  AiRecognitionTaskOcrFullTextResultInput,
301
317
  DescribeTasksResponse,
@@ -343,6 +359,7 @@ import {
343
359
  MediaTranscodeItem,
344
360
  DescribePersonSamplesResponse,
345
361
  PornConfigureInfo,
362
+ VideoDenoiseConfig,
346
363
  DescribeAIAnalysisTemplatesResponse,
347
364
  CreateSnapshotByTimeOffsetTemplateRequest,
348
365
  ParseLiveStreamProcessNotificationRequest,
@@ -363,6 +380,7 @@ import {
363
380
  DeleteSnapshotByTimeOffsetTemplateRequest,
364
381
  DescribeAnimatedGraphicsTemplatesResponse,
365
382
  MediaAiAnalysisFrameTagItem,
383
+ ActivityResItem,
366
384
  SampleSnapshotTaskInput,
367
385
  TerrorismConfigureInfo,
368
386
  PoliticalAsrReviewTemplateInfo,
@@ -374,6 +392,7 @@ import {
374
392
  AiAnalysisTaskCoverInput,
375
393
  EditMediaTaskOutput,
376
394
  DeleteWatermarkTemplateResponse,
395
+ LowLightEnhanceConfig,
377
396
  DescribeMediaMetaDataRequest,
378
397
  FrameTagConfigureInfoForUpdate,
379
398
  CreateImageSpriteTemplateResponse,