tccli 3.0.1300.3__py2.py3-none-any.whl → 3.0.1302.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 +2 -1
- tccli/services/asr/v20190614/api.json +18 -18
- tccli/services/batch/v20170312/api.json +14 -14
- tccli/services/bh/bh_client.py +623 -93
- tccli/services/bh/v20230418/api.json +1054 -32
- tccli/services/bh/v20230418/examples.json +93 -1
- tccli/services/billing/billing_client.py +4 -57
- tccli/services/billing/v20180709/api.json +3 -305
- tccli/services/billing/v20180709/examples.json +2 -10
- tccli/services/bpaas/v20181217/api.json +56 -56
- tccli/services/cat/cat_client.py +61 -8
- tccli/services/cat/v20180409/api.json +115 -0
- tccli/services/cat/v20180409/examples.json +20 -0
- tccli/services/cbs/v20170312/api.json +9 -7
- tccli/services/cbs/v20170312/examples.json +2 -2
- tccli/services/ccc/ccc_client.py +216 -4
- tccli/services/ccc/v20200210/api.json +364 -6
- tccli/services/ccc/v20200210/examples.json +32 -0
- tccli/services/cdb/v20170320/api.json +23 -14
- tccli/services/cdb/v20170320/examples.json +3 -3
- tccli/services/cdc/cdc_client.py +173 -67
- tccli/services/cdc/v20201214/api.json +96 -0
- tccli/services/cdc/v20201214/examples.json +16 -0
- tccli/services/cdn/v20180606/api.json +365 -279
- tccli/services/cdwch/v20200915/api.json +21 -21
- tccli/services/cdwdoris/v20211228/api.json +21 -1
- tccli/services/cdwdoris/v20211228/examples.json +4 -4
- tccli/services/cdwpg/v20201230/api.json +375 -360
- tccli/services/cdwpg/v20201230/examples.json +1 -1
- tccli/services/cfw/cfw_client.py +53 -0
- tccli/services/cfw/v20190904/api.json +201 -5
- tccli/services/cfw/v20190904/examples.json +8 -0
- tccli/services/chc/chc_client.py +57 -4
- tccli/services/chc/v20230418/api.json +108 -1
- tccli/services/chc/v20230418/examples.json +8 -0
- tccli/services/ckafka/ckafka_client.py +408 -302
- tccli/services/ckafka/v20190819/api.json +197 -2
- tccli/services/ckafka/v20190819/examples.json +16 -0
- tccli/services/clb/v20180317/api.json +439 -379
- tccli/services/clb/v20180317/examples.json +7 -7
- tccli/services/cls/cls_client.py +53 -0
- tccli/services/cls/v20201016/api.json +86 -3
- tccli/services/cls/v20201016/examples.json +11 -3
- tccli/services/cvm/v20170312/api.json +165 -147
- tccli/services/cvm/v20170312/examples.json +6 -6
- tccli/services/cwp/v20180228/api.json +93 -14
- tccli/services/cwp/v20180228/examples.json +7 -7
- tccli/services/cynosdb/cynosdb_client.py +171 -12
- tccli/services/cynosdb/v20190107/api.json +252 -3
- tccli/services/cynosdb/v20190107/examples.json +24 -0
- tccli/services/dbbrain/dbbrain_client.py +57 -4
- tccli/services/dbbrain/v20210527/api.json +62 -0
- tccli/services/dbbrain/v20210527/examples.json +8 -0
- tccli/services/dc/v20180410/api.json +1 -1
- tccli/services/dlc/dlc_client.py +53 -0
- tccli/services/dlc/v20210125/api.json +816 -655
- tccli/services/dlc/v20210125/examples.json +73 -59
- tccli/services/dsgc/v20190723/api.json +18 -0
- tccli/services/dts/v20211206/api.json +4 -4
- tccli/services/dts/v20211206/examples.json +6 -0
- tccli/services/emr/emr_client.py +53 -0
- tccli/services/emr/v20190103/api.json +127 -0
- tccli/services/emr/v20190103/examples.json +8 -0
- tccli/services/es/es_client.py +686 -151
- tccli/services/es/v20180416/api.json +509 -436
- tccli/services/es/v20180416/examples.json +43 -49
- tccli/services/es/v20250101/api.json +1391 -0
- tccli/services/es/v20250101/examples.json +85 -0
- tccli/services/ess/ess_client.py +53 -0
- tccli/services/ess/v20201111/api.json +142 -21
- tccli/services/ess/v20201111/examples.json +14 -0
- tccli/services/essbasic/essbasic_client.py +53 -0
- tccli/services/essbasic/v20210526/api.json +112 -9
- tccli/services/essbasic/v20210526/examples.json +8 -0
- tccli/services/gaap/v20180529/api.json +321 -312
- tccli/services/gaap/v20180529/examples.json +2 -2
- tccli/services/gs/gs_client.py +538 -8
- tccli/services/gs/v20191118/api.json +947 -44
- tccli/services/gs/v20191118/examples.json +87 -1
- tccli/services/gwlb/v20240906/api.json +56 -37
- tccli/services/gwlb/v20240906/examples.json +11 -5
- tccli/services/hunyuan/hunyuan_client.py +175 -69
- tccli/services/hunyuan/v20230901/api.json +191 -1
- tccli/services/hunyuan/v20230901/examples.json +17 -1
- tccli/services/ioa/ioa_client.py +227 -15
- tccli/services/ioa/v20220601/api.json +479 -0
- tccli/services/ioa/v20220601/examples.json +44 -0
- tccli/services/iotexplorer/iotexplorer_client.py +322 -4
- tccli/services/iotexplorer/v20190423/api.json +865 -52
- tccli/services/iotexplorer/v20190423/examples.json +64 -16
- tccli/services/iotvideo/iotvideo_client.py +57 -4
- tccli/services/iotvideo/v20211125/api.json +146 -0
- tccli/services/iotvideo/v20211125/examples.json +8 -0
- tccli/services/iotvideoindustry/v20201201/api.json +1 -1
- tccli/services/kms/v20190118/api.json +38 -2
- tccli/services/lcic/v20220817/api.json +66 -1
- tccli/services/lcic/v20220817/examples.json +1 -1
- tccli/services/lighthouse/lighthouse_client.py +0 -106
- tccli/services/lighthouse/v20200324/api.json +11 -98
- tccli/services/lighthouse/v20200324/examples.json +0 -16
- tccli/services/live/v20180801/api.json +1 -1
- tccli/services/lke/v20231130/api.json +208 -10
- tccli/services/lke/v20231130/examples.json +10 -10
- tccli/services/lkeap/lkeap_client.py +53 -0
- tccli/services/lkeap/v20240522/api.json +48 -4
- tccli/services/lkeap/v20240522/examples.json +8 -0
- tccli/services/mna/mna_client.py +4 -163
- tccli/services/mna/v20210119/api.json +0 -524
- tccli/services/mna/v20210119/examples.json +0 -24
- tccli/services/monitor/monitor_client.py +114 -8
- tccli/services/monitor/v20180724/api.json +129 -18
- tccli/services/monitor/v20180724/examples.json +17 -1
- tccli/services/mps/v20190612/api.json +1223 -1031
- tccli/services/mps/v20190612/examples.json +1 -1
- tccli/services/nlp/v20190408/examples.json +1 -1
- tccli/services/oceanus/v20190422/api.json +12 -12
- tccli/services/oceanus/v20190422/examples.json +15 -3
- tccli/services/ocr/v20181119/api.json +13 -3
- tccli/services/postgres/v20170312/api.json +2 -2
- tccli/services/privatedns/v20201028/api.json +30 -11
- tccli/services/privatedns/v20201028/examples.json +10 -10
- tccli/services/rce/v20201103/api.json +3 -3
- tccli/services/ses/v20201002/api.json +10 -1
- tccli/services/smop/v20201203/api.json +2 -2
- tccli/services/sqlserver/v20180328/api.json +1 -1
- tccli/services/ssm/v20190923/api.json +27 -0
- tccli/services/sts/sts_client.py +53 -0
- tccli/services/sts/v20180813/api.json +101 -1
- tccli/services/sts/v20180813/examples.json +8 -0
- tccli/services/taf/taf_client.py +0 -53
- tccli/services/taf/v20200210/api.json +0 -138
- tccli/services/taf/v20200210/examples.json +0 -8
- tccli/services/tan/v20220420/api.json +2 -2
- tccli/services/tat/v20201028/api.json +2 -2
- tccli/services/tcb/v20180608/api.json +29 -1
- tccli/services/tcbr/v20220217/api.json +32 -0
- tccli/services/tccatalog/v20241024/api.json +1 -1
- tccli/services/tccatalog/v20241024/examples.json +1 -1
- tccli/services/tcr/v20190924/api.json +5 -5
- tccli/services/tcr/v20190924/examples.json +2 -2
- tccli/services/tcss/v20201101/api.json +84 -34
- tccli/services/tcss/v20201101/examples.json +2809 -0
- tccli/services/tdmq/v20200217/api.json +40 -0
- tccli/services/tdmq/v20200217/examples.json +1 -1
- tccli/services/tds/tds_client.py +53 -0
- tccli/services/tds/v20220801/api.json +265 -0
- tccli/services/tds/v20220801/examples.json +8 -0
- tccli/services/tem/v20210701/api.json +664 -575
- tccli/services/tem/v20210701/examples.json +2 -2
- tccli/services/teo/v20220901/api.json +236 -208
- tccli/services/teo/v20220901/examples.json +13 -13
- tccli/services/tione/tione_client.py +53 -0
- tccli/services/tione/v20211111/api.json +256 -0
- tccli/services/tione/v20211111/examples.json +8 -0
- tccli/services/tke/v20180525/api.json +1 -1
- tccli/services/trocket/trocket_client.py +489 -12
- tccli/services/trocket/v20230308/api.json +925 -146
- tccli/services/trocket/v20230308/examples.json +72 -0
- tccli/services/trtc/v20190722/api.json +13 -19
- tccli/services/trtc/v20190722/examples.json +8 -8
- tccli/services/tse/v20201207/api.json +1016 -995
- tccli/services/tse/v20201207/examples.json +2 -2
- tccli/services/tsf/v20180326/api.json +510 -465
- tccli/services/tsf/v20180326/examples.json +4 -4
- tccli/services/tts/v20190823/api.json +10 -10
- tccli/services/vclm/v20240523/api.json +2 -2
- tccli/services/vcube/v20220410/api.json +10 -0
- tccli/services/vdb/v20230616/api.json +10 -0
- tccli/services/vdb/v20230616/examples.json +1 -1
- tccli/services/vpc/v20170312/api.json +824 -254
- tccli/services/vpc/v20170312/examples.json +66 -10
- tccli/services/vpc/vpc_client.py +383 -12
- tccli/services/vrs/v20200824/api.json +9 -0
- tccli/services/waf/v20180125/api.json +8113 -5814
- tccli/services/waf/v20180125/examples.json +90 -0
- tccli/services/waf/waf_client.py +559 -82
- tccli/services/wedata/v20210820/api.json +1379 -24
- tccli/services/wedata/v20210820/examples.json +25 -1
- tccli/services/wedata/wedata_client.py +171 -12
- tccli/services/weilingwith/v20230427/api.json +1 -1
- tccli/services/weilingwith/v20230427/examples.json +3 -3
- {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/RECORD +187 -184
- {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/license_files/LICENSE +0 -0
@@ -291,7 +291,7 @@
|
|
291
291
|
"CreateUnitNamespaces": [
|
292
292
|
{
|
293
293
|
"document": "",
|
294
|
-
"input": "https://tsf.tencentcloudapi.com/?Action=CreateUnitNamespaces\n&GatewayInstanceId=gw-ins-
|
294
|
+
"input": "https://tsf.tencentcloudapi.com/?Action=CreateUnitNamespaces\n&GatewayInstanceId=gw-ins-01\n&<公共请求参数>",
|
295
295
|
"output": "{\n \"Response\": {\n \"RequestId\": \"5d996e5507e42d5970cd2e25ed5267a\",\n \"Result\": true\n }\n}",
|
296
296
|
"title": "批量创建单元化命名空间"
|
297
297
|
}
|
@@ -412,7 +412,7 @@
|
|
412
412
|
{
|
413
413
|
"document": "",
|
414
414
|
"input": "https://tsf.tencentcloudapi.com/?Action=DeleteLaneRule\n&RuleId=lane-r-fdjsgjkgfvd\n&<公共请求参数>",
|
415
|
-
"output": "{\n \"Response\": {\n \"Result\": true,\n \"RequestId\": \"
|
415
|
+
"output": "{\n \"Response\": {\n \"Result\": true,\n \"RequestId\": \"33d1f2e3a7d3-9e05-0960-4c15-a9f7dd46\"\n }\n}",
|
416
416
|
"title": "删除泳道规则"
|
417
417
|
}
|
418
418
|
],
|
@@ -604,7 +604,7 @@
|
|
604
604
|
{
|
605
605
|
"document": "",
|
606
606
|
"input": "https://tsf.tencentcloudapi.com/?Action=DescribeBusinessLogConfigs\n&Offset=0\n&Limit=50\n&<公共请求参数>",
|
607
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"7b9926c8-af66-4bdc-be70-612a9d1c1afc\",\n \"Result\": {\n \"TotalCount\":
|
607
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"7b9926c8-af66-4bdc-be70-612a9d1c1afc\",\n \"Result\": {\n \"TotalCount\": 1,\n \"Content\": [\n {\n \"ConfigId\": \"apm-busi-log-cfg-qabp49vl\",\n \"ConfigName\": \"default-log-config\",\n \"ConfigPath\": \"PH_STARTUP_PATH/logs/*.log\",\n \"ConfigDesc\": null,\n \"ConfigTags\": null,\n \"ConfigPipeline\": \"tsf-business-1251001060-qabp49vl\",\n \"ConfigCreateTime\": null,\n \"ConfigUpdateTime\": null,\n \"ConfigSchema\": {\n \"SchemaType\": 0,\n \"SchemaContent\": null,\n \"SchemaDateFormat\": \"YYYY-MM-dd HH:mm:ss.SSS\",\n \"SchemaMultilinePattern\": \"^[0-9]{4}-[0-9]{2}-[0-9]{2}\",\n \"SchemaCreateTime\": \"2019-04-17 17:00:37\",\n \"SchemaPatternLayout\": \"/tsf\"\n },\n \"ConfigAssociatedGroups\": []\n }\n ]\n }\n }\n}",
|
608
608
|
"title": "查询日志配置项列表"
|
609
609
|
}
|
610
610
|
],
|
@@ -660,7 +660,7 @@
|
|
660
660
|
{
|
661
661
|
"document": "",
|
662
662
|
"input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeConfigTemplate\n<公共请求参数>\n\n{\n \"ConfigTemplateId\": \"dcfg_temp-vwkjqd6v\"\n}",
|
663
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"3a358065-d0c6-401b-8bc5-a38ebccac39e\",\n \"Result\": {\n \"ConfigTemplateDesc\": \"\",\n \"ConfigTemplateId\": \"dcfg_temp-vwkjqd6v\",\n \"ConfigTemplateName\": \"garden-test\",\n \"ConfigTemplateType\": \"Ribbon\",\n \"ConfigTemplateValue\": \"#请求处理超时时间\\nribbon.ReadTimeout: 5000\\n#请求连接超时时间\\nribbon.ConnectTimeout: 2000\\n
|
663
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"3a358065-d0c6-401b-8bc5-a38ebccac39e\",\n \"Result\": {\n \"ConfigTemplateDesc\": \"\",\n \"ConfigTemplateId\": \"dcfg_temp-vwkjqd6v\",\n \"ConfigTemplateName\": \"garden-test\",\n \"ConfigTemplateType\": \"Ribbon\",\n \"ConfigTemplateValue\": \"#请求处理超时时间\\nribbon.ReadTimeout: 5000\\n#请求连接超时时间\\nribbon.ConnectTimeout: 2000\\n\",\n \"CreateTime\": \"2022-08-23 15:44:11\",\n \"UpdateTime\": null\n }\n }\n}",
|
664
664
|
"title": "导入配置模板"
|
665
665
|
}
|
666
666
|
],
|
@@ -15,7 +15,7 @@
|
|
15
15
|
"status": "online"
|
16
16
|
},
|
17
17
|
"TextToVoice": {
|
18
|
-
"document": "腾讯云语音合成技术(TTS)可以将任意文本转化为语音,实现让机器和应用张口说话。\n腾讯TTS技术可以应用到很多场景,比如,移动APP语音播报新闻;智能设备语音提醒;依靠网上现有节目或少量录音,快速合成明星语音,降低邀约成本;支持车载导航语音合成的个性化语音播报。\n基础合成支持 SSML,语法详见 [SSML 标记语言](https://cloud.tencent.com/document/product/1073/49575)。\n默认接口请求频率限制:\n
|
18
|
+
"document": "腾讯云语音合成技术(TTS)可以将任意文本转化为语音,实现让机器和应用张口说话。\n腾讯TTS技术可以应用到很多场景,比如,移动APP语音播报新闻;智能设备语音提醒;依靠网上现有节目或少量录音,快速合成明星语音,降低邀约成本;支持车载导航语音合成的个性化语音播报。\n基础合成支持 SSML,语法详见 [SSML 标记语言](https://cloud.tencent.com/document/product/1073/49575)。\n默认接口请求频率限制:\n精品音色和标准音色:默认20并发\n大模型音色:默认10并发\n一句话复刻音色:默认5并发\n超自然大模型音色:暂不支持",
|
19
19
|
"input": "TextToVoiceRequest",
|
20
20
|
"name": "基础语音合成",
|
21
21
|
"output": "TextToVoiceResponse",
|
@@ -434,6 +434,15 @@
|
|
434
434
|
"required": false,
|
435
435
|
"type": "int"
|
436
436
|
},
|
437
|
+
{
|
438
|
+
"disabled": false,
|
439
|
+
"document": "一句话版声音复刻音色ID,使用一句话版声音复刻音色时需填写。【已废弃】",
|
440
|
+
"example": "无",
|
441
|
+
"member": "string",
|
442
|
+
"name": "FastVoiceType",
|
443
|
+
"required": false,
|
444
|
+
"type": "string"
|
445
|
+
},
|
437
446
|
{
|
438
447
|
"disabled": false,
|
439
448
|
"document": "主语言类型:<li>1-中文(默认)</li><li>2-英文</li><li>3-日文</li>",
|
@@ -496,15 +505,6 @@
|
|
496
505
|
"name": "EmotionIntensity",
|
497
506
|
"required": false,
|
498
507
|
"type": "int"
|
499
|
-
},
|
500
|
-
{
|
501
|
-
"disabled": false,
|
502
|
-
"document": "一句话版声音复刻音色ID,使用一句话版声音复刻音色时需填写。【已废弃】",
|
503
|
-
"example": "无",
|
504
|
-
"member": "string",
|
505
|
-
"name": "FastVoiceType",
|
506
|
-
"required": false,
|
507
|
-
"type": "string"
|
508
508
|
}
|
509
509
|
],
|
510
510
|
"type": "object"
|
@@ -609,8 +609,8 @@
|
|
609
609
|
},
|
610
610
|
{
|
611
611
|
"disabled": false,
|
612
|
-
"document": "为生成视频添加标识的开关,默认为
|
613
|
-
"example": "
|
612
|
+
"document": "为生成视频添加标识的开关,默认为1。 \n1:添加标识;\n 0:不添加标识;\n其他数值:默认按1处理。 \n建议您使用显著标识来提示,该视频是 AI 生成的视频。",
|
613
|
+
"example": "1",
|
614
614
|
"member": "int64",
|
615
615
|
"name": "LogoAdd",
|
616
616
|
"required": false,
|
@@ -514,6 +514,16 @@
|
|
514
514
|
"output_required": true,
|
515
515
|
"type": "string",
|
516
516
|
"value_allowed_null": false
|
517
|
+
},
|
518
|
+
{
|
519
|
+
"disabled": false,
|
520
|
+
"document": "扩展包名数量上限",
|
521
|
+
"example": "100",
|
522
|
+
"member": "uint64",
|
523
|
+
"name": "NameLimit",
|
524
|
+
"output_required": false,
|
525
|
+
"type": "int",
|
526
|
+
"value_allowed_null": false
|
517
527
|
}
|
518
528
|
],
|
519
529
|
"usage": "out"
|
@@ -412,6 +412,16 @@
|
|
412
412
|
"CreateInstanceResponse": {
|
413
413
|
"document": "CreateInstance返回参数结构体",
|
414
414
|
"members": [
|
415
|
+
{
|
416
|
+
"disabled": false,
|
417
|
+
"document": "实例 ID。",
|
418
|
+
"example": "[\"vdb-dkxsmx1e\"]",
|
419
|
+
"member": "string",
|
420
|
+
"name": "InstanceIds",
|
421
|
+
"output_required": false,
|
422
|
+
"type": "list",
|
423
|
+
"value_allowed_null": false
|
424
|
+
},
|
415
425
|
{
|
416
426
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
417
427
|
"member": "string",
|
@@ -12,7 +12,7 @@
|
|
12
12
|
{
|
13
13
|
"document": "",
|
14
14
|
"input": "POST / HTTP/1.1\nHost: vdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateInstance\n<公共请求参数>\n\n{\n \"VpcId\": \"vpc-68mjxcwm\",\n \"SubnetId\": \"subnet-1m1hnqav\",\n \"PayMode\": 0,\n \"InstanceName\": \"test-base\",\n \"SecurityGroupIds\": [\n \"sg-b85lwctl\"\n ],\n \"InstanceType\": \"base\"\n}",
|
15
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"0d7fa142-011a-4416-be8c-320e44c9c3a9\"\n }\n}",
|
15
|
+
"output": "{\n \"Response\": {\n \"InstanceIds\": [\n \"vdb-j8mv****\"\n ],\n \"RequestId\": \"0d7fa142-011a-4416-be8c-320e44c9c3a9\"\n }\n}",
|
16
16
|
"title": "免费版创建"
|
17
17
|
}
|
18
18
|
],
|