tccli 3.0.922.1__py2.py3-none-any.whl → 3.0.924.1__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (110) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/examples/apigateway/v20180808/DescribeServicesStatus.md +33 -19
  3. tccli/examples/cdb/v20170320/CreateDBInstance.md +2 -2
  4. tccli/examples/ckafka/v20190819/CreateAcl.md +4 -1
  5. tccli/examples/clb/v20180317/CloneLoadBalancer.md +3 -3
  6. tccli/examples/clb/v20180317/DescribeListeners.md +49 -127
  7. tccli/examples/clb/v20180317/DescribeLoadBalancers.md +578 -158
  8. tccli/examples/cls/v20201016/CreateScheduledSql.md +13 -11
  9. tccli/examples/cls/v20201016/DeleteScheduledSql.md +2 -2
  10. tccli/examples/cls/v20201016/DescribeConfigs.md +2 -1
  11. tccli/examples/cls/v20201016/DescribeKafkaConsumer.md +23 -0
  12. tccli/examples/cls/v20201016/DescribeScheduledSqlInfo.md +22 -19
  13. tccli/examples/cls/v20201016/ModifyKafkaConsumer.md +21 -0
  14. tccli/examples/cls/v20201016/ModifyScheduledSql.md +11 -9
  15. tccli/examples/cynosdb/v20190107/DescribeAccounts.md +10 -10
  16. tccli/examples/cynosdb/v20190107/DescribeClusterDetail.md +77 -65
  17. tccli/examples/ess/v20201111/CancelUserAutoSignEnableUrl.md +1 -1
  18. tccli/examples/ess/v20201111/CreateBatchCancelFlowUrl.md +5 -4
  19. tccli/examples/ess/v20201111/CreateUserAutoSignEnableUrl.md +2 -2
  20. tccli/examples/ess/v20201111/DescribeFlowBriefs.md +6 -2
  21. tccli/examples/ess/v20201111/DescribeFlowEvidenceReport.md +1 -1
  22. tccli/examples/ess/v20201111/DescribeFlowInfo.md +24 -38
  23. tccli/examples/ess/v20201111/DescribeUserAutoSignStatus.md +1 -1
  24. tccli/examples/ess/v20201111/GetTaskResultApi.md +2 -2
  25. tccli/examples/essbasic/v20210526/ChannelBatchCancelFlows.md +5 -5
  26. tccli/examples/essbasic/v20210526/ChannelCreateBatchCancelFlowUrl.md +10 -8
  27. tccli/examples/essbasic/v20210526/ChannelCreateFlowSignUrl.md +9 -8
  28. tccli/examples/essbasic/v20210526/ChannelCreateWebThemeConfig.md +7 -6
  29. tccli/examples/essbasic/v20210526/DescribeFlowDetailInfo.md +19 -30
  30. tccli/examples/essbasic/v20210526/DescribeTemplates.md +13 -4
  31. tccli/examples/essbasic/v20210526/OperateChannelTemplate.md +2 -2
  32. tccli/examples/lcic/v20220817/DescribeRoom.md +2 -0
  33. tccli/examples/mna/v20210119/GetDevices.md +9 -16
  34. tccli/examples/mna/v20210119/UpdateDevice.md +7 -10
  35. tccli/examples/ms/v20180408/CreateEncryptInstance.md +30 -30
  36. tccli/examples/ms/v20180408/CreateOrderInstance.md +2 -2
  37. tccli/examples/ms/v20180408/DescribeEncryptInstances.md +73 -65
  38. tccli/examples/ms/v20180408/DescribeEncryptPlan.md +34 -34
  39. tccli/examples/ms/v20180408/DescribeOrderInstances.md +1 -1
  40. tccli/examples/oceanus/v20190422/CreateJobConfig.md +1 -1
  41. tccli/examples/tdmq/v20200217/CreateRocketMQVipInstance.md +28 -0
  42. tccli/examples/tione/v20211111/CreateNotebook.md +62 -0
  43. tccli/examples/tione/v20211111/CreateNotebookImage.md +18 -0
  44. tccli/examples/tione/v20211111/DeleteNotebook.md +20 -0
  45. tccli/examples/tione/v20211111/DeleteNotebookImageRecord.md +18 -0
  46. tccli/examples/tione/v20211111/DescribeNotebook.md +70 -0
  47. tccli/examples/tione/v20211111/DescribeNotebookImageKernels.md +23 -0
  48. tccli/examples/tione/v20211111/DescribeNotebookImageRecords.md +28 -0
  49. tccli/examples/tione/v20211111/DescribeNotebooks.md +77 -0
  50. tccli/examples/tione/v20211111/ModifyNotebook.md +64 -0
  51. tccli/examples/tione/v20211111/ModifyNotebookTags.md +22 -0
  52. tccli/examples/tione/v20211111/StartNotebook.md +20 -0
  53. tccli/examples/tione/v20211111/StopCreatingImage.md +18 -0
  54. tccli/examples/tione/v20211111/StopNotebook.md +20 -0
  55. tccli/examples/vpc/v20170312/CreateVpnGateway.md +20 -26
  56. tccli/examples/waf/v20180125/GetAttackHistogram.md +142 -0
  57. tccli/services/apigateway/v20180808/api.json +119 -12
  58. tccli/services/apigateway/v20180808/examples.json +4 -4
  59. tccli/services/asr/v20190614/api.json +1 -1
  60. tccli/services/cdb/v20170320/api.json +101 -90
  61. tccli/services/cdb/v20170320/examples.json +2 -2
  62. tccli/services/cdn/v20180606/api.json +59 -6
  63. tccli/services/ckafka/v20190819/api.json +10 -10
  64. tccli/services/ckafka/v20190819/examples.json +1 -1
  65. tccli/services/clb/v20180317/api.json +221 -68
  66. tccli/services/clb/v20180317/examples.json +10 -10
  67. tccli/services/cls/cls_client.py +110 -4
  68. tccli/services/cls/v20201016/api.json +330 -115
  69. tccli/services/cls/v20201016/examples.json +23 -7
  70. tccli/services/cynosdb/v20190107/api.json +82 -31
  71. tccli/services/cynosdb/v20190107/examples.json +3 -3
  72. tccli/services/dlc/v20210125/api.json +11 -11
  73. tccli/services/emr/v20190103/api.json +10 -0
  74. tccli/services/ess/v20201111/api.json +519 -142
  75. tccli/services/ess/v20201111/examples.json +9 -9
  76. tccli/services/essbasic/v20210526/api.json +195 -126
  77. tccli/services/essbasic/v20210526/examples.json +13 -13
  78. tccli/services/faceid/v20180301/api.json +21 -16
  79. tccli/services/lcic/v20220817/api.json +10 -0
  80. tccli/services/lcic/v20220817/examples.json +2 -2
  81. tccli/services/live/v20180801/api.json +42 -22
  82. tccli/services/mna/v20210119/api.json +11 -12
  83. tccli/services/mna/v20210119/examples.json +4 -4
  84. tccli/services/mps/v20190612/api.json +142 -61
  85. tccli/services/ms/v20180408/api.json +92 -19
  86. tccli/services/ms/v20180408/examples.json +31 -31
  87. tccli/services/nlp/v20190408/api.json +2 -1
  88. tccli/services/oceanus/v20190422/api.json +355 -41
  89. tccli/services/oceanus/v20190422/examples.json +1 -1
  90. tccli/services/ocr/ocr_client.py +4 -110
  91. tccli/services/ocr/v20181119/api.json +0 -315
  92. tccli/services/ocr/v20181119/examples.json +0 -16
  93. tccli/services/tdmq/tdmq_client.py +53 -0
  94. tccli/services/tdmq/v20200217/api.json +126 -0
  95. tccli/services/tdmq/v20200217/examples.json +8 -0
  96. tccli/services/teo/v20220901/api.json +18 -18
  97. tccli/services/tione/tione_client.py +987 -298
  98. tccli/services/tione/v20211111/api.json +1784 -20
  99. tccli/services/tione/v20211111/examples.json +104 -0
  100. tccli/services/tts/v20190823/api.json +1 -1
  101. tccli/services/vpc/v20170312/api.json +45 -65
  102. tccli/services/vpc/v20170312/examples.json +3 -3
  103. tccli/services/waf/v20180125/api.json +111 -0
  104. tccli/services/waf/v20180125/examples.json +8 -0
  105. tccli/services/waf/waf_client.py +57 -4
  106. {tccli-3.0.922.1.dist-info → tccli-3.0.924.1.dist-info}/METADATA +2 -2
  107. {tccli-3.0.922.1.dist-info → tccli-3.0.924.1.dist-info}/RECORD +110 -93
  108. {tccli-3.0.922.1.dist-info → tccli-3.0.924.1.dist-info}/WHEEL +0 -0
  109. {tccli-3.0.922.1.dist-info → tccli-3.0.924.1.dist-info}/entry_points.txt +0 -0
  110. {tccli-3.0.922.1.dist-info → tccli-3.0.924.1.dist-info}/license_files/LICENSE +0 -0
@@ -94,8 +94,8 @@
94
94
  },
95
95
  "metadata": {
96
96
  "apiVersion": "2021-01-19",
97
- "api_brief": "介绍如何使用API对移动业务加速进行操作,包括启动加速、停止加速、上报接口状态等",
98
- "serviceNameCN": "移动网络加速",
97
+ "api_brief": "介绍如何使用API对多网聚合加速进行操作,包括启动加速、停止加速、上报接口状态等",
98
+ "serviceNameCN": "多网聚合加速",
99
99
  "serviceShortName": "mna"
100
100
  },
101
101
  "objects": {
@@ -1049,7 +1049,6 @@
1049
1049
  "document": "GetDevices请求参数结构体",
1050
1050
  "members": [
1051
1051
  {
1052
- "default": "",
1053
1052
  "disabled": false,
1054
1053
  "document": "每页显示记录数,PageSize、PageNumber值均为-1 时,按照1页无限制条数匹配所有设备",
1055
1054
  "example": "10",
@@ -1059,7 +1058,6 @@
1059
1058
  "type": "int"
1060
1059
  },
1061
1060
  {
1062
- "default": "",
1063
1061
  "disabled": false,
1064
1062
  "document": "当前查看页码,PageSize、PageNumber值均为-1 时,按照1页无限制条数匹配所有设备",
1065
1063
  "example": "1",
@@ -1069,7 +1067,6 @@
1069
1067
  "type": "int"
1070
1068
  },
1071
1069
  {
1072
- "default": "",
1073
1070
  "disabled": false,
1074
1071
  "document": "搜索设备的关键字(ID或者设备名),为空时匹配所有设备",
1075
1072
  "example": "\"mna-xxx\"",
@@ -1077,6 +1074,15 @@
1077
1074
  "name": "Keyword",
1078
1075
  "required": false,
1079
1076
  "type": "string"
1077
+ },
1078
+ {
1079
+ "disabled": false,
1080
+ "document": "DeviceType\n不传:返回所有设备;\n1:自有设备;\n2:三方设备",
1081
+ "example": "1",
1082
+ "member": "int64",
1083
+ "name": "DeviceType",
1084
+ "required": false,
1085
+ "type": "int"
1080
1086
  }
1081
1087
  ],
1082
1088
  "type": "object"
@@ -1090,7 +1096,6 @@
1090
1096
  "example": "无",
1091
1097
  "member": "DeviceBaseInfo",
1092
1098
  "name": "DeviceInfos",
1093
- "required": true,
1094
1099
  "type": "list",
1095
1100
  "value_allowed_null": false
1096
1101
  },
@@ -1100,7 +1105,6 @@
1100
1105
  "example": "20",
1101
1106
  "member": "int64",
1102
1107
  "name": "Length",
1103
- "required": true,
1104
1108
  "type": "int",
1105
1109
  "value_allowed_null": false
1106
1110
  },
@@ -1110,7 +1114,6 @@
1110
1114
  "example": "2",
1111
1115
  "member": "int64",
1112
1116
  "name": "TotalPage",
1113
- "required": true,
1114
1117
  "type": "int",
1115
1118
  "value_allowed_null": false
1116
1119
  },
@@ -1505,7 +1508,6 @@
1505
1508
  "document": "UpdateDevice请求参数结构体",
1506
1509
  "members": [
1507
1510
  {
1508
- "default": "",
1509
1511
  "disabled": false,
1510
1512
  "document": "设备id",
1511
1513
  "example": "\"mna-xxx\"",
@@ -1515,7 +1517,6 @@
1515
1517
  "type": "string"
1516
1518
  },
1517
1519
  {
1518
- "default": "",
1519
1520
  "disabled": false,
1520
1521
  "document": "设备名称",
1521
1522
  "example": "\"dev\"",
@@ -1525,7 +1526,6 @@
1525
1526
  "type": "string"
1526
1527
  },
1527
1528
  {
1528
- "default": "",
1529
1529
  "disabled": false,
1530
1530
  "document": "设备备注",
1531
1531
  "example": "\"xxx\"",
@@ -1535,7 +1535,6 @@
1535
1535
  "type": "string"
1536
1536
  },
1537
1537
  {
1538
- "default": "",
1539
1538
  "disabled": false,
1540
1539
  "document": "更新设备网络信息",
1541
1540
  "example": "无",
@@ -58,9 +58,9 @@
58
58
  ],
59
59
  "GetDevices": [
60
60
  {
61
- "document": "",
61
+ "document": "获取设备基本信息列表",
62
62
  "input": "POST / HTTP/1.1\nHost: mna.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetDevices\n<公共请求参数>\n\n{\n \"PageSize\": \"10\",\n \"PageNumber\": \"1\",\n \"Keyword\": \"mna-xxx\"\n}",
63
- "output": "{\n \"Response\": {\n \"DeviceInfos\": [\n {\n \"DeviceName\": \"dev\",\n \"Remark\": \"xx\",\n \"DeviceId\": \"mna-xxx\",\n \"LastTime\": 1,\n \"CreateTime\": 1\n },\n {\n \"DeviceName\": \"dev1\",\n \"Remark\": \"xx\",\n \"DeviceId\": \"mna-xxx\",\n \"LastTime\": 1,\n \"CreateTime\": 1\n }\n ],\n \"Length\": 10,\n \"TotalPage\": 2,\n \"RequestId\": \"xx\"\n }\n}",
63
+ "output": "{\n \"Response\": {\n \"DeviceInfos\": [\n {\n \"DeviceId\": \"abc\",\n \"DeviceName\": \"abc\",\n \"CreateTime\": \"abc\",\n \"LastTime\": \"abc\",\n \"Remark\": \"abc\"\n }\n ],\n \"Length\": 0,\n \"TotalPage\": 0,\n \"RequestId\": \"abc\"\n }\n}",
64
64
  "title": "获取设备基本信息列表"
65
65
  }
66
66
  ],
@@ -98,8 +98,8 @@
98
98
  ],
99
99
  "UpdateDevice": [
100
100
  {
101
- "document": "",
102
- "input": "POST / HTTP/1.1\nHost: mna.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateDevice\n<公共请求参数>\n\n{\n \"DeviceName\": \"xx\",\n \"Remark\": \"xx\",\n \"DeviceId\": \"mna-xxx\",\n \"UpdateNetInfo\": [\n {\n \"DownloadLimit\": 100,\n \"UploadLimit\": 100,\n \"Type\": 0,\n \"DataEnable\": true,\n \"NetInfoName\": \"xx\"\n },\n {\n \"Type\": 0,\n \"DataEnable\": true,\n \"NetInfoName\": \"xx\"\n }\n ]\n}",
101
+ "document": "更新设备",
102
+ "input": "POST / HTTP/1.1\nHost: mna.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateDevice\n<公共请求参数>\n\n{\n \"DeviceId\": \"abc\",\n \"DeviceName\": \"abc\",\n \"Remark\": \"abc\",\n \"UpdateNetInfo\": [\n {\n \"Type\": 0,\n \"DataEnable\": true,\n \"UploadLimit\": 1,\n \"DownloadLimit\": 1,\n \"NetInfoName\": \"abc\"\n }\n ]\n}",
103
103
  "output": "{\n \"Response\": {\n \"RequestId\": \"a400ac72-8f93-4340-a862-f74b56942703\"\n }\n}",
104
104
  "title": "更新设备"
105
105
  }
@@ -5552,51 +5552,62 @@
5552
5552
  "members": [
5553
5553
  {
5554
5554
  "disabled": false,
5555
- "document": "音频流的编码格式。\n当外层参数 Container 为 mp3 时,可选值为:\n<li>libmp3lame。</li>\n当外层参数 Container 为 ogg 或 flac 时,可选值为:\n<li>flac。</li>\n当外层参数 Container 为 m4a 时,可选值为:\n<li>libfdk_aac;</li>\n<li>libmp3lame;</li>\n<li>ac3。</li>\n当外层参数 Container 为 mp4 或 flv 时,可选值为:\n<li>libfdk_aac:更适合 mp4;</li>\n<li>libmp3lame:更适合 flv;</li>\n<li>mp2。</li>\n当外层参数 Container 为 hls 时,可选值为:\n<li>libfdk_aac;</li>\n<li>libmp3lame。</li>",
5555
+ "document": "音频流的编码格式。\n当外层参数 Container 为 mp3 时,可选值为:\n<li>libmp3lame。</li>\n当外层参数 Container 为 ogg 或 flac 时,可选值为:\n<li>flac。</li>\n当外层参数 Container 为 m4a 时,可选值为:\n<li>libfdk_aac;</li>\n<li>libmp3lame;</li>\n<li>ac3。</li>\n当外层参数 Container 为 mp4 或 flv 时,可选值为:\n<li>libfdk_aac:更适合 mp4;</li>\n<li>libmp3lame:更适合 flv;</li>\n<li>mp2。</li>\n当外层参数 Container 为 hls 时,可选值为:\n<li>libfdk_aac;</li>\n<li>libmp3lame。</li>\n注意:此字段可能返回 null,表示取不到有效值。",
5556
5556
  "example": "libmp3lame",
5557
+ "is_base64": false,
5557
5558
  "member": "string",
5558
5559
  "name": "Codec",
5560
+ "output_required": false,
5559
5561
  "required": false,
5560
- "type": "string"
5562
+ "type": "string",
5563
+ "value_allowed_null": true
5561
5564
  },
5562
5565
  {
5563
5566
  "disabled": false,
5564
- "document": "音频流的码率,取值范围:0 和 [26, 256],单位:kbps。 当取值为 0,表示音频码率和原始音频保持一致。",
5567
+ "document": "音频流的码率,取值范围:0 和 [26, 256],单位:kbps。 当取值为 0,表示音频码率和原始音频保持一致。\n注意:此字段可能返回 null,表示取不到有效值。",
5565
5568
  "example": "0",
5566
5569
  "member": "uint64",
5567
5570
  "name": "Bitrate",
5571
+ "output_required": false,
5568
5572
  "required": false,
5569
- "type": "int"
5573
+ "type": "int",
5574
+ "value_allowed_null": true
5570
5575
  },
5571
5576
  {
5572
5577
  "disabled": false,
5573
- "document": "音频流的采样率,可选值:\n<li>32000</li>\n<li>44100</li>\n<li>48000</li>\n单位:Hz",
5578
+ "document": "音频流的采样率,可选值:\n<li>32000</li>\n<li>44100</li>\n<li>48000</li>\n单位:Hz。\n注意:此字段可能返回 null,表示取不到有效值。",
5574
5579
  "example": "44100",
5575
5580
  "member": "uint64",
5576
5581
  "name": "SampleRate",
5582
+ "output_required": false,
5577
5583
  "required": false,
5578
- "type": "int"
5584
+ "type": "int",
5585
+ "value_allowed_null": true
5579
5586
  },
5580
5587
  {
5581
5588
  "disabled": false,
5582
- "document": "音频通道方式,可选值:\n<li>1:单通道</li>\n<li>2:双通道</li>\n<li>6:立体声</li>\n当媒体的封装格式是音频格式时(flac,ogg,mp3,m4a)时,声道数不允许设为立体声。",
5589
+ "document": "音频通道方式,可选值:\n<li>1:单通道</li>\n<li>2:双通道</li>\n<li>6:立体声</li>\n当媒体的封装格式是音频格式时(flac,ogg,mp3,m4a)时,声道数不允许设为立体声。\n注意:此字段可能返回 null,表示取不到有效值。",
5583
5590
  "example": "2",
5584
5591
  "member": "int64",
5585
5592
  "name": "AudioChannel",
5593
+ "output_required": false,
5586
5594
  "required": false,
5587
- "type": "int"
5595
+ "type": "int",
5596
+ "value_allowed_null": true
5588
5597
  },
5589
5598
  {
5590
5599
  "disabled": false,
5591
- "document": "指定输出要保留的音频轨道。默认是全部保留源的。",
5600
+ "document": "指定输出要保留的音频轨道。默认是全部保留源的。\n注意:此字段可能返回 null,表示取不到有效值。",
5592
5601
  "example": "NULL",
5593
5602
  "member": "int64",
5594
5603
  "name": "StreamSelects",
5604
+ "output_required": false,
5595
5605
  "required": false,
5596
- "type": "list"
5606
+ "type": "list",
5607
+ "value_allowed_null": true
5597
5608
  }
5598
5609
  ],
5599
- "usage": "in"
5610
+ "usage": "both"
5600
5611
  },
5601
5612
  "AwsS3FileUploadTrigger": {
5602
5613
  "document": "AWS S3 文件是上传触发器。",
@@ -19598,6 +19609,17 @@
19598
19609
  "required": false,
19599
19610
  "type": "list",
19600
19611
  "value_allowed_null": true
19612
+ },
19613
+ {
19614
+ "disabled": false,
19615
+ "document": "转码扩展字段。\n注意:此字段可能返回 null,表示取不到有效值。",
19616
+ "example": "无",
19617
+ "member": "string",
19618
+ "name": "StdExtInfo",
19619
+ "output_required": false,
19620
+ "required": false,
19621
+ "type": "string",
19622
+ "value_allowed_null": true
19601
19623
  }
19602
19624
  ],
19603
19625
  "usage": "both"
@@ -21516,51 +21538,66 @@
21516
21538
  "members": [
21517
21539
  {
21518
21540
  "disabled": false,
21519
- "document": "S3 bucket",
21541
+ "document": "S3 bucket。\n注意:此字段可能返回 null,表示取不到有效值。",
21520
21542
  "example": "test",
21543
+ "is_base64": false,
21521
21544
  "member": "string",
21522
21545
  "name": "S3Bucket",
21546
+ "output_required": false,
21523
21547
  "required": true,
21524
- "type": "string"
21548
+ "type": "string",
21549
+ "value_allowed_null": true
21525
21550
  },
21526
21551
  {
21527
21552
  "disabled": false,
21528
- "document": "S3 bucket 对应的区域,目前支持: \nus-east-1 \neu-west-3\n",
21553
+ "document": "S3 bucket 对应的区域,目前支持: \nus-east-1 \neu-west-3\n\n注意:此字段可能返回 null,表示取不到有效值。",
21529
21554
  "example": "ap-southeast-1",
21555
+ "is_base64": false,
21530
21556
  "member": "string",
21531
21557
  "name": "S3Region",
21558
+ "output_required": false,
21532
21559
  "required": true,
21533
- "type": "string"
21560
+ "type": "string",
21561
+ "value_allowed_null": true
21534
21562
  },
21535
21563
  {
21536
21564
  "disabled": false,
21537
- "document": "S3 bucket 中的媒体资源路径。",
21565
+ "document": "S3 bucket 中的媒体资源路径。\n注意:此字段可能返回 null,表示取不到有效值。",
21538
21566
  "example": "/test.mp4",
21567
+ "is_base64": false,
21539
21568
  "member": "string",
21540
21569
  "name": "S3Object",
21570
+ "output_required": false,
21541
21571
  "required": true,
21542
- "type": "string"
21572
+ "type": "string",
21573
+ "value_allowed_null": true
21543
21574
  },
21544
21575
  {
21545
21576
  "disabled": false,
21546
- "document": "AWS 内网访问 媒体资源的秘钥id",
21577
+ "document": "AWS 内网访问 媒体资源的秘钥id。\n注意:此字段可能返回 null,表示取不到有效值。",
21547
21578
  "example": "\"\"",
21579
+ "is_base64": false,
21548
21580
  "member": "string",
21549
21581
  "name": "S3SecretId",
21582
+ "output_required": false,
21550
21583
  "required": false,
21551
- "type": "string"
21584
+ "type": "string",
21585
+ "value_allowed_null": true
21552
21586
  },
21553
21587
  {
21554
21588
  "disabled": false,
21555
- "document": "AWS 内网访问 媒体资源的秘钥key",
21589
+ "document": "AWS 内网访问 媒体资源的秘钥key。\n注意:此字段可能返回 null,表示取不到有效值。",
21556
21590
  "example": "\"\"",
21591
+ "is_base64": false,
21557
21592
  "member": "string",
21558
21593
  "name": "S3SecretKey",
21594
+ "output_required": false,
21559
21595
  "required": false,
21560
- "type": "string"
21596
+ "type": "string",
21597
+ "value_allowed_null": true
21561
21598
  }
21562
21599
  ],
21563
- "usage": "in"
21600
+ "usage": "both"
21564
21601
  },
21565
21602
  "S3OutputStorage": {
21566
21603
  "document": "AWS S3 输出位置",
@@ -22768,60 +22805,76 @@
22768
22805
  "members": [
22769
22806
  {
22770
22807
  "disabled": false,
22771
- "document": "要压制到视频中的字幕文件地址。",
22808
+ "document": "要压制到视频中的字幕文件地址。\n注意:此字段可能返回 null,表示取不到有效值。",
22772
22809
  "example": "\"\"",
22810
+ "is_base64": false,
22773
22811
  "member": "string",
22774
22812
  "name": "Path",
22813
+ "output_required": false,
22775
22814
  "required": false,
22776
- "type": "string"
22815
+ "type": "string",
22816
+ "value_allowed_null": true
22777
22817
  },
22778
22818
  {
22779
22819
  "disabled": false,
22780
- "document": "指定要压制到视频中的字幕轨道,如果有指定Path,则Path 优先级更高。Path 和 StreamIndex 至少指定一个。",
22820
+ "document": "指定要压制到视频中的字幕轨道,如果有指定Path,则Path 优先级更高。Path 和 StreamIndex 至少指定一个。\n注意:此字段可能返回 null,表示取不到有效值。",
22781
22821
  "example": "3",
22782
22822
  "member": "int64",
22783
22823
  "name": "StreamIndex",
22824
+ "output_required": false,
22784
22825
  "required": false,
22785
- "type": "int"
22826
+ "type": "int",
22827
+ "value_allowed_null": true
22786
22828
  },
22787
22829
  {
22788
22830
  "disabled": false,
22789
- "document": "字体类型,\n<li>hei.ttf:黑体</li>\n<li>song.ttf:宋体</li>\n<li>simkai.ttf:楷体</li>\n<li>arial.ttf:仅支持英文</li>\n默认hei.ttf",
22831
+ "document": "字体类型,\n<li>hei.ttf:黑体</li>\n<li>song.ttf:宋体</li>\n<li>simkai.ttf:楷体</li>\n<li>arial.ttf:仅支持英文</li>\n默认hei.ttf\n注意:此字段可能返回 null,表示取不到有效值。",
22790
22832
  "example": "simhei.ttf",
22833
+ "is_base64": false,
22791
22834
  "member": "string",
22792
22835
  "name": "FontType",
22836
+ "output_required": false,
22793
22837
  "required": false,
22794
- "type": "string"
22838
+ "type": "string",
22839
+ "value_allowed_null": true
22795
22840
  },
22796
22841
  {
22797
22842
  "disabled": false,
22798
- "document": "字体大小,格式:Npx,N 为数值,不指定则以字幕文件中为准。",
22843
+ "document": "字体大小,格式:Npx,N 为数值,不指定则以字幕文件中为准。\n注意:此字段可能返回 null,表示取不到有效值。",
22799
22844
  "example": "5px",
22845
+ "is_base64": false,
22800
22846
  "member": "string",
22801
22847
  "name": "FontSize",
22848
+ "output_required": false,
22802
22849
  "required": false,
22803
- "type": "string"
22850
+ "type": "string",
22851
+ "value_allowed_null": true
22804
22852
  },
22805
22853
  {
22806
22854
  "disabled": false,
22807
- "document": "字体颜色,格式:0xRRGGBB,默认值:0xFFFFFF(白色)",
22855
+ "document": "字体颜色,格式:0xRRGGBB,默认值:0xFFFFFF(白色)\n注意:此字段可能返回 null,表示取不到有效值。",
22808
22856
  "example": "0xRRGGBB",
22857
+ "is_base64": false,
22809
22858
  "member": "string",
22810
22859
  "name": "FontColor",
22860
+ "output_required": false,
22811
22861
  "required": false,
22812
- "type": "string"
22862
+ "type": "string",
22863
+ "value_allowed_null": true
22813
22864
  },
22814
22865
  {
22815
22866
  "disabled": false,
22816
- "document": "文字透明度,取值范围:(0, 1]\n<li>0:完全透明</li>\n<li>1:完全不透明</li>\n默认值:1",
22867
+ "document": "文字透明度,取值范围:(0, 1]\n<li>0:完全透明</li>\n<li>1:完全不透明</li>\n默认值:1。\n注意:此字段可能返回 null,表示取不到有效值。",
22817
22868
  "example": "1",
22818
22869
  "member": "float",
22819
22870
  "name": "FontAlpha",
22871
+ "output_required": false,
22820
22872
  "required": false,
22821
- "type": "float"
22873
+ "type": "float",
22874
+ "value_allowed_null": true
22822
22875
  }
22823
22876
  ],
22824
- "usage": "in"
22877
+ "usage": "both"
22825
22878
  },
22826
22879
  "SuperResolutionConfig": {
22827
22880
  "document": "超分配置",
@@ -22945,24 +22998,29 @@
22945
22998
  "members": [
22946
22999
  {
22947
23000
  "disabled": false,
22948
- "document": "极速高清类型,可选值:\n<li>TEHD-100:极速高清-100(视频极速高清)。</li>\n<li>TEHD-200:极速高清-200(音频极速高清)。</li>\n不填代表不修改。",
23001
+ "document": "极速高清类型,可选值:\n<li>TEHD-100:极速高清-100(视频极速高清)。</li>\n<li>TEHD-200:极速高清-200(音频极速高清)。</li>\n不填代表不修改。\n注意:此字段可能返回 null,表示取不到有效值。",
22949
23002
  "example": "TEHD-100",
23003
+ "is_base64": false,
22950
23004
  "member": "string",
22951
23005
  "name": "Type",
23006
+ "output_required": false,
22952
23007
  "required": false,
22953
- "type": "string"
23008
+ "type": "string",
23009
+ "value_allowed_null": true
22954
23010
  },
22955
23011
  {
22956
23012
  "disabled": false,
22957
- "document": "视频码率上限,不填代表不修改。",
23013
+ "document": "视频码率上限,不填代表不修改。\n注意:此字段可能返回 null,表示取不到有效值。",
22958
23014
  "example": "0",
22959
23015
  "member": "uint64",
22960
23016
  "name": "MaxVideoBitrate",
23017
+ "output_required": false,
22961
23018
  "required": false,
22962
- "type": "int"
23019
+ "type": "int",
23020
+ "value_allowed_null": true
22963
23021
  }
22964
23022
  ],
22965
- "usage": "in"
23023
+ "usage": "both"
22966
23024
  },
22967
23025
  "TagConfigureInfo": {
22968
23026
  "document": "智能标签任务控制参数",
@@ -24504,96 +24562,119 @@
24504
24562
  "members": [
24505
24563
  {
24506
24564
  "disabled": false,
24507
- "document": "视频流的编码格式,可选值:\n<li>libx264:H.264 编码</li>\n<li>libx265:H.265 编码</li>\n<li>av1:AOMedia Video 1 编码</li>\n注意:目前 H.265 编码必须指定分辨率,并且需要在 640*480 以内。\n注意:av1 编码容器目前只支持 mp4 ",
24565
+ "document": "视频流的编码格式,可选值:\n<li>libx264:H.264 编码</li>\n<li>libx265:H.265 编码</li>\n<li>av1:AOMedia Video 1 编码</li>\n注意:目前 H.265 编码必须指定分辨率,并且需要在 640*480 以内。\n注意:av1 编码容器目前只支持 mp4 。\n注意:此字段可能返回 null,表示取不到有效值。",
24508
24566
  "example": "libx264",
24567
+ "is_base64": false,
24509
24568
  "member": "string",
24510
24569
  "name": "Codec",
24570
+ "output_required": false,
24511
24571
  "required": false,
24512
- "type": "string"
24572
+ "type": "string",
24573
+ "value_allowed_null": true
24513
24574
  },
24514
24575
  {
24515
24576
  "disabled": false,
24516
- "document": "视频帧率,取值范围:[0, 120],单位:Hz。\n当取值为 0,表示帧率和原始视频保持一致。",
24577
+ "document": "视频帧率,取值范围:[0, 120],单位:Hz。\n当取值为 0,表示帧率和原始视频保持一致。\n注意:此字段可能返回 null,表示取不到有效值。",
24517
24578
  "example": "0",
24518
24579
  "member": "uint64",
24519
24580
  "name": "Fps",
24581
+ "output_required": false,
24520
24582
  "required": false,
24521
- "type": "int"
24583
+ "type": "int",
24584
+ "value_allowed_null": true
24522
24585
  },
24523
24586
  {
24524
24587
  "disabled": false,
24525
- "document": "视频流的码率,取值范围:0 和 [128, 35000],单位:kbps。\n当取值为 0,表示视频码率和原始视频保持一致。",
24588
+ "document": "视频流的码率,取值范围:0 和 [128, 35000],单位:kbps。\n当取值为 0,表示视频码率和原始视频保持一致。\n注意:此字段可能返回 null,表示取不到有效值。",
24526
24589
  "example": "0",
24527
24590
  "member": "uint64",
24528
24591
  "name": "Bitrate",
24592
+ "output_required": false,
24529
24593
  "required": false,
24530
- "type": "int"
24594
+ "type": "int",
24595
+ "value_allowed_null": true
24531
24596
  },
24532
24597
  {
24533
24598
  "disabled": false,
24534
- "document": "分辨率自适应,可选值:\n<li>open:开启,此时,Width 代表视频的长边,Height 表示视频的短边;</li>\n<li>close:关闭,此时,Width 代表视频的宽度,Height 表示视频的高度。</li>\n注意:自适应模式时,Width不能小于Height",
24599
+ "document": "分辨率自适应,可选值:\n<li>open:开启,此时,Width 代表视频的长边,Height 表示视频的短边;</li>\n<li>close:关闭,此时,Width 代表视频的宽度,Height 表示视频的高度。</li>\n注意:自适应模式时,Width不能小于Height。\n注意:此字段可能返回 null,表示取不到有效值。",
24535
24600
  "example": "open",
24601
+ "is_base64": false,
24536
24602
  "member": "string",
24537
24603
  "name": "ResolutionAdaptive",
24604
+ "output_required": false,
24538
24605
  "required": false,
24539
- "type": "string"
24606
+ "type": "string",
24607
+ "value_allowed_null": true
24540
24608
  },
24541
24609
  {
24542
24610
  "disabled": false,
24543
- "document": "视频流宽度(或长边)的最大值,取值范围:0 和 [128, 4096],单位:px。\n<li>当 Width、Height 均为 0,则分辨率同源;</li>\n<li>当 Width 为 0,Height 非 0,则 Width 按比例缩放;</li>\n<li>当 Width 非 0,Height 为 0,则 Height 按比例缩放;</li>\n<li>当 Width、Height 均非 0,则分辨率按用户指定。</li>",
24611
+ "document": "视频流宽度(或长边)的最大值,取值范围:0 和 [128, 4096],单位:px。\n<li>当 Width、Height 均为 0,则分辨率同源;</li>\n<li>当 Width 为 0,Height 非 0,则 Width 按比例缩放;</li>\n<li>当 Width 非 0,Height 为 0,则 Height 按比例缩放;</li>\n<li>当 Width、Height 均非 0,则分辨率按用户指定。</li>\n注意:此字段可能返回 null,表示取不到有效值。",
24544
24612
  "example": "0",
24545
24613
  "member": "uint64",
24546
24614
  "name": "Width",
24615
+ "output_required": false,
24547
24616
  "required": false,
24548
- "type": "int"
24617
+ "type": "int",
24618
+ "value_allowed_null": true
24549
24619
  },
24550
24620
  {
24551
24621
  "disabled": false,
24552
- "document": "视频流高度(或短边)的最大值,取值范围:0 和 [128, 4096],单位:px",
24622
+ "document": "视频流高度(或短边)的最大值,取值范围:0 和 [128, 4096],单位:px。\n注意:此字段可能返回 null,表示取不到有效值。",
24553
24623
  "example": "0",
24554
24624
  "member": "uint64",
24555
24625
  "name": "Height",
24626
+ "output_required": false,
24556
24627
  "required": false,
24557
- "type": "int"
24628
+ "type": "int",
24629
+ "value_allowed_null": true
24558
24630
  },
24559
24631
  {
24560
24632
  "disabled": false,
24561
- "document": "关键帧 I 帧之间的间隔,取值范围:0 和 [1, 100000],单位:帧数。当填 0 时,系统将自动设置 gop 长度。",
24633
+ "document": "关键帧 I 帧之间的间隔,取值范围:0 和 [1, 100000],单位:帧数。当填 0 时,系统将自动设置 gop 长度。\n注意:此字段可能返回 null,表示取不到有效值。",
24562
24634
  "example": "0",
24563
24635
  "member": "uint64",
24564
24636
  "name": "Gop",
24637
+ "output_required": false,
24565
24638
  "required": false,
24566
- "type": "int"
24639
+ "type": "int",
24640
+ "value_allowed_null": true
24567
24641
  },
24568
24642
  {
24569
24643
  "disabled": false,
24570
- "document": "填充方式,当视频流配置宽高参数与原始视频的宽高比不一致时,对转码的处理方式,即为“填充”。可选填充方式:\n<li> stretch:拉伸,对每一帧进行拉伸,填满整个画面,可能导致转码后的视频被“压扁“或者“拉长“;</li>\n<li>black:留黑,保持视频宽高比不变,边缘剩余部分使用黑色填充。</li>\n<li>white:留白,保持视频宽高比不变,边缘剩余部分使用白色填充。</li>\n<li>gauss:高斯模糊,保持视频宽高比不变,边缘剩余部分使用高斯模糊填充。</li>",
24644
+ "document": "填充方式,当视频流配置宽高参数与原始视频的宽高比不一致时,对转码的处理方式,即为“填充”。可选填充方式:\n<li> stretch:拉伸,对每一帧进行拉伸,填满整个画面,可能导致转码后的视频被“压扁“或者“拉长“;</li>\n<li>black:留黑,保持视频宽高比不变,边缘剩余部分使用黑色填充。</li>\n<li>white:留白,保持视频宽高比不变,边缘剩余部分使用白色填充。</li>\n<li>gauss:高斯模糊,保持视频宽高比不变,边缘剩余部分使用高斯模糊填充。</li>\n注意:此字段可能返回 null,表示取不到有效值。",
24571
24645
  "example": "stretch",
24646
+ "is_base64": false,
24572
24647
  "member": "string",
24573
24648
  "name": "FillType",
24649
+ "output_required": false,
24574
24650
  "required": false,
24575
- "type": "string"
24651
+ "type": "string",
24652
+ "value_allowed_null": true
24576
24653
  },
24577
24654
  {
24578
24655
  "disabled": false,
24579
- "document": "视频恒定码率控制因子。取值范围为[0, 51],填0表示禁用该参数。\n如果没有特殊需求,不建议指定该参数。",
24656
+ "document": "视频恒定码率控制因子。取值范围为[0, 51],填0表示禁用该参数。\n如果没有特殊需求,不建议指定该参数。\n注意:此字段可能返回 null,表示取不到有效值。",
24580
24657
  "example": "0",
24581
24658
  "member": "uint64",
24582
24659
  "name": "Vcrf",
24660
+ "output_required": false,
24583
24661
  "required": false,
24584
- "type": "int"
24662
+ "type": "int",
24663
+ "value_allowed_null": true
24585
24664
  },
24586
24665
  {
24587
24666
  "disabled": false,
24588
- "document": "内容自适应编码。可选值:\n<li>0:不开启</li>\n<li>1:开启</li>\n默认值: 0. 当开启该参数时,将会自适应生成多个不同分辨率,不同码率的码流, 其中VideoTemplate的宽和高为多个码流中的最大分辨率,VideoTemplate中的码率为多个码流中的最高码率, VideoTemplate中的vcrf为多个码流中的最高质量。 当不设置分辨率、码率和vcrf时, ContentAdaptStream 参数生成的最高分辨率为视频源的分辨率,视频质量为接近vmaf95分。 若要开启该参数或了解计费细节, 请联系您的腾讯云商务。",
24667
+ "document": "内容自适应编码。可选值:\n<li>0:不开启</li>\n<li>1:开启</li>\n默认值: 0. 当开启该参数时,将会自适应生成多个不同分辨率,不同码率的码流, 其中VideoTemplate的宽和高为多个码流中的最大分辨率,VideoTemplate中的码率为多个码流中的最高码率, VideoTemplate中的vcrf为多个码流中的最高质量。 当不设置分辨率、码率和vcrf时, ContentAdaptStream 参数生成的最高分辨率为视频源的分辨率,视频质量为接近vmaf95分。 若要开启该参数或了解计费细节, 请联系您的腾讯云商务。\n注意:此字段可能返回 null,表示取不到有效值。",
24589
24668
  "example": "0",
24590
24669
  "member": "uint64",
24591
24670
  "name": "ContentAdaptStream",
24671
+ "output_required": false,
24592
24672
  "required": false,
24593
- "type": "int"
24673
+ "type": "int",
24674
+ "value_allowed_null": true
24594
24675
  }
24595
24676
  ],
24596
- "usage": "in"
24677
+ "usage": "both"
24597
24678
  },
24598
24679
  "WatermarkInput": {
24599
24680
  "document": "媒体处理任务中的水印参数类型",