tccli 3.0.908.1__py2.py3-none-any.whl → 3.0.910.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 (118) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/examples/cdn/v20180606/DescribeHttpsPackages.md +19 -18
  3. tccli/examples/cdn/v20180606/DescribeTrafficPackages.md +16 -14
  4. tccli/examples/cfs/v20190719/DescribeCfsFileSystems.md +31 -31
  5. tccli/examples/cfs/v20190719/UpdateCfsPGroup.md +1 -1
  6. tccli/examples/cms/v20190321/CreateKeywordsSamples.md +10 -0
  7. tccli/examples/cms/v20190321/DeleteLibSamples.md +2 -1
  8. tccli/examples/cms/v20190321/DescribeLibSamples.md +2 -1
  9. tccli/examples/cvm/v20170312/DescribeImportImageOs.md +1 -1
  10. tccli/examples/cynosdb/v20190107/AddInstances.md +8 -8
  11. tccli/examples/cynosdb/v20190107/DescribeParamTemplates.md +2 -2
  12. tccli/examples/ecm/v20190719/AllocateIpv6AddressesBandwidth.md +25 -0
  13. tccli/examples/ecm/v20190719/AssignIpv6CidrBlock.md +23 -0
  14. tccli/examples/ecm/v20190719/AssignIpv6CidrBlocks.md +29 -0
  15. tccli/examples/ecm/v20190719/AssignIpv6SubnetCidrBlock.md +29 -0
  16. tccli/examples/ecm/v20190719/DescribeRegionIpv6Addresses.md +41 -0
  17. tccli/examples/ecm/v20190719/ModifyIpv6AddressesBandwidth.md +22 -0
  18. tccli/examples/ecm/v20190719/QueryVpcTaskResult.md +22 -0
  19. tccli/examples/ecm/v20190719/ReleaseIpv6AddressesBandwidth.md +22 -0
  20. tccli/examples/ecm/v20190719/UnassignIpv6SubnetCidrBlock.md +23 -0
  21. tccli/examples/emr/v20190103/InquiryPriceRenewInstance.md +32 -1
  22. tccli/examples/es/v20180416/ModifyEsVipSecurityGroup.md +21 -0
  23. tccli/examples/ess/v20201111/CreateFlowGroupByFiles.md +118 -0
  24. tccli/examples/ess/v20201111/CreateFlowGroupByTemplates.md +61 -0
  25. tccli/examples/ess/v20201111/CreateFlowReminds.md +3 -3
  26. tccli/examples/ess/v20201111/CreateFlowSignReview.md +2 -2
  27. tccli/examples/essbasic/v20210526/ChannelCreateFlowGroupByTemplates.md +49 -0
  28. tccli/examples/lcic/v20220817/DescribeDocument.md +52 -16
  29. tccli/examples/live/v20180801/DeleteLiveTranscodeTemplate.md +1 -1
  30. tccli/examples/monitor/v20180724/DeletePrometheusScrapeJobs.md +4 -4
  31. tccli/examples/monitor/v20180724/DescribeExporterIntegrations.md +5 -5
  32. tccli/examples/monitor/v20180724/DescribePrometheusAgents.md +10 -10
  33. tccli/examples/monitor/v20180724/DescribePrometheusScrapeJobs.md +8 -8
  34. tccli/examples/ocr/v20181119/DriverLicenseOCR.md +2 -2
  35. tccli/examples/smh/v20210712/DeleteLibrary.md +1 -1
  36. tccli/examples/sqlserver/v20180328/InquiryPriceRenewDBInstance.md +1 -1
  37. tccli/examples/sqlserver/v20180328/InquiryPriceUpgradeDBInstance.md +1 -1
  38. tccli/examples/ssl/v20191205/DescribeDeployedResources.md +5 -5
  39. tccli/examples/tchd/v20230306/DescribeEvents.md +35 -0
  40. tccli/examples/tdmq/v20200217/CreateTopic.md +1 -1
  41. tccli/examples/vod/v20180717/CreateRebuildMediaTemplate.md +2 -2
  42. tccli/examples/vod/v20180717/DeleteRebuildMediaTemplate.md +2 -2
  43. tccli/examples/vod/v20180717/DescribeRebuildMediaTemplates.md +2 -2
  44. tccli/examples/vod/v20180717/ModifyRebuildMediaTemplate.md +2 -2
  45. tccli/examples/vod/v20180717/RebuildMedia.md +2 -2
  46. tccli/examples/vod/v20180717/RebuildMediaByTemplate.md +2 -2
  47. tccli/examples/vpc/v20170312/DescribeSecurityGroups.md +1 -1
  48. tccli/examples/wav/v20210129/QueryClueInfoList.md +1 -0
  49. tccli/examples/wedata/v20210820/DescribeColumnLineage.md +77 -0
  50. tccli/examples/wedata/v20210820/DescribeTableLineage.md +79 -0
  51. tccli/services/__init__.py +3 -0
  52. tccli/services/autoscaling/v20180419/api.json +1 -1
  53. tccli/services/cdn/v20180606/api.json +49 -67
  54. tccli/services/cdn/v20180606/examples.json +3 -3
  55. tccli/services/cfs/v20190719/api.json +65 -26
  56. tccli/services/cfs/v20190719/examples.json +3 -3
  57. tccli/services/cls/v20201016/api.json +7 -2
  58. tccli/services/cms/v20190321/api.json +37 -2
  59. tccli/services/cms/v20190321/examples.json +3 -3
  60. tccli/services/cvm/v20170312/api.json +2 -0
  61. tccli/services/cvm/v20170312/examples.json +2 -2
  62. tccli/services/cynosdb/v20190107/api.json +58 -73
  63. tccli/services/cynosdb/v20190107/examples.json +3 -3
  64. tccli/services/ecm/ecm_client.py +493 -16
  65. tccli/services/ecm/v20190719/api.json +657 -26
  66. tccli/services/ecm/v20190719/examples.json +72 -0
  67. tccli/services/emr/v20190103/api.json +5 -12
  68. tccli/services/emr/v20190103/examples.json +7 -1
  69. tccli/services/es/es_client.py +65 -12
  70. tccli/services/es/v20180416/api.json +43 -0
  71. tccli/services/es/v20180416/examples.json +8 -0
  72. tccli/services/ess/ess_client.py +145 -39
  73. tccli/services/ess/v20201111/api.json +417 -41
  74. tccli/services/ess/v20201111/examples.json +19 -3
  75. tccli/services/essbasic/essbasic_client.py +53 -0
  76. tccli/services/essbasic/v20210526/api.json +105 -3
  77. tccli/services/essbasic/v20210526/examples.json +8 -0
  78. tccli/services/lcic/v20220817/api.json +27 -16
  79. tccli/services/lcic/v20220817/examples.json +10 -4
  80. tccli/services/live/v20180801/api.json +3 -3
  81. tccli/services/live/v20180801/examples.json +1 -1
  82. tccli/services/monitor/v20180724/api.json +20 -24
  83. tccli/services/monitor/v20180724/examples.json +11 -11
  84. tccli/services/ocr/v20181119/api.json +22 -5
  85. tccli/services/ocr/v20181119/examples.json +1 -1
  86. tccli/services/smh/v20210712/api.json +1 -1
  87. tccli/services/smh/v20210712/examples.json +2 -2
  88. tccli/services/sqlserver/v20180328/api.json +8 -15
  89. tccli/services/sqlserver/v20180328/examples.json +2 -2
  90. tccli/services/ssl/v20191205/api.json +1 -0
  91. tccli/services/ssl/v20191205/examples.json +2 -2
  92. tccli/services/tcb/v20180608/api.json +33 -39
  93. tccli/services/tchd/__init__.py +4 -0
  94. tccli/services/tchd/tchd_client.py +194 -0
  95. tccli/services/tchd/v20230306/api.json +167 -0
  96. tccli/services/tchd/v20230306/examples.json +13 -0
  97. tccli/services/tdmq/v20200217/api.json +7 -14
  98. tccli/services/tdmq/v20200217/examples.json +1 -1
  99. tccli/services/tke/v20180525/api.json +33 -20
  100. tccli/services/trtc/trtc_client.py +8 -61
  101. tccli/services/trtc/v20190722/api.json +0 -240
  102. tccli/services/trtc/v20190722/examples.json +0 -8
  103. tccli/services/tse/v20201207/api.json +20 -39
  104. tccli/services/tts/v20190823/api.json +1 -1
  105. tccli/services/vod/v20180717/api.json +40 -36
  106. tccli/services/vod/v20180717/examples.json +12 -12
  107. tccli/services/vpc/v20170312/api.json +21 -7
  108. tccli/services/vpc/v20170312/examples.json +1 -1
  109. tccli/services/wav/v20210129/api.json +10 -0
  110. tccli/services/wav/v20210129/examples.json +1 -1
  111. tccli/services/wedata/v20210820/api.json +1146 -211
  112. tccli/services/wedata/v20210820/examples.json +16 -0
  113. tccli/services/wedata/wedata_client.py +106 -0
  114. {tccli-3.0.908.1.dist-info → tccli-3.0.910.1.dist-info}/METADATA +82 -3
  115. {tccli-3.0.908.1.dist-info → tccli-3.0.910.1.dist-info}/RECORD +118 -98
  116. {tccli-3.0.908.1.dist-info → tccli-3.0.910.1.dist-info}/WHEEL +0 -0
  117. {tccli-3.0.908.1.dist-info → tccli-3.0.910.1.dist-info}/entry_points.txt +0 -0
  118. {tccli-3.0.908.1.dist-info → tccli-3.0.910.1.dist-info}/license_files/LICENSE +0 -0
@@ -127,9 +127,9 @@
127
127
  "status": "online"
128
128
  },
129
129
  "CreateRebuildMediaTemplate": {
130
- "document": "创建音画质重生模板。",
130
+ "document": "创建视频重生模板。",
131
131
  "input": "CreateRebuildMediaTemplateRequest",
132
- "name": "创建音画质重生模板",
132
+ "name": "创建视频重生模板",
133
133
  "output": "CreateRebuildMediaTemplateResponse",
134
134
  "status": "online"
135
135
  },
@@ -309,9 +309,9 @@
309
309
  "status": "online"
310
310
  },
311
311
  "DeleteRebuildMediaTemplate": {
312
- "document": "删除音画质重生模板。",
312
+ "document": "删除视频重生模板。",
313
313
  "input": "DeleteRebuildMediaTemplateRequest",
314
- "name": "删除音画质重生模板",
314
+ "name": "删除视频重生模板",
315
315
  "output": "DeleteRebuildMediaTemplateResponse",
316
316
  "status": "online"
317
317
  },
@@ -596,9 +596,9 @@
596
596
  "status": "online"
597
597
  },
598
598
  "DescribeRebuildMediaTemplates": {
599
- "document": "获取音画质重生模板列表。",
599
+ "document": "获取视频重生模板列表。",
600
600
  "input": "DescribeRebuildMediaTemplatesRequest",
601
- "name": "获取音画质重生模板列表",
601
+ "name": "获取视频重生模板列表",
602
602
  "output": "DescribeRebuildMediaTemplatesResponse",
603
603
  "status": "online"
604
604
  },
@@ -883,9 +883,9 @@
883
883
  "status": "online"
884
884
  },
885
885
  "ModifyRebuildMediaTemplate": {
886
- "document": "修改音画质重生模板。",
886
+ "document": "修改视频重生模板。",
887
887
  "input": "ModifyRebuildMediaTemplateRequest",
888
- "name": "修改音画质重生模板",
888
+ "name": "修改视频重生模板",
889
889
  "output": "ModifyRebuildMediaTemplateResponse",
890
890
  "status": "online"
891
891
  },
@@ -1030,16 +1030,16 @@
1030
1030
  "status": "online"
1031
1031
  },
1032
1032
  "RebuildMedia": {
1033
- "document": "发起音画质重生",
1033
+ "document": "发起视频重生",
1034
1034
  "input": "RebuildMediaRequest",
1035
- "name": "发起音画质重生",
1035
+ "name": "发起视频重生",
1036
1036
  "output": "RebuildMediaResponse",
1037
1037
  "status": "online"
1038
1038
  },
1039
1039
  "RebuildMediaByTemplate": {
1040
- "document": "使用模板发起音画质重生。",
1040
+ "document": "使用模板发起视频重生。",
1041
1041
  "input": "RebuildMediaByTemplateRequest",
1042
- "name": "使用模板发起音画质重生",
1042
+ "name": "使用模板发起视频重生",
1043
1043
  "output": "RebuildMediaByTemplateResponse",
1044
1044
  "status": "online"
1045
1045
  },
@@ -6319,34 +6319,31 @@
6319
6319
  "document": "AI 样本管理,人脸数据操作。",
6320
6320
  "members": [
6321
6321
  {
6322
- "default": "",
6323
6322
  "disabled": false,
6324
6323
  "document": "操作类型,可选值:add(添加)、delete(删除)、reset(重置)。重置操作将清空该人物已有人脸数据,并添加 FaceContents 指定人脸数据。",
6324
+ "example": "无",
6325
6325
  "member": "string",
6326
6326
  "name": "Type",
6327
6327
  "required": true,
6328
- "type": "string",
6329
- "value_allowed_null": false
6328
+ "type": "string"
6330
6329
  },
6331
6330
  {
6332
- "default": "",
6333
6331
  "disabled": false,
6334
6332
  "document": "人脸 ID 集合,当 Type为delete 时,该字段必填。",
6333
+ "example": "无",
6335
6334
  "member": "string",
6336
6335
  "name": "FaceIds",
6337
6336
  "required": false,
6338
- "type": "list",
6339
- "value_allowed_null": false
6337
+ "type": "list"
6340
6338
  },
6341
6339
  {
6342
- "default": "",
6343
6340
  "disabled": false,
6344
- "document": "人脸图片 [Base64](https://tools.ietf.org/html/rfc4648) 编码后的字符串集合。\n<li>当 Type为add 或 reset 时,该字段必填;</li>\n<li>数组长度限制:5 张图片。</li>\n注意:图片必须是单人像正面人脸较清晰的照片,像素不低于 200*200。",
6341
+ "document": "人脸图片 [Base64](https://tools.ietf.org/html/rfc4648) 编码后的字符串集合,仅支持 jpeg、png 图片格式。\n<li>当 Type为add 或 reset 时,该字段必填;</li>\n<li>数组长度限制:5 张图片。</li>\n注意:图片必须是单人像正面人脸较清晰的照片,像素不低于 200*200。",
6342
+ "example": "无",
6345
6343
  "member": "string",
6346
6344
  "name": "FaceContents",
6347
6345
  "required": false,
6348
- "type": "list",
6349
- "value_allowed_null": false
6346
+ "type": "list"
6350
6347
  }
6351
6348
  ],
6352
6349
  "usage": "in"
@@ -10324,10 +10321,11 @@
10324
10321
  "members": [
10325
10322
  {
10326
10323
  "disabled": false,
10327
- "document": "音画质重生模板 ID。",
10324
+ "document": "视频重生模板 ID。",
10328
10325
  "example": "10000",
10329
10326
  "member": "int64",
10330
10327
  "name": "Definition",
10328
+ "output_required": true,
10331
10329
  "type": "int",
10332
10330
  "value_allowed_null": false
10333
10331
  },
@@ -11883,7 +11881,7 @@
11883
11881
  "members": [
11884
11882
  {
11885
11883
  "disabled": false,
11886
- "document": "音画质重生模板号。",
11884
+ "document": "视频重生模板号。",
11887
11885
  "example": "无",
11888
11886
  "member": "int64",
11889
11887
  "name": "Definition",
@@ -14644,7 +14642,7 @@
14644
14642
  "members": [
14645
14643
  {
14646
14644
  "disabled": false,
14647
- "document": "音画质重生模板列表。",
14645
+ "document": "视频重生模板列表。",
14648
14646
  "example": "无",
14649
14647
  "member": "int64",
14650
14648
  "name": "Definitions",
@@ -14699,15 +14697,17 @@
14699
14697
  "example": "无",
14700
14698
  "member": "int64",
14701
14699
  "name": "TotalCount",
14700
+ "output_required": true,
14702
14701
  "type": "int",
14703
14702
  "value_allowed_null": false
14704
14703
  },
14705
14704
  {
14706
14705
  "disabled": false,
14707
- "document": "音画质重生模板详情列表。",
14706
+ "document": "视频重生模板详情列表。",
14708
14707
  "example": "无",
14709
14708
  "member": "RebuildMediaTemplate",
14710
14709
  "name": "RebuildMediaTemplateSet",
14710
+ "output_required": true,
14711
14711
  "type": "list",
14712
14712
  "value_allowed_null": false
14713
14713
  },
@@ -14812,7 +14812,7 @@
14812
14812
  },
14813
14813
  {
14814
14814
  "disabled": false,
14815
- "document": "审核模版唯一标识过滤条件,数组长度限制:100。",
14815
+ "document": "审核模板唯一标识过滤条件,数组长度限制:100。",
14816
14816
  "example": "123",
14817
14817
  "member": "int64",
14818
14818
  "name": "Definitions",
@@ -14858,6 +14858,7 @@
14858
14858
  "example": "1",
14859
14859
  "member": "int64",
14860
14860
  "name": "TotalCount",
14861
+ "output_required": true,
14861
14862
  "type": "int",
14862
14863
  "value_allowed_null": false
14863
14864
  },
@@ -14867,6 +14868,7 @@
14867
14868
  "example": "无",
14868
14869
  "member": "ReviewTemplate",
14869
14870
  "name": "ReviewTemplateSet",
14871
+ "output_required": true,
14870
14872
  "type": "list",
14871
14873
  "value_allowed_null": false
14872
14874
  },
@@ -24605,7 +24607,7 @@
24605
24607
  "members": [
24606
24608
  {
24607
24609
  "disabled": false,
24608
- "document": "音画质重生模板号。",
24610
+ "document": "视频重生模板号。",
24609
24611
  "example": "无",
24610
24612
  "member": "int64",
24611
24613
  "name": "Definition",
@@ -24623,7 +24625,7 @@
24623
24625
  },
24624
24626
  {
24625
24627
  "disabled": false,
24626
- "document": "音画质重生模板名称。",
24628
+ "document": "视频重生模板名称。",
24627
24629
  "example": "无",
24628
24630
  "member": "string",
24629
24631
  "name": "Name",
@@ -24632,7 +24634,7 @@
24632
24634
  },
24633
24635
  {
24634
24636
  "disabled": false,
24635
- "document": "音画质重生模板描述。",
24637
+ "document": "视频重生模板描述。",
24636
24638
  "example": "无",
24637
24639
  "member": "string",
24638
24640
  "name": "Comment",
@@ -24641,7 +24643,7 @@
24641
24643
  },
24642
24644
  {
24643
24645
  "disabled": false,
24644
- "document": "音画质重生视频控制信息。",
24646
+ "document": "视频重生视频控制信息。",
24645
24647
  "example": "无",
24646
24648
  "member": "RebuildVideoInfo",
24647
24649
  "name": "RebuildVideoInfo",
@@ -24650,7 +24652,7 @@
24650
24652
  },
24651
24653
  {
24652
24654
  "disabled": false,
24653
- "document": "音画质重生音频控制信息。",
24655
+ "document": "视频重生音频控制信息。",
24654
24656
  "example": "无",
24655
24657
  "member": "RebuildAudioInfo",
24656
24658
  "name": "RebuildAudioInfo",
@@ -29169,7 +29171,7 @@
29169
29171
  },
29170
29172
  {
29171
29173
  "disabled": false,
29172
- "document": "音画质重生模板 ID。",
29174
+ "document": "视频重生模板 ID。",
29173
29175
  "example": "无",
29174
29176
  "member": "int64",
29175
29177
  "name": "Definition",
@@ -29205,7 +29207,7 @@
29205
29207
  },
29206
29208
  {
29207
29209
  "disabled": false,
29208
- "document": "音画质重生后的文件配置。",
29210
+ "document": "视频重生后的文件配置。",
29209
29211
  "example": "无",
29210
29212
  "member": "RebuildMediaOutputConfig",
29211
29213
  "name": "OutputConfig",
@@ -29256,10 +29258,11 @@
29256
29258
  "members": [
29257
29259
  {
29258
29260
  "disabled": false,
29259
- "document": "音画质重生的任务 ID,可以通过该 ID 查询音画质重生任务的状态。",
29261
+ "document": "视频重生的任务 ID,可以通过该 ID 查询视频重生任务的状态。",
29260
29262
  "example": "无",
29261
29263
  "member": "string",
29262
29264
  "name": "TaskId",
29265
+ "output_required": true,
29263
29266
  "type": "string",
29264
29267
  "value_allowed_null": false
29265
29268
  },
@@ -29508,10 +29511,11 @@
29508
29511
  "members": [
29509
29512
  {
29510
29513
  "disabled": false,
29511
- "document": "音画质重生的任务 ID,可以通过该 ID 查询音画质重生任务的状态。",
29514
+ "document": "视频重生的任务 ID,可以通过该 ID 查询视频重生任务的状态。",
29512
29515
  "example": "123-xxx-xx",
29513
29516
  "member": "string",
29514
29517
  "name": "TaskId",
29518
+ "output_required": true,
29515
29519
  "type": "string",
29516
29520
  "value_allowed_null": false
29517
29521
  },
@@ -224,10 +224,10 @@
224
224
  ],
225
225
  "CreateRebuildMediaTemplate": [
226
226
  {
227
- "document": "创建音画质重生模板。",
227
+ "document": "创建视频重生模板。",
228
228
  "input": "POST / HTTP/1.1\nHost: vod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateRebuildMediaTemplate\n<公共请求参数>\n\n{\n \"Name\": \"rebuildMediaTestTempalte\",\n \"Container\": \"mp4\",\n \"RebuildVideoInfo\": {\n \"RepairInfo\": {\n \"Switch\": \"ON\"\n }\n }\n}",
229
229
  "output": "{\n \"Response\": {\n \"Definition\": 20001,\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
230
- "title": "创建音画质重生模板。"
230
+ "title": "创建视频重生模板。"
231
231
  }
232
232
  ],
233
233
  "CreateReviewTemplate": [
@@ -462,10 +462,10 @@
462
462
  ],
463
463
  "DeleteRebuildMediaTemplate": [
464
464
  {
465
- "document": "删除音画质重生模板。",
465
+ "document": "删除视频重生模板。",
466
466
  "input": "POST / HTTP/1.1\nHost: vod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteRebuildMediaTemplate\n<公共请求参数>\n\n{\n \"Definition\": 20001\n}",
467
467
  "output": "{\n \"Response\": {\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
468
- "title": "删除音画质重生模板。"
468
+ "title": "删除视频重生模板。"
469
469
  }
470
470
  ],
471
471
  "DeleteReviewTemplate": [
@@ -832,10 +832,10 @@
832
832
  ],
833
833
  "DescribeRebuildMediaTemplates": [
834
834
  {
835
- "document": "获取音画质重生模板列表。",
835
+ "document": "获取视频重生模板列表。",
836
836
  "input": "POST / HTTP/1.1\nHost: vod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRebuildMediaTemplates\n<公共请求参数>\n\n{\n \"Definitions\": [\n 20001\n ]\n}",
837
837
  "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"RebuildMediaTemplateSet\": [\n {\n \"Definition\": 20001,\n \"Name\": \"test\",\n \"Comment\": \"\",\n \"Container\": \"mp4\",\n \"RemoveVideo\": 0,\n \"RemoveAudio\": 0,\n \"CreateTime\": \"\",\n \"UpdateTime\": \"\"\n }\n ],\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
838
- "title": "获取音画质重生模板列表。"
838
+ "title": "获取视频重生模板列表。"
839
839
  }
840
840
  ],
841
841
  "DescribeReviewDetails": [
@@ -1322,10 +1322,10 @@
1322
1322
  ],
1323
1323
  "ModifyRebuildMediaTemplate": [
1324
1324
  {
1325
- "document": "修改音画质重生模板。",
1325
+ "document": "修改视频重生模板。",
1326
1326
  "input": "POST / HTTP/1.1\nHost: vod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyRebuildMediaTemplate\n<公共请求参数>\n\n{\n \"Definition\": 20001,\n \"Name\": \"testRebuildName\"\n}",
1327
1327
  "output": "{\n \"Response\": {\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
1328
- "title": "修改音画质重生模板。"
1328
+ "title": "修改视频重生模板。"
1329
1329
  }
1330
1330
  ],
1331
1331
  "ModifyReviewTemplate": [
@@ -1556,18 +1556,18 @@
1556
1556
  ],
1557
1557
  "RebuildMedia": [
1558
1558
  {
1559
- "document": "发起音画质重生",
1559
+ "document": "发起视频重生",
1560
1560
  "input": "POST / HTTP/1.1\nHost: vod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RebuildMedia\n<公共请求参数>\n\n{\n \"SuperResolutionInfo\": {\n \"Switch\": \"ON\"\n },\n \"VideoFrameInterpolationInfo\": {\n \"Switch\": \"ON\",\n \"Fps\": \"25\"\n },\n \"FileId\": \"8312960950918954859\",\n \"RepairInfo\": {\n \"Switch\": \"ON\"\n },\n \"TargetInfo\": {\n \"Container\": \"mp4\",\n \"MediaName\": \"字符串\",\n \"Description\": \"字符串\"\n }\n}",
1561
1561
  "output": "{\n \"Response\": {\n \"TaskId\": \"125xxx-RebuildMedia-75e45d323ffad76987112fafe2eb87dxxx\",\n \"RequestId\": \"ef5aae86-6eab-4cb3-9ebc-0979010b3f22\"\n }\n}",
1562
- "title": "发起音画质重生"
1562
+ "title": "发起视频重生"
1563
1563
  }
1564
1564
  ],
1565
1565
  "RebuildMediaByTemplate": [
1566
1566
  {
1567
- "document": "使用模板发起音画质重生。",
1567
+ "document": "使用模板发起视频重生。",
1568
1568
  "input": "POST / HTTP/1.1\nHost: vod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RebuildMediaByTemplate\n<公共请求参数>\n\n{\n \"FileId\": \"8312960950918954859\",\n \"Definition\": 20001\n}",
1569
1569
  "output": "{\n \"Response\": {\n \"TaskId\": \"125xxx-RebuildMedia-75e45d323ffad76987112fafe2eb87dxxx\",\n \"RequestId\": \"ef5aae86-6eab-4cb3-9ebc-0979010b3f22\"\n }\n}",
1570
- "title": "使用模板发起音画质重生。"
1570
+ "title": "使用模板发起视频重生。"
1571
1571
  }
1572
1572
  ],
1573
1573
  "RefreshUrlCache": [
@@ -13750,9 +13750,8 @@
13750
13750
  "document": "DescribeSecurityGroups请求参数结构体",
13751
13751
  "members": [
13752
13752
  {
13753
- "default": "",
13754
13753
  "disabled": false,
13755
- "document": "安全组实例ID,例如:sg-33ocnj9n,可通过DescribeSecurityGroups获取。每次请求的实例的上限为100。参数不支持同时指定SecurityGroupIds和Filters。",
13754
+ "document": "安全组实例ID,例如:sg-33ocnj9n。每次请求的实例的上限为100。参数不支持同时指定SecurityGroupIds和Filters。",
13756
13755
  "example": "[\"sg-33ocnj9n\"]",
13757
13756
  "member": "string",
13758
13757
  "name": "SecurityGroupIds",
@@ -13760,7 +13759,6 @@
13760
13759
  "type": "list"
13761
13760
  },
13762
13761
  {
13763
- "default": "",
13764
13762
  "disabled": false,
13765
13763
  "document": "过滤条件,参数不支持同时指定SecurityGroupIds和Filters。\n<li>security-group-id - String - (过滤条件)安全组ID。</li>\n<li>project-id - Integer - (过滤条件)项目ID。</li>\n<li>security-group-name - String - (过滤条件)安全组名称。</li>\n<li>tag-key - String -是否必填:否- (过滤条件)按照标签键进行过滤。使用请参考示例2。</li>\n<li>tag:tag-key - String - 是否必填:否 - (过滤条件)按照标签键值对进行过滤。 tag-key使用具体的标签键进行替换。使用请参考示例3。</li>",
13766
13764
  "example": "[{\"Name\": \"security-group-id\", \"Values\": [\"sg-33ocnj9n\"]}]",
@@ -13770,7 +13768,6 @@
13770
13768
  "type": "list"
13771
13769
  },
13772
13770
  {
13773
- "default": "",
13774
13771
  "disabled": false,
13775
13772
  "document": "偏移量,默认为0。",
13776
13773
  "example": "0",
@@ -13780,7 +13777,6 @@
13780
13777
  "type": "string"
13781
13778
  },
13782
13779
  {
13783
- "default": "",
13784
13780
  "disabled": false,
13785
13781
  "document": "返回数量,默认为20,最大值为100。",
13786
13782
  "example": "20",
@@ -13788,6 +13784,24 @@
13788
13784
  "name": "Limit",
13789
13785
  "required": false,
13790
13786
  "type": "string"
13787
+ },
13788
+ {
13789
+ "disabled": false,
13790
+ "document": "排序字段。支持:`CreatedTime` `UpdateTime`。注意:该字段没有默认值。",
13791
+ "example": "UpdateTime",
13792
+ "member": "string",
13793
+ "name": "OrderField",
13794
+ "required": false,
13795
+ "type": "string"
13796
+ },
13797
+ {
13798
+ "disabled": false,
13799
+ "document": "排序方法。升序:`ASC`,倒序:`DESC`。默认值:`ASC`",
13800
+ "example": "DESC",
13801
+ "member": "string",
13802
+ "name": "OrderDirection",
13803
+ "required": false,
13804
+ "type": "string"
13791
13805
  }
13792
13806
  ],
13793
13807
  "type": "object"
@@ -13801,7 +13815,7 @@
13801
13815
  "example": "无",
13802
13816
  "member": "SecurityGroup",
13803
13817
  "name": "SecurityGroupSet",
13804
- "required": true,
13818
+ "output_required": true,
13805
13819
  "type": "list",
13806
13820
  "value_allowed_null": true
13807
13821
  },
@@ -13811,7 +13825,7 @@
13811
13825
  "example": "1",
13812
13826
  "member": "uint64",
13813
13827
  "name": "TotalCount",
13814
- "required": true,
13828
+ "output_required": true,
13815
13829
  "type": "int",
13816
13830
  "value_allowed_null": false
13817
13831
  },
@@ -1534,7 +1534,7 @@
1534
1534
  ],
1535
1535
  "DescribeSecurityGroups": [
1536
1536
  {
1537
- "document": "",
1537
+ "document": "查看安全组",
1538
1538
  "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSecurityGroups\n<公共请求参数>\n\n{\n \"Limit\": \"1\",\n \"Filters\": [\n {\n \"Values\": [\n \"TestGroup\"\n ],\n \"Name\": \"security-group-name\"\n },\n {\n \"Values\": [\n \"0\"\n ],\n \"Name\": \"project-id\"\n }\n ]\n}",
1539
1539
  "output": "{\n \"Response\": {\n \"SecurityGroupSet\": [\n {\n \"SecurityGroupId\": \"sg-05bb4upy\",\n \"SecurityGroupName\": \"TestGroup\",\n \"SecurityGroupDesc\": \"test-group-desc\",\n \"ProjectId\": \"0\",\n \"IsDefault\": true,\n \"CreatedTime\": \"2017-04-18 21:02:30\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"74883e1b-5901-46de-ae1e-d6e2cf591c5b\"\n }\n}",
1540
1540
  "title": "查看安全组"
@@ -1438,6 +1438,16 @@
1438
1438
  "output_required": true,
1439
1439
  "type": "string",
1440
1440
  "value_allowed_null": false
1441
+ },
1442
+ {
1443
+ "disabled": false,
1444
+ "document": "自定义的门店id",
1445
+ "example": "S1234",
1446
+ "member": "string",
1447
+ "name": "CorpShopId",
1448
+ "output_required": true,
1449
+ "type": "string",
1450
+ "value_allowed_null": false
1441
1451
  }
1442
1452
  ],
1443
1453
  "usage": "out"
@@ -76,7 +76,7 @@
76
76
  {
77
77
  "document": "用于查询线索列表",
78
78
  "input": "POST / HTTP/1.1\nHost: wav.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: QueryClueInfoList\n<公共请求参数>\n\n{\n \"Cursor\": \"sHmJbhJZhCwwMYmSot50dl2Hs9qQvbP+pCUVxlm/oLU=\",\n \"Limit\": 100,\n \"BeginTime\": 1647187200,\n \"EndTime\": 1647273600\n}",
79
- "output": "{\n \"Response\": {\n \"NextCursor\": \"sHmJbhJZhCwwMYmSot50dl2Hs9qQvbP+pCUVxlm/oLU=\",\n \"HasMore\": 1,\n \"PageData\": [\n {\n \"DealerId\": \"1,3,5\",\n \"ClueId\": \"1348080105398452226\",\n \"EnquireTime\": 1618556502,\n \"UnionId\": \"wmpqy2CAAATGwpQTxuU1IUfoiOFH2cXA\",\n \"Name\": \"微信昵称\",\n \"UserName\": \"李四\",\n \"Phone\": \"134xxxx1234\",\n \"SeriesCode\": \"车系编号\",\n \"ModelCode\": \"车型编号\",\n \"ProvinceCode\": \"省份编号\",\n \"CityCode\": \"城市编号\",\n \"SalesName\": \"顾问名称\",\n \"SalesPhone\": \"134xxxx6789\",\n \"Remark\": \"备注\",\n \"TagList\": [\n \"标签1\",\n \"标签2\"\n ],\n \"LeadUserType\": 0,\n \"LeadType\": 1,\n \"ChannelId\": 1,\n \"ChannelName\": \"渠道1\",\n \"SourceChannelName\": \"渠道1\",\n \"Gender\": 1,\n \"CreateTime\": \"2023-01-01 00:00:00\",\n \"LeadStatus\": 101,\n \"LevelCode\": \"101\",\n \"ImportAtTime\": 1618322621,\n \"DistributeTime\": 1618322621,\n \"CreateAtTime\": 1618322621,\n \"WxId\": \"李四_1234\",\n \"BrandCode\": \"abc\",\n \"BuildTime\": 1618322621,\n \"OrderTime\": 1618322621,\n \"ArrivalTime\": 1618322621,\n \"DeliveryTime\": 1618322621,\n \"FollowTime\": 1618322621,\n \"NextFollowTime\": 1618322621,\n \"OrgId\": 1,\n \"OrgName\": \"org1\",\n \"Introducer\": \"introducer\",\n \"IntroducerPhone\": \"134xxxx1234\",\n \"IsBindWx\": 0,\n \"IsMerge\": 0,\n \"IsInvalid\": 0,\n \"InvalidType\": \"1\",\n \"InvalidTypeName\": \"空错号\",\n \"InvalidRemark\": \"无效记录\",\n \"InvalidTime\": 1618322621,\n \"DealerName\": \"dealer1\",\n \"ShopId\": 1234567890,\n \"ShopName\": \"shop1\",\n \"Position\": \"销售\"\n }\n ],\n \"RequestId\": \"b1a024bf-4d74-4b5d-a5bd-bbec330520e8\"\n }\n}",
79
+ "output": "{\n \"Response\": {\n \"NextCursor\": \"sHmJbhJZhCwwMYmSot50dl2Hs9qQvbP+pCUVxlm/oLU=\",\n \"HasMore\": 1,\n \"PageData\": [\n {\n \"DealerId\": \"1,3,5\",\n \"ClueId\": \"1348080105398452226\",\n \"EnquireTime\": 1618556502,\n \"UnionId\": \"wmpqy2CAAATGwpQTxuU1IUfoiOFH2cXA\",\n \"Name\": \"微信昵称\",\n \"UserName\": \"李四\",\n \"Phone\": \"134xxxx1234\",\n \"SeriesCode\": \"车系编号\",\n \"ModelCode\": \"车型编号\",\n \"ProvinceCode\": \"省份编号\",\n \"CityCode\": \"城市编号\",\n \"SalesName\": \"顾问名称\",\n \"SalesPhone\": \"134xxxx6789\",\n \"Remark\": \"备注\",\n \"TagList\": [\n \"标签1\",\n \"标签2\"\n ],\n \"LeadUserType\": 0,\n \"LeadType\": 1,\n \"ChannelId\": 1,\n \"ChannelName\": \"渠道1\",\n \"SourceChannelName\": \"渠道1\",\n \"Gender\": 1,\n \"CreateTime\": \"2023-01-01 00:00:00\",\n \"LeadStatus\": 101,\n \"LevelCode\": \"101\",\n \"ImportAtTime\": 1618322621,\n \"DistributeTime\": 1618322621,\n \"CreateAtTime\": 1618322621,\n \"WxId\": \"李四_1234\",\n \"BrandCode\": \"abc\",\n \"BuildTime\": 1618322621,\n \"OrderTime\": 1618322621,\n \"ArrivalTime\": 1618322621,\n \"DeliveryTime\": 1618322621,\n \"FollowTime\": 1618322621,\n \"NextFollowTime\": 1618322621,\n \"OrgId\": 1,\n \"OrgName\": \"org1\",\n \"Introducer\": \"introducer\",\n \"IntroducerPhone\": \"134xxxx1234\",\n \"IsBindWx\": 0,\n \"IsMerge\": 0,\n \"IsInvalid\": 0,\n \"InvalidType\": \"1\",\n \"InvalidTypeName\": \"空错号\",\n \"InvalidRemark\": \"无效记录\",\n \"InvalidTime\": 1618322621,\n \"DealerName\": \"dealer1\",\n \"ShopId\": 1234567890,\n \"CorpShopId\": \"S1234\",\n \"ShopName\": \"shop1\",\n \"Position\": \"销售\"\n }\n ],\n \"RequestId\": \"b1a024bf-4d74-4b5d-a5bd-bbec330520e8\"\n }\n}",
80
80
  "title": "查询线索列表接口"
81
81
  }
82
82
  ],