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.
- tccli/__init__.py +1 -1
- tccli/services/__init__.py +3 -0
- tccli/services/advisor/advisor_client.py +56 -0
- tccli/services/advisor/v20200721/api.json +34 -0
- tccli/services/advisor/v20200721/examples.json +8 -0
- tccli/services/autoscaling/v20180419/api.json +41 -13
- tccli/services/billing/billing_client.py +172 -4
- tccli/services/billing/v20180709/api.json +332 -1
- tccli/services/billing/v20180709/examples.json +24 -0
- tccli/services/ccc/v20200210/api.json +71 -26
- tccli/services/cdb/cdb_client.py +1128 -288
- tccli/services/cdb/v20170320/api.json +2166 -335
- tccli/services/cdb/v20170320/examples.json +126 -6
- tccli/services/cdn/v20180606/api.json +22 -22
- tccli/services/cdn/v20180606/examples.json +1 -1
- tccli/services/ckafka/ckafka_client.py +120 -8
- tccli/services/ckafka/v20190819/api.json +525 -180
- tccli/services/ckafka/v20190819/examples.json +30 -20
- tccli/services/clb/v20180317/api.json +87 -87
- tccli/services/csip/csip_client.py +392 -0
- tccli/services/csip/v20221121/api.json +2050 -284
- tccli/services/csip/v20221121/examples.json +56 -0
- tccli/services/cvm/v20170312/api.json +20 -20
- tccli/services/cvm/v20170312/examples.json +8 -8
- tccli/services/emr/v20190103/api.json +6 -6
- tccli/services/faceid/v20180301/api.json +102 -52
- tccli/services/faceid/v20180301/examples.json +3 -9
- tccli/services/hunyuan/hunyuan_client.py +448 -0
- tccli/services/hunyuan/v20230901/api.json +879 -18
- tccli/services/hunyuan/v20230901/examples.json +64 -0
- tccli/services/lighthouse/lighthouse_client.py +360 -24
- tccli/services/lighthouse/v20200324/api.json +488 -0
- tccli/services/lighthouse/v20200324/examples.json +54 -0
- tccli/services/lkeap/v20240522/api.json +36 -0
- tccli/services/lkeap/v20240522/examples.json +1 -1
- tccli/services/mdl/v20200326/api.json +309 -38
- tccli/services/mdp/v20200527/api.json +191 -28
- tccli/services/mongodb/v20190725/api.json +39 -39
- tccli/services/monitor/v20180724/api.json +5 -5
- tccli/services/mps/mps_client.py +341 -61
- tccli/services/mps/v20190612/api.json +890 -31
- tccli/services/mps/v20190612/examples.json +40 -0
- tccli/services/mqtt/__init__.py +4 -0
- tccli/services/mqtt/mqtt_client.py +1610 -0
- tccli/services/mqtt/v20240516/api.json +3057 -0
- tccli/services/mqtt/v20240516/examples.json +213 -0
- tccli/services/ocr/v20181119/api.json +23 -3
- tccli/services/ocr/v20181119/examples.json +6 -6
- tccli/services/redis/v20180412/api.json +12 -12
- tccli/services/ses/ses_client.py +348 -12
- tccli/services/ses/v20201002/api.json +1197 -256
- tccli/services/ses/v20201002/examples.json +78 -24
- tccli/services/tcsas/tcsas_client.py +2281 -209
- tccli/services/tcsas/v20250106/api.json +8410 -3423
- tccli/services/tcsas/v20250106/examples.json +308 -12
- tccli/services/tdmq/v20200217/api.json +4 -4
- tccli/services/teo/v20220901/api.json +10 -10
- tccli/services/tke/tke_client.py +168 -0
- tccli/services/tke/v20180525/api.json +227 -0
- tccli/services/tke/v20180525/examples.json +24 -0
- tccli/services/trocket/v20230308/api.json +96 -96
- tccli/services/trtc/v20190722/api.json +212 -144
- tccli/services/trtc/v20190722/examples.json +7 -7
- tccli/services/vod/v20180717/api.json +2929 -296
- tccli/services/vod/v20180717/examples.json +40 -6
- tccli/services/vod/vod_client.py +280 -0
- tccli/services/vpc/v20170312/api.json +80 -13
- tccli/services/vpc/v20170312/examples.json +17 -9
- tccli/services/vpc/vpc_client.py +64 -8
- {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/METADATA +2 -2
- {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/RECORD +75 -71
- {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/WHEEL +1 -1
- {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/LICENSE +0 -0
- {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/entry_points.txt +0 -0
- {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/top_level.txt +0 -0
|
@@ -56,6 +56,22 @@
|
|
|
56
56
|
"title": "Creating an Adaptive Bitrate Streaming Template"
|
|
57
57
|
}
|
|
58
58
|
],
|
|
59
|
+
"CreateAigcImageTask": [
|
|
60
|
+
{
|
|
61
|
+
"document": "",
|
|
62
|
+
"input": "POST / HTTP/1.1\nHost:mps.tencentcloudapi.com\nContent-Type:application/json\nX-TC-Action: CreateAigcImageTask\n<Common Request Parameters>",
|
|
63
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"1047d0dc-6dc8-4898-a7f3-03726a822b0e\",\n \"TaskId\": \"4-AigcImage-c3b145ec76****94ac55b9e63be17d\"\n }\n}",
|
|
64
|
+
"title": "Example"
|
|
65
|
+
}
|
|
66
|
+
],
|
|
67
|
+
"CreateAigcVideoTask": [
|
|
68
|
+
{
|
|
69
|
+
"document": "",
|
|
70
|
+
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAigcVideoTask\n<Common Request Parameters>\n\n{\n \"ModelName\": \"GV\",\n \"Prompt\": \"move the picture\",\n \"NegativePrompt\": \"Top lighting,bright colors\",\n \"EnhancePrompt\": false,\n \"ImageUrl\": \"https://1500039689.vod-**.com/6cd2c44bvodcq1500039689/179cafb25145403699605999621/**oxE6jcA.png\",\n \"LastImageUrl\": \"https://aigc-**-image-1303333058.cos.ap-guangzhou.myqcloud.com/xxx_8655.png\",\n \"Duration\": 8,\n \"ExtraParameters\": {\n \"Resolution\": \"720P\",\n \"AspectRatio\": \"16:9\"\n },\n \"StoreCosParam\": {\n \"CosBucketName\": \"aigc-***-video-1**58\",\n \"CosBucketRegion\": \"ap-guangzhou\",\n \"CosBucketPath\": \"my_cos_file\"\n },\n \"Operator\": \"admin\"\n}",
|
|
71
|
+
"output": "{\n \"Response\": {\n \"TaskId\": \"2147**3792\",\n \"RequestId\": \"643fb583-0032-44ac-bfa8-bef25e310998\"\n }\n}",
|
|
72
|
+
"title": "Example"
|
|
73
|
+
}
|
|
74
|
+
],
|
|
59
75
|
"CreateAnimatedGraphicsTemplate": [
|
|
60
76
|
{
|
|
61
77
|
"document": " ",
|
|
@@ -440,6 +456,22 @@
|
|
|
440
456
|
"title": "Querying adaptive bitrate streaming templates"
|
|
441
457
|
}
|
|
442
458
|
],
|
|
459
|
+
"DescribeAigcImageTask": [
|
|
460
|
+
{
|
|
461
|
+
"document": "",
|
|
462
|
+
"input": "POST / HTTP/1.1\nHost:mps.tencentcloudapi.com\nContent-Type:application/json\nX-TC-Action: DescribeAigcImageTask\n<Common Request Parameters>\n\n{\n \"TaskId\": \"4-AigcImage-c3b145ec76****94ac55b9e63be17d\"\n}",
|
|
463
|
+
"output": "{\n \"Response\": {\n \"Message\": \"ok\",\n \"RequestId\": \"1047d0dc-6dc8-4898-a7f3-03726a822b0e\",\n \"Status\": \"DONE\",\n \"ImageUrls\": [\n \"https://test-aigc-video-*****.cos.ap-guangzhou.myqcloud.com/4_2147483784_711361***94779.png\"\n ]\n }\n}",
|
|
464
|
+
"title": "Example"
|
|
465
|
+
}
|
|
466
|
+
],
|
|
467
|
+
"DescribeAigcVideoTask": [
|
|
468
|
+
{
|
|
469
|
+
"document": "",
|
|
470
|
+
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAigcVideoTask\n<Common Request Parameters>\n\n{\n \"TaskId\": \"4-AigcVideo-c3b145ec764****55b699e63be17d\"\n}",
|
|
471
|
+
"output": "{\n \"Response\": {\n \"Message\": \"ok\",\n \"Resolution\": \"1920x1088\",\n \"Status\": \"DONE\",\n \"VideoUrls\": [\n \"https://live-**-video-*****.cos.ap-guangzhou.myqcloud.com/251006278_***_711361***06890375.mp4\"\n ],\n \"RequestId\": \"0b9ff3d7-959e-4b9d-8553-7c125305c868\"\n }\n}",
|
|
472
|
+
"title": "Example"
|
|
473
|
+
}
|
|
474
|
+
],
|
|
443
475
|
"DescribeAnimatedGraphicsTemplates": [
|
|
444
476
|
{
|
|
445
477
|
"document": " Obtaining a List of Screenshot Templates",
|
|
@@ -1045,6 +1077,14 @@
|
|
|
1045
1077
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6ca31e3a-6b8e-4b4e-9256-fdc700064ef3\"\n }\n}",
|
|
1046
1078
|
"title": "Resetting a transcoding rule"
|
|
1047
1079
|
}
|
|
1080
|
+
],
|
|
1081
|
+
"TextTranslation": [
|
|
1082
|
+
{
|
|
1083
|
+
"document": "",
|
|
1084
|
+
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: TextTranslation\n<Common request parameters>\n\n{\n \"SourceText\": \"hello\",\n \"Source\": \"zh\",\n \"Target\": \"en\"\n}",
|
|
1085
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"6411c585-ee14-4a53-8642-dea0f16e161d\",\n \"Source\": \"zh\",\n \"Target\": \"en\",\n \"TargetText\": \"hello\"\n }\n}",
|
|
1086
|
+
"title": "Text Translation Request Example"
|
|
1087
|
+
}
|
|
1048
1088
|
]
|
|
1049
1089
|
},
|
|
1050
1090
|
"version": "1.0"
|