tccli-intl-en 3.1.13.1__py2.py3-none-any.whl → 3.1.39.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 (75) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +3 -0
  3. tccli/services/advisor/advisor_client.py +56 -0
  4. tccli/services/advisor/v20200721/api.json +34 -0
  5. tccli/services/advisor/v20200721/examples.json +8 -0
  6. tccli/services/autoscaling/v20180419/api.json +41 -13
  7. tccli/services/billing/billing_client.py +172 -4
  8. tccli/services/billing/v20180709/api.json +332 -1
  9. tccli/services/billing/v20180709/examples.json +24 -0
  10. tccli/services/ccc/v20200210/api.json +71 -26
  11. tccli/services/cdb/cdb_client.py +1128 -288
  12. tccli/services/cdb/v20170320/api.json +2166 -335
  13. tccli/services/cdb/v20170320/examples.json +126 -6
  14. tccli/services/cdn/v20180606/api.json +22 -22
  15. tccli/services/cdn/v20180606/examples.json +1 -1
  16. tccli/services/ckafka/ckafka_client.py +120 -8
  17. tccli/services/ckafka/v20190819/api.json +525 -180
  18. tccli/services/ckafka/v20190819/examples.json +30 -20
  19. tccli/services/clb/v20180317/api.json +87 -87
  20. tccli/services/csip/csip_client.py +392 -0
  21. tccli/services/csip/v20221121/api.json +2050 -284
  22. tccli/services/csip/v20221121/examples.json +56 -0
  23. tccli/services/cvm/v20170312/api.json +20 -20
  24. tccli/services/cvm/v20170312/examples.json +8 -8
  25. tccli/services/emr/v20190103/api.json +6 -6
  26. tccli/services/faceid/v20180301/api.json +102 -52
  27. tccli/services/faceid/v20180301/examples.json +3 -9
  28. tccli/services/hunyuan/hunyuan_client.py +448 -0
  29. tccli/services/hunyuan/v20230901/api.json +879 -18
  30. tccli/services/hunyuan/v20230901/examples.json +64 -0
  31. tccli/services/lighthouse/lighthouse_client.py +360 -24
  32. tccli/services/lighthouse/v20200324/api.json +488 -0
  33. tccli/services/lighthouse/v20200324/examples.json +54 -0
  34. tccli/services/lkeap/v20240522/api.json +36 -0
  35. tccli/services/lkeap/v20240522/examples.json +1 -1
  36. tccli/services/mdl/v20200326/api.json +309 -38
  37. tccli/services/mdp/v20200527/api.json +191 -28
  38. tccli/services/mongodb/v20190725/api.json +39 -39
  39. tccli/services/monitor/v20180724/api.json +5 -5
  40. tccli/services/mps/mps_client.py +341 -61
  41. tccli/services/mps/v20190612/api.json +890 -31
  42. tccli/services/mps/v20190612/examples.json +40 -0
  43. tccli/services/mqtt/__init__.py +4 -0
  44. tccli/services/mqtt/mqtt_client.py +1610 -0
  45. tccli/services/mqtt/v20240516/api.json +3057 -0
  46. tccli/services/mqtt/v20240516/examples.json +213 -0
  47. tccli/services/ocr/v20181119/api.json +23 -3
  48. tccli/services/ocr/v20181119/examples.json +6 -6
  49. tccli/services/redis/v20180412/api.json +12 -12
  50. tccli/services/ses/ses_client.py +348 -12
  51. tccli/services/ses/v20201002/api.json +1197 -256
  52. tccli/services/ses/v20201002/examples.json +78 -24
  53. tccli/services/tcsas/tcsas_client.py +2281 -209
  54. tccli/services/tcsas/v20250106/api.json +8410 -3423
  55. tccli/services/tcsas/v20250106/examples.json +308 -12
  56. tccli/services/tdmq/v20200217/api.json +4 -4
  57. tccli/services/teo/v20220901/api.json +10 -10
  58. tccli/services/tke/tke_client.py +168 -0
  59. tccli/services/tke/v20180525/api.json +227 -0
  60. tccli/services/tke/v20180525/examples.json +24 -0
  61. tccli/services/trocket/v20230308/api.json +96 -96
  62. tccli/services/trtc/v20190722/api.json +212 -144
  63. tccli/services/trtc/v20190722/examples.json +7 -7
  64. tccli/services/vod/v20180717/api.json +2929 -296
  65. tccli/services/vod/v20180717/examples.json +40 -6
  66. tccli/services/vod/vod_client.py +280 -0
  67. tccli/services/vpc/v20170312/api.json +80 -13
  68. tccli/services/vpc/v20170312/examples.json +17 -9
  69. tccli/services/vpc/vpc_client.py +64 -8
  70. {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/METADATA +2 -2
  71. {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/RECORD +75 -71
  72. {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/WHEEL +1 -1
  73. {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/LICENSE +0 -0
  74. {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/entry_points.txt +0 -0
  75. {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/top_level.txt +0 -0
@@ -548,6 +548,14 @@
548
548
  "title": "Querying the list of clusters"
549
549
  }
550
550
  ],
551
+ "DescribeControlPlaneLogs": [
552
+ {
553
+ "document": "This example shows you how to call when querying plug-in log collection settings.",
554
+ "input": "POST / HTTP/1.1\nHost: tke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeControlPlaneLogs\n<Common request parameters>\n\n{\n \"ClusterId\": \"cls-kaftesta\",\n \"ClusterType\": \"tke\"\n}",
555
+ "output": "{\n \"Response\": {\n \"Details\": [\n {\n \"Name\": \"karpenter\",\n \"LogLevel\": 2,\n \"LogSetId\": \"2912eb16-a56c-4b9b-adb0-9828db1ad342\",\n \"TopicRegion\": \"ap-guangzhou\",\n \"TopicId\": \"2912eb16-a56c-4b9b-adb0-9828db1ad342\"\n }\n ],\n \"RequestId\": \"583e6c4b-ff24-42f8-87f1-37e4c00d81b7\"\n }\n}",
556
+ "title": "Querying Plug-In Log Collection Settings"
557
+ }
558
+ ],
551
559
  "DescribeECMInstances": [
552
560
  {
553
561
  "document": "This example shows you how to obtain the information of instances in a cluster.",
@@ -806,6 +814,14 @@
806
814
  "title": "Disabling cluster deletion protection"
807
815
  }
808
816
  ],
817
+ "DisableControlPlaneLogs": [
818
+ {
819
+ "document": "This example shows you how to call the log collection settings when deleting a plugin.",
820
+ "input": "POST / HTTP/1.1\nHost: tke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DisableControlPlaneLogs\n<Common request parameters>\n\n{\n \"ClusterId\": \"cls-kaftesta\",\n \"ClusterType\": \"tke\",\n \"ComponentNames\": [\n \"karpenter\"\n ],\n \"DeleteLogSetAndTopic\": false\n}",
821
+ "output": "{\n \"Response\": {\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
822
+ "title": "Delete Plugin Log Collection Settings"
823
+ }
824
+ ],
809
825
  "DisableEncryptionProtection": [
810
826
  {
811
827
  "document": "This example shows you how to disable encryption protection.",
@@ -830,6 +846,14 @@
830
846
  "title": "Enabling cluster deletion protection"
831
847
  }
832
848
  ],
849
+ "EnableControlPlaneLogs": [
850
+ {
851
+ "document": "This example shows you how to call when creating plugin log collection settings.",
852
+ "input": "POST / HTTP/1.1\nHost: tke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: EnableControlPlaneLogs\n<Common request parameters>\n\n{\n \"ClusterId\": \"cls-kaftesta\",\n \"ClusterType\": \"tke\",\n \"Components\": [\n {\n \"LogLevel\": 2,\n \"LogSetId\": \"2912eb16-a56c-4b9b-adb0-9828db1ad342\",\n \"Name\": \"kapenter\",\n \"TopicId\": \"2912eb16-a56c-4b9b-adb0-9828db1ad342\",\n \"TopicRegion\": \"ap-guangzhou\"\n }\n ]\n}",
853
+ "output": "{\n \"Response\": {\n \"RequestId\": \"f12a6e20-f950-4af9-8f8b-b6329a4961c2\"\n }\n}",
854
+ "title": "Creating Plugin Log Collection Configuration"
855
+ }
856
+ ],
833
857
  "EnableEncryptionProtection": [
834
858
  {
835
859
  "document": "This example shows you how to enable encryption protection.",