tccli 3.0.1132.1__py2.py3-none-any.whl → 3.0.1134.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 (83) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/apm/v20210622/api.json +1 -0
  3. tccli/services/apm/v20210622/examples.json +1 -1
  4. tccli/services/asr/v20190614/api.json +2 -2
  5. tccli/services/billing/v20180709/api.json +10 -0
  6. tccli/services/cam/v20190116/api.json +41 -12
  7. tccli/services/cdwch/v20200915/api.json +9 -9
  8. tccli/services/cdwch/v20200915/examples.json +1 -1
  9. tccli/services/cdwdoris/v20211228/api.json +18 -0
  10. tccli/services/cfw/v20190904/api.json +4 -4
  11. tccli/services/ckafka/v20190819/api.json +130 -74
  12. tccli/services/ckafka/v20190819/examples.json +17 -17
  13. tccli/services/cls/v20201016/api.json +1 -1
  14. tccli/services/cls/v20201016/examples.json +1 -1
  15. tccli/services/cmq/v20190304/api.json +53 -49
  16. tccli/services/cmq/v20190304/examples.json +2 -2
  17. tccli/services/cms/v20190321/api.json +2 -0
  18. tccli/services/cms/v20190321/examples.json +1 -1
  19. tccli/services/csip/v20221121/api.json +137 -42
  20. tccli/services/csip/v20221121/examples.json +4 -4
  21. tccli/services/cynosdb/cynosdb_client.py +57 -4
  22. tccli/services/cynosdb/v20190107/api.json +451 -0
  23. tccli/services/cynosdb/v20190107/examples.json +8 -0
  24. tccli/services/dlc/dlc_client.py +106 -0
  25. tccli/services/dlc/v20210125/api.json +181 -0
  26. tccli/services/dlc/v20210125/examples.json +16 -0
  27. tccli/services/dsgc/v20190723/api.json +65 -58
  28. tccli/services/dsgc/v20190723/examples.json +5 -5
  29. tccli/services/dts/dts_client.py +0 -53
  30. tccli/services/dts/v20180330/api.json +0 -98
  31. tccli/services/dts/v20180330/examples.json +0 -8
  32. tccli/services/eb/v20210416/examples.json +1 -1
  33. tccli/services/emr/v20190103/api.json +5 -5
  34. tccli/services/ess/ess_client.py +411 -305
  35. tccli/services/ess/v20201111/api.json +144 -0
  36. tccli/services/ess/v20201111/examples.json +16 -0
  37. tccli/services/essbasic/essbasic_client.py +110 -4
  38. tccli/services/essbasic/v20210526/api.json +139 -4
  39. tccli/services/essbasic/v20210526/examples.json +16 -0
  40. tccli/services/gaap/v20180529/api.json +1 -1
  41. tccli/services/gaap/v20180529/examples.json +0 -6
  42. tccli/services/iecp/v20210914/api.json +40 -40
  43. tccli/services/ims/v20201229/api.json +2 -2
  44. tccli/services/lke/lke_client.py +171 -12
  45. tccli/services/lke/v20231130/api.json +524 -0
  46. tccli/services/lke/v20231130/examples.json +24 -0
  47. tccli/services/mongodb/mongodb_client.py +57 -4
  48. tccli/services/mongodb/v20190725/api.json +96 -0
  49. tccli/services/mongodb/v20190725/examples.json +8 -0
  50. tccli/services/monitor/v20180724/api.json +47 -19
  51. tccli/services/monitor/v20180724/examples.json +4 -4
  52. tccli/services/mps/v20190612/api.json +57 -7
  53. tccli/services/mps/v20190612/examples.json +1 -1
  54. tccli/services/ocr/v20181119/api.json +373 -3
  55. tccli/services/organization/organization_client.py +118 -12
  56. tccli/services/organization/v20210331/api.json +68 -0
  57. tccli/services/organization/v20210331/examples.json +16 -0
  58. tccli/services/pts/v20210728/api.json +1 -1
  59. tccli/services/pts/v20210728/examples.json +1 -1
  60. tccli/services/rum/v20210622/api.json +2 -0
  61. tccli/services/rum/v20210622/examples.json +1 -1
  62. tccli/services/sms/v20210111/api.json +26 -26
  63. tccli/services/tcr/v20190924/api.json +13 -10
  64. tccli/services/tcr/v20190924/examples.json +2 -2
  65. tccli/services/tdmq/tdmq_client.py +443 -19
  66. tccli/services/tdmq/v20200217/api.json +570 -0
  67. tccli/services/tdmq/v20200217/examples.json +64 -0
  68. tccli/services/tke/tke_client.py +53 -0
  69. tccli/services/tke/v20180525/api.json +227 -41
  70. tccli/services/tke/v20180525/examples.json +26 -0
  71. tccli/services/trro/v20220325/api.json +6 -6
  72. tccli/services/trtc/v20190722/api.json +1 -1
  73. tccli/services/tse/v20201207/api.json +13 -2
  74. tccli/services/tsf/v20180326/api.json +47 -35
  75. tccli/services/tsf/v20180326/examples.json +4 -4
  76. tccli/services/waf/v20180125/api.json +65 -9
  77. tccli/services/waf/v20180125/examples.json +1 -1
  78. tccli/services/wedata/v20210820/api.json +30 -19
  79. {tccli-3.0.1132.1.dist-info → tccli-3.0.1134.1.dist-info}/METADATA +2 -2
  80. {tccli-3.0.1132.1.dist-info → tccli-3.0.1134.1.dist-info}/RECORD +83 -83
  81. {tccli-3.0.1132.1.dist-info → tccli-3.0.1134.1.dist-info}/WHEEL +0 -0
  82. {tccli-3.0.1132.1.dist-info → tccli-3.0.1134.1.dist-info}/entry_points.txt +0 -0
  83. {tccli-3.0.1132.1.dist-info → tccli-3.0.1134.1.dist-info}/license_files/LICENSE +0 -0
@@ -63,13 +63,6 @@
63
63
  "output": "DescribeMigrateJobsResponse",
64
64
  "status": "online"
65
65
  },
66
- "DescribeRegionConf": {
67
- "document": "接口不再使用\n\n本接口(DescribeRegionConf)用于查询可售卖订阅实例的地域",
68
- "input": "DescribeRegionConfRequest",
69
- "name": "查询可售卖订阅地域",
70
- "output": "DescribeRegionConfResponse",
71
- "status": "deprecated"
72
- },
73
66
  "DescribeSubscribeConf": {
74
67
  "document": "本接口(DescribeSubscribeConf)用于查询订阅实例配置",
75
68
  "input": "DescribeSubscribeConfRequest",
@@ -827,41 +820,6 @@
827
820
  ],
828
821
  "type": "object"
829
822
  },
830
- "DescribeRegionConfRequest": {
831
- "document": "DescribeRegionConf请求参数结构体",
832
- "members": [],
833
- "type": "object"
834
- },
835
- "DescribeRegionConfResponse": {
836
- "document": "DescribeRegionConf返回参数结构体",
837
- "members": [
838
- {
839
- "disabled": false,
840
- "document": "可售卖地域的数量",
841
- "example": "",
842
- "member": "int64",
843
- "name": "TotalCount",
844
- "type": "int",
845
- "value_allowed_null": false
846
- },
847
- {
848
- "disabled": false,
849
- "document": "可售卖地域详情",
850
- "example": "",
851
- "member": "SubscribeRegionConf",
852
- "name": "Items",
853
- "type": "list",
854
- "value_allowed_null": false
855
- },
856
- {
857
- "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
858
- "member": "string",
859
- "name": "RequestId",
860
- "type": "string"
861
- }
862
- ],
863
- "type": "object"
864
- },
865
823
  "DescribeSubscribeConfRequest": {
866
824
  "document": "DescribeSubscribeConf请求参数结构体",
867
825
  "members": [
@@ -2779,62 +2737,6 @@
2779
2737
  ],
2780
2738
  "usage": "both"
2781
2739
  },
2782
- "SubscribeRegionConf": {
2783
- "document": "数据订阅地域售卖信息",
2784
- "members": [
2785
- {
2786
- "disabled": false,
2787
- "document": "地域名称,如广州\n注意:此字段可能返回 null,表示取不到有效值。",
2788
- "example": "",
2789
- "member": "string",
2790
- "name": "RegionName",
2791
- "required": true,
2792
- "type": "string",
2793
- "value_allowed_null": true
2794
- },
2795
- {
2796
- "disabled": false,
2797
- "document": "地区标识,如ap-guangzhou\n注意:此字段可能返回 null,表示取不到有效值。",
2798
- "example": "",
2799
- "member": "string",
2800
- "name": "Region",
2801
- "required": true,
2802
- "type": "string",
2803
- "value_allowed_null": true
2804
- },
2805
- {
2806
- "disabled": false,
2807
- "document": "地域名称,如华南地区\n注意:此字段可能返回 null,表示取不到有效值。",
2808
- "example": "",
2809
- "member": "string",
2810
- "name": "Area",
2811
- "required": true,
2812
- "type": "string",
2813
- "value_allowed_null": true
2814
- },
2815
- {
2816
- "disabled": false,
2817
- "document": "是否为默认地域,0 - 不是,1 - 是的\n注意:此字段可能返回 null,表示取不到有效值。",
2818
- "example": "",
2819
- "member": "int64",
2820
- "name": "IsDefaultRegion",
2821
- "required": true,
2822
- "type": "int",
2823
- "value_allowed_null": true
2824
- },
2825
- {
2826
- "disabled": false,
2827
- "document": "当前地域的售卖情况,1 - 正常, 2-灰度,3 - 停售\n注意:此字段可能返回 null,表示取不到有效值。",
2828
- "example": "",
2829
- "member": "int64",
2830
- "name": "Status",
2831
- "required": true,
2832
- "type": "int",
2833
- "value_allowed_null": true
2834
- }
2835
- ],
2836
- "usage": "out"
2837
- },
2838
2740
  "TagFilter": {
2839
2741
  "document": "标签过滤",
2840
2742
  "members": [
@@ -90,14 +90,6 @@
90
90
  "title": "查询数据迁移任务"
91
91
  }
92
92
  ],
93
- "DescribeRegionConf": [
94
- {
95
- "document": "",
96
- "input": "https://dts.tencentcloudapi.com/?Action=DescribeRegionConf\r\n&<公共请求参数>",
97
- "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Items\": [\n {\n \"RegionName\": \"广州\",\n \"Region\": \"ap-guangzhou\",\n \"Area\": \"华南地区\",\n \"IsDefaultRegion\": 1,\n \"Status\": 1\n }\n ]\n }\n}",
98
- "title": "查询可售卖订阅的地域"
99
- }
100
- ],
101
93
  "DescribeSubscribeConf": [
102
94
  {
103
95
  "document": "",
@@ -194,7 +194,7 @@
194
194
  {
195
195
  "document": "获取目标列表",
196
196
  "input": "POST / HTTP/1.1\nHost: eb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListTargets\n<公共请求参数>\n\n{\n \"EventBusId\": \"eb-l65vlc2\",\n \"RuleId\": \"rule-fdltium8\"\n}",
197
- "output": "{\n \"Response\": {\n \"TotalCount\": 0,\n \"Targets\": [\n {\n \"Type\": \"abc\",\n \"EventBusId\": \"abc\",\n \"TargetId\": \"abc\",\n \"TargetDescription\": {\n \"ResourceDescription\": \"abc\",\n \"SCFParams\": {\n \"BatchTimeout\": 0,\n \"BatchEventCount\": 0,\n \"EnableBatchDelivery\": true\n },\n \"CkafkaTargetParams\": {\n \"TopicName\": \"abc\",\n \"RetryPolicy\": {\n \"RetryInterval\": 1,\n \"MaxRetryAttempts\": 1\n }\n },\n \"ESTargetParams\": {\n \"NetMode\": \"abc\",\n \"IndexPrefix\": \"abc\",\n \"IndexTemplateType\": \"abc\",\n \"RotationInterval\": \"abc\",\n \"OutputMode\": \"abc\",\n \"IndexSuffixMode\": \"abc\"\n }\n },\n \"RuleId\": \"abc\",\n \"EnableBatchDelivery\": true,\n \"BatchTimeout\": 0,\n \"BatchEventCount\": 0\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
197
+ "output": "{\n \"Response\": {\n \"TotalCount\": 0,\n \"Targets\": [\n {\n \"Type\": \"abc\",\n \"EventBusId\": \"abc\",\n \"TargetId\": \"abc\",\n \"TargetDescription\": {\n \"ResourceDescription\": \"abc\",\n \"SCFParams\": {\n \"BatchTimeout\": 0,\n \"BatchEventCount\": 0,\n \"EnableBatchDelivery\": true\n },\n \"CkafkaTargetParams\": {\n \"TopicName\": \"abc\",\n \"RetryPolicy\": {\n \"RetryInterval\": 1,\n \"MaxRetryAttempts\": 1\n }\n },\n \"ESTargetParams\": {\n \"NetMode\": \"abc\",\n \"IndexPrefix\": \"abc\",\n \"RotationInterval\": \"abc\",\n \"OutputMode\": \"abc\",\n \"IndexSuffixMode\": \"abc\",\n \"IndexTemplateType\": \"abc\"\n }\n },\n \"RuleId\": \"abc\",\n \"EnableBatchDelivery\": true,\n \"BatchTimeout\": 0,\n \"BatchEventCount\": 0\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
198
198
  "title": "获取目标列表"
199
199
  }
200
200
  ],
@@ -3829,7 +3829,7 @@
3829
3829
  },
3830
3830
  {
3831
3831
  "disabled": false,
3832
- "document": "按照OrderField升序或者降序进行排序。取值范围:<li>0:表示降序。</li><li>1:表示升序。</li>默认值为0。",
3832
+ "document": "按照OrderField升序或者降序进行排序。取值范围:<li>0:表示升序。</li><li>1:表示降序。</li>默认值为0。",
3833
3833
  "example": "0",
3834
3834
  "member": "int64",
3835
3835
  "name": "Asc",
@@ -4420,8 +4420,8 @@
4420
4420
  },
4421
4421
  {
4422
4422
  "disabled": false,
4423
- "document": "状态描述\n注意:此字段可能返回 null,表示取不到有效值。",
4424
- "example": "状态描述",
4423
+ "document": "常见状态描述:集群生产中,集群运行中,集群创建中,集群已关闭,集群已删除\n注意:此字段可能返回 null,表示取不到有效值。",
4424
+ "example": "集群运行中",
4425
4425
  "member": "string",
4426
4426
  "name": "StatusDesc",
4427
4427
  "output_required": true,
@@ -4580,8 +4580,8 @@
4580
4580
  },
4581
4581
  {
4582
4582
  "disabled": false,
4583
- "document": "状态码\n注意:此字段可能返回 null,表示取不到有效值。",
4584
- "example": "1",
4583
+ "document": "状态码, 取值为-2(集群已删除), -1(集群已关闭), 0(集群生产中), 2(集群运行中), 3(集群创建中)\n注意:此字段可能返回 null,表示取不到有效值。",
4584
+ "example": "2",
4585
4585
  "member": "uint64",
4586
4586
  "name": "Status",
4587
4587
  "output_required": true,