tccli 3.0.1268.1__py2.py3-none-any.whl → 3.0.1269.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 +5 -1
- tccli/services/aiart/aiart_client.py +106 -0
- tccli/services/aiart/v20221229/api.json +275 -0
- tccli/services/aiart/v20221229/examples.json +16 -0
- tccli/services/billing/billing_client.py +4 -163
- tccli/services/billing/v20180709/api.json +0 -489
- tccli/services/billing/v20180709/examples.json +0 -24
- tccli/services/cat/v20180409/api.json +3 -1
- tccli/services/cbs/v20170312/api.json +9 -0
- tccli/services/ccc/v20200210/api.json +11 -11
- tccli/services/ccc/v20200210/examples.json +2 -2
- tccli/services/cdb/v20170320/api.json +48 -18
- tccli/services/cfw/v20190904/api.json +30 -30
- tccli/services/ckafka/v20190819/api.json +10 -0
- tccli/services/csip/v20221121/api.json +38 -38
- tccli/services/cwp/cwp_client.py +4 -57
- tccli/services/cwp/v20180228/api.json +0 -184
- tccli/services/cwp/v20180228/examples.json +0 -8
- tccli/services/cynosdb/v20190107/api.json +1 -1
- tccli/services/cynosdb/v20190107/examples.json +1 -1
- tccli/services/dcdb/dcdb_client.py +122 -16
- tccli/services/dcdb/v20180411/api.json +222 -0
- tccli/services/dcdb/v20180411/examples.json +16 -0
- tccli/services/dlc/v20210125/api.json +145 -26
- tccli/services/dlc/v20210125/examples.json +18 -18
- tccli/services/domain/v20180808/api.json +8 -8
- tccli/services/domain/v20180808/examples.json +3 -3
- tccli/services/es/v20180416/api.json +9 -9
- tccli/services/ess/v20201111/api.json +1 -1
- tccli/services/essbasic/v20210526/api.json +3 -3
- tccli/services/essbasic/v20210526/examples.json +2 -2
- tccli/services/facefusion/v20220927/api.json +4 -4
- tccli/services/faceid/v20180301/api.json +5 -5
- tccli/services/faceid/v20180301/examples.json +6 -0
- tccli/services/gme/v20180711/api.json +118 -115
- tccli/services/gme/v20180711/examples.json +6 -6
- tccli/services/hunyuan/v20230901/api.json +9 -0
- tccli/services/iotexplorer/v20190423/api.json +4 -4
- tccli/services/iotexplorer/v20190423/examples.json +5 -5
- tccli/services/keewidb/v20220308/api.json +2 -2
- tccli/services/lcic/v20220817/api.json +177 -177
- tccli/services/lcic/v20220817/examples.json +2 -2
- tccli/services/lighthouse/v20200324/api.json +76 -67
- tccli/services/live/v20180801/api.json +1 -1
- tccli/services/lke/v20231130/api.json +31 -0
- tccli/services/lkeap/v20240522/api.json +55 -9
- tccli/services/lkeap/v20240522/examples.json +1 -1
- tccli/services/mna/mna_client.py +106 -0
- tccli/services/mna/v20210119/api.json +246 -0
- tccli/services/mna/v20210119/examples.json +16 -0
- tccli/services/monitor/monitor_client.py +62 -57
- tccli/services/monitor/v20230616/api.json +266 -0
- tccli/services/monitor/v20230616/examples.json +19 -0
- tccli/services/mqtt/mqtt_client.py +489 -12
- tccli/services/mqtt/v20240516/api.json +864 -3
- tccli/services/mqtt/v20240516/examples.json +72 -0
- tccli/services/ocr/ocr_client.py +53 -0
- tccli/services/ocr/v20181119/api.json +246 -1
- tccli/services/ocr/v20181119/examples.json +8 -0
- tccli/services/postgres/postgres_client.py +334 -16
- tccli/services/postgres/v20170312/api.json +717 -34
- tccli/services/postgres/v20170312/examples.json +72 -0
- tccli/services/ssl/v20191205/api.json +496 -493
- tccli/services/ssl/v20191205/examples.json +144 -24
- tccli/services/taf/taf_client.py +0 -159
- tccli/services/taf/v20200210/api.json +0 -665
- tccli/services/taf/v20200210/examples.json +0 -24
- tccli/services/teo/v20220901/api.json +2 -2
- tccli/services/tione/v20211111/api.json +14 -3
- tccli/services/trabbit/__init__.py +4 -0
- tccli/services/trabbit/trabbit_client.py +1691 -0
- tccli/services/trabbit/v20230418/api.json +4773 -0
- tccli/services/trabbit/v20230418/examples.json +237 -0
- tccli/services/trtc/v20190722/api.json +8 -8
- tccli/services/trtc/v20190722/examples.json +2 -2
- tccli/services/vclm/v20240523/api.json +0 -450
- tccli/services/vclm/v20240523/examples.json +0 -48
- tccli/services/vclm/vclm_client.py +0 -159
- tccli/services/wedata/v20210820/api.json +211 -33
- tccli/services/wedata/v20210820/examples.json +14 -0
- tccli/services/wedata/wedata_client.py +53 -0
- {tccli-3.0.1268.1.dist-info → tccli-3.0.1269.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1268.1.dist-info → tccli-3.0.1269.1.dist-info}/RECORD +87 -81
- {tccli-3.0.1268.1.dist-info → tccli-3.0.1269.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1268.1.dist-info → tccli-3.0.1269.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1268.1.dist-info → tccli-3.0.1269.1.dist-info}/license_files/LICENSE +0 -0
@@ -7,30 +7,6 @@
|
|
7
7
|
"output": "{\n \"Response\": {\n \"Data\": {\n \"Code\": 0,\n \"Message\": \"OK\",\n \"Value\": {\n \"Level\": 4,\n \"UserIp\": \"203.205.141.118\"\n }\n },\n \"RequestId\": \"be7d30aa-a824-4b5d-9b53-288e9dae2423\"\n }\n}",
|
8
8
|
"title": "IP风险查询接口"
|
9
9
|
}
|
10
|
-
],
|
11
|
-
"RecognizeCustomizedAudience": [
|
12
|
-
{
|
13
|
-
"document": "",
|
14
|
-
"input": "https://taf.tencentcloudapi.com/?Action=RecognizeCustomizedAudience\r\n&BspData.Uid=bfd81ee3ed27ad31c95ca75e21365973\r\n&BspData.AccountType=2\r\n&BspData.ModelIdList.0=5128\r\n&BspData.ModelIdList.1=5129\r\n&<公共请求参数>",
|
15
|
-
"output": "{\n \"Response\": {\n \"Data\": {\n \"Code\": 0,\n \"Message\": \"OK\",\n \"Value\": [\n {\n \"ModelId\": 5128,\n \"IsFound\": 1,\n \"Score\": 120\n },\n {\n \"ModelId\": 5129,\n \"IsFound\": 0,\n \"Score\": 0\n }\n ]\n },\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
|
16
|
-
"title": "RecognizeCustomizedAudience"
|
17
|
-
}
|
18
|
-
],
|
19
|
-
"RecognizePreciseTargetAudience": [
|
20
|
-
{
|
21
|
-
"document": "",
|
22
|
-
"input": "https://taf.tencentcloudapi.com/?Action=RecognizePreciseTargetAudience\r\n&BspData.Uid=bfd81ee3ed27ad31c95ca75e21365973\r\n&BspData.AccountType=2\r\n&BspData.ModelIdList.0=5128\r\n&BspData.ModelIdList.1=5129\r\n&<公共请求参数>",
|
23
|
-
"output": "{\n \"Response\": {\n \"Data\": {\n \"Code\": 0,\n \"Message\": \"OK\",\n \"Value\": [\n {\n \"ModelId\": 5128,\n \"IsFound\": 1,\n \"Score\": 120\n },\n {\n \"ModelId\": 5129,\n \"IsFound\": 0,\n \"Score\": 0\n }\n ]\n },\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
|
24
|
-
"title": "RecognizePreciseTargetAudience"
|
25
|
-
}
|
26
|
-
],
|
27
|
-
"RecognizeTargetAudience": [
|
28
|
-
{
|
29
|
-
"document": "",
|
30
|
-
"input": "POST / HTTP/1.1\nHost: taf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RecognizeTargetAudience\n<公共请求参数>\n\n{\n \"BspData\": {\n \"Uid\": \"892022376********ec97a65130bce53\",\n \"AccountType\": 256,\n \"ModelIdList\": [\n 5427\n ],\n \"IsAuthorized\": 1\n },\n \"BusinessEncryptData\": {\n \"EncryptMethod\": 1,\n \"EncryptData\": \"7ecfc5536b47f4fa7d********b67564caab7e6845531f02fd28feb8122f7afa\",\n \"EncryptMode\": 1,\n \"PaddingType\": 1\n }\n}\n\n",
|
31
|
-
"output": "{\n \"Response\": {\n \"Data\": {\n \"Message\": \"OK\",\n \"Code\": 0,\n \"Value\": [\n {\n \"Uid\": \"892022376********ec97a65130bce53\",\n \"IsFound\": 0,\n \"Score\": 0,\n \"ModelId\": 5427,\n \"ModelType\": 1\n }\n ]\n },\n \"RequestId\": \"c98f2f4f-****-****-****-669fb2679589\"\n }\n}",
|
32
|
-
"title": "RecognizeTargetAudience"
|
33
|
-
}
|
34
10
|
]
|
35
11
|
},
|
36
12
|
"version": "1.0"
|
@@ -5506,7 +5506,7 @@
|
|
5506
5506
|
"members": [
|
5507
5507
|
{
|
5508
5508
|
"disabled": false,
|
5509
|
-
"document": "站点 ID
|
5509
|
+
"document": "站点 ID。\n若您希望快速提交不同站点下的 Targets Url,可以将其填写为 *,但前提是调用该 API 的账号必须具备主账号下全部站点资源的权限。",
|
5510
5510
|
"example": "8afj24jzg9",
|
5511
5511
|
"member": "string",
|
5512
5512
|
"name": "ZoneId",
|
@@ -5523,7 +5523,7 @@
|
|
5523
5523
|
"type": "list"
|
5524
5524
|
},
|
5525
5525
|
{
|
5526
|
-
"disabled":
|
5526
|
+
"disabled": true,
|
5527
5527
|
"document": "是否对url进行encode,若内容含有非 ASCII 字符集的字符,请开启此开关进行编码转换(编码规则遵循 RFC3986)。",
|
5528
5528
|
"example": "true",
|
5529
5529
|
"member": "bool",
|
@@ -7283,7 +7283,7 @@
|
|
7283
7283
|
"value_allowed_null": true
|
7284
7284
|
},
|
7285
7285
|
{
|
7286
|
-
"disabled":
|
7286
|
+
"disabled": true,
|
7287
7287
|
"document": "容器列表\n注意:此字段可能返回 null,表示取不到有效值。",
|
7288
7288
|
"example": "无",
|
7289
7289
|
"member": "Container",
|
@@ -7314,6 +7314,17 @@
|
|
7314
7314
|
"required": false,
|
7315
7315
|
"type": "object",
|
7316
7316
|
"value_allowed_null": true
|
7317
|
+
},
|
7318
|
+
{
|
7319
|
+
"disabled": false,
|
7320
|
+
"document": "实例的状态信息",
|
7321
|
+
"example": "Running",
|
7322
|
+
"member": "string",
|
7323
|
+
"name": "Status",
|
7324
|
+
"output_required": false,
|
7325
|
+
"required": false,
|
7326
|
+
"type": "string",
|
7327
|
+
"value_allowed_null": false
|
7317
7328
|
}
|
7318
7329
|
],
|
7319
7330
|
"usage": "both"
|
@@ -9157,7 +9168,7 @@
|
|
9157
9168
|
{
|
9158
9169
|
"disabled": false,
|
9159
9170
|
"document": "当前资源售罄时,可用的区域有哪些",
|
9160
|
-
"example": "[]",
|
9171
|
+
"example": "[\"ap-beijing\"]",
|
9161
9172
|
"member": "string",
|
9162
9173
|
"name": "AvailableRegion",
|
9163
9174
|
"output_required": true,
|
@@ -9167,7 +9178,7 @@
|
|
9167
9178
|
{
|
9168
9179
|
"disabled": false,
|
9169
9180
|
"document": "当前计费项支持的特性\n注意:此字段可能返回 null,表示取不到有效值。",
|
9170
|
-
"example": "[]",
|
9181
|
+
"example": "[\"CFS\",\"COS\"]",
|
9171
9182
|
"member": "string",
|
9172
9183
|
"name": "SpecFeatures",
|
9173
9184
|
"output_required": false,
|