tccli 3.0.1115.1__py2.py3-none-any.whl → 3.0.1116.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/services/aiart/v20221229/examples.json +1 -1
- tccli/services/cat/v20180409/api.json +1 -1
- tccli/services/cat/v20180409/examples.json +2 -2
- tccli/services/ccc/v20200210/api.json +2 -2
- tccli/services/ckafka/v20190819/api.json +20 -0
- tccli/services/domain/domain_client.py +871 -129
- tccli/services/domain/v20180808/api.json +1502 -146
- tccli/services/domain/v20180808/examples.json +112 -0
- tccli/services/dts/v20211206/api.json +2 -2
- tccli/services/gs/v20191118/api.json +11 -8
- tccli/services/lighthouse/v20200324/api.json +16 -16
- tccli/services/mna/mna_client.py +110 -4
- tccli/services/mna/v20210119/api.json +182 -0
- tccli/services/mna/v20210119/examples.json +16 -0
- tccli/services/ocr/v20181119/api.json +60 -0
- tccli/services/ocr/v20181119/examples.json +1 -1
- tccli/services/rum/v20210622/api.json +6 -6
- tccli/services/rum/v20210622/examples.json +2 -2
- tccli/services/ssl/v20191205/api.json +1 -1
- tccli/services/ssl/v20191205/examples.json +1 -1
- tccli/services/teo/v20220901/api.json +1 -1
- tccli/services/tmt/v20180321/api.json +3 -3
- {tccli-3.0.1115.1.dist-info → tccli-3.0.1116.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1115.1.dist-info → tccli-3.0.1116.1.dist-info}/RECORD +28 -28
- {tccli-3.0.1115.1.dist-info → tccli-3.0.1116.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1115.1.dist-info → tccli-3.0.1116.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1115.1.dist-info → tccli-3.0.1116.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = '3.0.
|
1
|
+
__version__ = '3.0.1116.1'
|
@@ -59,7 +59,7 @@
|
|
59
59
|
"TextToImage": [
|
60
60
|
{
|
61
61
|
"document": "正常调用场景",
|
62
|
-
"input": "POST / HTTP/1.1\nHost:
|
62
|
+
"input": "POST / HTTP/1.1\nHost: aiart.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: TextToImage\n<公共请求参数>\n\n{\n \"Prompt\": \"女孩\",\n \"Styles\": [\n \"101\"\n ]\n}",
|
63
63
|
"output": "{\n \"Response\": {\n \"ResultImage\": \"/ashadaisojdad\",\n \"RequestId\": \"b429894a-d0e5-4d5c-8dcf-6be8d05ef484\"\n }\n}",
|
64
64
|
"title": "调用示例"
|
65
65
|
}
|
@@ -107,8 +107,8 @@
|
|
107
107
|
"UpdateProbeTaskAttributes": [
|
108
108
|
{
|
109
109
|
"document": "",
|
110
|
-
"input": "POST / HTTP/1.1\nHost: cat.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateProbeTaskAttributes\n<公共请求参数>\n\n{\n \"TaskId\": \"task-
|
111
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
110
|
+
"input": "POST / HTTP/1.1\nHost: cat.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateProbeTaskAttributes\n<公共请求参数>\n\n{\n \"TaskId\": \"task-a3a9qbqy\",\n \"Name\": \"百度Test\"\n}",
|
111
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"db996865-85af-496f-b081-3e2fff7e5af2\"\n }\n}",
|
112
112
|
"title": "更新探测任务属性"
|
113
113
|
}
|
114
114
|
],
|
@@ -2998,7 +2998,7 @@
|
|
2998
2998
|
{
|
2999
2999
|
"disabled": false,
|
3000
3000
|
"document": "公司名称",
|
3001
|
-
"example": "
|
3001
|
+
"example": "foobar科技有限公司",
|
3002
3002
|
"member": "string",
|
3003
3003
|
"name": "CompanyName",
|
3004
3004
|
"required": false,
|
@@ -4033,7 +4033,7 @@
|
|
4033
4033
|
{
|
4034
4034
|
"disabled": false,
|
4035
4035
|
"document": "呼叫的 session id 列表,通过 https://cloud.tencent.com/document/product/679/47714 可以批量获取呼叫详细话单",
|
4036
|
-
"example": "
|
4036
|
+
"example": "[\"e4b2d3f1-8c27-4a9d-bef1-0b412a7c5e8d\", \"a3e8f4c9-2b7d-4e1f-9d82-6c5a8b0d3f1e\", \"f7d2b4e9-1c8a-5d9e-b0f3-2e1a3c4b5d6f\"]",
|
4037
4037
|
"member": "string",
|
4038
4038
|
"name": "SessionList",
|
4039
4039
|
"output_required": false,
|
@@ -15170,6 +15170,26 @@
|
|
15170
15170
|
"output_required": false,
|
15171
15171
|
"type": "string",
|
15172
15172
|
"value_allowed_null": true
|
15173
|
+
},
|
15174
|
+
{
|
15175
|
+
"disabled": false,
|
15176
|
+
"document": "VPC ID信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
15177
|
+
"example": "vpc-9icn1ic",
|
15178
|
+
"member": "string",
|
15179
|
+
"name": "VpcId",
|
15180
|
+
"output_required": false,
|
15181
|
+
"type": "string",
|
15182
|
+
"value_allowed_null": true
|
15183
|
+
},
|
15184
|
+
{
|
15185
|
+
"disabled": false,
|
15186
|
+
"document": "子网ID信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
15187
|
+
"example": "subnet-1incnn1",
|
15188
|
+
"member": "string",
|
15189
|
+
"name": "SubnetId",
|
15190
|
+
"output_required": false,
|
15191
|
+
"type": "string",
|
15192
|
+
"value_allowed_null": true
|
15173
15193
|
}
|
15174
15194
|
],
|
15175
15195
|
"usage": "out"
|