tccli 3.0.923.1__py2.py3-none-any.whl → 3.0.924.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/examples/apigateway/v20180808/DescribeServicesStatus.md +33 -19
- tccli/examples/clb/v20180317/CloneLoadBalancer.md +3 -3
- tccli/examples/clb/v20180317/DescribeListeners.md +49 -127
- tccli/examples/clb/v20180317/DescribeLoadBalancers.md +578 -158
- tccli/examples/cls/v20201016/DescribeConfigs.md +2 -1
- tccli/examples/cls/v20201016/DescribeKafkaConsumer.md +23 -0
- tccli/examples/cls/v20201016/ModifyKafkaConsumer.md +21 -0
- tccli/examples/cynosdb/v20190107/DescribeAccounts.md +10 -10
- tccli/examples/cynosdb/v20190107/DescribeClusterDetail.md +77 -65
- tccli/examples/essbasic/v20210526/DescribeTemplates.md +13 -4
- tccli/examples/essbasic/v20210526/OperateChannelTemplate.md +2 -2
- tccli/examples/mna/v20210119/GetDevices.md +9 -16
- tccli/examples/mna/v20210119/UpdateDevice.md +7 -10
- tccli/examples/ms/v20180408/CreateEncryptInstance.md +30 -30
- tccli/examples/ms/v20180408/CreateOrderInstance.md +2 -2
- tccli/examples/ms/v20180408/DescribeEncryptInstances.md +73 -65
- tccli/examples/ms/v20180408/DescribeEncryptPlan.md +34 -34
- tccli/examples/ms/v20180408/DescribeOrderInstances.md +1 -1
- tccli/examples/oceanus/v20190422/CreateJobConfig.md +1 -1
- tccli/examples/tdmq/v20200217/CreateRocketMQVipInstance.md +28 -0
- tccli/examples/vpc/v20170312/CreateVpnGateway.md +20 -26
- tccli/services/apigateway/v20180808/api.json +119 -12
- tccli/services/apigateway/v20180808/examples.json +4 -4
- tccli/services/asr/v20190614/api.json +1 -1
- tccli/services/clb/v20180317/api.json +190 -60
- tccli/services/clb/v20180317/examples.json +10 -10
- tccli/services/cls/cls_client.py +110 -4
- tccli/services/cls/v20201016/api.json +277 -55
- tccli/services/cls/v20201016/examples.json +17 -1
- tccli/services/cynosdb/v20190107/api.json +82 -31
- tccli/services/cynosdb/v20190107/examples.json +3 -3
- tccli/services/dlc/v20210125/api.json +11 -11
- tccli/services/emr/v20190103/api.json +10 -0
- tccli/services/ess/v20201111/api.json +416 -91
- tccli/services/essbasic/v20210526/api.json +113 -78
- tccli/services/essbasic/v20210526/examples.json +5 -5
- tccli/services/faceid/v20180301/api.json +21 -16
- tccli/services/live/v20180801/api.json +42 -22
- tccli/services/mna/v20210119/api.json +11 -12
- tccli/services/mna/v20210119/examples.json +4 -4
- tccli/services/mps/v20190612/api.json +142 -61
- tccli/services/ms/v20180408/api.json +92 -19
- tccli/services/ms/v20180408/examples.json +31 -31
- tccli/services/oceanus/v20190422/api.json +355 -41
- tccli/services/oceanus/v20190422/examples.json +1 -1
- tccli/services/tdmq/tdmq_client.py +53 -0
- tccli/services/tdmq/v20200217/api.json +126 -0
- tccli/services/tdmq/v20200217/examples.json +8 -0
- tccli/services/tts/v20190823/api.json +1 -1
- tccli/services/vpc/v20170312/api.json +45 -65
- tccli/services/vpc/v20170312/examples.json +3 -3
- {tccli-3.0.923.1.dist-info → tccli-3.0.924.1.dist-info}/METADATA +2 -2
- {tccli-3.0.923.1.dist-info → tccli-3.0.924.1.dist-info}/RECORD +57 -54
- {tccli-3.0.923.1.dist-info → tccli-3.0.924.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.923.1.dist-info → tccli-3.0.924.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.923.1.dist-info → tccli-3.0.924.1.dist-info}/license_files/LICENSE +0 -0
@@ -502,10 +502,10 @@
|
|
502
502
|
],
|
503
503
|
"DescribeServicesStatus": [
|
504
504
|
{
|
505
|
-
"document": "",
|
506
|
-
"input": "
|
507
|
-
"output": "{\n \"Response\": {\n \"Result\": {\n \"TotalCount\":
|
508
|
-
"title": "
|
505
|
+
"document": "查询服务列表状态",
|
506
|
+
"input": "POST / HTTP/1.1\nHost: apigateway.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeServicesStatus\n<公共请求参数>\n\n{\n \"Limit\": 0,\n \"Offset\": 0,\n \"Filters\": [\n {\n \"Name\": \"abc\",\n \"Values\": [\n \"abc\"\n ]\n }\n ]\n}",
|
507
|
+
"output": "{\n \"Response\": {\n \"Result\": {\n \"TotalCount\": 0,\n \"ServiceSet\": [\n {\n \"InnerHttpsPort\": 0,\n \"ServiceDesc\": \"abc\",\n \"Protocol\": \"abc\",\n \"ModifiedTime\": \"2020-09-22T00:00:00+00:00\",\n \"NetTypes\": [\n \"abc\"\n ],\n \"ExclusiveSetName\": \"abc\",\n \"ServiceId\": \"abc\",\n \"IpVersion\": \"abc\",\n \"AvailableEnvironments\": [\n \"abc\"\n ],\n \"ServiceName\": \"abc\",\n \"OuterSubDomain\": \"abc\",\n \"CreatedTime\": \"2020-09-22T00:00:00+00:00\",\n \"InnerHttpPort\": 1,\n \"InnerSubDomain\": \"abc\",\n \"TradeIsolateStatus\": 0,\n \"Tags\": [\n {\n \"Key\": \"abc\",\n \"Value\": \"abc\"\n }\n ],\n \"InstanceId\": \"abc\",\n \"SetType\": \"abc\",\n \"DeploymentType\": \"abc\"\n }\n ]\n },\n \"RequestId\": \"abc\"\n }\n}",
|
508
|
+
"title": "查询服务列表状态"
|
509
509
|
}
|
510
510
|
],
|
511
511
|
"DescribeUpstreamBindApis": [
|
@@ -1721,7 +1721,7 @@
|
|
1721
1721
|
},
|
1722
1722
|
{
|
1723
1723
|
"disabled": false,
|
1724
|
-
"document": "
|
1724
|
+
"document": "临时热词表,该参数用于提升热词识别准确率。\n单个热词规则:\"热词|权重\",不超过30个字符(最多10个汉字),权重1-10;\n临时热词表限制:多个热词用英文逗号分割,最多128个热词,参数示例:\"腾讯云|10,语音识别|5,ASR|10\";\n参数 hotword_list 与 hotword_id 区别:\nhotword_id:需要先在控制台或接口创建热词表,获得对应hotword_id传入参数来使用热词功能;\nhotword_list:每次请求时直接传入临时热词表来使用热词功能,云端不保留临时热词表;\n注意:如果同时传入了 hotword_id 和 hotword_list,会优先使用 hotword_list。",
|
1725
1725
|
"example": "无",
|
1726
1726
|
"is_base64": false,
|
1727
1727
|
"member": "string",
|