tccli 3.0.1122.1__py2.py3-none-any.whl → 3.0.1124.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 (51) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/aiart/v20221229/api.json +2 -2
  3. tccli/services/asr/v20190614/api.json +1 -1
  4. tccli/services/ccc/ccc_client.py +53 -0
  5. tccli/services/ccc/v20200210/api.json +89 -0
  6. tccli/services/ccc/v20200210/examples.json +8 -0
  7. tccli/services/cdb/v20170320/api.json +2 -2
  8. tccli/services/cfw/v20190904/api.json +6 -5
  9. tccli/services/cfw/v20190904/examples.json +1 -1
  10. tccli/services/csip/v20221121/api.json +1 -0
  11. tccli/services/cynosdb/v20190107/api.json +43 -16
  12. tccli/services/cynosdb/v20190107/examples.json +2 -2
  13. tccli/services/domain/v20180808/api.json +102 -102
  14. tccli/services/dts/v20211206/api.json +9 -0
  15. tccli/services/facefusion/facefusion_client.py +53 -0
  16. tccli/services/facefusion/v20220927/api.json +168 -0
  17. tccli/services/facefusion/v20220927/examples.json +14 -0
  18. tccli/services/hunyuan/v20230901/api.json +15 -15
  19. tccli/services/hunyuan/v20230901/examples.json +5 -5
  20. tccli/services/iotcloud/v20210408/api.json +37 -17
  21. tccli/services/iotexplorer/iotexplorer_client.py +53 -0
  22. tccli/services/iotexplorer/v20190423/api.json +156 -10
  23. tccli/services/iotexplorer/v20190423/examples.json +8 -0
  24. tccli/services/lighthouse/v20200324/api.json +6 -6
  25. tccli/services/mps/v20190612/api.json +22 -22
  26. tccli/services/ms/v20180408/api.json +6 -3
  27. tccli/services/ms/v20180408/examples.json +1 -1
  28. tccli/services/oceanus/v20190422/api.json +10 -0
  29. tccli/services/pts/v20210728/api.json +1 -1
  30. tccli/services/pts/v20210728/examples.json +1 -1
  31. tccli/services/redis/v20180412/api.json +4 -4
  32. tccli/services/rum/v20210622/api.json +9 -8
  33. tccli/services/rum/v20210622/examples.json +15 -15
  34. tccli/services/sqlserver/v20180328/api.json +41 -29
  35. tccli/services/tcss/v20201101/api.json +3 -2
  36. tccli/services/tcss/v20201101/examples.json +1 -1
  37. tccli/services/trp/trp_client.py +53 -0
  38. tccli/services/trp/v20210515/api.json +110 -0
  39. tccli/services/trp/v20210515/examples.json +8 -0
  40. tccli/services/vcg/v20240404/api.json +8 -8
  41. tccli/services/vdb/v20230616/api.json +1 -1
  42. tccli/services/waf/v20180125/api.json +11 -1
  43. tccli/services/waf/v20180125/examples.json +2 -2
  44. tccli/services/wedata/v20210820/api.json +40 -7
  45. tccli/services/yinsuda/v20220527/api.json +285 -268
  46. tccli/services/yinsuda/v20220527/examples.json +5 -5
  47. {tccli-3.0.1122.1.dist-info → tccli-3.0.1124.1.dist-info}/METADATA +2 -2
  48. {tccli-3.0.1122.1.dist-info → tccli-3.0.1124.1.dist-info}/RECORD +51 -51
  49. {tccli-3.0.1122.1.dist-info → tccli-3.0.1124.1.dist-info}/WHEEL +0 -0
  50. {tccli-3.0.1122.1.dist-info → tccli-3.0.1124.1.dist-info}/entry_points.txt +0 -0
  51. {tccli-3.0.1122.1.dist-info → tccli-3.0.1124.1.dist-info}/license_files/LICENSE +0 -0
@@ -8,6 +8,14 @@
8
8
  "title": "接收客户侧的用户已授权的号码"
9
9
  }
10
10
  ],
11
+ "CreateChainBatch": [
12
+ {
13
+ "document": "",
14
+ "input": "POST / HTTP/1.1\nHost: trp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateChainBatch\n<公共请求参数>\n\n{\n \"CorpId\": 1,\n \"ChainList\": [\n {\n \"Code\": \"abc\",\n \"Data\": [\n {\n \"Label\": \"abc\",\n \"Type\": \"abc\",\n \"Value\": \"abc\"\n }\n ]\n }\n ]\n}",
15
+ "output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
16
+ "title": "批量上链接口"
17
+ }
18
+ ],
11
19
  "CreateCodeBatch": [
12
20
  {
13
21
  "document": "新增批次",
@@ -28,7 +28,7 @@
28
28
  {
29
29
  "disabled": false,
30
30
  "document": "任务ID",
31
- "example": "",
31
+ "example": "145fa4a42d9440d191b3035f1beafa01",
32
32
  "member": "string",
33
33
  "name": "JobId",
34
34
  "required": true,
@@ -43,7 +43,7 @@
43
43
  {
44
44
  "disabled": false,
45
45
  "document": "任务ID。",
46
- "example": "",
46
+ "example": "145fa4a42d9440d191b3035f1beafa01",
47
47
  "member": "string",
48
48
  "name": "JobId",
49
49
  "output_required": false,
@@ -52,8 +52,8 @@
52
52
  },
53
53
  {
54
54
  "disabled": false,
55
- "document": "任务状态码:\nJobInit: \"初始化中\"\nJobModerationFailed: \"审核失败\",\nJobRunning: \"处理中\",\nJobFailed: \"处理完成\",\nJobSuccess: \"处理失败\"。",
56
- "example": "",
55
+ "document": "任务状态码:\nJobInit: \"初始化中\"\nJobModerationFailed: \"审核失败\",\nJobRunning: \"处理中\",\nJobFailed: \"处理失败\",\nJobSuccess: \"处理完成\"。",
56
+ "example": "[\"JobInit:\", \"JobModerationFailed\", \"JobRunning\", \"JobFailed\", \"JobSuccess\"]",
57
57
  "member": "string",
58
58
  "name": "StatusCode",
59
59
  "output_required": false,
@@ -63,7 +63,7 @@
63
63
  {
64
64
  "disabled": false,
65
65
  "document": "任务状态描述。",
66
- "example": "",
66
+ "example": "[\"初始化中\", \"审核失败\", \"处理中\", \"处理失败\", \"处理完成\"]",
67
67
  "member": "string",
68
68
  "name": "StatusMsg",
69
69
  "output_required": false,
@@ -73,7 +73,7 @@
73
73
  {
74
74
  "disabled": false,
75
75
  "document": "处理结果视频Url。URL有效期为24小时。",
76
- "example": "",
76
+ "example": "https://xxx.mp4",
77
77
  "member": "string",
78
78
  "name": "ResultVideoUrl",
79
79
  "output_required": false,
@@ -104,7 +104,7 @@
104
104
  {
105
105
  "disabled": false,
106
106
  "document": "输入视频URL。视频要求:\n- 视频格式:mp4、mov;\n- 视频时长:1~60秒;\n- 视频分辨率:540P~2056P,即长宽像素数均在540px~2056px范围内;\n- 视频大小:不超过200M;\n- 视频FPS:15~60fps。",
107
- "example": "",
107
+ "example": "https://xxx.mp4",
108
108
  "member": "string",
109
109
  "name": "VideoUrl",
110
110
  "required": true,
@@ -119,7 +119,7 @@
119
119
  {
120
120
  "disabled": false,
121
121
  "document": "任务ID",
122
- "example": "",
122
+ "example": "145fa4a42d9440d191b3035f1beafa01",
123
123
  "member": "string",
124
124
  "name": "JobId",
125
125
  "output_required": false,
@@ -427,7 +427,7 @@
427
427
  "usage": "out"
428
428
  },
429
429
  "Network": {
430
- "document": "网路信息",
430
+ "document": "网络信息",
431
431
  "members": [
432
432
  {
433
433
  "disabled": false,
@@ -5501,13 +5501,23 @@
5501
5501
  "DescribeAntiFakeRulesResponse": {
5502
5502
  "document": "DescribeAntiFakeRules返回参数结构体",
5503
5503
  "members": [
5504
+ {
5505
+ "disabled": false,
5506
+ "document": "总数",
5507
+ "example": "0",
5508
+ "member": "uint64",
5509
+ "name": "Total",
5510
+ "output_required": true,
5511
+ "type": "int",
5512
+ "value_allowed_null": false
5513
+ },
5504
5514
  {
5505
5515
  "disabled": false,
5506
5516
  "document": "返回值\n注意:此字段可能返回 null,表示取不到有效值。",
5507
5517
  "example": "[]",
5508
5518
  "member": "CacheUrlItems",
5509
5519
  "name": "Data",
5510
- "required": true,
5520
+ "output_required": true,
5511
5521
  "type": "list",
5512
5522
  "value_allowed_null": true
5513
5523
  },
@@ -259,8 +259,8 @@
259
259
  "DescribeAntiFakeRules": [
260
260
  {
261
261
  "document": "",
262
- "input": "POST / HTTP/1.1\nHost: waf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAntiFakeRules\n<公共请求参数>\n\n{\n \"Domain\": \"xx\",\n \"Order\": \"xx\",\n \"Limit\": 1,\n \"Filters\": [\n {\n \"Values\": [\n \"xx\"\n ],\n \"Name\": \"xx\",\n \"ExactMatch\": true\n }\n ],\n \"Offset\": 1,\n \"By\": \"xx\"\n}",
263
- "output": "{\n \"Response\": {\n \"Data\": [],\n \"RequestId\": \"08e8410d-6e80-4d1f-89ff-62669042369d\"\n }\n}",
262
+ "input": "POST / HTTP/1.1\nHost: waf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAntiFakeRules\n<公共请求参数>\n\n{\n \"Domain\": \"abc\",\n \"Offset\": 1,\n \"Limit\": 1,\n \"Filters\": [\n {\n \"Name\": \"abc\",\n \"Values\": [\n \"abc\"\n ],\n \"ExactMatch\": true\n }\n ],\n \"Order\": \"abc\",\n \"By\": \"abc\"\n}",
263
+ "output": "{\n \"Response\": {\n \"Data\": [],\n \"RequestId\": \"08e8410d-6e80-4d1f-89ff-62669042369d\",\n \"Total\": 0\n }\n}",
264
264
  "title": "获取防篡改url"
265
265
  }
266
266
  ],
@@ -19281,7 +19281,7 @@
19281
19281
  "example": "准确性",
19282
19282
  "member": "string",
19283
19283
  "name": "Name",
19284
- "required": true,
19284
+ "output_required": true,
19285
19285
  "type": "string",
19286
19286
  "value_allowed_null": true
19287
19287
  },
@@ -19291,7 +19291,7 @@
19291
19291
  "example": "0.2",
19292
19292
  "member": "float",
19293
19293
  "name": "Weight",
19294
- "required": true,
19294
+ "output_required": true,
19295
19295
  "type": "float",
19296
19296
  "value_allowed_null": true
19297
19297
  },
@@ -19301,7 +19301,7 @@
19301
19301
  "example": "1242",
19302
19302
  "member": "int64",
19303
19303
  "name": "UserId",
19304
- "required": true,
19304
+ "output_required": true,
19305
19305
  "type": "int",
19306
19306
  "value_allowed_null": true
19307
19307
  },
@@ -19311,7 +19311,7 @@
19311
19311
  "example": "系统默认",
19312
19312
  "member": "string",
19313
19313
  "name": "UserName",
19314
- "required": true,
19314
+ "output_required": true,
19315
19315
  "type": "string",
19316
19316
  "value_allowed_null": true
19317
19317
  },
@@ -19321,7 +19321,7 @@
19321
19321
  "example": "123214",
19322
19322
  "member": "int64",
19323
19323
  "name": "UpdateTime",
19324
- "required": true,
19324
+ "output_required": true,
19325
19325
  "type": "int",
19326
19326
  "value_allowed_null": true
19327
19327
  },
@@ -19331,7 +19331,7 @@
19331
19331
  "example": "1",
19332
19332
  "member": "int64",
19333
19333
  "name": "JoinTableNumber",
19334
- "required": true,
19334
+ "output_required": true,
19335
19335
  "type": "int",
19336
19336
  "value_allowed_null": false
19337
19337
  },
@@ -19341,9 +19341,19 @@
19341
19341
  "example": "2.1",
19342
19342
  "member": "float",
19343
19343
  "name": "Score",
19344
- "required": true,
19344
+ "output_required": true,
19345
19345
  "type": "float",
19346
19346
  "value_allowed_null": false
19347
+ },
19348
+ {
19349
+ "disabled": false,
19350
+ "document": "设置人idStr\n注意:此字段可能返回 null,表示取不到有效值。",
19351
+ "example": "\"12345678\"",
19352
+ "member": "string",
19353
+ "name": "UserIdStr",
19354
+ "output_required": false,
19355
+ "type": "string",
19356
+ "value_allowed_null": true
19347
19357
  }
19348
19358
  ],
19349
19359
  "usage": "out"
@@ -32908,6 +32918,16 @@
32908
32918
  "output_required": true,
32909
32919
  "type": "list",
32910
32920
  "value_allowed_null": true
32921
+ },
32922
+ {
32923
+ "disabled": false,
32924
+ "document": "创建人IdStr\n注意:此字段可能返回 null,表示取不到有效值。",
32925
+ "example": "\"2345678\"",
32926
+ "member": "string",
32927
+ "name": "UserIdStr",
32928
+ "output_required": false,
32929
+ "type": "string",
32930
+ "value_allowed_null": true
32911
32931
  }
32912
32932
  ],
32913
32933
  "usage": "out"
@@ -35670,6 +35690,7 @@
35670
35690
  "example": "123456",
35671
35691
  "member": "uint64",
35672
35692
  "name": "ReceiverUserId",
35693
+ "output_required": true,
35673
35694
  "required": false,
35674
35695
  "type": "int",
35675
35696
  "value_allowed_null": true
@@ -35680,6 +35701,18 @@
35680
35701
  "example": "park",
35681
35702
  "member": "string",
35682
35703
  "name": "ReceiverName",
35704
+ "output_required": true,
35705
+ "required": false,
35706
+ "type": "string",
35707
+ "value_allowed_null": true
35708
+ },
35709
+ {
35710
+ "disabled": false,
35711
+ "document": "接收人Uin\n注意:此字段可能返回 null,表示取不到有效值。",
35712
+ "example": "\"345678764567\"",
35713
+ "member": "string",
35714
+ "name": "ReceiverUserIdStr",
35715
+ "output_required": false,
35683
35716
  "required": false,
35684
35717
  "type": "string",
35685
35718
  "value_allowed_null": true