tccli 3.0.845.1__py2.py3-none-any.whl → 3.0.847.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 (59) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/billing/v20180709/api.json +18 -62
  3. tccli/services/billing/v20180709/examples.json +8 -8
  4. tccli/services/cat/v20180409/api.json +0 -28
  5. tccli/services/cat/v20180409/examples.json +7 -7
  6. tccli/services/ccc/v20200210/api.json +16 -7
  7. tccli/services/ccc/v20200210/examples.json +2 -2
  8. tccli/services/cdb/v20170320/api.json +71 -50
  9. tccli/services/cdb/v20170320/examples.json +4 -4
  10. tccli/services/cdn/v20180606/api.json +1 -11
  11. tccli/services/cdn/v20180606/examples.json +1 -1
  12. tccli/services/ckafka/v20190819/api.json +8 -5
  13. tccli/services/ckafka/v20190819/examples.json +3 -3
  14. tccli/services/cls/v20201016/api.json +44 -33
  15. tccli/services/cls/v20201016/examples.json +3 -3
  16. tccli/services/cvm/v20170312/api.json +2 -4
  17. tccli/services/dbbrain/v20210527/api.json +36 -30
  18. tccli/services/dcdb/dcdb_client.py +53 -0
  19. tccli/services/dcdb/v20180411/api.json +812 -157
  20. tccli/services/dcdb/v20180411/examples.json +8 -0
  21. tccli/services/dlc/v20210125/api.json +9 -0
  22. tccli/services/emr/v20190103/api.json +9 -29
  23. tccli/services/ess/ess_client.py +273 -8
  24. tccli/services/ess/v20201111/api.json +639 -89
  25. tccli/services/ess/v20201111/examples.json +58 -6
  26. tccli/services/essbasic/essbasic_client.py +159 -0
  27. tccli/services/essbasic/v20210526/api.json +287 -3
  28. tccli/services/essbasic/v20210526/examples.json +24 -0
  29. tccli/services/iotexplorer/v20190423/api.json +25 -33
  30. tccli/services/iotexplorer/v20190423/examples.json +9 -9
  31. tccli/services/mariadb/mariadb_client.py +53 -0
  32. tccli/services/mariadb/v20170312/api.json +520 -0
  33. tccli/services/mariadb/v20170312/examples.json +8 -0
  34. tccli/services/monitor/v20180724/api.json +10 -11
  35. tccli/services/monitor/v20180724/examples.json +5 -5
  36. tccli/services/mps/v20190612/api.json +2 -7
  37. tccli/services/ocr/v20181119/api.json +73 -89
  38. tccli/services/ocr/v20181119/examples.json +23 -23
  39. tccli/services/redis/redis_client.py +53 -0
  40. tccli/services/redis/v20180412/api.json +214 -0
  41. tccli/services/redis/v20180412/examples.json +8 -0
  42. tccli/services/tcss/v20201101/api.json +40 -7
  43. tccli/services/tcss/v20201101/examples.json +3 -3
  44. tccli/services/tdid/v20210519/api.json +68 -68
  45. tccli/services/tiw/tiw_client.py +1403 -78
  46. tccli/services/tiw/v20190919/api.json +2439 -461
  47. tccli/services/tiw/v20190919/examples.json +200 -0
  48. tccli/services/trtc/v20190722/api.json +41 -29
  49. tccli/services/trtc/v20190722/examples.json +10 -10
  50. tccli/services/vpc/v20170312/api.json +15 -27
  51. tccli/services/vpc/v20170312/examples.json +6 -6
  52. tccli/services/waf/v20180125/api.json +50 -6
  53. tccli/services/waf/v20180125/examples.json +2 -2
  54. {tccli-3.0.845.1.dist-info → tccli-3.0.847.1.dist-info}/METADATA +2 -2
  55. {tccli-3.0.845.1.dist-info → tccli-3.0.847.1.dist-info}/RECORD +59 -59
  56. {tccli-3.0.845.1.dist-info → tccli-3.0.847.1.dist-info}/LICENSE +0 -0
  57. {tccli-3.0.845.1.dist-info → tccli-3.0.847.1.dist-info}/WHEEL +0 -0
  58. {tccli-3.0.845.1.dist-info → tccli-3.0.847.1.dist-info}/entry_points.txt +0 -0
  59. {tccli-3.0.845.1.dist-info → tccli-3.0.847.1.dist-info}/top_level.txt +0 -0
@@ -657,8 +657,8 @@
657
657
  "DescribePrometheusClusterAgents": [
658
658
  {
659
659
  "document": "拉取agent信息",
660
- "input": "POST / HTTP/1.1\nHost: monitor.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePrometheusClusterAgents\n<公共请求参数>\n\n{\n \"InstanceId\": \"xx\",\n \"Limit\": 1,\n \"Offset\": 1\n}",
661
- "output": "{\n \"Response\": {\n \"Total\": 1,\n \"Agents\": [\n {\n \"Status\": \"xx\",\n \"ClusterName\": \"xx\",\n \"ExternalLabels\": [\n {\n \"Name\": \"xx\",\n \"Value\": \"xx\"\n }\n ],\n \"ClusterId\": \"xx\",\n \"ClusterType\": \"xx\",\n \"Region\": \"xx\",\n \"VpcId\": \"xx\",\n \"FailedReason\": \"xx\"\n }\n ],\n \"RequestId\": \"xx\"\n }\n}",
660
+ "input": "POST / HTTP/1.1\nHost: monitor.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePrometheusClusterAgents\n<公共请求参数>\n\n{\n \"InstanceId\": \"abc\",\n \"Limit\": 1,\n \"Offset\": 1\n}",
661
+ "output": "{\n \"Response\": {\n \"Total\": 1,\n \"IsFirstBind\": true,\n \"Agents\": [\n {\n \"Status\": \"abc\",\n \"ClusterName\": \"abc\",\n \"ExternalLabels\": [\n {\n \"Name\": \"abc\",\n \"Value\": \"abc\"\n }\n ],\n \"ClusterId\": \"abc\",\n \"ClusterType\": \"abc\",\n \"Region\": \"abc\",\n \"VpcId\": \"abc\",\n \"FailedReason\": \"abc\"\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
662
662
  "title": "拉取agent信息"
663
663
  }
664
664
  ],
@@ -727,8 +727,8 @@
727
727
  "DescribePrometheusInstancesOverview": [
728
728
  {
729
729
  "document": "获取实例列表",
730
- "input": "POST / HTTP/1.1\nHost: monitor.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePrometheusInstancesOverview\n<公共请求参数>\n\n{\n \"Limit\": 1,\n \"Filters\": [\n {\n \"Type\": \"xx\",\n \"Key\": \"xx\",\n \"Value\": \"xx\"\n }\n ],\n \"Offset\": 1\n}",
731
- "output": "{\n \"Response\": {\n \"Instances\": [\n {\n \"InstanceStatus\": 0,\n \"BoundNormal\": 0,\n \"VpcId\": \"xx\",\n \"AutoRenewFlag\": 0,\n \"InstanceId\": \"xx\",\n \"BoundTotal\": 0,\n \"ExpireTime\": \"xx\",\n \"SpecName\": \"xx\",\n \"InstanceChargeType\": 0,\n \"EnableGrafana\": 0,\n \"DataRetentionTime\": 0,\n \"GrafanaURL\": \"xx\",\n \"SubnetId\": \"xx\",\n \"InstanceName\": \"xx\",\n \"ChargeStatus\": 0\n }\n ],\n \"Total\": 1,\n \"RequestId\": \"xx\"\n }\n}",
730
+ "input": "POST / HTTP/1.1\nHost: monitor.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePrometheusInstancesOverview\n<公共请求参数>\n\n{\n \"Limit\": 1,\n \"Filters\": [\n {\n \"Type\": \"xxx\",\n \"Key\": \"xxx\",\n \"Value\": \"xxx\"\n }\n ],\n \"Offset\": 1\n}",
731
+ "output": "{\n \"Response\": {\n \"Instances\": [\n {\n \"InstanceStatus\": 0,\n \"BoundNormal\": 0,\n \"VpcId\": \"xxx\",\n \"AutoRenewFlag\": 0,\n \"InstanceId\": \"xxx\",\n \"BoundTotal\": 0,\n \"ExpireTime\": \"xxx\",\n \"SpecName\": \"xxx\",\n \"InstanceChargeType\": 0,\n \"EnableGrafana\": 0,\n \"DataRetentionTime\": 0,\n \"GrafanaURL\": \"xxx\",\n \"SubnetId\": \"xxx\",\n \"InstanceName\": \"xxx\",\n \"ChargeStatus\": 0\n }\n ],\n \"Total\": 1,\n \"RequestId\": \"xxx\"\n }\n}",
732
732
  "title": "获取实例列表"
733
733
  }
734
734
  ],
@@ -890,7 +890,7 @@
890
890
  ],
891
891
  "ModifyAlarmNotice": [
892
892
  {
893
- "document": "",
893
+ "document": "修改通知模板",
894
894
  "input": "POST / HTTP/1.1\nHost: monitor.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyAlarmNotice\n<公共请求参数>\n\n{\n \"Module\": \"monitor\",\n \"NoticeId\": \"notice-2gf892hg\",\n \"Name\": \"noticeAAA\",\n \"NoticeType\": \"ALL\",\n \"NoticeLanguage\": \"zh-CN\",\n \"UserNotices\": [\n {\n \"ReceiverType\": \"USER\",\n \"UserIds\": [\n 10001\n ],\n \"NoticeWay\": [\n \"SMS\",\n \"EMAIL\"\n ],\n \"StartTime\": 0,\n \"EndTime\": 1,\n \"PhoneOrder\": [\n 10001\n ],\n \"PhoneCircleInterval\": 60,\n \"PhoneCircleTimes\": 2,\n \"PhoneInnerInterval\": 60,\n \"NeedPhoneArriveNotice\": 1,\n \"PhoneCallType\": \"CIRCLE\"\n }\n ],\n \"URLNotices\": [\n {\n \"URL\": \"http://www.test.com\"\n }\n ]\n}",
895
895
  "output": "{\n \"Response\": {\n \"RequestId\": \"neh390an4opw0-45nw\"\n }\n}",
896
896
  "title": "修改通知模板"
@@ -12971,8 +12971,7 @@
12971
12971
  "document": "直播流 AI 审核结果",
12972
12972
  "members": [
12973
12973
  {
12974
- "default": "",
12975
- "document": "审核结果的类型,可以取的值有:\n<li>ImagePorn:图片鉴黄</li>\n<li>ImageTerrorism:图片涉敏</li>\n<li>ImagePolitical:图片涉敏</li>\n<li>PornVoice:声音鉴黄</li>",
12974
+ "document": "审核结果的类型,可以取的值有:\n<li>ImagePorn:图片鉴黄</li>\n<li>ImageTerrorism:图片涉敏</li>\n<li>ImagePolitical:图片涉敏</li>\n<li>VoicePorn:声音违规</li>",
12976
12975
  "example": "\"\"",
12977
12976
  "member": "string",
12978
12977
  "name": "Type",
@@ -12981,7 +12980,6 @@
12981
12980
  "value_allowed_null": false
12982
12981
  },
12983
12982
  {
12984
- "default": "",
12985
12983
  "document": "图片鉴黄的结果,当 Type 为 ImagePorn 时有效。",
12986
12984
  "example": "无",
12987
12985
  "member": "LiveStreamAiReviewImagePornResult",
@@ -12991,7 +12989,6 @@
12991
12989
  "value_allowed_null": false
12992
12990
  },
12993
12991
  {
12994
- "default": "",
12995
12992
  "document": "图片涉敏的结果,当 Type 为 ImageTerrorism 时有效。",
12996
12993
  "example": "无",
12997
12994
  "member": "LiveStreamAiReviewImageTerrorismResult",
@@ -13001,7 +12998,6 @@
13001
12998
  "value_allowed_null": false
13002
12999
  },
13003
13000
  {
13004
- "default": "",
13005
13001
  "document": "图片涉敏的结果,当 Type 为 ImagePolitical 时有效。",
13006
13002
  "example": "无",
13007
13003
  "member": "LiveStreamAiReviewImagePoliticalResult",
@@ -13011,8 +13007,7 @@
13011
13007
  "value_allowed_null": false
13012
13008
  },
13013
13009
  {
13014
- "default": "",
13015
- "document": "声音鉴黄的结果,当 Type 为 PornVoice 时有效。",
13010
+ "document": "声音违规的结果,当 Type 为 VoicePorn 时有效。",
13016
13011
  "example": "无",
13017
13012
  "member": "LiveStreamAiReviewVoicePornResult",
13018
13013
  "name": "VoicePornResultSet",