tccli 3.0.1128.1__py2.py3-none-any.whl → 3.0.1130.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/asr/v20190614/api.json +1 -1
- tccli/services/billing/v20180709/api.json +3 -2
- tccli/services/bpaas/v20181217/api.json +5 -0
- tccli/services/cat/v20180409/api.json +1 -0
- tccli/services/cdwdoris/v20211228/api.json +20 -0
- tccli/services/ciam/v20220331/api.json +92 -104
- tccli/services/cls/v20201016/api.json +5 -5
- tccli/services/cynosdb/v20190107/api.json +5 -3
- tccli/services/dc/v20180410/api.json +139 -121
- tccli/services/dc/v20180410/examples.json +6 -6
- tccli/services/es/v20180416/api.json +10 -0
- tccli/services/ess/v20201111/api.json +5 -5
- tccli/services/essbasic/v20210526/api.json +54 -3
- tccli/services/essbasic/v20210526/examples.json +2 -2
- tccli/services/hunyuan/v20230901/api.json +4 -4
- tccli/services/lighthouse/v20200324/api.json +2 -4
- tccli/services/monitor/v20180724/api.json +29 -16
- tccli/services/mps/v20190612/api.json +122 -4
- tccli/services/mrs/v20200910/api.json +315 -65
- tccli/services/ocr/v20181119/api.json +1 -1
- tccli/services/organization/v20210331/api.json +28 -0
- tccli/services/rce/v20201103/api.json +9 -9
- tccli/services/redis/redis_client.py +220 -8
- tccli/services/redis/v20180412/api.json +254 -28
- tccli/services/redis/v20180412/examples.json +36 -4
- tccli/services/ssl/v20191205/api.json +63 -38
- tccli/services/ssl/v20191205/examples.json +1 -1
- tccli/services/tcm/v20210413/api.json +75 -22
- tccli/services/tcm/v20210413/examples.json +1 -1
- tccli/services/tcr/v20190924/api.json +8 -8
- tccli/services/tcr/v20190924/examples.json +1 -1
- tccli/services/tdmq/v20200217/api.json +31 -18
- tccli/services/tdmq/v20200217/examples.json +8 -8
- tccli/services/teo/v20220901/api.json +4 -4
- tccli/services/tke/v20180525/api.json +67 -53
- tccli/services/tke/v20180525/examples.json +12 -12
- tccli/services/trtc/v20190722/api.json +2 -2
- tccli/services/tse/v20201207/api.json +103 -0
- 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 +177 -1
- tccli/services/wedata/v20210820/examples.json +10 -2
- tccli/services/wedata/wedata_client.py +53 -0
- {tccli-3.0.1128.1.dist-info → tccli-3.0.1130.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1128.1.dist-info → tccli-3.0.1130.1.dist-info}/RECORD +51 -51
- {tccli-3.0.1128.1.dist-info → tccli-3.0.1130.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1128.1.dist-info → tccli-3.0.1130.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1128.1.dist-info → tccli-3.0.1130.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = '3.0.
|
1
|
+
__version__ = '3.0.1130.1'
|
@@ -832,7 +832,7 @@
|
|
832
832
|
{
|
833
833
|
"disabled": false,
|
834
834
|
"document": "录音文件识别的请求返回结果。",
|
835
|
-
"example": "{ \"Response\": { \"RequestId\": \"8824366f-0e8f-4bd4-
|
835
|
+
"example": "{ \"Response\": { \"RequestId\": \"8824366f-0e8f-4bd4-8924-af5e84127caa\"",
|
836
836
|
"member": "TaskStatus",
|
837
837
|
"name": "Data",
|
838
838
|
"output_required": true,
|
@@ -11843,7 +11843,7 @@
|
|
11843
11843
|
"members": [
|
11844
11844
|
{
|
11845
11845
|
"disabled": false,
|
11846
|
-
"document": "
|
11846
|
+
"document": "查询用量开始时间,格式为yyyy-mm-dd,例如:2020-09-01",
|
11847
11847
|
"example": "2020-09-01",
|
11848
11848
|
"member": "string",
|
11849
11849
|
"name": "StartDate",
|
@@ -11852,7 +11852,7 @@
|
|
11852
11852
|
},
|
11853
11853
|
{
|
11854
11854
|
"disabled": false,
|
11855
|
-
"document": "
|
11855
|
+
"document": "查询用量结束时间,格式为yyyy-mm-dd,例如:2020-09-30(与开始时间同月,不支持跨月查询)",
|
11856
11856
|
"example": "2020-09-30",
|
11857
11857
|
"member": "string",
|
11858
11858
|
"name": "EndDate",
|
@@ -11880,6 +11880,7 @@
|
|
11880
11880
|
"example": "无",
|
11881
11881
|
"member": "CosDetailSets",
|
11882
11882
|
"name": "DetailSets",
|
11883
|
+
"output_required": true,
|
11883
11884
|
"type": "list",
|
11884
11885
|
"value_allowed_null": false
|
11885
11886
|
},
|
@@ -93,6 +93,7 @@
|
|
93
93
|
"example": "1111111",
|
94
94
|
"member": "uint64",
|
95
95
|
"name": "Uin",
|
96
|
+
"output_required": true,
|
96
97
|
"required": true,
|
97
98
|
"type": "int",
|
98
99
|
"value_allowed_null": false
|
@@ -103,6 +104,7 @@
|
|
103
104
|
"example": "1",
|
104
105
|
"member": "uint64",
|
105
106
|
"name": "Type",
|
107
|
+
"output_required": true,
|
106
108
|
"required": true,
|
107
109
|
"type": "int",
|
108
110
|
"value_allowed_null": false
|
@@ -113,6 +115,7 @@
|
|
113
115
|
"example": "aa",
|
114
116
|
"member": "string",
|
115
117
|
"name": "Desc",
|
118
|
+
"output_required": true,
|
116
119
|
"required": false,
|
117
120
|
"type": "string",
|
118
121
|
"value_allowed_null": true
|
@@ -123,6 +126,7 @@
|
|
123
126
|
"example": "aa",
|
124
127
|
"member": "string",
|
125
128
|
"name": "Nick",
|
129
|
+
"output_required": true,
|
126
130
|
"required": false,
|
127
131
|
"type": "string",
|
128
132
|
"value_allowed_null": true
|
@@ -133,6 +137,7 @@
|
|
133
137
|
"example": "xx",
|
134
138
|
"member": "Scf",
|
135
139
|
"name": "Scf",
|
140
|
+
"output_required": true,
|
136
141
|
"required": false,
|
137
142
|
"type": "object",
|
138
143
|
"value_allowed_null": true
|
@@ -2292,6 +2292,26 @@
|
|
2292
2292
|
"output_required": false,
|
2293
2293
|
"type": "string",
|
2294
2294
|
"value_allowed_null": true
|
2295
|
+
},
|
2296
|
+
{
|
2297
|
+
"disabled": false,
|
2298
|
+
"document": "是否启用冷热分层。0:未开启 1:已开启\n注意:此字段可能返回 null,表示取不到有效值。",
|
2299
|
+
"example": "0",
|
2300
|
+
"member": "int64",
|
2301
|
+
"name": "EnableCoolDown",
|
2302
|
+
"output_required": false,
|
2303
|
+
"type": "int",
|
2304
|
+
"value_allowed_null": true
|
2305
|
+
},
|
2306
|
+
{
|
2307
|
+
"disabled": false,
|
2308
|
+
"document": "冷热分层使用COS桶\n注意:此字段可能返回 null,表示取不到有效值。",
|
2309
|
+
"example": "无",
|
2310
|
+
"member": "string",
|
2311
|
+
"name": "CoolDownBucket",
|
2312
|
+
"output_required": false,
|
2313
|
+
"type": "string",
|
2314
|
+
"value_allowed_null": true
|
2295
2315
|
}
|
2296
2316
|
],
|
2297
2317
|
"usage": "out"
|