tccli 3.0.1363.1__py2.py3-none-any.whl → 3.0.1365.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/autoscaling/v20180419/api.json +1 -1
- tccli/services/bi/v20220105/api.json +97 -5
- tccli/services/bi/v20220105/examples.json +5 -5
- tccli/services/cam/cam_client.py +61 -8
- tccli/services/cam/v20190116/api.json +96 -0
- tccli/services/cam/v20190116/examples.json +8 -0
- tccli/services/cdb/v20170320/api.json +35 -35
- tccli/services/cdb/v20170320/examples.json +3 -3
- tccli/services/cdn/cdn_client.py +161 -1380
- tccli/services/cdn/v20180606/api.json +5302 -9471
- tccli/services/cdn/v20180606/examples.json +0 -184
- tccli/services/cfs/cfs_client.py +817 -128
- tccli/services/cfs/v20190719/api.json +2256 -848
- tccli/services/cfs/v20190719/examples.json +104 -0
- tccli/services/clb/v20180317/api.json +29 -9
- tccli/services/cls/v20201016/api.json +76 -72
- tccli/services/cls/v20201016/examples.json +3 -3
- tccli/services/ctem/v20231128/api.json +331 -97
- tccli/services/ctem/v20231128/examples.json +8 -8
- tccli/services/dlc/dlc_client.py +1622 -403
- tccli/services/dlc/v20210125/api.json +10882 -8052
- tccli/services/dlc/v20210125/examples.json +184 -0
- tccli/services/emr/v20190103/api.json +1 -1
- tccli/services/es/v20250101/api.json +38 -1
- tccli/services/ess/ess_client.py +110 -4
- tccli/services/ess/v20201111/api.json +354 -1
- tccli/services/ess/v20201111/examples.json +16 -0
- tccli/services/hunyuan/hunyuan_client.py +73 -179
- tccli/services/hunyuan/v20230901/api.json +0 -190
- tccli/services/hunyuan/v20230901/examples.json +0 -16
- tccli/services/kms/v20190118/api.json +2 -2
- tccli/services/live/v20180801/api.json +1 -1
- tccli/services/lowcode/lowcode_client.py +212 -0
- tccli/services/lowcode/v20210108/api.json +239 -0
- tccli/services/lowcode/v20210108/examples.json +32 -0
- tccli/services/monitor/v20180724/api.json +2 -2
- tccli/services/mps/v20190612/api.json +5 -5
- tccli/services/mqtt/v20240516/api.json +84 -0
- tccli/services/ocr/v20181119/api.json +3 -3
- tccli/services/ssl/v20191205/api.json +38 -28
- tccli/services/teo/teo_client.py +1266 -206
- tccli/services/teo/v20220901/api.json +1818 -116
- tccli/services/teo/v20220901/examples.json +160 -0
- tccli/services/tione/v20211111/api.json +10 -0
- tccli/services/trtc/v20190722/api.json +40 -7
- tccli/services/waf/v20180125/api.json +499 -0
- tccli/services/waf/v20180125/examples.json +32 -0
- tccli/services/waf/waf_client.py +224 -12
- tccli/services/wedata/v20210820/api.json +191 -11
- tccli/services/wedata/v20210820/examples.json +10 -2
- tccli/services/wedata/wedata_client.py +53 -0
- {tccli-3.0.1363.1.dist-info → tccli-3.0.1365.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1363.1.dist-info → tccli-3.0.1365.1.dist-info}/RECORD +57 -57
- {tccli-3.0.1363.1.dist-info → tccli-3.0.1365.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1363.1.dist-info → tccli-3.0.1365.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1363.1.dist-info → tccli-3.0.1365.1.dist-info}/license_files/LICENSE +0 -0
@@ -114,10 +114,10 @@
|
|
114
114
|
],
|
115
115
|
"DescribeHttps": [
|
116
116
|
{
|
117
|
-
"document": "
|
118
|
-
"input": "POST / HTTP/1.1\nHost: ctem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeHttps\n<公共请求参数>\n\n{}",
|
119
|
-
"output": "{\n \"Response\": {\n \"List\": [
|
120
|
-
"title": "
|
117
|
+
"document": "查询网站资产",
|
118
|
+
"input": "POST / HTTP/1.1\nHost: ctem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeHttps\n<公共请求参数>\n\n{\n \"CustomerIdList\": [\n 100275\n ]\n}",
|
119
|
+
"output": "{\n \"Response\": {\n \"List\": [],\n \"RequestId\": \"b36ee1c7-f40e-4f17-8db7-6e14ee8ea556\",\n \"Total\": 0\n }\n}",
|
120
|
+
"title": "查询网站资产"
|
121
121
|
}
|
122
122
|
],
|
123
123
|
"DescribeJobRecordDetails": [
|
@@ -250,10 +250,10 @@
|
|
250
250
|
],
|
251
251
|
"ModifyLabel": [
|
252
252
|
{
|
253
|
-
"document": "
|
254
|
-
"input": "POST / HTTP/1.1\nHost: ctem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyLabel\n<公共请求参数>\n\n{\n \"
|
255
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
256
|
-
"title": "
|
253
|
+
"document": "修改标签",
|
254
|
+
"input": "POST / HTTP/1.1\nHost: ctem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyLabel\n<公共请求参数>\n\n{\n \"Module\": \"asset\",\n \"CustomerIdList\": [\n 100275\n ],\n \"Labels\": \"{}\",\n \"Ids\": [\n 10097\n ]\n}",
|
255
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"24b299a2-e517-4225-bdc8-b7c16b5626fd\"\n }\n}",
|
256
|
+
"title": "修改标签"
|
257
257
|
}
|
258
258
|
],
|
259
259
|
"StopJobRecord": [
|