tccli 3.0.1129.1__py2.py3-none-any.whl → 3.0.1131.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/asr/v20190614/api.json +1 -1
- tccli/services/cdb/v20170320/api.json +2 -2
- tccli/services/cds/cds_client.py +11 -64
- tccli/services/cds/v20180420/api.json +0 -42
- tccli/services/cds/v20180420/examples.json +0 -8
- tccli/services/cdwch/v20200915/api.json +30 -0
- tccli/services/ciam/v20220331/api.json +92 -104
- tccli/services/cls/v20201016/api.json +5 -5
- tccli/services/cynosdb/v20190107/api.json +47 -2
- tccli/services/domain/v20180808/api.json +39 -39
- tccli/services/ess/v20201111/api.json +7 -7
- tccli/services/essbasic/v20210526/api.json +10 -1
- tccli/services/essbasic/v20210526/examples.json +1 -1
- tccli/services/lighthouse/v20200324/api.json +15 -15
- tccli/services/mongodb/v20190725/api.json +50 -20
- tccli/services/mongodb/v20190725/examples.json +1 -1
- tccli/services/privatedns/v20201028/api.json +5 -5
- tccli/services/privatedns/v20201028/examples.json +1 -1
- tccli/services/redis/redis_client.py +220 -8
- tccli/services/redis/v20180412/api.json +251 -20
- tccli/services/redis/v20180412/examples.json +32 -0
- tccli/services/ssl/v20191205/api.json +66 -38
- tccli/services/ssl/v20191205/examples.json +1 -1
- tccli/services/tcaplusdb/v20190823/api.json +147 -75
- tccli/services/tcaplusdb/v20190823/examples.json +10 -10
- tccli/services/tcbr/v20220217/api.json +2 -2
- tccli/services/tcbr/v20220217/examples.json +1 -1
- tccli/services/tcm/v20210413/api.json +85 -32
- tccli/services/tcm/v20210413/examples.json +2 -2
- tccli/services/tcr/v20190924/api.json +8 -8
- tccli/services/tcr/v20190924/examples.json +1 -1
- tccli/services/tdmq/v20200217/api.json +23 -10
- tccli/services/tdmq/v20200217/examples.json +3 -3
- tccli/services/tke/v20180525/api.json +31 -26
- tccli/services/tke/v20180525/examples.json +9 -9
- tccli/services/trtc/v20190722/api.json +5 -5
- tccli/services/tse/v20201207/api.json +205 -0
- tccli/services/tse/v20201207/examples.json +1 -1
- tccli/services/tsf/v20180326/api.json +112 -62
- tccli/services/tts/v20190823/api.json +1 -1
- tccli/services/waf/v20180125/api.json +109 -0
- tccli/services/waf/v20180125/examples.json +14 -0
- tccli/services/waf/waf_client.py +61 -8
- tccli/services/wedata/v20210820/api.json +71 -0
- tccli/services/wedata/v20210820/examples.json +8 -0
- tccli/services/wedata/wedata_client.py +53 -0
- {tccli-3.0.1129.1.dist-info → tccli-3.0.1131.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1129.1.dist-info → tccli-3.0.1131.1.dist-info}/RECORD +52 -52
- {tccli-3.0.1129.1.dist-info → tccli-3.0.1131.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1129.1.dist-info → tccli-3.0.1131.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1129.1.dist-info → tccli-3.0.1131.1.dist-info}/license_files/LICENSE +0 -0
@@ -253,7 +253,7 @@
|
|
253
253
|
"status": "online"
|
254
254
|
},
|
255
255
|
"StartAITranscription": {
|
256
|
-
"document": "这个接口调用后,后台会启动转录机器人,实时进行语音识别并下发字幕和转录消息。\n转录机器人支持两种拉流方式,通过TranscriptionMode字段控制:\n- 拉取全房间的流。\n- 拉取特定用户的流。\n\n
|
256
|
+
"document": "这个接口调用后,后台会启动转录机器人,实时进行语音识别并下发字幕和转录消息。\n转录机器人支持两种拉流方式,通过TranscriptionMode字段控制:\n- 拉取全房间的流。\n- 拉取特定用户的流。\n\n服务端通过TRTC的自定义消息实时下发字幕和会议记录,CmdId固定是1。客户端只需监听自定义消息的回调即可,比如[c++回调](https://cloud.tencent.com/document/product/647/79637#4cd82f4edb24992a15a25187089e1565)。其他客户端比如安卓、Web等同样可在该链接处找到。\n\n服务端实时下发的消息是JSON字符串,实时字幕具体格式如下:\n`{\n \"type\": \"subtitle\",\n \"userid\": \"xxx\",\n \"text\": \"xxx\",\n \"translation_text\": \"xxx\",\n \"start_time\": \"00:00:02\",\n \"end_time\": \"00:00:05\"\n}`\n字段作用如下:\n- type是subtitle,表示这是实时字幕消息。\n- userid表示是哪个用户说的话。\n- text是语音识别出的文本。\n- translation_text是text翻译后的文本,如果不启用翻译,则是空字符串。\n- start_time和end_time表示该字幕消息从任务开启后的开始和结束时间。\n\n转录消息具体格式如下:\n`{\n \"type\": \"transcription\",\n \"userid\": \"xxx\",\n \"text\": \"xxx\",\n \"translation_text\": \"xx\",\n \"start_time\": \"00:00:02\",\n \"end_time\": \"00:00:05\"\n}`\n字段作用如下:\n- type是transcription,表示这是转录消息。\n- 其余字段同实时字幕消息。\n\n转录消息和实时字幕消息的区别是,转录消息是完整的一句话,实时字幕消息则是这一句话的中间阶段。\n假如有一句完整的话,“今天天气怎么样?”,那么服务的下发消息的顺序可能是这样:\n- 字幕消息,“今天”\n- 字幕消息,“今天天气”\n- 字幕消息,“今天天气怎么样”\n- 转录消息,“今天天气怎么样?”",
|
257
257
|
"input": "StartAITranscriptionRequest",
|
258
258
|
"name": "开始AI转录任务",
|
259
259
|
"output": "StartAITranscriptionResponse",
|
@@ -5845,7 +5845,7 @@
|
|
5845
5845
|
},
|
5846
5846
|
{
|
5847
5847
|
"disabled": false,
|
5848
|
-
"document": "
|
5848
|
+
"document": "【必填】云存储相关的参数,目前支持腾讯云对象存储以及腾讯云云点播VOD,不支持第三方云存储",
|
5849
5849
|
"example": "无",
|
5850
5850
|
"member": "StorageParams",
|
5851
5851
|
"name": "StorageParams",
|
@@ -5863,7 +5863,7 @@
|
|
5863
5863
|
},
|
5864
5864
|
{
|
5865
5865
|
"disabled": false,
|
5866
|
-
"document": "TRTC的SdkAppId",
|
5866
|
+
"document": "【必填】TRTC的SdkAppId",
|
5867
5867
|
"example": "无",
|
5868
5868
|
"member": "int64",
|
5869
5869
|
"name": "SdkAppId",
|
@@ -6461,7 +6461,7 @@
|
|
6461
6461
|
"type": "string"
|
6462
6462
|
},
|
6463
6463
|
{
|
6464
|
-
"disabled":
|
6464
|
+
"disabled": true,
|
6465
6465
|
"document": "IM[管理员账户](\nhttps://cloud.tencent.com/document/product/269/31999#app-.E7.AE.A1.E7.90.86.E5.91.98),如果填写,后台下发消息会使用IM通道,而不是TRTC自定义消息。",
|
6466
6466
|
"example": "无",
|
6467
6467
|
"member": "string",
|
@@ -6470,7 +6470,7 @@
|
|
6470
6470
|
"type": "string"
|
6471
6471
|
},
|
6472
6472
|
{
|
6473
|
-
"disabled":
|
6473
|
+
"disabled": true,
|
6474
6474
|
"document": "IM管理员账户生成的签名,用于向特定群组发送消息。如果填写,后台下发消息会使用IM通道,而不是TRTC自定义消息。必须和IM管理员的UserId一起填写。",
|
6475
6475
|
"example": "无",
|
6476
6476
|
"member": "string",
|
@@ -8954,6 +8954,16 @@
|
|
8954
8954
|
"DescribePublicAddressConfigResponse": {
|
8955
8955
|
"document": "DescribePublicAddressConfig返回参数结构体",
|
8956
8956
|
"members": [
|
8957
|
+
{
|
8958
|
+
"disabled": false,
|
8959
|
+
"document": "公网地址信息",
|
8960
|
+
"example": "无",
|
8961
|
+
"member": "DescribePublicAddressConfigResult",
|
8962
|
+
"name": "Result",
|
8963
|
+
"output_required": true,
|
8964
|
+
"type": "object",
|
8965
|
+
"value_allowed_null": false
|
8966
|
+
},
|
8957
8967
|
{
|
8958
8968
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
8959
8969
|
"member": "string",
|
@@ -8963,6 +8973,42 @@
|
|
8963
8973
|
],
|
8964
8974
|
"type": "object"
|
8965
8975
|
},
|
8976
|
+
"DescribePublicAddressConfigResult": {
|
8977
|
+
"document": "获取云原生api网关公网地址信息响应结果",
|
8978
|
+
"members": [
|
8979
|
+
{
|
8980
|
+
"disabled": false,
|
8981
|
+
"document": "网关实例id\n注意:此字段可能返回 null,表示取不到有效值。",
|
8982
|
+
"example": "gateway-xxx1234",
|
8983
|
+
"member": "string",
|
8984
|
+
"name": "GatewayId",
|
8985
|
+
"output_required": false,
|
8986
|
+
"type": "string",
|
8987
|
+
"value_allowed_null": true
|
8988
|
+
},
|
8989
|
+
{
|
8990
|
+
"disabled": false,
|
8991
|
+
"document": "公网地址信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
8992
|
+
"example": "无",
|
8993
|
+
"member": "PublicAddressConfig",
|
8994
|
+
"name": "ConfigList",
|
8995
|
+
"output_required": false,
|
8996
|
+
"type": "list",
|
8997
|
+
"value_allowed_null": true
|
8998
|
+
},
|
8999
|
+
{
|
9000
|
+
"disabled": false,
|
9001
|
+
"document": "总个数\t\n注意:此字段可能返回 null,表示取不到有效值。",
|
9002
|
+
"example": "10",
|
9003
|
+
"member": "uint64",
|
9004
|
+
"name": "TotalCount",
|
9005
|
+
"output_required": false,
|
9006
|
+
"type": "int",
|
9007
|
+
"value_allowed_null": true
|
9008
|
+
}
|
9009
|
+
],
|
9010
|
+
"usage": "out"
|
9011
|
+
},
|
8966
9012
|
"DescribePublicNetworkRequest": {
|
8967
9013
|
"document": "DescribePublicNetwork请求参数结构体",
|
8968
9014
|
"members": [
|
@@ -14479,6 +14525,62 @@
|
|
14479
14525
|
],
|
14480
14526
|
"usage": "out"
|
14481
14527
|
},
|
14528
|
+
"PublicAddressConfig": {
|
14529
|
+
"document": "公网地址信息",
|
14530
|
+
"members": [
|
14531
|
+
{
|
14532
|
+
"disabled": false,
|
14533
|
+
"document": "公网 ip\n注意:此字段可能返回 null,表示取不到有效值。",
|
14534
|
+
"example": "1.1.1.1",
|
14535
|
+
"member": "string",
|
14536
|
+
"name": "Vip",
|
14537
|
+
"output_required": false,
|
14538
|
+
"type": "string",
|
14539
|
+
"value_allowed_null": true
|
14540
|
+
},
|
14541
|
+
{
|
14542
|
+
"disabled": false,
|
14543
|
+
"document": "公网最大带宽\n注意:此字段可能返回 null,表示取不到有效值。",
|
14544
|
+
"example": "5",
|
14545
|
+
"member": "uint64",
|
14546
|
+
"name": "InternetMaxBandwidthOut",
|
14547
|
+
"output_required": false,
|
14548
|
+
"type": "int",
|
14549
|
+
"value_allowed_null": true
|
14550
|
+
},
|
14551
|
+
{
|
14552
|
+
"disabled": false,
|
14553
|
+
"document": "公网所属分组 id\n注意:此字段可能返回 null,表示取不到有效值。",
|
14554
|
+
"example": "group-xxxx1234",
|
14555
|
+
"member": "string",
|
14556
|
+
"name": "GroupId",
|
14557
|
+
"output_required": false,
|
14558
|
+
"type": "string",
|
14559
|
+
"value_allowed_null": true
|
14560
|
+
},
|
14561
|
+
{
|
14562
|
+
"disabled": false,
|
14563
|
+
"document": "公网所属分组名\n注意:此字段可能返回 null,表示取不到有效值。",
|
14564
|
+
"example": "默认分组",
|
14565
|
+
"member": "string",
|
14566
|
+
"name": "GroupName",
|
14567
|
+
"output_required": false,
|
14568
|
+
"type": "string",
|
14569
|
+
"value_allowed_null": true
|
14570
|
+
},
|
14571
|
+
{
|
14572
|
+
"disabled": false,
|
14573
|
+
"document": "公网负载均衡 id\n注意:此字段可能返回 null,表示取不到有效值。",
|
14574
|
+
"example": "network-1234adsf",
|
14575
|
+
"member": "string",
|
14576
|
+
"name": "NetworkId",
|
14577
|
+
"output_required": false,
|
14578
|
+
"type": "string",
|
14579
|
+
"value_allowed_null": true
|
14580
|
+
}
|
14581
|
+
],
|
14582
|
+
"usage": "out"
|
14583
|
+
},
|
14482
14584
|
"PublishConfigFilesRequest": {
|
14483
14585
|
"document": "PublishConfigFiles请求参数结构体",
|
14484
14586
|
"members": [
|
@@ -15120,6 +15222,26 @@
|
|
15120
15222
|
"output_required": true,
|
15121
15223
|
"type": "list",
|
15122
15224
|
"value_allowed_null": true
|
15225
|
+
},
|
15226
|
+
{
|
15227
|
+
"disabled": false,
|
15228
|
+
"document": "Zookeeper的额外环境数据信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
15229
|
+
"example": "无",
|
15230
|
+
"member": "ZookeeperRegionInfo",
|
15231
|
+
"name": "ZookeeperRegionInfo",
|
15232
|
+
"output_required": false,
|
15233
|
+
"type": "object",
|
15234
|
+
"value_allowed_null": true
|
15235
|
+
},
|
15236
|
+
{
|
15237
|
+
"disabled": false,
|
15238
|
+
"document": "部署架构\n注意:此字段可能返回 null,表示取不到有效值。",
|
15239
|
+
"example": "SingleRegion",
|
15240
|
+
"member": "string",
|
15241
|
+
"name": "DeployMode",
|
15242
|
+
"output_required": false,
|
15243
|
+
"type": "string",
|
15244
|
+
"value_allowed_null": true
|
15123
15245
|
}
|
15124
15246
|
],
|
15125
15247
|
"usage": "out"
|
@@ -15817,10 +15939,93 @@
|
|
15817
15939
|
"required": false,
|
15818
15940
|
"type": "string",
|
15819
15941
|
"value_allowed_null": true
|
15942
|
+
},
|
15943
|
+
{
|
15944
|
+
"disabled": false,
|
15945
|
+
"document": "负载均衡均衡接入点子网ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
15946
|
+
"example": "subnet-xxxxxxxx",
|
15947
|
+
"member": "string",
|
15948
|
+
"name": "LbSubnetId",
|
15949
|
+
"output_required": false,
|
15950
|
+
"required": false,
|
15951
|
+
"type": "string",
|
15952
|
+
"value_allowed_null": true
|
15820
15953
|
}
|
15821
15954
|
],
|
15822
15955
|
"usage": "both"
|
15823
15956
|
},
|
15957
|
+
"ZookeeperRegionInfo": {
|
15958
|
+
"document": "Zookeeper的地域额外信息记录",
|
15959
|
+
"members": [
|
15960
|
+
{
|
15961
|
+
"disabled": false,
|
15962
|
+
"document": "部署架构信息\n\n- SingleRegion: 普通单地域\n- MultiRegion: 普通多地域场景\n- MasterSlave: 两地域,主备地域场景\n注意:此字段可能返回 null,表示取不到有效值。",
|
15963
|
+
"example": "SingleRegion",
|
15964
|
+
"member": "string",
|
15965
|
+
"name": "DeployMode",
|
15966
|
+
"output_required": false,
|
15967
|
+
"type": "string",
|
15968
|
+
"value_allowed_null": true
|
15969
|
+
},
|
15970
|
+
{
|
15971
|
+
"disabled": false,
|
15972
|
+
"document": "主地域的额外信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
15973
|
+
"example": "无",
|
15974
|
+
"member": "ZookeeperRegionMyIdInfo",
|
15975
|
+
"name": "MainRegion",
|
15976
|
+
"output_required": false,
|
15977
|
+
"type": "object",
|
15978
|
+
"value_allowed_null": true
|
15979
|
+
},
|
15980
|
+
{
|
15981
|
+
"disabled": false,
|
15982
|
+
"document": "其他地域的额外信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
15983
|
+
"example": "无",
|
15984
|
+
"member": "ZookeeperRegionMyIdInfo",
|
15985
|
+
"name": "OtherRegions",
|
15986
|
+
"output_required": false,
|
15987
|
+
"type": "list",
|
15988
|
+
"value_allowed_null": true
|
15989
|
+
}
|
15990
|
+
],
|
15991
|
+
"usage": "out"
|
15992
|
+
},
|
15993
|
+
"ZookeeperRegionMyIdInfo": {
|
15994
|
+
"document": "Zookeeper的地域信息的 myid 信息记录",
|
15995
|
+
"members": [
|
15996
|
+
{
|
15997
|
+
"disabled": false,
|
15998
|
+
"document": "地域信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
15999
|
+
"example": "ap-guangzhou",
|
16000
|
+
"member": "string",
|
16001
|
+
"name": "Region",
|
16002
|
+
"output_required": false,
|
16003
|
+
"type": "string",
|
16004
|
+
"value_allowed_null": true
|
16005
|
+
},
|
16006
|
+
{
|
16007
|
+
"disabled": false,
|
16008
|
+
"document": "myid 的起始号段\n注意:此字段可能返回 null,表示取不到有效值。",
|
16009
|
+
"example": "101",
|
16010
|
+
"member": "int64",
|
16011
|
+
"name": "MyIdStart",
|
16012
|
+
"output_required": false,
|
16013
|
+
"type": "int",
|
16014
|
+
"value_allowed_null": true
|
16015
|
+
},
|
16016
|
+
{
|
16017
|
+
"disabled": false,
|
16018
|
+
"document": "myid 的结束号段\n注意:此字段可能返回 null,表示取不到有效值。",
|
16019
|
+
"example": "109",
|
16020
|
+
"member": "int64",
|
16021
|
+
"name": "MyIdEnd",
|
16022
|
+
"output_required": false,
|
16023
|
+
"type": "int",
|
16024
|
+
"value_allowed_null": true
|
16025
|
+
}
|
16026
|
+
],
|
16027
|
+
"usage": "out"
|
16028
|
+
},
|
15824
16029
|
"ZookeeperReplica": {
|
15825
16030
|
"document": "Zookeeper副本信息",
|
15826
16031
|
"members": [
|
@@ -610,7 +610,7 @@
|
|
610
610
|
{
|
611
611
|
"document": "",
|
612
612
|
"input": "POST / HTTP/1.1\nHost: tse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePublicAddressConfig\n<公共请求参数>\n\n{\n \"GatewayId\": \"abc\",\n \"GroupId\": \"abc\"\n}",
|
613
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
|
613
|
+
"output": "{\n \"Response\": {\n \"Result\": {\n \"GatewayId\": \"abc\",\n \"ConfigList\": [\n {\n \"Vip\": \"1.1.1.1\",\n \"InternetMaxBandwidthOut\": 1,\n \"GroupId\": \"abc\",\n \"GroupName\": \"abc\"\n }\n ]\n },\n \"RequestId\": \"abc\"\n }\n}",
|
614
614
|
"title": "查询网关公网地址列表"
|
615
615
|
}
|
616
616
|
],
|