tccli 3.0.1348.1__py2.py3-none-any.whl → 3.0.1350.1__py2.py3-none-any.whl

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 (180) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +0 -76
  3. tccli/services/ai3d/v20250513/api.json +1 -1
  4. tccli/services/aiart/v20221229/api.json +2 -2
  5. tccli/services/autoscaling/v20180419/api.json +11 -0
  6. tccli/services/batch/v20170312/api.json +44 -0
  7. tccli/services/cdb/v20170320/api.json +8 -8
  8. tccli/services/cdb/v20170320/examples.json +1 -1
  9. tccli/services/cdn/v20180606/api.json +5 -5
  10. tccli/services/cdwch/v20200915/api.json +11 -1
  11. tccli/services/cdwdoris/v20211228/api.json +145 -7
  12. tccli/services/cfg/v20210820/api.json +20 -0
  13. tccli/services/cfs/v20190719/api.json +10 -10
  14. tccli/services/cfw/cfw_client.py +53 -0
  15. tccli/services/cfw/v20190904/api.json +272 -0
  16. tccli/services/cfw/v20190904/examples.json +8 -0
  17. tccli/services/ckafka/ckafka_client.py +0 -53
  18. tccli/services/ckafka/v20190819/api.json +0 -215
  19. tccli/services/ckafka/v20190819/examples.json +0 -8
  20. tccli/services/csip/csip_client.py +833 -144
  21. tccli/services/csip/v20221121/api.json +3304 -1436
  22. tccli/services/csip/v20221121/examples.json +105 -7
  23. tccli/services/ctem/v20231128/api.json +20 -0
  24. tccli/services/cvm/v20170312/api.json +3 -3
  25. tccli/services/cwp/v20180228/api.json +9 -0
  26. tccli/services/cwp/v20180228/examples.json +6 -0
  27. tccli/services/dts/v20211206/api.json +21 -1
  28. tccli/services/emr/v20190103/api.json +219 -4
  29. tccli/services/es/v20250101/api.json +22 -0
  30. tccli/services/ess/v20201111/api.json +10 -1
  31. tccli/services/essbasic/v20210526/api.json +3 -3
  32. tccli/services/faceid/v20180301/api.json +3 -3
  33. tccli/services/gs/v20191118/api.json +38 -0
  34. tccli/services/igtm/igtm_client.py +159 -0
  35. tccli/services/igtm/v20231024/api.json +577 -0
  36. tccli/services/igtm/v20231024/examples.json +24 -0
  37. tccli/services/iotexplorer/v20190423/api.json +3 -3
  38. tccli/services/lcic/lcic_client.py +53 -0
  39. tccli/services/lcic/v20220817/api.json +53 -0
  40. tccli/services/lcic/v20220817/examples.json +8 -0
  41. tccli/services/live/live_client.py +224 -65
  42. tccli/services/live/v20180801/api.json +275 -1
  43. tccli/services/live/v20180801/examples.json +25 -1
  44. tccli/services/lke/v20231130/api.json +248 -2
  45. tccli/services/lke/v20231130/examples.json +1 -1
  46. tccli/services/lkeap/v20240522/api.json +1 -1
  47. tccli/services/mrs/v20200910/api.json +10 -0
  48. tccli/services/nlp/nlp_client.py +4 -322
  49. tccli/services/nlp/v20190408/api.json +0 -459
  50. tccli/services/nlp/v20190408/examples.json +0 -48
  51. tccli/services/ocr/v20181119/api.json +60 -5
  52. tccli/services/omics/v20221128/api.json +41 -3
  53. tccli/services/redis/v20180412/api.json +6 -6
  54. tccli/services/redis/v20180412/examples.json +1 -1
  55. tccli/services/ses/v20201002/api.json +100 -5
  56. tccli/services/tcb/v20180608/api.json +1 -1
  57. tccli/services/tcb/v20180608/examples.json +1 -1
  58. tccli/services/tdmq/v20200217/api.json +19 -0
  59. tccli/services/teo/teo_client.py +281 -16
  60. tccli/services/teo/v20220901/api.json +611 -6
  61. tccli/services/teo/v20220901/examples.json +48 -2
  62. tccli/services/tione/v20211111/api.json +16 -0
  63. tccli/services/tke/tke_client.py +57 -4
  64. tccli/services/tke/v20180525/api.json +24 -24
  65. tccli/services/tke/v20220501/api.json +52 -0
  66. tccli/services/tke/v20220501/examples.json +8 -0
  67. tccli/services/tmt/v20180321/api.json +4 -4
  68. tccli/services/tsf/v20180326/api.json +4 -4
  69. tccli/services/vclm/v20240523/api.json +2 -2
  70. tccli/services/vod/v20180717/api.json +5 -5
  71. tccli/services/vod/v20180717/examples.json +9 -9
  72. tccli/services/vpc/v20170312/api.json +1 -1
  73. tccli/services/vrs/v20200824/api.json +1 -1
  74. {tccli-3.0.1348.1.dist-info → tccli-3.0.1350.1.dist-info}/METADATA +2 -2
  75. {tccli-3.0.1348.1.dist-info → tccli-3.0.1350.1.dist-info}/RECORD +78 -180
  76. tccli/services/cis/__init__.py +0 -4
  77. tccli/services/cis/cis_client.py +0 -525
  78. tccli/services/cis/v20180408/api.json +0 -737
  79. tccli/services/cis/v20180408/examples.json +0 -93
  80. tccli/services/dataintegration/__init__.py +0 -4
  81. tccli/services/dataintegration/dataintegration_client.py +0 -207
  82. tccli/services/dataintegration/v20220613/api.json +0 -87
  83. tccli/services/dataintegration/v20220613/examples.json +0 -13
  84. tccli/services/dtf/__init__.py +0 -4
  85. tccli/services/dtf/dtf_client.py +0 -207
  86. tccli/services/dtf/v20200506/api.json +0 -274
  87. tccli/services/dtf/v20200506/examples.json +0 -13
  88. tccli/services/gpm/__init__.py +0 -4
  89. tccli/services/gpm/gpm_client.py +0 -1108
  90. tccli/services/gpm/v20200820/api.json +0 -1959
  91. tccli/services/gpm/v20200820/examples.json +0 -149
  92. tccli/services/gse/__init__.py +0 -4
  93. tccli/services/gse/gse_client.py +0 -4076
  94. tccli/services/gse/v20191112/api.json +0 -7095
  95. tccli/services/gse/v20191112/examples.json +0 -615
  96. tccli/services/iecp/__init__.py +0 -4
  97. tccli/services/iecp/iecp_client.py +0 -4500
  98. tccli/services/iecp/v20210914/api.json +0 -9770
  99. tccli/services/iecp/v20210914/examples.json +0 -691
  100. tccli/services/iir/__init__.py +0 -4
  101. tccli/services/iir/iir_client.py +0 -207
  102. tccli/services/iir/v20200417/api.json +0 -204
  103. tccli/services/iir/v20200417/examples.json +0 -13
  104. tccli/services/iottid/__init__.py +0 -4
  105. tccli/services/iottid/iottid_client.py +0 -631
  106. tccli/services/iottid/v20190411/api.json +0 -553
  107. tccli/services/iottid/v20190411/examples.json +0 -95
  108. tccli/services/mgobe/__init__.py +0 -4
  109. tccli/services/mgobe/mgobe_client.py +0 -530
  110. tccli/services/mgobe/v20190929/api.json +0 -52
  111. tccli/services/mgobe/v20190929/examples.json +0 -13
  112. tccli/services/mgobe/v20201014/api.json +0 -671
  113. tccli/services/mgobe/v20201014/examples.json +0 -61
  114. tccli/services/mvj/__init__.py +0 -4
  115. tccli/services/mvj/mvj_client.py +0 -207
  116. tccli/services/mvj/v20190926/api.json +0 -123
  117. tccli/services/mvj/v20190926/examples.json +0 -19
  118. tccli/services/pds/__init__.py +0 -4
  119. tccli/services/pds/pds_client.py +0 -260
  120. tccli/services/pds/v20210701/api.json +0 -193
  121. tccli/services/pds/v20210701/examples.json +0 -21
  122. tccli/services/smpn/__init__.py +0 -4
  123. tccli/services/smpn/smpn_client.py +0 -260
  124. tccli/services/smpn/v20190822/api.json +0 -191
  125. tccli/services/smpn/v20190822/examples.json +0 -21
  126. tccli/services/solar/__init__.py +0 -4
  127. tccli/services/solar/solar_client.py +0 -1055
  128. tccli/services/solar/v20181011/api.json +0 -1760
  129. tccli/services/solar/v20181011/examples.json +0 -125
  130. tccli/services/tan/__init__.py +0 -4
  131. tccli/services/tan/tan_client.py +0 -207
  132. tccli/services/tan/v20220420/api.json +0 -65
  133. tccli/services/tan/v20220420/examples.json +0 -19
  134. tccli/services/tav/__init__.py +0 -4
  135. tccli/services/tav/tav_client.py +0 -366
  136. tccli/services/tav/v20190118/api.json +0 -262
  137. tccli/services/tav/v20190118/examples.json +0 -37
  138. tccli/services/tbm/__init__.py +0 -4
  139. tccli/services/tbm/tbm_client.py +0 -631
  140. tccli/services/tbm/v20180129/api.json +0 -1037
  141. tccli/services/tbm/v20180129/examples.json +0 -77
  142. tccli/services/tcex/__init__.py +0 -4
  143. tccli/services/tcex/tcex_client.py +0 -260
  144. tccli/services/tcex/v20200727/api.json +0 -158
  145. tccli/services/tcex/v20200727/examples.json +0 -21
  146. tccli/services/tci/__init__.py +0 -4
  147. tccli/services/tci/tci_client.py +0 -2327
  148. tccli/services/tci/v20190318/api.json +0 -4958
  149. tccli/services/tci/v20190318/examples.json +0 -333
  150. tccli/services/tic/__init__.py +0 -4
  151. tccli/services/tic/tic_client.py +0 -843
  152. tccli/services/tic/v20201117/api.json +0 -1067
  153. tccli/services/tic/v20201117/examples.json +0 -121
  154. tccli/services/ticm/__init__.py +0 -4
  155. tccli/services/ticm/ticm_client.py +0 -313
  156. tccli/services/ticm/v20181127/api.json +0 -1391
  157. tccli/services/ticm/v20181127/examples.json +0 -53
  158. tccli/services/tics/__init__.py +0 -4
  159. tccli/services/tics/tics_client.py +0 -366
  160. tccli/services/tics/v20181115/api.json +0 -694
  161. tccli/services/tics/v20181115/examples.json +0 -37
  162. tccli/services/tiems/__init__.py +0 -4
  163. tccli/services/tiems/tiems_client.py +0 -1479
  164. tccli/services/tiems/v20190416/api.json +0 -3144
  165. tccli/services/tiems/v20190416/examples.json +0 -217
  166. tccli/services/trdp/__init__.py +0 -4
  167. tccli/services/trdp/trdp_client.py +0 -207
  168. tccli/services/trdp/v20220726/api.json +0 -843
  169. tccli/services/trdp/v20220726/examples.json +0 -13
  170. tccli/services/ump/__init__.py +0 -4
  171. tccli/services/ump/ump_client.py +0 -1055
  172. tccli/services/ump/v20200918/api.json +0 -2168
  173. tccli/services/ump/v20200918/examples.json +0 -141
  174. tccli/services/youmall/__init__.py +0 -4
  175. tccli/services/youmall/v20180228/api.json +0 -3572
  176. tccli/services/youmall/v20180228/examples.json +0 -313
  177. tccli/services/youmall/youmall_client.py +0 -1797
  178. {tccli-3.0.1348.1.dist-info → tccli-3.0.1350.1.dist-info}/WHEEL +0 -0
  179. {tccli-3.0.1348.1.dist-info → tccli-3.0.1350.1.dist-info}/entry_points.txt +0 -0
  180. {tccli-3.0.1348.1.dist-info → tccli-3.0.1350.1.dist-info}/license_files/LICENSE +0 -0
@@ -77,6 +77,13 @@
77
77
  "output": "CopyCasterResponse",
78
78
  "status": "online"
79
79
  },
80
+ "CreateAuditKeywords": {
81
+ "document": "创建关键词,并关联到关键词库。",
82
+ "input": "CreateAuditKeywordsRequest",
83
+ "name": "直播审核创建关键词",
84
+ "output": "CreateAuditKeywordsResponse",
85
+ "status": "online"
86
+ },
80
87
  "CreateCaster": {
81
88
  "document": "该接口用来创建新的导播台",
82
89
  "input": "CreateCasterRequest",
@@ -252,6 +259,13 @@
252
259
  "output": "CreateScreenshotTaskResponse",
253
260
  "status": "online"
254
261
  },
262
+ "DeleteAuditKeywords": {
263
+ "document": "删除关键词信息。",
264
+ "input": "DeleteAuditKeywordsRequest",
265
+ "name": "直播审核删除关键词",
266
+ "output": "DeleteAuditKeywordsResponse",
267
+ "status": "online"
268
+ },
255
269
  "DeleteCaster": {
256
270
  "document": "该接口用来删除一个导播台的所有信息。\n注意,调用该接口后,所有的导播台信息将被清除,包括正在直播的内容也将直接中断。",
257
271
  "input": "DeleteCasterRequest",
@@ -455,6 +469,13 @@
455
469
  "output": "DescribeAreaBillBandwidthAndFluxListResponse",
456
470
  "status": "online"
457
471
  },
472
+ "DescribeAuditKeywords": {
473
+ "document": "获取关键词信息。",
474
+ "input": "DescribeAuditKeywordsRequest",
475
+ "name": "直播审核获取关键词",
476
+ "output": "DescribeAuditKeywordsResponse",
477
+ "status": "online"
478
+ },
458
479
  "DescribeBackupStreamList": {
459
480
  "document": "返回正在直播中的流列表。适用于推流成功后查询在线流信息。\n\n注意:\n1. 该接口仅提供辅助查询在线流列表功能,业务重要场景不可强依赖该接口。\n2. 该接口仅适用于流数少于2万路的情况,对于流数较大用户请联系售后。",
460
481
  "input": "DescribeBackupStreamListRequest",
@@ -3555,6 +3576,188 @@
3555
3576
  ],
3556
3577
  "usage": "out"
3557
3578
  },
3579
+ "ChildTemplateInfo": {
3580
+ "document": "自适应码率转码模板,子模板,出入参数。",
3581
+ "members": [
3582
+ {
3583
+ "disabled": false,
3584
+ "document": "自适应码率转码模板,子模板Id。\n入参时候,填写此字段,表示更新子模板,否则是新增子模板。\n注意:此字段可能返回 null,表示取不到有效值。",
3585
+ "example": "485142",
3586
+ "member": "int64",
3587
+ "name": "TemplateId",
3588
+ "output_required": true,
3589
+ "required": false,
3590
+ "type": "int",
3591
+ "value_allowed_null": true
3592
+ },
3593
+ {
3594
+ "disabled": false,
3595
+ "document": "子模板名称。\n注意:此字段可能返回 null,表示取不到有效值。",
3596
+ "example": "p_500",
3597
+ "member": "string",
3598
+ "name": "TemplateName",
3599
+ "output_required": true,
3600
+ "required": false,
3601
+ "type": "string",
3602
+ "value_allowed_null": true
3603
+ },
3604
+ {
3605
+ "disabled": false,
3606
+ "document": "视频编码:h264/h265/origin,默认origin。\n\norigin: 保持原始编码格式。\n注意:此字段可能返回 null,表示取不到有效值。",
3607
+ "example": "origin",
3608
+ "member": "string",
3609
+ "name": "Vcodec",
3610
+ "output_required": true,
3611
+ "required": false,
3612
+ "type": "string",
3613
+ "value_allowed_null": true
3614
+ },
3615
+ {
3616
+ "disabled": false,
3617
+ "document": "视频码率。范围:0kbps - 8000kbps。\n0为保持原始码率。\n注: 转码模板有码率唯一要求,最终保存的码率可能与输入码率有所差别。\n注意:此字段可能返回 null,表示取不到有效值。",
3618
+ "example": "1080",
3619
+ "member": "int64",
3620
+ "name": "VideoBitrate",
3621
+ "output_required": true,
3622
+ "required": false,
3623
+ "type": "int",
3624
+ "value_allowed_null": true
3625
+ },
3626
+ {
3627
+ "disabled": false,
3628
+ "document": "宽,默认0。\n范围[0-3000]。\n数值必须是2的倍数,0是原始宽度。\n注意:此字段可能返回 null,表示取不到有效值。",
3629
+ "example": "0",
3630
+ "member": "int64",
3631
+ "name": "Width",
3632
+ "output_required": true,
3633
+ "required": false,
3634
+ "type": "int",
3635
+ "value_allowed_null": true
3636
+ },
3637
+ {
3638
+ "disabled": false,
3639
+ "document": "高,默认0。\n范围[0-3000]\n数值必须是2的倍数,0是原始高度。\n注意:此字段可能返回 null,表示取不到有效值。",
3640
+ "example": "0",
3641
+ "member": "int64",
3642
+ "name": "Height",
3643
+ "output_required": true,
3644
+ "required": false,
3645
+ "type": "int",
3646
+ "value_allowed_null": true
3647
+ },
3648
+ {
3649
+ "disabled": false,
3650
+ "document": "帧率,默认0。\n范围0-60fps。\n注意:此字段可能返回 null,表示取不到有效值。",
3651
+ "example": "0",
3652
+ "member": "int64",
3653
+ "name": "Fps",
3654
+ "output_required": true,
3655
+ "required": false,
3656
+ "type": "int",
3657
+ "value_allowed_null": true
3658
+ },
3659
+ {
3660
+ "disabled": false,
3661
+ "document": "关键帧间隔,单位:秒。\n默认原始的间隔。\n范围2-6。\n同一个父模板下面的所有子模板,gop必须相等且存在。\n注意:此字段可能返回 null,表示取不到有效值。",
3662
+ "example": "2",
3663
+ "member": "int64",
3664
+ "name": "Gop",
3665
+ "output_required": true,
3666
+ "required": false,
3667
+ "type": "int",
3668
+ "value_allowed_null": true
3669
+ },
3670
+ {
3671
+ "disabled": false,
3672
+ "document": "是否保留视频,0:否,1:是。默认1。\n注意:此字段可能返回 null,表示取不到有效值。",
3673
+ "example": "1",
3674
+ "member": "int64",
3675
+ "name": "NeedVideo",
3676
+ "output_required": true,
3677
+ "required": false,
3678
+ "type": "int",
3679
+ "value_allowed_null": true
3680
+ },
3681
+ {
3682
+ "disabled": false,
3683
+ "document": "是否保留音频,0:否,1:是。默认1。\n注意:此字段可能返回 null,表示取不到有效值。",
3684
+ "example": "1",
3685
+ "member": "int64",
3686
+ "name": "NeedAudio",
3687
+ "output_required": true,
3688
+ "required": false,
3689
+ "type": "int",
3690
+ "value_allowed_null": true
3691
+ },
3692
+ {
3693
+ "disabled": false,
3694
+ "document": "当设置的码率>原始码率时,是否以原始码率为准。\n0:否, 1:是\n默认 0。\n注意:此字段可能返回 null,表示取不到有效值。",
3695
+ "example": "0",
3696
+ "member": "int64",
3697
+ "name": "BitrateToOrig",
3698
+ "output_required": true,
3699
+ "required": false,
3700
+ "type": "int",
3701
+ "value_allowed_null": true
3702
+ },
3703
+ {
3704
+ "disabled": false,
3705
+ "document": "当设置的高度>原始高度时,是否以原始高度为准。\n0:否, 1:是\n默认 0。\n注意:此字段可能返回 null,表示取不到有效值。",
3706
+ "example": "0",
3707
+ "member": "int64",
3708
+ "name": "HeightToOrig",
3709
+ "output_required": true,
3710
+ "required": false,
3711
+ "type": "int",
3712
+ "value_allowed_null": true
3713
+ },
3714
+ {
3715
+ "disabled": false,
3716
+ "document": "当设置的帧率>原始帧率时,是否以原始帧率为准。\n0:否, 1:是\n默认 0。\n注意:此字段可能返回 null,表示取不到有效值。",
3717
+ "example": "0",
3718
+ "member": "int64",
3719
+ "name": "FpsToOrig",
3720
+ "output_required": true,
3721
+ "required": false,
3722
+ "type": "int",
3723
+ "value_allowed_null": true
3724
+ },
3725
+ {
3726
+ "disabled": false,
3727
+ "document": "是否以短边作为高度,0:否,1:是。默认0。\n注意:此字段可能返回 null,表示取不到有效值。",
3728
+ "example": "0",
3729
+ "member": "int64",
3730
+ "name": "ShortEdgeAsHeight",
3731
+ "output_required": true,
3732
+ "required": false,
3733
+ "type": "int",
3734
+ "value_allowed_null": true
3735
+ },
3736
+ {
3737
+ "disabled": false,
3738
+ "document": "HLS 分片类型。\n可选值:ts、fmp4。\n注:编码方式为 H.265 时生效。\n注意:此字段可能返回 null,表示取不到有效值。",
3739
+ "example": "ts",
3740
+ "member": "string",
3741
+ "name": "HlsContainerFormat",
3742
+ "output_required": true,
3743
+ "required": false,
3744
+ "type": "string",
3745
+ "value_allowed_null": true
3746
+ },
3747
+ {
3748
+ "disabled": false,
3749
+ "document": "编码标签。\n可选值:hvc1、hev1。\n注:HLS 分片类型选择 fmp4 时生效。\n注意:此字段可能返回 null,表示取不到有效值。",
3750
+ "example": "hvc1",
3751
+ "member": "string",
3752
+ "name": "HlsMp4VideoCodecTag",
3753
+ "output_required": true,
3754
+ "required": false,
3755
+ "type": "string",
3756
+ "value_allowed_null": true
3757
+ }
3758
+ ],
3759
+ "usage": "both"
3760
+ },
3558
3761
  "ClientIpPlaySumInfo": {
3559
3762
  "document": "客户端ip播放汇总信息。",
3560
3763
  "members": [
@@ -4080,6 +4283,23 @@
4080
4283
  ],
4081
4284
  "type": "object"
4082
4285
  },
4286
+ "CreateAuditKeywordsRequest": {
4287
+ "document": "CreateAuditKeywords请求参数结构体",
4288
+ "members": [],
4289
+ "type": "object"
4290
+ },
4291
+ "CreateAuditKeywordsResponse": {
4292
+ "document": "CreateAuditKeywords返回参数结构体",
4293
+ "members": [
4294
+ {
4295
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
4296
+ "member": "string",
4297
+ "name": "RequestId",
4298
+ "type": "string"
4299
+ }
4300
+ ],
4301
+ "type": "object"
4302
+ },
4083
4303
  "CreateCasterInputPushUrlRequest": {
4084
4304
  "document": "CreateCasterInputPushUrl请求参数结构体",
4085
4305
  "members": [
@@ -4999,7 +5219,7 @@
4999
5219
  },
5000
5220
  {
5001
5221
  "disabled": false,
5002
- "document": "任务描述,限制 512 字节。",
5222
+ "document": "任务描述,限制 512 字节。不可以使用特殊字符,如Unicode的特殊字符集。",
5003
5223
  "example": "任务描述",
5004
5224
  "member": "string",
5005
5225
  "name": "Comment",
@@ -6666,6 +6886,23 @@
6666
6886
  ],
6667
6887
  "usage": "out"
6668
6888
  },
6889
+ "DeleteAuditKeywordsRequest": {
6890
+ "document": "DeleteAuditKeywords请求参数结构体",
6891
+ "members": [],
6892
+ "type": "object"
6893
+ },
6894
+ "DeleteAuditKeywordsResponse": {
6895
+ "document": "DeleteAuditKeywords返回参数结构体",
6896
+ "members": [
6897
+ {
6898
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
6899
+ "member": "string",
6900
+ "name": "RequestId",
6901
+ "type": "string"
6902
+ }
6903
+ ],
6904
+ "type": "object"
6905
+ },
6669
6906
  "DeleteCasterInputInfoRequest": {
6670
6907
  "document": "DeleteCasterInputInfo请求参数结构体",
6671
6908
  "members": [
@@ -7722,6 +7959,23 @@
7722
7959
  ],
7723
7960
  "type": "object"
7724
7961
  },
7962
+ "DescribeAuditKeywordsRequest": {
7963
+ "document": "DescribeAuditKeywords请求参数结构体",
7964
+ "members": [],
7965
+ "type": "object"
7966
+ },
7967
+ "DescribeAuditKeywordsResponse": {
7968
+ "document": "DescribeAuditKeywords返回参数结构体",
7969
+ "members": [
7970
+ {
7971
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
7972
+ "member": "string",
7973
+ "name": "RequestId",
7974
+ "type": "string"
7975
+ }
7976
+ ],
7977
+ "type": "object"
7978
+ },
7725
7979
  "DescribeBackupStreamListRequest": {
7726
7980
  "document": "DescribeBackupStreamList请求参数结构体",
7727
7981
  "members": [
@@ -20820,6 +21074,26 @@
20820
21074
  "output_required": true,
20821
21075
  "type": "string",
20822
21076
  "value_allowed_null": true
21077
+ },
21078
+ {
21079
+ "disabled": false,
21080
+ "document": "是否创建自适应码率,默认值 0。\n0:否。\n1:是。\n注意:此字段可能返回 null,表示取不到有效值。",
21081
+ "example": "0",
21082
+ "member": "int64",
21083
+ "name": "IsAdaptiveBitRate",
21084
+ "output_required": true,
21085
+ "type": "int",
21086
+ "value_allowed_null": true
21087
+ },
21088
+ {
21089
+ "disabled": false,
21090
+ "document": "自适应码率,子转码模板信息,当 IsAdaptiveBitRate 为 1 时有效。\n注意:此字段可能返回 null,表示取不到有效值。",
21091
+ "example": "无",
21092
+ "member": "ChildTemplateInfo",
21093
+ "name": "AdaptiveChildren",
21094
+ "output_required": true,
21095
+ "type": "list",
21096
+ "value_allowed_null": true
20823
21097
  }
20824
21098
  ],
20825
21099
  "usage": "out"
@@ -88,6 +88,14 @@
88
88
  "title": "请求示例"
89
89
  }
90
90
  ],
91
+ "CreateAuditKeywords": [
92
+ {
93
+ "document": "",
94
+ "input": "POST / HTTP/1.1\nHost: live.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAuditKeywords\n<公共请求参数>\n\n{}",
95
+ "output": "{\n \"Response\": {\n \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\"\n }\n}",
96
+ "title": "直播审核创建关键词"
97
+ }
98
+ ],
91
99
  "CreateCaster": [
92
100
  {
93
101
  "document": "请求创建导播台",
@@ -312,6 +320,14 @@
312
320
  "title": "示例"
313
321
  }
314
322
  ],
323
+ "DeleteAuditKeywords": [
324
+ {
325
+ "document": "",
326
+ "input": "POST / HTTP/1.1\nHost: live.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteAuditKeywords\n<公共请求参数>\n\n{}",
327
+ "output": "{\n \"Response\": {\n \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\"\n }\n}",
328
+ "title": "直播审核删除关键词"
329
+ }
330
+ ],
315
331
  "DeleteCaster": [
316
332
  {
317
333
  "document": "删除导播台",
@@ -544,6 +560,14 @@
544
560
  "title": "请求示例"
545
561
  }
546
562
  ],
563
+ "DescribeAuditKeywords": [
564
+ {
565
+ "document": "直播审核获取关键词列表搜索。",
566
+ "input": "POST / HTTP/1.1\nHost: live.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAuditKeywords\n<公共请求参数>\n\n{}",
567
+ "output": "{\n \"Response\": {\n \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\"\n }\n}",
568
+ "title": "直播审核获取关键词"
569
+ }
570
+ ],
547
571
  "DescribeBackupStreamList": [
548
572
  {
549
573
  "document": "查询在推的主备流。",
@@ -1052,7 +1076,7 @@
1052
1076
  {
1053
1077
  "document": "",
1054
1078
  "input": "POST / HTTP/1.1\nHost: live.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeLiveTranscodeTemplates\n<公共请求参数>\n\n{}",
1055
- "output": "{\n \"Response\": {\n \"Templates\": [\n {\n \"Width\": 250,\n \"Fps\": 30,\n \"TemplateId\": 1000,\n \"Gop\": 3,\n \"Acodec\": \"aac\",\n \"Profile\": \"baseline\",\n \"Description\": \"模板描述\",\n \"VideoBitrate\": 30,\n \"BitrateToOrig\": 0,\n \"AiTransCode\": 0,\n \"HeightToOrig\": 0,\n \"AudioBitrate\": 15,\n \"Rotate\": 0,\n \"TemplateName\": \"模板名称\",\n \"AdaptBitratePercent\": 0.0,\n \"Vcodec\": \"h264\",\n \"NeedAudio\": 1,\n \"DRMTracks\": \"AUDIO|UHD2\",\n \"NeedVideo\": 1,\n \"DRMType\": \"widevine\",\n \"ShortEdgeAsHeight\": 0,\n \"Height\": 250,\n \"FpsToOrig\": 0\n }\n ],\n \"RequestId\": \"1dc2eb7b-b29b-4c5a-96f6-5699c54140fd\"\n }\n}",
1079
+ "output": "{\n \"Response\": {\n \"Templates\": [\n {\n \"Width\": 250,\n \"Fps\": 30,\n \"TemplateId\": 1000,\n \"IsAdaptiveBitRate\": 0,\n \"Gop\": 3,\n \"Acodec\": \"aac\",\n \"Profile\": \"baseline\",\n \"Description\": \"模板描述\",\n \"VideoBitrate\": 30,\n \"BitrateToOrig\": 0,\n \"AiTransCode\": 0,\n \"HeightToOrig\": 0,\n \"AudioBitrate\": 15,\n \"Rotate\": 0,\n \"TemplateName\": \"模板名称\",\n \"AdaptBitratePercent\": 0.0,\n \"Vcodec\": \"h264\",\n \"NeedAudio\": 1,\n \"DRMTracks\": \"AUDIO|UHD2\",\n \"AdaptiveChildren\": [\n {\n \"BitrateToOrig\": 0,\n \"TemplateName\": \"模板名称\",\n \"VideoBitrate\": 0,\n \"ShortEdgeAsHeight\": 0,\n \"Vcodec\": \"h264\",\n \"Height\": 0,\n \"Width\": 0,\n \"NeedAudio\": 0,\n \"FpsToOrig\": 0,\n \"Fps\": 0,\n \"TemplateId\": 0,\n \"HeightToOrig\": 0,\n \"NeedVideo\": 0,\n \"Gop\": 0\n }\n ],\n \"NeedVideo\": 1,\n \"DRMType\": \"widevine\",\n \"ShortEdgeAsHeight\": 0,\n \"Height\": 250,\n \"FpsToOrig\": 0\n }\n ],\n \"RequestId\": \"1dc2eb7b-b29b-4c5a-96f6-5699c54140fd\"\n }\n}",
1056
1080
  "title": "请求示例"
1057
1081
  }
1058
1082
  ],