tccli 3.0.1128.1__py2.py3-none-any.whl → 3.0.1129.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/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/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/essbasic/v20210526/api.json +44 -2
- tccli/services/essbasic/v20210526/examples.json +1 -1
- 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/v20180412/api.json +34 -28
- tccli/services/redis/v20180412/examples.json +4 -4
- tccli/services/tdmq/v20200217/api.json +8 -8
- tccli/services/tdmq/v20200217/examples.json +5 -5
- tccli/services/teo/v20220901/api.json +4 -4
- tccli/services/tke/v20180525/api.json +36 -28
- tccli/services/tke/v20180525/examples.json +3 -3
- tccli/services/wedata/v20210820/api.json +106 -1
- tccli/services/wedata/v20210820/examples.json +2 -2
- {tccli-3.0.1128.1.dist-info → tccli-3.0.1129.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1128.1.dist-info → tccli-3.0.1129.1.dist-info}/RECORD +33 -33
- {tccli-3.0.1128.1.dist-info → tccli-3.0.1129.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1128.1.dist-info → tccli-3.0.1129.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1128.1.dist-info → tccli-3.0.1129.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = '3.0.
|
1
|
+
__version__ = '3.0.1129.1'
|
@@ -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"
|
@@ -3026,6 +3026,7 @@
|
|
3026
3026
|
"example": "无",
|
3027
3027
|
"member": "int64",
|
3028
3028
|
"name": "FlowId",
|
3029
|
+
"output_required": true,
|
3029
3030
|
"type": "int",
|
3030
3031
|
"value_allowed_null": false
|
3031
3032
|
},
|
@@ -3035,6 +3036,7 @@
|
|
3035
3036
|
"example": "无",
|
3036
3037
|
"member": "int64",
|
3037
3038
|
"name": "TaskId",
|
3039
|
+
"output_required": true,
|
3038
3040
|
"type": "int",
|
3039
3041
|
"value_allowed_null": false
|
3040
3042
|
},
|
@@ -10479,7 +10481,7 @@
|
|
10479
10481
|
"example": "无",
|
10480
10482
|
"member": "SecurityGroup",
|
10481
10483
|
"name": "Groups",
|
10482
|
-
"
|
10484
|
+
"output_required": true,
|
10483
10485
|
"type": "list",
|
10484
10486
|
"value_allowed_null": false
|
10485
10487
|
},
|
@@ -10489,7 +10491,7 @@
|
|
10489
10491
|
"example": "10",
|
10490
10492
|
"member": "int64",
|
10491
10493
|
"name": "Total",
|
10492
|
-
"
|
10494
|
+
"output_required": true,
|
10493
10495
|
"type": "int",
|
10494
10496
|
"value_allowed_null": false
|
10495
10497
|
},
|
@@ -17377,7 +17379,7 @@
|
|
17377
17379
|
"example": "1008306",
|
17378
17380
|
"member": "int64",
|
17379
17381
|
"name": "FlowId",
|
17380
|
-
"
|
17382
|
+
"output_required": true,
|
17381
17383
|
"type": "int",
|
17382
17384
|
"value_allowed_null": false
|
17383
17385
|
},
|