tccli 3.0.1278.1__py2.py3-none-any.whl → 3.0.1280.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 (70) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/aiart/v20221229/api.json +1 -1
  3. tccli/services/antiddos/v20200309/api.json +5 -1
  4. tccli/services/apm/v20210622/api.json +32 -32
  5. tccli/services/apm/v20210622/examples.json +1 -1
  6. tccli/services/billing/v20180709/api.json +550 -529
  7. tccli/services/billing/v20180709/examples.json +4 -4
  8. tccli/services/cat/v20180409/api.json +2 -2
  9. tccli/services/cdwdoris/v20211228/api.json +15 -1
  10. tccli/services/cdwpg/cdwpg_client.py +866 -18
  11. tccli/services/cdwpg/v20201230/api.json +2888 -551
  12. tccli/services/cdwpg/v20201230/examples.json +138 -10
  13. tccli/services/cfs/v20190719/examples.json +8 -2
  14. tccli/services/ciam/v20220331/api.json +111 -111
  15. tccli/services/ciam/v20220331/examples.json +8 -8
  16. tccli/services/cls/v20201016/api.json +1 -1
  17. tccli/services/controlcenter/v20230110/api.json +7 -5
  18. tccli/services/csip/v20221121/api.json +66 -6
  19. tccli/services/cvm/v20170312/api.json +282 -267
  20. tccli/services/cvm/v20170312/examples.json +2 -2
  21. tccli/services/dbbrain/v20191016/api.json +12 -8
  22. tccli/services/dbbrain/v20210527/api.json +20 -20
  23. tccli/services/dlc/v20210125/api.json +19 -0
  24. tccli/services/dlc/v20210125/examples.json +1 -1
  25. tccli/services/emr/v20190103/api.json +11 -0
  26. tccli/services/es/v20180416/api.json +13 -0
  27. tccli/services/ess/v20201111/api.json +2 -2
  28. tccli/services/essbasic/v20210526/api.json +2 -2
  29. tccli/services/goosefs/v20220519/api.json +16 -15
  30. tccli/services/goosefs/v20220519/examples.json +2 -2
  31. tccli/services/gwlb/v20240906/api.json +22 -3
  32. tccli/services/gwlb/v20240906/examples.json +1 -1
  33. tccli/services/iotcloud/v20210408/api.json +243 -245
  34. tccli/services/iotcloud/v20210408/examples.json +64 -64
  35. tccli/services/keewidb/v20220308/api.json +92 -92
  36. tccli/services/live/v20180801/api.json +287 -274
  37. tccli/services/lke/lke_client.py +114 -8
  38. tccli/services/lke/v20231130/api.json +220 -0
  39. tccli/services/lke/v20231130/examples.json +16 -0
  40. tccli/services/mongodb/v20190725/api.json +4 -3
  41. tccli/services/mongodb/v20190725/examples.json +2 -2
  42. tccli/services/monitor/v20180724/examples.json +2 -2
  43. tccli/services/mps/v20190612/api.json +20 -9
  44. tccli/services/mqtt/mqtt_client.py +57 -4
  45. tccli/services/mqtt/v20240516/api.json +88 -0
  46. tccli/services/mqtt/v20240516/examples.json +8 -0
  47. tccli/services/ocr/v20181119/api.json +4 -4
  48. tccli/services/pts/v20210728/api.json +44 -6
  49. tccli/services/redis/v20180412/api.json +66 -66
  50. tccli/services/rum/v20210622/api.json +90 -0
  51. tccli/services/tag/v20180813/api.json +3 -3
  52. tccli/services/tag/v20180813/examples.json +1 -1
  53. tccli/services/tdmq/tdmq_client.py +53 -0
  54. tccli/services/tdmq/v20200217/api.json +93 -0
  55. tccli/services/tdmq/v20200217/examples.json +8 -0
  56. tccli/services/teo/v20220901/api.json +1 -1
  57. tccli/services/tke/v20180525/api.json +20 -20
  58. tccli/services/tms/v20201229/api.json +9 -0
  59. tccli/services/trp/v20210515/api.json +8 -8
  60. tccli/services/trp/v20210515/examples.json +1 -1
  61. tccli/services/tsf/v20180326/api.json +884 -884
  62. tccli/services/vod/v20180717/api.json +11 -11
  63. tccli/services/waf/v20180125/api.json +7 -7
  64. tccli/services/waf/v20180125/examples.json +1 -1
  65. tccli/services/wedata/v20210820/api.json +107 -0
  66. {tccli-3.0.1278.1.dist-info → tccli-3.0.1280.1.dist-info}/METADATA +2 -2
  67. {tccli-3.0.1278.1.dist-info → tccli-3.0.1280.1.dist-info}/RECORD +70 -70
  68. {tccli-3.0.1278.1.dist-info → tccli-3.0.1280.1.dist-info}/WHEEL +0 -0
  69. {tccli-3.0.1278.1.dist-info → tccli-3.0.1280.1.dist-info}/entry_points.txt +0 -0
  70. {tccli-3.0.1278.1.dist-info → tccli-3.0.1280.1.dist-info}/license_files/LICENSE +0 -0
@@ -834,14 +834,14 @@
834
834
  "status": "online"
835
835
  },
836
836
  "ExtractCopyRightWatermark": {
837
- "document": " API 已经<font color='red'>不再维护</font>。如果有盗录溯源需求,请参考 [幽灵水印](https://cloud.tencent.com/document/product/266/94228)。",
837
+ "document": "如果有盗录溯源需求,请参考 [幽灵水印](https://cloud.tencent.com/document/product/266/94228)。",
838
838
  "input": "ExtractCopyRightWatermarkRequest",
839
839
  "name": "提取版权水印",
840
840
  "output": "ExtractCopyRightWatermarkResponse",
841
841
  "status": "online"
842
842
  },
843
843
  "ExtractTraceWatermark": {
844
- "document": " API 已经<font color='red'>不再维护</font>。如果有盗录溯源需求,请参考 [幽灵水印](https://cloud.tencent.com/document/product/266/94228)。",
844
+ "document": "如果有盗录溯源需求,推荐使用 [幽灵水印](https://cloud.tencent.com/document/product/266/94228)。",
845
845
  "input": "ExtractTraceWatermarkRequest",
846
846
  "name": "提取溯源水印",
847
847
  "output": "ExtractTraceWatermarkResponse",
@@ -1738,7 +1738,7 @@
1738
1738
  {
1739
1739
  "disabled": false,
1740
1740
  "document": "水印列表,支持多张图片或文字水印,最大可支持 10 张。",
1741
- "example": "[]",
1741
+ "example": "",
1742
1742
  "member": "WatermarkInput",
1743
1743
  "name": "WatermarkSet",
1744
1744
  "output_required": true,
@@ -1748,7 +1748,7 @@
1748
1748
  },
1749
1749
  {
1750
1750
  "disabled": false,
1751
- "document": "溯源水印,该功能已不再支持使用。",
1751
+ "document": "溯源水印。",
1752
1752
  "example": "无",
1753
1753
  "member": "TraceWatermarkInput",
1754
1754
  "name": "TraceWatermark",
@@ -1759,7 +1759,7 @@
1759
1759
  },
1760
1760
  {
1761
1761
  "disabled": false,
1762
- "document": "版权水印,该功能已不再支持使用。",
1762
+ "document": "版权水印。",
1763
1763
  "example": "无",
1764
1764
  "member": "CopyRightWatermarkInput",
1765
1765
  "name": "CopyRightWatermark",
@@ -1771,7 +1771,7 @@
1771
1771
  {
1772
1772
  "disabled": false,
1773
1773
  "document": "字幕列表,元素为字幕 ID,支持多个字幕,最大可支持16个。",
1774
- "example": "[]",
1774
+ "example": "",
1775
1775
  "member": "string",
1776
1776
  "name": "SubtitleSet",
1777
1777
  "output_required": true,
@@ -19254,7 +19254,7 @@
19254
19254
  {
19255
19255
  "disabled": false,
19256
19256
  "document": "标识来源上下文,用于透传用户请求信息,在 ExtractCopyRightWatermarkComplete 回调和任务流状态变更回调将返回该字段值,最长 1000 个字符。",
19257
- "example": "\"\"",
19257
+ "example": "",
19258
19258
  "member": "string",
19259
19259
  "name": "SessionContext",
19260
19260
  "required": false,
@@ -19263,7 +19263,7 @@
19263
19263
  {
19264
19264
  "disabled": false,
19265
19265
  "document": "用于任务去重的识别码,如果三天内曾有过相同的识别码的请求,则本次的请求会返回错误。最长 50 个字符,不带或者带空字符串表示不做去重。",
19266
- "example": "\"\"",
19266
+ "example": "",
19267
19267
  "member": "string",
19268
19268
  "name": "SessionId",
19269
19269
  "required": false,
@@ -19281,7 +19281,7 @@
19281
19281
  {
19282
19282
  "disabled": false,
19283
19283
  "document": "保留字段,特殊用途时使用。",
19284
- "example": "\"\"",
19284
+ "example": "",
19285
19285
  "member": "string",
19286
19286
  "name": "ExtInfo",
19287
19287
  "required": false,
@@ -37400,7 +37400,7 @@
37400
37400
  },
37401
37401
  {
37402
37402
  "disabled": false,
37403
- "document": "溯源水印,该功能已不再支持使用。",
37403
+ "document": "溯源水印。",
37404
37404
  "example": "无",
37405
37405
  "member": "TraceWatermarkInput",
37406
37406
  "name": "TraceWatermark",
@@ -37411,7 +37411,7 @@
37411
37411
  },
37412
37412
  {
37413
37413
  "disabled": false,
37414
- "document": "版权水印,该功能已不再支持使用。",
37414
+ "document": "版权水印。",
37415
37415
  "example": "无",
37416
37416
  "member": "CopyRightWatermarkInput",
37417
37417
  "name": "CopyRightWatermark",
@@ -9702,7 +9702,7 @@
9702
9702
  {
9703
9703
  "disabled": false,
9704
9704
  "document": "输出",
9705
- "example": "{ \"Res\": [ { \"Id\": \"66a341dd8f33c805d65f4765\", \"RuleId\": 5501526871, \"IpList\": [ \"113.108.77.69\" ], \"ActionType\": 42, \"Ip\": \"113.108.77.69\", \"Note\": \"\", \"Source\": \"custom\", \"TsVersion\": 1721975261208, \"CreateTime\": 1721975261208, \"ValidTs\": 2019571199, \"JobType\": \"TimedJob\", \"JobDateTime\": { \"Timed\": [ { \"StartDateTime\": 0, \"EndDateTime\": 0 } ], \"Cron\": null, \"TimeTZone\": \"UTC+8\" }, \"CronType\": \"-\", \"ValidStatus\": 1 } ], \"TotalCount\": 1 }",
9705
+ "example": "{ \"Res\": [{\"Id\": \"66a341dd8f33c805d65f4765\", \"RuleId\": 5501526871, \"IpList\": [ \"113.108.77.69\" ], \"TotalCount\": 1 }",
9706
9706
  "member": "IpAccessControlData",
9707
9707
  "name": "Data",
9708
9708
  "output_required": true,
@@ -15193,36 +15193,36 @@
15193
15193
  "members": [
15194
15194
  {
15195
15195
  "disabled": false,
15196
- "document": "定时执行的时间参数\n注意:此字段可能返回 null,表示取不到有效值。",
15196
+ "document": "定时执行的时间参数",
15197
15197
  "example": "[{\"StartDateTime\":1711618518\t,\"EndDateTime\":1711918518}]",
15198
15198
  "member": "TimedJob",
15199
15199
  "name": "Timed",
15200
15200
  "output_required": false,
15201
15201
  "required": false,
15202
15202
  "type": "list",
15203
- "value_allowed_null": true
15203
+ "value_allowed_null": false
15204
15204
  },
15205
15205
  {
15206
15206
  "disabled": false,
15207
- "document": "周期执行的时间参数\n注意:此字段可能返回 null,表示取不到有效值。",
15207
+ "document": "周期执行的时间参数",
15208
15208
  "example": "[{\"Day\":12,\"WDay\":2,\"StartTime\":\"12:11\",\"EndTime\":\"21:00\"}]",
15209
15209
  "member": "CronJob",
15210
15210
  "name": "Cron",
15211
15211
  "output_required": false,
15212
15212
  "required": false,
15213
15213
  "type": "list",
15214
- "value_allowed_null": true
15214
+ "value_allowed_null": false
15215
15215
  },
15216
15216
  {
15217
15217
  "disabled": false,
15218
- "document": "时区\n注意:此字段可能返回 null,表示取不到有效值。",
15218
+ "document": "时区",
15219
15219
  "example": "UTC+8\t",
15220
15220
  "member": "string",
15221
15221
  "name": "TimeTZone",
15222
15222
  "output_required": false,
15223
15223
  "required": false,
15224
15224
  "type": "string",
15225
- "value_allowed_null": true
15225
+ "value_allowed_null": false
15226
15226
  }
15227
15227
  ],
15228
15228
  "usage": "both"
@@ -548,7 +548,7 @@
548
548
  {
549
549
  "document": "IP黑名单查询",
550
550
  "input": "https://waf.tencentcloudapi.com/?Action=DescribeIpAccessControl\r\n&Domain=www.test.com\r\n&Count=1\r\n&ActionType=42\r\n&Limit=20\r\n&OffSet=0\r\n&Sort=ts_version:-1\r\n&<公共请求参数>",
551
- "output": "{\n \"Response\": {\n \"Data\": {\n \"Res\": [\n {\n \"Id\": \"66a341dd8f33c805d65f4765\",\n \"RuleId\": 5501526871,\n \"IpList\": [\n \"113.108.77.69\"\n ],\n \"ActionType\": 42,\n \"Ip\": \"113.108.77.69\",\n \"Note\": \"\",\n \"Source\": \"custom\",\n \"TsVersion\": 1721975261208,\n \"CreateTime\": 1721975261208,\n \"ValidTs\": 2019571199,\n \"JobType\": \"TimedJob\",\n \"JobDateTime\": {\n \"Timed\": [\n {\n \"StartDateTime\": 0,\n \"EndDateTime\": 0\n }\n ],\n \"Cron\": null,\n \"TimeTZone\": \"UTC+8\"\n },\n \"CronType\": \"-\",\n \"ValidStatus\": 1\n }\n ],\n \"TotalCount\": 1\n },\n \"RequestId\": \"c937ce96-cf53-4df8-b288-07c6e092072d\"\n }\n}",
551
+ "output": "{\n \"Response\": {\n \"Data\": {\n \"Res\": [\n {\n \"Id\": \"66a341dd8f33c805d65f4765\",\n \"RuleId\": 5501526871,\n \"IpList\": [\n \"113.108.77.69\"\n ],\n \"ActionType\": 42,\n \"Ip\": \"113.108.77.69\",\n \"Note\": \"\",\n \"Source\": \"custom\",\n \"TsVersion\": 1721975261208,\n \"CreateTime\": 1721975261208,\n \"ValidTs\": 2019571199,\n \"JobType\": \"TimedJob\",\n \"JobDateTime\": {\n \"Timed\": [\n {\n \"StartDateTime\": 0,\n \"EndDateTime\": 0\n }\n ],\n \"Cron\": [],\n \"TimeTZone\": \"UTC+8\"\n },\n \"CronType\": \"week\",\n \"ValidStatus\": 1\n }\n ],\n \"TotalCount\": 1\n },\n \"RequestId\": \"c937ce96-cf53-4df8-b288-07c6e092072d\"\n }\n}",
552
552
  "title": "IP黑白名单查询"
553
553
  }
554
554
  ],
@@ -7702,6 +7702,15 @@
7702
7702
  "name": "TableName",
7703
7703
  "required": false,
7704
7704
  "type": "string"
7705
+ },
7706
+ {
7707
+ "disabled": false,
7708
+ "document": "数据优化资源组",
7709
+ "example": "\"group\"",
7710
+ "member": "string",
7711
+ "name": "ResourceGroupName",
7712
+ "required": false,
7713
+ "type": "string"
7705
7714
  }
7706
7715
  ],
7707
7716
  "type": "object"
@@ -7821,6 +7830,15 @@
7821
7830
  "name": "TableName",
7822
7831
  "required": false,
7823
7832
  "type": "string"
7833
+ },
7834
+ {
7835
+ "disabled": false,
7836
+ "document": "数据优化资源组",
7837
+ "example": "\"group\"",
7838
+ "member": "string",
7839
+ "name": "ResourceGroupName",
7840
+ "required": false,
7841
+ "type": "string"
7824
7842
  }
7825
7843
  ],
7826
7844
  "type": "object"
@@ -17133,6 +17151,24 @@
17133
17151
  "name": "ProjectIds",
17134
17152
  "required": false,
17135
17153
  "type": "list"
17154
+ },
17155
+ {
17156
+ "disabled": false,
17157
+ "document": "黑名单任务ID列表,传了该值在筛选的时候会将列表中的任务ID剔除",
17158
+ "example": "无",
17159
+ "member": "string",
17160
+ "name": "BlackTaskIdList",
17161
+ "required": false,
17162
+ "type": "list"
17163
+ },
17164
+ {
17165
+ "disabled": false,
17166
+ "document": "时区",
17167
+ "example": "UTC+8",
17168
+ "member": "string",
17169
+ "name": "ScheduleTimeZone",
17170
+ "required": false,
17171
+ "type": "string"
17136
17172
  }
17137
17173
  ],
17138
17174
  "type": "object"
@@ -26119,6 +26155,15 @@
26119
26155
  "name": "OnlyRerun",
26120
26156
  "required": false,
26121
26157
  "type": "bool"
26158
+ },
26159
+ {
26160
+ "disabled": false,
26161
+ "document": "时区",
26162
+ "example": "UTC+7",
26163
+ "member": "string",
26164
+ "name": "ScheduleTimeZone",
26165
+ "required": false,
26166
+ "type": "string"
26122
26167
  }
26123
26168
  ],
26124
26169
  "usage": "in"
@@ -29966,6 +30011,26 @@
29966
30011
  "output_required": false,
29967
30012
  "type": "string",
29968
30013
  "value_allowed_null": false
30014
+ },
30015
+ {
30016
+ "disabled": false,
30017
+ "document": "补录时间范围的时区",
30018
+ "example": "UTC+8",
30019
+ "member": "string",
30020
+ "name": "ScheduleTimeZone",
30021
+ "output_required": false,
30022
+ "type": "string",
30023
+ "value_allowed_null": false
30024
+ },
30025
+ {
30026
+ "disabled": false,
30027
+ "document": "执行应用参数",
30028
+ "example": "-executor-cores 2 --executor-memory 2g --conf spark.task.maxFailures=3",
30029
+ "member": "string",
30030
+ "name": "AppParam",
30031
+ "output_required": false,
30032
+ "type": "string",
30033
+ "value_allowed_null": false
29969
30034
  }
29970
30035
  ],
29971
30036
  "usage": "out"
@@ -35008,6 +35073,15 @@
35008
35073
  "name": "ScheduleTimeZone",
35009
35074
  "required": false,
35010
35075
  "type": "string"
35076
+ },
35077
+ {
35078
+ "disabled": false,
35079
+ "document": "是否自动清理不支持的任务链接",
35080
+ "example": "true",
35081
+ "member": "bool",
35082
+ "name": "ClearLink",
35083
+ "required": false,
35084
+ "type": "bool"
35011
35085
  }
35012
35086
  ],
35013
35087
  "type": "object"
@@ -40531,6 +40605,7 @@
40531
40605
  "example": "无",
40532
40606
  "member": "string",
40533
40607
  "name": "K",
40608
+ "output_required": true,
40534
40609
  "required": false,
40535
40610
  "type": "string",
40536
40611
  "value_allowed_null": true
@@ -40541,6 +40616,7 @@
40541
40616
  "example": "无",
40542
40617
  "member": "string",
40543
40618
  "name": "V",
40619
+ "output_required": true,
40544
40620
  "required": false,
40545
40621
  "type": "string",
40546
40622
  "value_allowed_null": true
@@ -45498,6 +45574,17 @@
45498
45574
  "required": false,
45499
45575
  "type": "list",
45500
45576
  "value_allowed_null": true
45577
+ },
45578
+ {
45579
+ "disabled": false,
45580
+ "document": "任务自依赖类型:\nyes: 任务需满足自依赖\nno:任务无需满足自依赖\n注意:此字段可能返回 null,表示取不到有效值。",
45581
+ "example": "无",
45582
+ "member": "string",
45583
+ "name": "SelfWorkFlowDependType",
45584
+ "output_required": false,
45585
+ "required": false,
45586
+ "type": "string",
45587
+ "value_allowed_null": true
45501
45588
  }
45502
45589
  ],
45503
45590
  "usage": "both"
@@ -46167,6 +46254,15 @@
46167
46254
  "name": "EventBatchCaseList",
46168
46255
  "required": false,
46169
46256
  "type": "list"
46257
+ },
46258
+ {
46259
+ "disabled": false,
46260
+ "document": "触发时区",
46261
+ "example": "UTC+8",
46262
+ "member": "string",
46263
+ "name": "ScheduleTimeZone",
46264
+ "required": false,
46265
+ "type": "string"
46170
46266
  }
46171
46267
  ],
46172
46268
  "type": "object"
@@ -48040,6 +48136,17 @@
48040
48136
  "required": false,
48041
48137
  "type": "string",
48042
48138
  "value_allowed_null": true
48139
+ },
48140
+ {
48141
+ "disabled": false,
48142
+ "document": "时区配置\n注意:此字段可能返回 null,表示取不到有效值。",
48143
+ "example": "无",
48144
+ "member": "string",
48145
+ "name": "ScheduleTimeZone",
48146
+ "output_required": false,
48147
+ "required": false,
48148
+ "type": "string",
48149
+ "value_allowed_null": true
48043
48150
  }
48044
48151
  ],
48045
48152
  "usage": "both"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tccli
3
- Version: 3.0.1278.1
3
+ Version: 3.0.1280.1
4
4
  Summary: Universal Command Line Environment for Tencent Cloud
5
5
  Project-URL: Bug Tracker, https://github.com/TencentCloud/tencentcloud-cli/issues
6
6
  Project-URL: Homepage, https://github.com/TencentCloud/tencentcloud-cli
@@ -13,7 +13,7 @@ Classifier: Programming Language :: Python :: 2.7
13
13
  Classifier: Programming Language :: Python :: 3
14
14
  Requires-Dist: jmespath==0.10.0
15
15
  Requires-Dist: six==1.16.0
16
- Requires-Dist: tencentcloud-sdk-python>=3.0.1278
16
+ Requires-Dist: tencentcloud-sdk-python>=3.0.1280
17
17
  Description-Content-Type: text/markdown
18
18
 
19
19
  # 命令行工具简介