tccli 3.0.1158.1__py2.py3-none-any.whl → 3.0.1159.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/ams/v20201229/api.json +314 -56
- tccli/services/ams/v20201229/examples.json +2 -2
- tccli/services/bi/v20220105/api.json +1 -1
- tccli/services/cat/v20180409/api.json +9 -0
- tccli/services/cdb/v20170320/api.json +30 -3
- tccli/services/cdn/v20180606/api.json +86 -0
- tccli/services/cfw/cfw_client.py +53 -0
- tccli/services/cfw/v20190904/api.json +243 -0
- tccli/services/cfw/v20190904/examples.json +8 -0
- tccli/services/cynosdb/v20190107/api.json +91 -0
- tccli/services/ecm/v20190719/api.json +23 -5
- tccli/services/emr/emr_client.py +53 -0
- tccli/services/emr/v20190103/api.json +351 -98
- tccli/services/emr/v20190103/examples.json +11 -3
- tccli/services/hunyuan/v20230901/api.json +114 -3
- tccli/services/tke/tke_client.py +53 -0
- tccli/services/tke/v20180525/api.json +188 -0
- tccli/services/tke/v20180525/examples.json +8 -0
- tccli/services/vm/v20201229/api.json +209 -45
- tccli/services/vm/v20201229/examples.json +1 -1
- tccli/services/vm/v20210922/api.json +25 -25
- {tccli-3.0.1158.1.dist-info → tccli-3.0.1159.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1158.1.dist-info → tccli-3.0.1159.1.dist-info}/RECORD +27 -27
- {tccli-3.0.1158.1.dist-info → tccli-3.0.1159.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1158.1.dist-info → tccli-3.0.1159.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1158.1.dist-info → tccli-3.0.1159.1.dist-info}/license_files/LICENSE +0 -0
@@ -45,7 +45,7 @@
|
|
45
45
|
"example": "1",
|
46
46
|
"member": "int64",
|
47
47
|
"name": "HitFlag",
|
48
|
-
"
|
48
|
+
"output_required": true,
|
49
49
|
"type": "int",
|
50
50
|
"value_allowed_null": true
|
51
51
|
},
|
@@ -55,7 +55,7 @@
|
|
55
55
|
"example": "1",
|
56
56
|
"member": "string",
|
57
57
|
"name": "Label",
|
58
|
-
"
|
58
|
+
"output_required": true,
|
59
59
|
"type": "string",
|
60
60
|
"value_allowed_null": true
|
61
61
|
},
|
@@ -65,7 +65,7 @@
|
|
65
65
|
"example": "1",
|
66
66
|
"member": "string",
|
67
67
|
"name": "Suggestion",
|
68
|
-
"
|
68
|
+
"output_required": true,
|
69
69
|
"type": "string",
|
70
70
|
"value_allowed_null": true
|
71
71
|
},
|
@@ -75,7 +75,7 @@
|
|
75
75
|
"example": "1",
|
76
76
|
"member": "int64",
|
77
77
|
"name": "Score",
|
78
|
-
"
|
78
|
+
"output_required": true,
|
79
79
|
"type": "int",
|
80
80
|
"value_allowed_null": true
|
81
81
|
},
|
@@ -85,17 +85,17 @@
|
|
85
85
|
"example": "1",
|
86
86
|
"member": "string",
|
87
87
|
"name": "Text",
|
88
|
-
"
|
88
|
+
"output_required": true,
|
89
89
|
"type": "string",
|
90
90
|
"value_allowed_null": true
|
91
91
|
},
|
92
92
|
{
|
93
93
|
"disabled": false,
|
94
|
-
"document": "
|
94
|
+
"document": "该字段用于返回审核结果的访问链接(URL)。<br>备注:链接默认有效期为12小时。如果您需要更长时效的链接,请使用[COS预签名](https://cloud.tencent.com/document/product/1265/104001)功能更新签名时效。\n注意:此字段可能返回 null,表示取不到有效值。",
|
95
95
|
"example": "1",
|
96
96
|
"member": "string",
|
97
97
|
"name": "Url",
|
98
|
-
"
|
98
|
+
"output_required": true,
|
99
99
|
"type": "string",
|
100
100
|
"value_allowed_null": true
|
101
101
|
},
|
@@ -105,7 +105,7 @@
|
|
105
105
|
"example": "1",
|
106
106
|
"member": "string",
|
107
107
|
"name": "Duration",
|
108
|
-
"
|
108
|
+
"output_required": true,
|
109
109
|
"type": "string",
|
110
110
|
"value_allowed_null": true
|
111
111
|
},
|
@@ -115,7 +115,7 @@
|
|
115
115
|
"example": "1",
|
116
116
|
"member": "string",
|
117
117
|
"name": "Extra",
|
118
|
-
"
|
118
|
+
"output_required": true,
|
119
119
|
"type": "string",
|
120
120
|
"value_allowed_null": true
|
121
121
|
},
|
@@ -125,7 +125,7 @@
|
|
125
125
|
"example": "1",
|
126
126
|
"member": "AudioResultDetailTextResult",
|
127
127
|
"name": "TextResults",
|
128
|
-
"
|
128
|
+
"output_required": true,
|
129
129
|
"type": "list",
|
130
130
|
"value_allowed_null": true
|
131
131
|
},
|
@@ -135,7 +135,7 @@
|
|
135
135
|
"example": "1",
|
136
136
|
"member": "AudioResultDetailMoanResult",
|
137
137
|
"name": "MoanResults",
|
138
|
-
"
|
138
|
+
"output_required": true,
|
139
139
|
"type": "list",
|
140
140
|
"value_allowed_null": true
|
141
141
|
},
|
@@ -145,7 +145,7 @@
|
|
145
145
|
"example": "1",
|
146
146
|
"member": "AudioResultDetailLanguageResult",
|
147
147
|
"name": "LanguageResults",
|
148
|
-
"
|
148
|
+
"output_required": true,
|
149
149
|
"type": "list",
|
150
150
|
"value_allowed_null": true
|
151
151
|
},
|
@@ -155,7 +155,7 @@
|
|
155
155
|
"example": "无",
|
156
156
|
"member": "string",
|
157
157
|
"name": "SubLabel",
|
158
|
-
"
|
158
|
+
"output_required": true,
|
159
159
|
"type": "string",
|
160
160
|
"value_allowed_null": true
|
161
161
|
},
|
@@ -165,7 +165,7 @@
|
|
165
165
|
"example": "无",
|
166
166
|
"member": "RecognitionResult",
|
167
167
|
"name": "RecognitionResults",
|
168
|
-
"
|
168
|
+
"output_required": true,
|
169
169
|
"type": "list",
|
170
170
|
"value_allowed_null": true
|
171
171
|
}
|
@@ -484,7 +484,7 @@
|
|
484
484
|
"members": [
|
485
485
|
{
|
486
486
|
"disabled": false,
|
487
|
-
"document": "
|
487
|
+
"document": "该字段表示特定审核策略的编号,用于接口调度。需要提前在[内容安全控制台](https://console.cloud.tencent.com/cms/clouds/manage)中创建策略后获取该Biztype字段,传入该字段,会根据业务场景在审核时调用相应的审核策略。 备注:Biztype仅为数字、字母与下划线的组合,长度为3-32个字符;不同Biztype关联不同的业务场景与识别能力策略,调用前请确认正确的Biztype。",
|
488
488
|
"example": "1001",
|
489
489
|
"member": "string",
|
490
490
|
"name": "BizType",
|
@@ -729,7 +729,7 @@
|
|
729
729
|
},
|
730
730
|
{
|
731
731
|
"disabled": false,
|
732
|
-
"document": "该字段用于返回视频中截帧审核的结果,详细返回内容敬请参考ImageSegments
|
732
|
+
"document": "该字段用于返回视频中截帧审核的结果,详细返回内容敬请参考ImageSegments数据结构的描述。\n注意:此字段可能返回 null,表示取不到有效值。",
|
733
733
|
"example": "无",
|
734
734
|
"member": "ImageSegments",
|
735
735
|
"name": "ImageSegments",
|
@@ -739,7 +739,7 @@
|
|
739
739
|
},
|
740
740
|
{
|
741
741
|
"disabled": false,
|
742
|
-
"document": "该字段用于返回视频中音频审核的结果,详细返回内容敬请参考AudioSegments
|
742
|
+
"document": "该字段用于返回视频中音频审核的结果,详细返回内容敬请参考AudioSegments数据结构的描述。\n注意:此字段可能返回 null,表示取不到有效值。",
|
743
743
|
"example": "无",
|
744
744
|
"member": "AudioSegments",
|
745
745
|
"name": "AudioSegments",
|
@@ -918,7 +918,7 @@
|
|
918
918
|
"example": "1",
|
919
919
|
"member": "int64",
|
920
920
|
"name": "HitFlag",
|
921
|
-
"
|
921
|
+
"output_required": true,
|
922
922
|
"type": "int",
|
923
923
|
"value_allowed_null": true
|
924
924
|
},
|
@@ -928,7 +928,7 @@
|
|
928
928
|
"example": "1",
|
929
929
|
"member": "string",
|
930
930
|
"name": "Label",
|
931
|
-
"
|
931
|
+
"output_required": true,
|
932
932
|
"type": "string",
|
933
933
|
"value_allowed_null": true
|
934
934
|
},
|
@@ -938,7 +938,7 @@
|
|
938
938
|
"example": "1",
|
939
939
|
"member": "string",
|
940
940
|
"name": "Suggestion",
|
941
|
-
"
|
941
|
+
"output_required": true,
|
942
942
|
"type": "string",
|
943
943
|
"value_allowed_null": true
|
944
944
|
},
|
@@ -948,7 +948,7 @@
|
|
948
948
|
"example": "1",
|
949
949
|
"member": "int64",
|
950
950
|
"name": "Score",
|
951
|
-
"
|
951
|
+
"output_required": true,
|
952
952
|
"type": "int",
|
953
953
|
"value_allowed_null": true
|
954
954
|
},
|
@@ -958,17 +958,17 @@
|
|
958
958
|
"example": "1",
|
959
959
|
"member": "ImageResultResult",
|
960
960
|
"name": "Results",
|
961
|
-
"
|
961
|
+
"output_required": true,
|
962
962
|
"type": "list",
|
963
963
|
"value_allowed_null": true
|
964
964
|
},
|
965
965
|
{
|
966
966
|
"disabled": false,
|
967
|
-
"document": "
|
967
|
+
"document": "该字段用于返回审核结果的访问链接(URL)。<br>备注:链接默认有效期为12小时。如果您需要更长时效的链接,请使用[COS预签名](https://cloud.tencent.com/document/product/1265/104001)功能更新签名时效。\n注意:此字段可能返回 null,表示取不到有效值。",
|
968
968
|
"example": "1",
|
969
969
|
"member": "string",
|
970
970
|
"name": "Url",
|
971
|
-
"
|
971
|
+
"output_required": true,
|
972
972
|
"type": "string",
|
973
973
|
"value_allowed_null": true
|
974
974
|
},
|
@@ -978,7 +978,7 @@
|
|
978
978
|
"example": "1",
|
979
979
|
"member": "string",
|
980
980
|
"name": "Extra",
|
981
|
-
"
|
981
|
+
"output_required": true,
|
982
982
|
"type": "string",
|
983
983
|
"value_allowed_null": true
|
984
984
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: tccli
|
3
|
-
Version: 3.0.
|
3
|
+
Version: 3.0.1159.1
|
4
4
|
Summary: Universal Command Line Environment for Tencent Cloud
|
5
5
|
Project-URL: Bug Tracker, https://github.com/TencentCloud/tencentcloud-cli/issues
|
6
6
|
Project-URL: Homepage, https://github.com/TencentCloud/tencentcloud-cli
|
@@ -13,7 +13,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
13
13
|
Classifier: Programming Language :: Python :: 3
|
14
14
|
Requires-Dist: jmespath==0.10.0
|
15
15
|
Requires-Dist: six==1.16.0
|
16
|
-
Requires-Dist: tencentcloud-sdk-python>=3.0.
|
16
|
+
Requires-Dist: tencentcloud-sdk-python>=3.0.1159
|
17
17
|
Description-Content-Type: text/markdown
|
18
18
|
|
19
19
|
# 命令行工具简介
|
@@ -1,4 +1,4 @@
|
|
1
|
-
tccli/__init__.py,sha256=
|
1
|
+
tccli/__init__.py,sha256=PBCdSCRTo35MrvTlfCv1PNrxg0u0TLYC76uawwHqC5I,27
|
2
2
|
tccli/argparser.py,sha256=iFaw_iIMdyVwUdcv2_2OHQfe7-7j9yGzoOgXgXswoBo,5555
|
3
3
|
tccli/argument.py,sha256=ZtVo3AySpzM-Hw6_hPdU27FjUsc8QPB2fIuLy7JSBAk,8091
|
4
4
|
tccli/base_command.py,sha256=rFWNAwfS0GA6LLGNOM-iPI0RV81Jag5cZn536ZQN0pw,2859
|
@@ -68,8 +68,8 @@ tccli/services/ams/__init__.py,sha256=g1i-pKcOs_rtTcfixlHkKiI7M4Bu66BOrjZlVZ_BjA
|
|
68
68
|
tccli/services/ams/ams_client.py,sha256=YW_qcsMcQKVoRka9k-JXFl6LjlA34JGRRrja0V0Swws,33576
|
69
69
|
tccli/services/ams/v20200608/api.json,sha256=KsQAkjT96R_150s4CF4De0RiLcXIU5WWBZaYilSidpw,56517
|
70
70
|
tccli/services/ams/v20200608/examples.json,sha256=Oj-5Zx3_M1x1rD6wulMGMLZ-Yn1Y6t4UnZhbXq89r0E,7136
|
71
|
-
tccli/services/ams/v20201229/api.json,sha256=
|
72
|
-
tccli/services/ams/v20201229/examples.json,sha256=
|
71
|
+
tccli/services/ams/v20201229/api.json,sha256=ceWCY_8_V90GroGxHL3CvtYcxGmJ1LlDoyp5nH3OIPM,92992
|
72
|
+
tccli/services/ams/v20201229/examples.json,sha256=w6y3y-xcbm0agk3g1-qaAYF1dj2YSziklBJ1LHjPjww,9913
|
73
73
|
tccli/services/anicloud/__init__.py,sha256=KGWgKhZp-36regLbkiZatC0xdtfItPNDcLXGDfFTdyo,95
|
74
74
|
tccli/services/anicloud/anicloud_client.py,sha256=pC_C1bimHpUSGScbSP-TMvvSfoJZN3Eun08VbkfyzWw,14843
|
75
75
|
tccli/services/anicloud/v20220923/api.json,sha256=ReMz8L-Mmw-Yg1rcimiKUjhH-8MwGacWTqDrqnfwEQs,14911
|
@@ -124,7 +124,7 @@ tccli/services/bda/v20200324/api.json,sha256=YLHeIEz8flYnNdZdSUICyVYViPCfkbg2I3m
|
|
124
124
|
tccli/services/bda/v20200324/examples.json,sha256=PY5q65GP8KcjbR96xVuUgSTCWjdISb2Uj_7VjJprDcQ,27629
|
125
125
|
tccli/services/bi/__init__.py,sha256=Spp7MdXcW1J-2jUPyNqqn8H5FgFXyTVCaIjR6jqp72I,83
|
126
126
|
tccli/services/bi/bi_client.py,sha256=GCxeVRpVp86cEk10QFlM_NvkddWkaNKyv7nul_g3Og8,73472
|
127
|
-
tccli/services/bi/v20220105/api.json,sha256=
|
127
|
+
tccli/services/bi/v20220105/api.json,sha256=xOdlmzA3UCEGomKr2936Pkk4nP5HpXZh1JwtbbM0PMU,152345
|
128
128
|
tccli/services/bi/v20220105/examples.json,sha256=g7Gl2wwBNVH432xMf3-8Hx9TWS-UOpQTOgpARxaWEek,28583
|
129
129
|
tccli/services/billing/__init__.py,sha256=nXe5kwm1G0HeH0itxncDA2xjwgaXNuqihS3NdFYZyR0,93
|
130
130
|
tccli/services/billing/billing_client.py,sha256=EQgXC0-ek004myATUTFjfnRnjrVJalIcsu6sr4g7YR4,146415
|
@@ -188,7 +188,7 @@ tccli/services/car/v20220110/api.json,sha256=EvHtArKh_thz0quGEOn8ag5uFQEatWKBGsF
|
|
188
188
|
tccli/services/car/v20220110/examples.json,sha256=6zu5LOf0Qdgje-YLRWhOlPYbctgOJ-sVECAoTUEmxHE,2916
|
189
189
|
tccli/services/cat/__init__.py,sha256=J1vQBWrO1MImVNtJ5HeS0guuP2cAtGW5mgTq0aADJng,85
|
190
190
|
tccli/services/cat/cat_client.py,sha256=3r3SeJyEyNi-jKwBhydyON3CooDDbsMqRMqRQ1r9vWg,42751
|
191
|
-
tccli/services/cat/v20180409/api.json,sha256=
|
191
|
+
tccli/services/cat/v20180409/api.json,sha256=TqrxvvEo-lAcnfMTAitFR64bLE95VQwQ6RJwvD_Otwo,60080
|
192
192
|
tccli/services/cat/v20180409/examples.json,sha256=YMa9J-lruLNCCfuAXcHV3RHFeIJRBctLeFnmP-7ik_A,13305
|
193
193
|
tccli/services/cbs/__init__.py,sha256=84vgEy9HuiN7UhVYSIgf35_93-5b5lrrr64enpdRRQw,85
|
194
194
|
tccli/services/cbs/cbs_client.py,sha256=H2PvqRufYzXHOYigMYmvhXWnysNxAaKqi55f8kd07dM,135851
|
@@ -200,7 +200,7 @@ tccli/services/ccc/v20200210/api.json,sha256=cNoFvvwqTMIOgY8fL0XZweU9laJe15ecQjx
|
|
200
200
|
tccli/services/ccc/v20200210/examples.json,sha256=NKgE6E5IuVX7_xhlMxSvQ2-S7btpjM4SFLkd-P6EUec,62204
|
201
201
|
tccli/services/cdb/__init__.py,sha256=9Jk9tAMP2ZM_xOG77GvqXL1q3UfwYTEos6_P6xzpTiM,85
|
202
202
|
tccli/services/cdb/cdb_client.py,sha256=xSktzlFtZwmCYlr5ZMceTXTTNrAzkyDkV0KU9Ov51ZE,526188
|
203
|
-
tccli/services/cdb/v20170320/api.json,sha256=
|
203
|
+
tccli/services/cdb/v20170320/api.json,sha256=AkOqjI0vjcB1cMu_p-YiRTVdwC_Jeho-DJAYFLrNx58,712569
|
204
204
|
tccli/services/cdb/v20170320/examples.json,sha256=g-7zzZNNRdZWllE_sB6hK3H8G0uxImrzxZENprH974c,163919
|
205
205
|
tccli/services/cdc/__init__.py,sha256=0NOw5_YSjO-QzgYYiIo0gheuTe2_dvzCUnVD4BOP4tI,85
|
206
206
|
tccli/services/cdc/cdc_client.py,sha256=wSnb34OvPAii0UEu5GkkgWFQ15CmtjsfnPKgE5nzFqU,71139
|
@@ -208,7 +208,7 @@ tccli/services/cdc/v20201214/api.json,sha256=wiBvxBfN2pDpy6jr67eMsSCz-1gG_6oO1m9
|
|
208
208
|
tccli/services/cdc/v20201214/examples.json,sha256=cBmF2MvhT0PvDxEjWzFGQqK4qCEASuUdeYY8aeFsw2k,26108
|
209
209
|
tccli/services/cdn/__init__.py,sha256=Agk_ooNm4XDpmFiuEBddbgRoBheED_39r3sMiWylgG0,85
|
210
210
|
tccli/services/cdn/cdn_client.py,sha256=6Lf0DNyQzSL_u7chaT1nPZsevU7C1cOt2h6ZSZME3Xs,255274
|
211
|
-
tccli/services/cdn/v20180606/api.json,sha256=
|
211
|
+
tccli/services/cdn/v20180606/api.json,sha256=wD2taYQIPEeH1UxccRRyprttK62AZu-DDpz5Crl3azc,640558
|
212
212
|
tccli/services/cdn/v20180606/examples.json,sha256=b1tmnT1HpA1oZ5D51-FkCN_LvO5Q2kaO8xItdiO4xQk,91737
|
213
213
|
tccli/services/cds/__init__.py,sha256=ChlmM6HfgQsURTBA8nwQoJC5FZaAk9LqXvotfJGK2h8,85
|
214
214
|
tccli/services/cds/cds_client.py,sha256=l5z4TeLYGzquD29OIrxRpjRXFKAIkmjDCEVsysrtizc,21237
|
@@ -239,9 +239,9 @@ tccli/services/cfs/cfs_client.py,sha256=xXebjYunJTJufgk-Ea1aSW7HysJn8Ao1Q5MJsL6e
|
|
239
239
|
tccli/services/cfs/v20190719/api.json,sha256=u5J2M04NPQDgmMJJSjrIog1-CxaTByqabTe6kvPQMKM,155499
|
240
240
|
tccli/services/cfs/v20190719/examples.json,sha256=6XSwCVfwFdSrLjAIy4Q2dXMumr8pIQnts7QfA8Hj1G4,33505
|
241
241
|
tccli/services/cfw/__init__.py,sha256=2hNwXcNofHJCalk9HHEbOcgYz6XKuYmZk_iBroa5YsY,85
|
242
|
-
tccli/services/cfw/cfw_client.py,sha256=
|
243
|
-
tccli/services/cfw/v20190904/api.json,sha256=
|
244
|
-
tccli/services/cfw/v20190904/examples.json,sha256=
|
242
|
+
tccli/services/cfw/cfw_client.py,sha256=EuHN5c3O6z4EvV_pLHNz_qqYG2NP4Z9UUhWiKcjeRQs,358930
|
243
|
+
tccli/services/cfw/v20190904/api.json,sha256=VcrP8j9TGH0Z9KN3ouZlLM1HkvO7HU02cDedfS4On9c,484618
|
244
|
+
tccli/services/cfw/v20190904/examples.json,sha256=IXDAagPny7KI90URkZpwv5CS5Z33LtxSpDH2jD3LvW4,111356
|
245
245
|
tccli/services/chdfs/__init__.py,sha256=lx3R4qylmSHNb4EJWL_ipMVfkkva_S3QOM12FRsTOVI,89
|
246
246
|
tccli/services/chdfs/chdfs_client.py,sha256=mkuDVNgnCot5m0ne0BeuLCNq2GKEA560s3idjWKfCUw,95468
|
247
247
|
tccli/services/chdfs/v20190718/api.json,sha256=4uXYSRgKwlGRkrE7EKUv10HjgPEF9To0Hhnl_33TFLU,49212
|
@@ -340,7 +340,7 @@ tccli/services/cws/v20180312/api.json,sha256=yvPs5gzcrgBkZti57TJNssoNSIq0rgozU3F
|
|
340
340
|
tccli/services/cws/v20180312/examples.json,sha256=QmYFbj9zOOBlm4aAxhOw45f5SPrzp5SDfqTv5b3n3Go,17899
|
341
341
|
tccli/services/cynosdb/__init__.py,sha256=MBWPrBSMnHBk0CGpJoI_LU1UxxPO0CX-LO2xxuCFCzg,93
|
342
342
|
tccli/services/cynosdb/cynosdb_client.py,sha256=FHoHkr7J8ERfI8jWDKcE94RariZLTEYOStsI8gndCY8,452854
|
343
|
-
tccli/services/cynosdb/v20190107/api.json,sha256=
|
343
|
+
tccli/services/cynosdb/v20190107/api.json,sha256=458nfTt6ji1aHEsmTWrpnnKBOlEAnmm-kS0SVaN1GFc,663401
|
344
344
|
tccli/services/cynosdb/v20190107/examples.json,sha256=Fu6-PJIu-PQtAg-VZy70ZQ0ljQDMuU3hOq7ZxOumVzQ,158548
|
345
345
|
tccli/services/dasb/__init__.py,sha256=x5ez0S2wQBIe-qTkGhVvwqG-rdYdP4NXZn2WfQDvF98,87
|
346
346
|
tccli/services/dasb/dasb_client.py,sha256=KkX0_bjs0-afswXxS0mMqMEuIT03KNTS0Azrs7kTLiY,196880
|
@@ -420,7 +420,7 @@ tccli/services/ecdn/v20191012/api.json,sha256=bwzhN2Rff5XOHIcjru57cRWeYjoZRJEOH5
|
|
420
420
|
tccli/services/ecdn/v20191012/examples.json,sha256=uoHl8dSAi43ekntpc0HmSQqWAwt2p1TZ57RJYkgKaok,14890
|
421
421
|
tccli/services/ecm/__init__.py,sha256=lJGeC4oJIOoHkNPUs2sHmPuINXpnsQStWAG0JgddWrM,85
|
422
422
|
tccli/services/ecm/ecm_client.py,sha256=QTXQvj2RapxojpeAEDccw__pnPb1lzQZPRJpqyznZ0A,435855
|
423
|
-
tccli/services/ecm/v20190719/api.json,sha256=
|
423
|
+
tccli/services/ecm/v20190719/api.json,sha256=eClYgjg4QecsieOw5UQ3QOTQclz6eE_4t_IY6_ynMac,544031
|
424
424
|
tccli/services/ecm/v20190719/examples.json,sha256=wNJCKZAt73f76GiVwF_Jx_CuPi2k9YOP9f1TKicP2iw,203859
|
425
425
|
tccli/services/eiam/__init__.py,sha256=sQtadFZbl5dqdpPOBkvo6Mp0m0iQavEBRFPqo8eSFJM,87
|
426
426
|
tccli/services/eiam/eiam_client.py,sha256=3T9bP9GNlU11sfy9f2pl09--cusBUvpFPaSH_r4nHjQ,135715
|
@@ -433,9 +433,9 @@ tccli/services/eis/v20200715/examples.json,sha256=d4-jjmpmXudbFYYGhDICgWHgqJpc8X
|
|
433
433
|
tccli/services/eis/v20210601/api.json,sha256=g4AJCtbcKsD7SK1PNkOi3otPkTgRrzkfsBoT-kbDYGE,31491
|
434
434
|
tccli/services/eis/v20210601/examples.json,sha256=0AzvsX5xN4sc7M4GKxa888M0-rOayfoPeR26AKgLXCw,5943
|
435
435
|
tccli/services/emr/__init__.py,sha256=CuCQwSW5RgNZF9gAIua1frYRqyXro0GUikyCRDqmWs8,85
|
436
|
-
tccli/services/emr/emr_client.py,sha256=
|
437
|
-
tccli/services/emr/v20190103/api.json,sha256=
|
438
|
-
tccli/services/emr/v20190103/examples.json,sha256=
|
436
|
+
tccli/services/emr/emr_client.py,sha256=gY5LkGKm0U-SYqUAQyZHpi6_4bdQlUxz6-thrBOpzvI,145302
|
437
|
+
tccli/services/emr/v20190103/api.json,sha256=ZBKoWBgCVRrZ8IaMbLEV4S9A3owFlSic_obE9zXvdSc,464116
|
438
|
+
tccli/services/emr/v20190103/examples.json,sha256=n9HKwuNs1GRbzlh3-loLVD6toh_nxkmfZ_psfeHzSuo,85344
|
439
439
|
tccli/services/es/__init__.py,sha256=Tgbj2S-AFcftz26Uaksp0nrbDZShO6QOdNN89tFu9s0,83
|
440
440
|
tccli/services/es/es_client.py,sha256=CafnSOgO1SckwFnNP619y1SuAC4NhGizbq3f5qv0Muk,176095
|
441
441
|
tccli/services/es/v20180416/api.json,sha256=xwkhm_3BAl0pIuk_xXjinoOf3EAoblfTeP4dS4iBU6U,332391
|
@@ -510,7 +510,7 @@ tccli/services/hcm/v20181106/api.json,sha256=9Jxpj-fhbXJGkO_nCVUL4nlhcfMICA3snOG
|
|
510
510
|
tccli/services/hcm/v20181106/examples.json,sha256=TKTLt4hcnqYSjpxTCwtJyoFUc2I23ySZL0Ar-aa6v98,1466
|
511
511
|
tccli/services/hunyuan/__init__.py,sha256=ZWaLaByP6wMQSS7nntZKqol4lzuJKslQFdB4Bv3kYwU,93
|
512
512
|
tccli/services/hunyuan/hunyuan_client.py,sha256=ltweBgN1uZHqkQ7qNFopUV3l9yW0IQkWQ_6Dm96VvLg,24091
|
513
|
-
tccli/services/hunyuan/v20230901/api.json,sha256=
|
513
|
+
tccli/services/hunyuan/v20230901/api.json,sha256=HFTQ5K-ZxCYW6Mx5jCMDCc5FZQPt8l-BhOqu-tsfmE4,47170
|
514
514
|
tccli/services/hunyuan/v20230901/examples.json,sha256=wec2wiKnS5X90dV4elHuj2d0hKMrOq25GXZmF-jejAY,33988
|
515
515
|
tccli/services/iai/__init__.py,sha256=pyYHUQUj82fBZdJ7cEUsTpy6VP8aU0siS32k7-3aM9Q,85
|
516
516
|
tccli/services/iai/iai_client.py,sha256=Heo7mlB-dWK2PDDh7vZnRQsFwGlRVozdo-jk6Hl3pgo,113648
|
@@ -957,9 +957,9 @@ tccli/services/tiw/tiw_client.py,sha256=eHjqB6jBGoIO-IQ9hS7hk2e9N-jO7bDbh3Nb_s4a
|
|
957
957
|
tccli/services/tiw/v20190919/api.json,sha256=c5Ecm2NbrEjsbrPN7jJ8R0AaE3QwZ3xnVLqbM2kjyPc,225830
|
958
958
|
tccli/services/tiw/v20190919/examples.json,sha256=WaA43CeC-HN0ZRBwn173qIu0us_J_4eabeHVUYtH_dc,53985
|
959
959
|
tccli/services/tke/__init__.py,sha256=7R7ljco3cOJ2rceMbHur-sjpljFjutvZXAUnXQubtEM,85
|
960
|
-
tccli/services/tke/tke_client.py,sha256=
|
961
|
-
tccli/services/tke/v20180525/api.json,sha256=
|
962
|
-
tccli/services/tke/v20180525/examples.json,sha256=
|
960
|
+
tccli/services/tke/tke_client.py,sha256=6JOnZoRhDpc2sLmkIEYZ1mzxzECZMyAnQhAlzu_DNOA,710465
|
961
|
+
tccli/services/tke/v20180525/api.json,sha256=ikuQY9FlTg6nhxWppD7crTjT5nGJ_dQ2IFLr5fKFT1k,865774
|
962
|
+
tccli/services/tke/v20180525/examples.json,sha256=08w-yF-WugdfnLTB2Gg7VGTt77zwq8PvrzM7vGalVA8,240242
|
963
963
|
tccli/services/tke/v20220501/api.json,sha256=-d4GoBd_rTN3pVBxtq7FpAKYGr4SQOYrzOU9eGNv1Bw,90450
|
964
964
|
tccli/services/tke/v20220501/examples.json,sha256=h6mvWAYNrBPrIExtNb22Hihtw9IkU3AD5abyfSCC02o,14326
|
965
965
|
tccli/services/tkgdq/__init__.py,sha256=F4L4oLnjfSIejxFzxNpfGAilbzK0g0-3LGsNWbX1hOY,89
|
@@ -1042,9 +1042,9 @@ tccli/services/vm/__init__.py,sha256=LPFWa5DLkDxQROjKcTZulPWNiMmZFEYuaDQHd519Z88
|
|
1042
1042
|
tccli/services/vm/vm_client.py,sha256=46nNYY9WPV6R7lHUk5S8IeNjtE98fGqEsESjGDOUeaU,24488
|
1043
1043
|
tccli/services/vm/v20200709/api.json,sha256=XupMI4aC0iFQP8qweq9nosHc8IJn4kjx0axDbU2njQ0,47563
|
1044
1044
|
tccli/services/vm/v20200709/examples.json,sha256=yA80Dxs0W9MD_YhT7gUGUVtwgK21iMjRksVaJGmkfhw,6992
|
1045
|
-
tccli/services/vm/v20201229/api.json,sha256=
|
1046
|
-
tccli/services/vm/v20201229/examples.json,sha256=
|
1047
|
-
tccli/services/vm/v20210922/api.json,sha256=
|
1045
|
+
tccli/services/vm/v20201229/api.json,sha256=BC9e-9SGpzu5CIVk_XYk4bcsSbz4tNEWOjSX4ZtvLUM,88299
|
1046
|
+
tccli/services/vm/v20201229/examples.json,sha256=YM-0_NTRpP2xa3XPMc8-tAeGGhXi-_5VvrfQ_KtW0xw,11107
|
1047
|
+
tccli/services/vm/v20210922/api.json,sha256=Nv0fc__0ZSZg1yo2hLkiVVjmx3nZUIdcWPy0nfOYgEM,79295
|
1048
1048
|
tccli/services/vm/v20210922/examples.json,sha256=BCysCHH2JuaPW9FGvdVBiVcf0FS6PvChln-xLylGjbg,8898
|
1049
1049
|
tccli/services/vms/__init__.py,sha256=RMY3dFAyZMwWm0_07rUrDUBZPdOEGfyu3ByQd_5TwSA,85
|
1050
1050
|
tccli/services/vms/vms_client.py,sha256=u4xQ0r9s2O3sPJQV64SmKwuTMfu9orOekrVeskeozow,11696
|
@@ -1104,8 +1104,8 @@ tccli/services/yunsou/v20180504/api.json,sha256=2808fil5p3pTEJ3SqXEEq7eSrASZOiv8
|
|
1104
1104
|
tccli/services/yunsou/v20180504/examples.json,sha256=Jg4WuqS_Wxl7eTBMbzjem65FuUZQi3qq3xtlBNFZlTU,11870
|
1105
1105
|
tccli/services/yunsou/v20191115/api.json,sha256=r_p7c7fMNylQVDpSN0CkUB4Cx1nYW1lI3BM_Zi50FNs,15932
|
1106
1106
|
tccli/services/yunsou/v20191115/examples.json,sha256=vN5MzexHVPMckm4MbnXNiOe3KKiVchvf4_uLpjOskuk,3983
|
1107
|
-
tccli-3.0.
|
1108
|
-
tccli-3.0.
|
1109
|
-
tccli-3.0.
|
1110
|
-
tccli-3.0.
|
1111
|
-
tccli-3.0.
|
1107
|
+
tccli-3.0.1159.1.dist-info/METADATA,sha256=b8yW_8EZntpepKLhNPTUjT4QRqrxkB2yclpOn1rKHOg,16172
|
1108
|
+
tccli-3.0.1159.1.dist-info/WHEEL,sha256=HyPWovjK_wfsxZqVnw7Bu5rgKxNh3Nm__lHm0ALDcb4,101
|
1109
|
+
tccli-3.0.1159.1.dist-info/entry_points.txt,sha256=9ZzsXxi7Xj3ZneT7VxRVJpFvnmdEOeysh999_0gWVvo,85
|
1110
|
+
tccli-3.0.1159.1.dist-info/license_files/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
1111
|
+
tccli-3.0.1159.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|