tccli-intl-en 3.0.1282.1__py2.py3-none-any.whl → 3.1.33.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 (207) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/argument.py +1 -1
  3. tccli/services/__init__.py +15 -0
  4. tccli/services/advisor/advisor_client.py +2 -2
  5. tccli/services/ai3d/__init__.py +4 -0
  6. tccli/services/ai3d/ai3d_client.py +266 -0
  7. tccli/services/ai3d/v20250513/api.json +264 -0
  8. tccli/services/ai3d/v20250513/examples.json +20 -0
  9. tccli/services/aiart/aiart_client.py +1 -1
  10. tccli/services/ams/ams_client.py +4 -4
  11. tccli/services/antiddos/antiddos_client.py +70 -70
  12. tccli/services/apigateway/apigateway_client.py +93 -93
  13. tccli/services/apm/apm_client.py +783 -55
  14. tccli/services/apm/v20210622/api.json +3936 -1145
  15. tccli/services/apm/v20210622/examples.json +133 -23
  16. tccli/services/asr/asr_client.py +2 -2
  17. tccli/services/autoscaling/autoscaling_client.py +58 -58
  18. tccli/services/autoscaling/v20180419/api.json +77 -27
  19. tccli/services/batch/batch_client.py +28 -28
  20. tccli/services/bi/bi_client.py +24 -24
  21. tccli/services/billing/billing_client.py +42 -42
  22. tccli/services/cam/cam_client.py +81 -81
  23. tccli/services/captcha/captcha_client.py +1 -1
  24. tccli/services/car/car_client.py +33 -33
  25. tccli/services/cbs/cbs_client.py +38 -38
  26. tccli/services/ccc/ccc_client.py +70 -70
  27. tccli/services/ccc/v20200210/api.json +71 -26
  28. tccli/services/cdb/cdb_client.py +1262 -422
  29. tccli/services/cdb/v20170320/api.json +2166 -335
  30. tccli/services/cdb/v20170320/examples.json +126 -6
  31. tccli/services/cdc/cdc_client.py +20 -20
  32. tccli/services/cdn/cdn_client.py +44 -44
  33. tccli/services/cdn/v20180606/api.json +22 -22
  34. tccli/services/cdn/v20180606/examples.json +1 -1
  35. tccli/services/cdwdoris/cdwdoris_client.py +77 -77
  36. tccli/services/cdwpg/cdwpg_client.py +24 -24
  37. tccli/services/cdz/cdz_client.py +1 -1
  38. tccli/services/cfg/cfg_client.py +16 -16
  39. tccli/services/cfs/cfs_client.py +39 -39
  40. tccli/services/cfw/cfw_client.py +66 -66
  41. tccli/services/chdfs/chdfs_client.py +29 -29
  42. tccli/services/ciam/ciam_client.py +16 -16
  43. tccli/services/ckafka/ckafka_client.py +468 -76
  44. tccli/services/ckafka/v20190819/api.json +1009 -246
  45. tccli/services/ckafka/v20190819/examples.json +73 -23
  46. tccli/services/clb/clb_client.py +720 -384
  47. tccli/services/clb/v20180317/api.json +2255 -1017
  48. tccli/services/clb/v20180317/examples.json +184 -124
  49. tccli/services/cloudaudit/cloudaudit_client.py +18 -18
  50. tccli/services/cls/cls_client.py +86 -86
  51. tccli/services/cmq/cmq_client.py +2 -2
  52. tccli/services/config/config_client.py +6 -6
  53. tccli/services/controlcenter/controlcenter_client.py +225 -1
  54. tccli/services/controlcenter/v20230110/api.json +528 -5
  55. tccli/services/controlcenter/v20230110/examples.json +32 -0
  56. tccli/services/csip/csip_client.py +34 -34
  57. tccli/services/ctsdb/ctsdb_client.py +2 -2
  58. tccli/services/cvm/cvm_client.py +84 -84
  59. tccli/services/cvm/v20170312/api.json +175 -116
  60. tccli/services/cvm/v20170312/examples.json +93 -93
  61. tccli/services/cwp/cwp_client.py +465 -465
  62. tccli/services/cynosdb/cynosdb_client.py +154 -154
  63. tccli/services/dataintegration/dataintegration_client.py +1 -1
  64. tccli/services/dayu/dayu_client.py +103 -103
  65. tccli/services/dbbrain/dbbrain_client.py +42 -42
  66. tccli/services/dc/dc_client.py +18 -18
  67. tccli/services/dcdb/dcdb_client.py +62 -62
  68. tccli/services/dlc/dlc_client.py +109 -109
  69. tccli/services/dms/dms_client.py +2 -2
  70. tccli/services/dnspod/dnspod_client.py +40 -40
  71. tccli/services/domain/domain_client.py +24 -24
  72. tccli/services/dts/dts_client.py +83 -83
  73. tccli/services/eb/eb_client.py +26 -26
  74. tccli/services/ecdn/ecdn_client.py +15 -15
  75. tccli/services/ecm/ecm_client.py +124 -124
  76. tccli/services/eiam/eiam_client.py +40 -40
  77. tccli/services/emr/emr_client.py +77 -77
  78. tccli/services/emr/v20190103/api.json +6 -6
  79. tccli/services/es/es_client.py +21 -21
  80. tccli/services/facefusion/facefusion_client.py +3 -3
  81. tccli/services/faceid/faceid_client.py +19 -19
  82. tccli/services/faceid/v20180301/api.json +124 -46
  83. tccli/services/gaap/gaap_client.py +88 -88
  84. tccli/services/gme/gme_client.py +10 -10
  85. tccli/services/gpm/gpm_client.py +18 -18
  86. tccli/services/gse/gse_client.py +22 -22
  87. tccli/services/gwlb/gwlb_client.py +18 -18
  88. tccli/services/hunyuan/__init__.py +4 -0
  89. tccli/services/hunyuan/hunyuan_client.py +546 -0
  90. tccli/services/hunyuan/v20230901/api.json +628 -0
  91. tccli/services/hunyuan/v20230901/examples.json +60 -0
  92. tccli/services/iai/iai_client.py +29 -29
  93. tccli/services/iap/iap_client.py +6 -6
  94. tccli/services/ims/ims_client.py +1 -1
  95. tccli/services/intlpartnersmgt/intlpartnersmgt_client.py +42 -42
  96. tccli/services/iotcloud/iotcloud_client.py +20 -20
  97. tccli/services/ip/ip_client.py +6 -6
  98. tccli/services/kms/kms_client.py +68 -68
  99. tccli/services/kms/v20190118/api.json +80 -3
  100. tccli/services/kms/v20190118/examples.json +3 -3
  101. tccli/services/lcic/lcic_client.py +53 -53
  102. tccli/services/lighthouse/lighthouse_client.py +434 -98
  103. tccli/services/lighthouse/v20200324/api.json +488 -0
  104. tccli/services/lighthouse/v20200324/examples.json +54 -0
  105. tccli/services/live/live_client.py +120 -120
  106. tccli/services/lke/lke_client.py +90 -90
  107. tccli/services/lkeap/lkeap_client.py +63 -7
  108. tccli/services/lkeap/v20240522/api.json +134 -0
  109. tccli/services/lkeap/v20240522/examples.json +21 -1
  110. tccli/services/mariadb/mariadb_client.py +50 -50
  111. tccli/services/mdc/mdc_client.py +18 -18
  112. tccli/services/mdl/mdl_client.py +225 -57
  113. tccli/services/mdl/v20200326/api.json +903 -59
  114. tccli/services/mdl/v20200326/examples.json +24 -0
  115. tccli/services/mdp/mdp_client.py +62 -62
  116. tccli/services/mdp/v20200527/api.json +191 -28
  117. tccli/services/message/message_client.py +1 -1
  118. tccli/services/mongodb/mongodb_client.py +1081 -129
  119. tccli/services/mongodb/v20190725/api.json +1798 -141
  120. tccli/services/mongodb/v20190725/examples.json +136 -0
  121. tccli/services/monitor/monitor_client.py +149 -149
  122. tccli/services/monitor/v20180724/api.json +8 -8
  123. tccli/services/mps/mps_client.py +1118 -278
  124. tccli/services/mps/v20190612/api.json +2117 -117
  125. tccli/services/mps/v20190612/examples.json +164 -62
  126. tccli/services/mqtt/__init__.py +4 -0
  127. tccli/services/mqtt/mqtt_client.py +1610 -0
  128. tccli/services/mqtt/v20240516/api.json +3057 -0
  129. tccli/services/mqtt/v20240516/examples.json +213 -0
  130. tccli/services/msp/msp_client.py +7 -7
  131. tccli/services/ocr/ocr_client.py +206 -38
  132. tccli/services/ocr/v20181119/api.json +726 -83
  133. tccli/services/ocr/v20181119/examples.json +36 -6
  134. tccli/services/omics/omics_client.py +20 -20
  135. tccli/services/organization/organization_client.py +116 -116
  136. tccli/services/postgres/postgres_client.py +91 -91
  137. tccli/services/privatedns/privatedns_client.py +31 -31
  138. tccli/services/pts/pts_client.py +48 -48
  139. tccli/services/quota/quota_client.py +5 -5
  140. tccli/services/rce/rce_client.py +1 -1
  141. tccli/services/redis/redis_client.py +109 -109
  142. tccli/services/redis/v20180412/api.json +12 -12
  143. tccli/services/region/region_client.py +3 -3
  144. tccli/services/rum/rum_client.py +60 -60
  145. tccli/services/scf/scf_client.py +42 -42
  146. tccli/services/ses/ses_client.py +29 -29
  147. tccli/services/smh/__init__.py +4 -0
  148. tccli/services/smh/smh_client.py +714 -0
  149. tccli/services/smh/v20210712/api.json +1287 -0
  150. tccli/services/smh/v20210712/examples.json +85 -0
  151. tccli/services/sms/sms_client.py +18 -18
  152. tccli/services/sqlserver/sqlserver_client.py +139 -139
  153. tccli/services/ssl/ssl_client.py +38 -38
  154. tccli/services/ssm/ssm_client.py +24 -24
  155. tccli/services/sts/sts_client.py +5 -5
  156. tccli/services/tag/tag_client.py +30 -30
  157. tccli/services/tat/tat_client.py +19 -19
  158. tccli/services/tbaas/tbaas_client.py +4 -4
  159. tccli/services/tcaplusdb/tcaplusdb_client.py +52 -52
  160. tccli/services/tchd/tchd_client.py +1 -1
  161. tccli/services/tcmpp/tcmpp_client.py +104 -104
  162. tccli/services/tcr/tcr_client.py +76 -76
  163. tccli/services/tcsas/tcsas_client.py +2340 -268
  164. tccli/services/tcsas/v20250106/api.json +8410 -3423
  165. tccli/services/tcsas/v20250106/examples.json +308 -12
  166. tccli/services/tcss/tcss_client.py +330 -330
  167. tccli/services/tdid/tdid_client.py +48 -48
  168. tccli/services/tdmq/tdmq_client.py +2500 -372
  169. tccli/services/tdmq/v20200217/api.json +11607 -3958
  170. tccli/services/tdmq/v20200217/examples.json +562 -264
  171. tccli/services/tem/tem_client.py +56 -56
  172. tccli/services/teo/teo_client.py +466 -298
  173. tccli/services/teo/v20220901/api.json +324 -16
  174. tccli/services/teo/v20220901/examples.json +64 -22
  175. tccli/services/tione/tione_client.py +1 -1
  176. tccli/services/tiw/tiw_client.py +51 -51
  177. tccli/services/tke/tke_client.py +306 -138
  178. tccli/services/tke/v20180525/api.json +227 -0
  179. tccli/services/tke/v20180525/examples.json +24 -0
  180. tccli/services/tms/tms_client.py +1 -1
  181. tccli/services/tmt/tmt_client.py +1 -1
  182. tccli/services/trabbit/trabbit_client.py +29 -29
  183. tccli/services/trocket/__init__.py +4 -0
  184. tccli/services/trocket/trocket_client.py +2450 -0
  185. tccli/services/trocket/v20230308/api.json +6062 -0
  186. tccli/services/trocket/v20230308/examples.json +339 -0
  187. tccli/services/trro/trro_client.py +19 -19
  188. tccli/services/trtc/trtc_client.py +51 -51
  189. tccli/services/trtc/v20190722/api.json +15 -15
  190. tccli/services/tts/tts_client.py +1 -1
  191. tccli/services/vclm/vclm_client.py +2 -2
  192. tccli/services/vm/vm_client.py +4 -4
  193. tccli/services/vod/v20180717/api.json +2929 -296
  194. tccli/services/vod/v20180717/examples.json +40 -6
  195. tccli/services/vod/vod_client.py +459 -179
  196. tccli/services/vpc/v20170312/api.json +99 -29
  197. tccli/services/vpc/v20170312/examples.json +21 -13
  198. tccli/services/vpc/vpc_client.py +357 -301
  199. tccli/services/waf/waf_client.py +107 -107
  200. tccli/services/wedata/wedata_client.py +310 -310
  201. tccli/services/yunjing/yunjing_client.py +71 -71
  202. {tccli_intl_en-3.0.1282.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/METADATA +2 -2
  203. {tccli_intl_en-3.0.1282.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/RECORD +207 -187
  204. {tccli_intl_en-3.0.1282.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/WHEEL +1 -1
  205. {tccli_intl_en-3.0.1282.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/LICENSE +0 -0
  206. {tccli_intl_en-3.0.1282.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/entry_points.txt +0 -0
  207. {tccli_intl_en-3.0.1282.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/top_level.txt +0 -0
@@ -114,6 +114,22 @@
114
114
  "title": "CreateAdaptiveDynamicStreamingTemplate"
115
115
  }
116
116
  ],
117
+ "CreateAigcImageTask": [
118
+ {
119
+ "document": "",
120
+ "input": "POST / HTTP/1.1\nHost: vod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAigcImageTask\n<Common request parameters>\n\n{\n \"SubAppId\": 251007502,\n \"ModelName\": \"GEM\",\n \"ModelVersion\": \"2.5\",\n \"FileInfos\": [\n {\n \"FileId\": \"3704211***509819\"\n }\n ],\n \"Prompt\": \"generate a car\",\n \"NegativePrompt\": \"red\",\n \"EnhancePrompt\": \"Enabled\",\n \"OutputConfig\": {\n \"StorageMode\": \"Temporary\",\n \"AspectRatio\": \"16:9\",\n \"PersonGeneration\": \"AllowAdult\",\n \"InputComplianceCheck\": \"Enabled\",\n \"OutputComplianceCheck\": \"Enabled\"\n },\n \"SessionId\": \"mysession\",\n \"SessionContext\": \"mySessionContext\",\n \"TasksPriority\": \"10\",\n \"ExtInfo\": \"myextinfo\"\n}",
121
+ "output": "{\n \"Response\": {\n \"TaskId\": \"251007502-AigcImage***2782aff1e896673f1ft\",\n \"RequestId\": \"f50d7667-72d8-46bb-a7e3-0613588971b6\"\n }\n}",
122
+ "title": "Triggering the AIGC Image Generation Task"
123
+ }
124
+ ],
125
+ "CreateAigcVideoTask": [
126
+ {
127
+ "document": "",
128
+ "input": "POST / HTTP/1.1\nHost: vod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAigcVideoTask\n<Common request parameters>\n\n{\n \"SubAppId\": 251007502,\n \"ModelName\": \"GV\",\n \"ModelVersion\": \"3.1-fast\",\n \"FileInfos\": [\n {\n \"FileId\": \"3704211***509819\"\n }\n ],\n \"LastFrameFileId\": \"3704211***509911\",\n \"Prompt\": \"generate a car\",\n \"NegativePrompt\": \"red\",\n \"EnhancePrompt\": \"Enabled\",\n \"OutputConfig\": {\n \"StorageMode\": \"Temporary\",\n \"AspectRatio\": \"9:16\",\n \"AudioGeneration\": \"Enabled\",\n \"PersonGeneration\": \"AllowAdult\",\n \"InputComplianceCheck\": \"Enabled\",\n \"OutputComplianceCheck\": \"Enabled\"\n },\n \"SessionId\": \"mysession2\",\n \"SessionContext\": \"mysessionContext\",\n \"TasksPriority\": \"10\",\n \"ExtInfo\": \"myextinfo\"\n}",
129
+ "output": "{\n \"Response\": {\n \"TaskId\": \"251007502-AigcVideo***25dacdcef7dd2b20fdt\",\n \"RequestId\": \"d68920a4-c989-4afe-ac4d-2f06de99368e\"\n }\n}",
130
+ "title": "Triggering the AIGC Video Generation Task"
131
+ }
132
+ ],
117
133
  "CreateAnimatedGraphicsTemplate": [
118
134
  {
119
135
  "document": " ",
@@ -312,6 +328,14 @@
312
328
  "title": "Creating a sampled screenshot template (with the long side of the screenshot specified)"
313
329
  }
314
330
  ],
331
+ "CreateSceneAigcImageTask": [
332
+ {
333
+ "document": "",
334
+ "input": "POST / HTTP/1.1\nHost: vod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateSceneAigcImageTask\n<Common request parameters>\n\n{\n \"SubAppId\": 251440382,\n \"SceneInfo\": {\n \"Type\": \"change_clothes\",\n \"ChangeClothesConfig\": {\n \"ClothesFileInfos\": [\n {\n \"FileId\": \"3704211***509819\"\n }\n ]\n }\n },\n \"FileInfos\": [\n {\n \"FileId\": \"3704211***509820\"\n }\n ],\n \"OutputConfig\": {\n \"StorageMode\": \"Temporary\",\n \"MediaName\": \"myfile\",\n \"ClassId\": 0\n },\n \"SessionId\": \"mysession\",\n \"SessionContext\": \"mySessionContext\",\n \"TasksPriority\": 10,\n \"ExtInfo\": \"myextinfo\"\n}",
335
+ "output": "{\n \"Response\": {\n \"RequestId\": \"3185a050-c13a-4119-83a2-ed55802034c7\",\n \"TaskId\": \"251440382-SceneAigcImageTask-*****8a5d76bcacaaec9a6d823e4t\"\n }\n}",
336
+ "title": "Trigger a Scenario-Based AIGC Image Generation Task"
337
+ }
338
+ ],
315
339
  "CreateSnapshotByTimeOffsetTemplate": [
316
340
  {
317
341
  "document": " ",
@@ -688,12 +712,6 @@
688
712
  "input": "https://vod.tencentcloudapi.com/?Action=DescribeCDNUsageData\n&StartTime=2018-12-01T00:00:00+08:00\n&EndTime=2018-12-03T00:00:00+08:00\n&DataType=Bandwidth\n&SubAppId=1\n&<Common request parameters>",
689
713
  "output": "{\n \"Response\": {\n \"DataInterval\": 1440,\n \"Data\": [\n {\n \"Time\": \"2018-12-01T00:00:00+08:00\",\n \"Value\": 700000\n },\n {\n \"Time\": \"2018-12-01T05:00:00+08:00\",\n \"Value\": 800000\n },\n {\n \"Time\": \"2018-12-01T10:00:00+08:00\",\n \"Value\": 920000\n }\n ],\n \"RequestId\": \"requestId\"\n }\n}",
690
714
  "title": "Querying bandwidth statistics of all domain names between December 1, 2018 and December 3, 2018 by an admin"
691
- },
692
- {
693
- "document": "This example shows you how to query CDN traffic statistics between December 1, 2018 (inclusive) and December 3, 2018 (inclusive).",
694
- "input": "https://vod.tencentcloudapi.com/?Action=DescribeCDNUsageData\n&DomainNames.0=123.vod2.myqcloud.com\n&DomainNames.1=test.a.com\n&StartTime=2018-12-01T00:00:00+08:00\n&EndTime=2018-12-03T00:00:00+08:00\n&DataType=Bandwidth\n&DataInterval=5\n&<Common request parameters>",
695
- "output": "{\n \"Response\": {\n \"DataInterval\": 5,\n \"Data\": [\n {\n \"Time\": \"2018-12-01T00:00:00+08:00\",\n \"Value\": 100000\n },\n {\n \"Time\": \"2018-12-01T05:00:00+08:00\",\n \"Value\": 200000\n },\n {\n \"Time\": \"2018-12-01T10:00:00+08:00\",\n \"Value\": 350000\n }\n ],\n \"RequestId\": \"requestId\"\n }\n}",
696
- "title": "This example shows you how to query bandwidth statistics (5-minute granularity) of the domain names `123.vod2.myqcloud.com` and `test.a.com` between December 1, 2018 and December 3, 2018."
697
715
  }
698
716
  ],
699
717
  "DescribeCdnLogs": [
@@ -1174,6 +1192,14 @@
1174
1192
  "title": "Delete the Program In the Playlist"
1175
1193
  }
1176
1194
  ],
1195
+ "ImportMediaKnowledge": [
1196
+ {
1197
+ "document": "",
1198
+ "input": "POST / HTTP/1.1\nHost: vod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ImportMediaKnowledge\n<Common request parameters>\n\n{\n \"SubAppId\": 1490012345,\n \"FileId\": \"966263*******14024\",\n \"ImportTasks\": [\n \"AiAnalysis.DescriptionTask\"\n ]\n}",
1199
+ "output": "{\n \"Response\": {\n \"RequestId\": \"82d8af52-0bab-4894-bf4b-831e38fba6f4\",\n \"TaskId\": \"1490012345-ImportMediaKnowledge-6c93a80f3f49a2426299c0ec0096349ft\"\n }\n}",
1200
+ "title": "Importing Media"
1201
+ }
1202
+ ],
1177
1203
  "InspectMediaQuality": [
1178
1204
  {
1179
1205
  "document": "Initiate media quality inspection task for the video with fileId 5285485487985271487.",
@@ -1766,6 +1792,14 @@
1766
1792
  "title": "Search image files within a certain time range based on classification, and only return basic file information, sorted by creation time in descending order"
1767
1793
  }
1768
1794
  ],
1795
+ "SearchMediaBySemantics": [
1796
+ {
1797
+ "document": "",
1798
+ "input": "POST / HTTP/1.1\nHost: vod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SearchMediaBySemantics\n<Common request parameters>\n\n{\n \"SubAppId\": 1500035838,\n \"Text\": \"A seaside video with sunset\"\n}",
1799
+ "output": "{\n \"Response\": {\n \"RequestId\": \"1e7aa7b9-0f92-4fbb-9ca2-6aebdfb31543\",\n \"SearchResults\": [\n {\n \"EndTimeOffset\": 159.07,\n \"FileId\": \"966263618841114024\",\n \"Score\": 0.58276,\n \"StartTimeOffset\": 109.908\n },\n {\n \"EndTimeOffset\": 109.708,\n \"FileId\": \"966263618841114024\",\n \"Score\": 0.58201,\n \"StartTimeOffset\": 83.141\n },\n {\n \"EndTimeOffset\": 82.741,\n \"FileId\": \"966263618841114024\",\n \"Score\": 0.46496,\n \"StartTimeOffset\": 10.222\n }\n ]\n }\n}",
1800
+ "title": "Search"
1801
+ }
1802
+ ],
1769
1803
  "SetDrmKeyProviderInfo": [
1770
1804
  {
1771
1805
  "document": " ",