tccli 3.0.1301.1__py2.py3-none-any.whl → 3.0.1302.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/cdc/cdc_client.py +173 -67
- tccli/services/cdc/v20201214/api.json +96 -0
- tccli/services/cdc/v20201214/examples.json +16 -0
- tccli/services/cdn/v20180606/api.json +11 -0
- tccli/services/cdwpg/v20201230/api.json +1 -1
- tccli/services/cdwpg/v20201230/examples.json +1 -1
- tccli/services/clb/v20180317/api.json +2 -2
- tccli/services/cvm/v20170312/api.json +18 -0
- tccli/services/dbbrain/dbbrain_client.py +57 -4
- tccli/services/dbbrain/v20210527/api.json +62 -0
- tccli/services/dbbrain/v20210527/examples.json +8 -0
- tccli/services/dlc/dlc_client.py +53 -0
- tccli/services/dlc/v20210125/api.json +71 -0
- tccli/services/dlc/v20210125/examples.json +8 -0
- tccli/services/es/v20180416/api.json +3 -3
- tccli/services/es/v20180416/examples.json +3 -3
- tccli/services/lkeap/v20240522/api.json +1 -1
- tccli/services/monitor/v20180724/api.json +5 -5
- tccli/services/monitor/v20180724/examples.json +1 -1
- tccli/services/mps/v20190612/api.json +94 -29
- tccli/services/mps/v20190612/examples.json +1 -1
- tccli/services/postgres/v20170312/api.json +2 -2
- tccli/services/ssm/v20190923/api.json +27 -0
- tccli/services/tccatalog/v20241024/api.json +1 -1
- tccli/services/tccatalog/v20241024/examples.json +1 -1
- tccli/services/tds/tds_client.py +53 -0
- tccli/services/tds/v20220801/api.json +265 -0
- tccli/services/tds/v20220801/examples.json +8 -0
- tccli/services/tem/v20210701/api.json +664 -575
- tccli/services/tem/v20210701/examples.json +2 -2
- tccli/services/teo/v20220901/api.json +2 -2
- tccli/services/waf/v20180125/api.json +116 -0
- {tccli-3.0.1301.1.dist-info → tccli-3.0.1302.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1301.1.dist-info → tccli-3.0.1302.1.dist-info}/RECORD +38 -38
- {tccli-3.0.1301.1.dist-info → tccli-3.0.1302.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1301.1.dist-info → tccli-3.0.1302.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1301.1.dist-info → tccli-3.0.1302.1.dist-info}/license_files/LICENSE +0 -0
@@ -276,7 +276,7 @@
|
|
276
276
|
{
|
277
277
|
"document": "启用应用弹性策略组合",
|
278
278
|
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: EnableApplicationAutoscaler\n<公共请求参数>\n\n{\n \"ApplicationId\": \"app-xxxxxx\",\n \"SourceChannel\": 0,\n \"EnvironmentId\": \"en-xxx\",\n \"AutoscalerId\": \"scaler-xxxxxx\"\n}",
|
279
|
-
"output": "{\n \"Response\": {\n \"Result\": true,\n \"RequestId\": \"abc\"\n }\n}",
|
279
|
+
"output": "{\n \"Response\": {\n \"Result\": true,\n \"RequestId\": \"abc-xxx-xxx-xxx\"\n }\n}",
|
280
280
|
"title": "启用应用弹性策略组合"
|
281
281
|
}
|
282
282
|
],
|
@@ -308,7 +308,7 @@
|
|
308
308
|
{
|
309
309
|
"document": "修改版本规格",
|
310
310
|
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyApplicationReplicas\n<公共请求参数>\n\n{\n \"ApplicationId\": \"app-xxxxxx\",\n \"SourceChannel\": 0,\n \"EnvironmentId\": \"en-xxxxxx\",\n \"Replicas\": 0\n}",
|
311
|
-
"output": "{\n \"Response\": {\n \"Result\": true,\n \"RequestId\": \"abc\"\n }\n}",
|
311
|
+
"output": "{\n \"Response\": {\n \"Result\": true,\n \"RequestId\": \"abc-xxx-xxx-xxx\"\n }\n}",
|
312
312
|
"title": "修改版本规格"
|
313
313
|
}
|
314
314
|
],
|
@@ -5636,7 +5636,7 @@
|
|
5636
5636
|
},
|
5637
5637
|
{
|
5638
5638
|
"disabled": false,
|
5639
|
-
"document": "节点缓存清除方法,针对目录刷新、Hostname刷新以及刷新全部缓存类型有效,取值有:<li> invalidate:仅刷新目录下产生了更新的资源;</li><li> delete:无论目录下资源是否更新都刷新节点资源。</li>默认值: invalidate。",
|
5639
|
+
"document": "节点缓存清除方法,针对目录刷新、Hostname 刷新以及刷新全部缓存类型有效,取值有:<li> invalidate:仅刷新目录下产生了更新的资源;</li><li> delete:无论目录下资源是否更新都刷新节点资源。</li>默认值: invalidate。",
|
5640
5640
|
"example": "invalidate",
|
5641
5641
|
"member": "string",
|
5642
5642
|
"name": "Method",
|
@@ -5645,7 +5645,7 @@
|
|
5645
5645
|
},
|
5646
5646
|
{
|
5647
5647
|
"disabled": false,
|
5648
|
-
"document": "
|
5648
|
+
"document": "需清除缓存的资源列表,如 https://www.example.com/example.jpg,必须携带协议信息。更多元素格式依据清除缓存类型而定,可参考下方接口调用示例。<li>单次提交的任务数受计费套餐配额限制,请查看 [EO 计费套餐](https://cloud.tencent.com/document/product/1552/77380)。</li>",
|
5649
5649
|
"example": "[\"http://www.qq.com/1.txt\"]",
|
5650
5650
|
"member": "string",
|
5651
5651
|
"name": "Targets",
|
@@ -16869,6 +16869,17 @@
|
|
16869
16869
|
"required": false,
|
16870
16870
|
"type": "int",
|
16871
16871
|
"value_allowed_null": false
|
16872
|
+
},
|
16873
|
+
{
|
16874
|
+
"disabled": false,
|
16875
|
+
"document": "重保增强包",
|
16876
|
+
"example": "详情见数据结构",
|
16877
|
+
"member": "MajorEventsProPkg",
|
16878
|
+
"name": "MajorEventsProPkg",
|
16879
|
+
"output_required": false,
|
16880
|
+
"required": false,
|
16881
|
+
"type": "object",
|
16882
|
+
"value_allowed_null": false
|
16872
16883
|
}
|
16873
16884
|
],
|
16874
16885
|
"usage": "both"
|
@@ -17662,6 +17673,111 @@
|
|
17662
17673
|
],
|
17663
17674
|
"usage": "both"
|
17664
17675
|
},
|
17676
|
+
"MajorEventsProPkg": {
|
17677
|
+
"document": "重保防护资源信息",
|
17678
|
+
"members": [
|
17679
|
+
{
|
17680
|
+
"disabled": false,
|
17681
|
+
"document": "资源id",
|
17682
|
+
"example": "sada",
|
17683
|
+
"member": "string",
|
17684
|
+
"name": "ResourceIds",
|
17685
|
+
"output_required": true,
|
17686
|
+
"required": false,
|
17687
|
+
"type": "string",
|
17688
|
+
"value_allowed_null": false
|
17689
|
+
},
|
17690
|
+
{
|
17691
|
+
"disabled": false,
|
17692
|
+
"document": "状态",
|
17693
|
+
"example": "1",
|
17694
|
+
"member": "int64",
|
17695
|
+
"name": "Status",
|
17696
|
+
"output_required": true,
|
17697
|
+
"required": false,
|
17698
|
+
"type": "int",
|
17699
|
+
"value_allowed_null": false
|
17700
|
+
},
|
17701
|
+
{
|
17702
|
+
"disabled": false,
|
17703
|
+
"document": "地域",
|
17704
|
+
"example": "1",
|
17705
|
+
"member": "int64",
|
17706
|
+
"name": "Region",
|
17707
|
+
"output_required": true,
|
17708
|
+
"required": false,
|
17709
|
+
"type": "int",
|
17710
|
+
"value_allowed_null": false
|
17711
|
+
},
|
17712
|
+
{
|
17713
|
+
"disabled": false,
|
17714
|
+
"document": "开始时间",
|
17715
|
+
"example": "2021-01-05",
|
17716
|
+
"member": "string",
|
17717
|
+
"name": "BeginTime",
|
17718
|
+
"output_required": true,
|
17719
|
+
"required": false,
|
17720
|
+
"type": "string",
|
17721
|
+
"value_allowed_null": false
|
17722
|
+
},
|
17723
|
+
{
|
17724
|
+
"disabled": false,
|
17725
|
+
"document": "结束时间",
|
17726
|
+
"example": "2021-01-05",
|
17727
|
+
"member": "string",
|
17728
|
+
"name": "EndTime",
|
17729
|
+
"output_required": true,
|
17730
|
+
"required": false,
|
17731
|
+
"type": "string",
|
17732
|
+
"value_allowed_null": false
|
17733
|
+
},
|
17734
|
+
{
|
17735
|
+
"disabled": false,
|
17736
|
+
"document": "申请数量",
|
17737
|
+
"example": "1",
|
17738
|
+
"member": "int64",
|
17739
|
+
"name": "InquireNum",
|
17740
|
+
"output_required": true,
|
17741
|
+
"required": false,
|
17742
|
+
"type": "int",
|
17743
|
+
"value_allowed_null": false
|
17744
|
+
},
|
17745
|
+
{
|
17746
|
+
"disabled": false,
|
17747
|
+
"document": "使用数量",
|
17748
|
+
"example": "0",
|
17749
|
+
"member": "int64",
|
17750
|
+
"name": "UsedNum",
|
17751
|
+
"output_required": true,
|
17752
|
+
"required": false,
|
17753
|
+
"type": "int",
|
17754
|
+
"value_allowed_null": false
|
17755
|
+
},
|
17756
|
+
{
|
17757
|
+
"disabled": false,
|
17758
|
+
"document": "续费标志",
|
17759
|
+
"example": "1",
|
17760
|
+
"member": "uint64",
|
17761
|
+
"name": "RenewFlag",
|
17762
|
+
"output_required": true,
|
17763
|
+
"required": false,
|
17764
|
+
"type": "int",
|
17765
|
+
"value_allowed_null": false
|
17766
|
+
},
|
17767
|
+
{
|
17768
|
+
"disabled": false,
|
17769
|
+
"document": "计费项",
|
17770
|
+
"example": "sv_wsm_waf_scene_major_events_basic",
|
17771
|
+
"member": "string",
|
17772
|
+
"name": "BillingItem",
|
17773
|
+
"output_required": true,
|
17774
|
+
"required": false,
|
17775
|
+
"type": "string",
|
17776
|
+
"value_allowed_null": false
|
17777
|
+
}
|
17778
|
+
],
|
17779
|
+
"usage": "both"
|
17780
|
+
},
|
17665
17781
|
"MiniExtendPkg": {
|
17666
17782
|
"document": "小程序安全接入ID扩展资源信息",
|
17667
17783
|
"members": [
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: tccli
|
3
|
-
Version: 3.0.
|
3
|
+
Version: 3.0.1302.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.1302
|
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=pDnyWjdm18nHirBbTFP8qrt7vtMyf-U7H659cq3Tjk0,27
|
2
2
|
tccli/argparser.py,sha256=WtfpBhj2R6JHSzagy6w6Q4y3YVmyIC_yK80w3tqBPgU,5589
|
3
3
|
tccli/argument.py,sha256=ZtVo3AySpzM-Hw6_hPdU27FjUsc8QPB2fIuLy7JSBAk,8091
|
4
4
|
tccli/base_command.py,sha256=rFWNAwfS0GA6LLGNOM-iPI0RV81Jag5cZn536ZQN0pw,2859
|
@@ -230,12 +230,12 @@ tccli/services/cdb/cdb_client.py,sha256=9TDnT7Ef0vsa5NrQPP3J2YhOPHff-ZMA0x9Sm-Uk
|
|
230
230
|
tccli/services/cdb/v20170320/api.json,sha256=e0h_apNfJHpmqIdSvNfME-9aerjoClUOA3T5ux_3FTI,756688
|
231
231
|
tccli/services/cdb/v20170320/examples.json,sha256=JK1FaawcxzxIxYsZJ9wN9CPSLepi8yGMbWyenB55EiY,167753
|
232
232
|
tccli/services/cdc/__init__.py,sha256=0NOw5_YSjO-QzgYYiIo0gheuTe2_dvzCUnVD4BOP4tI,85
|
233
|
-
tccli/services/cdc/cdc_client.py,sha256=
|
234
|
-
tccli/services/cdc/v20201214/api.json,sha256=
|
235
|
-
tccli/services/cdc/v20201214/examples.json,sha256=
|
233
|
+
tccli/services/cdc/cdc_client.py,sha256=vm_lqOzTBqCIgnOgFnvJofiuYgix_WuRB5Zjrgjm5b8,77997
|
234
|
+
tccli/services/cdc/v20201214/api.json,sha256=pMY62H9bCn4D5CmtVHl--1CxpOW5Hix2fscw-tp3mbg,130656
|
235
|
+
tccli/services/cdc/v20201214/examples.json,sha256=Ul160Jd_QKajRHymlw2RyT1_i7LTD4aEpGeiJeazclw,99330
|
236
236
|
tccli/services/cdn/__init__.py,sha256=Agk_ooNm4XDpmFiuEBddbgRoBheED_39r3sMiWylgG0,85
|
237
237
|
tccli/services/cdn/cdn_client.py,sha256=-JJ_Gy8rHIzdEmtTuJgNs2LnqhXZqDreK4YaLdDMcfM,255818
|
238
|
-
tccli/services/cdn/v20180606/api.json,sha256=
|
238
|
+
tccli/services/cdn/v20180606/api.json,sha256=2n-L_yk3Qhh9AokwmKEyioXY6qLeBxMjLvqLzd0oPrA,651368
|
239
239
|
tccli/services/cdn/v20180606/examples.json,sha256=9m0pdCXSHl7gdfreGmG_ebmV61jsm-Fz6yr0JoZDFhM,95071
|
240
240
|
tccli/services/cds/__init__.py,sha256=ChlmM6HfgQsURTBA8nwQoJC5FZaAk9LqXvotfJGK2h8,85
|
241
241
|
tccli/services/cds/cds_client.py,sha256=XL29-fg8yn4nTcGmNtwE6Y0R1UDrZcDMvg07EMmcya0,21781
|
@@ -251,8 +251,8 @@ tccli/services/cdwdoris/v20211228/api.json,sha256=hKcMxyJhJUyA_GrRGB0QRYywWqlnqX
|
|
251
251
|
tccli/services/cdwdoris/v20211228/examples.json,sha256=nguiB4YVl8VbnPsBP4BB-FWOn43FeWHZg1vSMO6eVuo,57044
|
252
252
|
tccli/services/cdwpg/__init__.py,sha256=Vls5x8VLkhT0eXbX41lUKDOUN0u8oUZjX8skg5C_k_Y,89
|
253
253
|
tccli/services/cdwpg/cdwpg_client.py,sha256=LwBZ9bjqN5BT4V_b-Q5W9Hv44ieXhqIaceZqjO2EMps,80286
|
254
|
-
tccli/services/cdwpg/v20201230/api.json,sha256=
|
255
|
-
tccli/services/cdwpg/v20201230/examples.json,sha256=
|
254
|
+
tccli/services/cdwpg/v20201230/api.json,sha256=xz-aDQWiF7eDJiGOqL4mhi5px0E0eNbaEfRGB8X5E00,121821
|
255
|
+
tccli/services/cdwpg/v20201230/examples.json,sha256=SUb9ypRGkeFX4SueZNhtBahkrPLmG5lKkqqvWr_HM58,58387
|
256
256
|
tccli/services/cdz/__init__.py,sha256=EzIt4pDlJ27Ds_O37jYWkFVRxLnra-Ptl7FImM26lHc,85
|
257
257
|
tccli/services/cdz/cdz_client.py,sha256=m_p8DokQ1z1_1gEHXiN9SiFTZwUCWFN1ZgNttzokKfs,12475
|
258
258
|
tccli/services/cdz/v20221123/api.json,sha256=LqEIJDaN0iMpmEQciRUxKdK3gAgIBbdNCdX6XexU60Q,11956
|
@@ -303,7 +303,7 @@ tccli/services/ckafka/v20190819/api.json,sha256=7LHNSpZAGLkvfQBuV9KmEeBFA2iwGUOM
|
|
303
303
|
tccli/services/ckafka/v20190819/examples.json,sha256=4sf3dLw8sBKVzyU1p1ccc1kDRZxSYerYeDuV7F7CyyI,155307
|
304
304
|
tccli/services/clb/__init__.py,sha256=iG2aiZhDOcK4l_2Wkxs57qF1Y4lmv7RxRSPcG9paDk0,85
|
305
305
|
tccli/services/clb/clb_client.py,sha256=bjLxqJJF-wwGm9Yimhq1RFSCzFwx7d9KZKXUC2hFqfY,289003
|
306
|
-
tccli/services/clb/v20180317/api.json,sha256=
|
306
|
+
tccli/services/clb/v20180317/api.json,sha256=gKci9IpV0jVx2Zu69ncwwSY1Z3mUTUO4GDpBrJtwX5Y,454658
|
307
307
|
tccli/services/clb/v20180317/examples.json,sha256=FIEJ8I4P10A7vMetP8N34UlXHAbs7-v5eS-pZzAkxn4,125875
|
308
308
|
tccli/services/cloudapp/__init__.py,sha256=Fz46VIoJkYtRiU5JD0yYE1ijPUmX9ay0byvrbtX4ZTs,95
|
309
309
|
tccli/services/cloudapp/cloudapp_client.py,sha256=1xkp9J4AcjfD0HvbmwmqjfI5A5QNYE_DWUfyAvHcpKQ,9223
|
@@ -359,7 +359,7 @@ tccli/services/csxg/v20230303/api.json,sha256=faLND0vT8UTE9LyFQcVhOqLcc47xZp07X7
|
|
359
359
|
tccli/services/csxg/v20230303/examples.json,sha256=bWInWqLp53HCMJ8s0MxYhRmNHzsYJEEU-RjzwOSYPeo,2106
|
360
360
|
tccli/services/cvm/__init__.py,sha256=TlF7VMjJTb_ELng-8ghL1Zvrmu7MJyuNBU5KLiWrFnw,85
|
361
361
|
tccli/services/cvm/cvm_client.py,sha256=75_lBsYh8j-Ug99sJTJbq3J03cqo8tz5PF95SQu4RQk,323400
|
362
|
-
tccli/services/cvm/v20170312/api.json,sha256=
|
362
|
+
tccli/services/cvm/v20170312/api.json,sha256=TvrtB_j0MWpL4BZJVBx2c_HWZnSxkkD3eHdSD0H2mnE,547596
|
363
363
|
tccli/services/cvm/v20170312/examples.json,sha256=y6KDyPw-MrkLa5-ecJ3Cs8yqCEkE2d-5vcFydBn4ul0,133726
|
364
364
|
tccli/services/cwp/__init__.py,sha256=VzfiK7QzpNmTiO4zrmILRFSkKMJka8elLwzYLTjUPFw,85
|
365
365
|
tccli/services/cwp/cwp_client.py,sha256=wcx1ZRkkWZYgueKXKU0B4MuBsKpOvffcnMENCb0EehE,1605109
|
@@ -386,11 +386,11 @@ tccli/services/dayu/dayu_client.py,sha256=1blFsj7f9rPOG_0v3RTAKrhhmc-KEENxHCnp0E
|
|
386
386
|
tccli/services/dayu/v20180709/api.json,sha256=w4DKZZ4bmqz7bBbgH3d67mkv2npBhUmL8VjUqfmSRCU,380667
|
387
387
|
tccli/services/dayu/v20180709/examples.json,sha256=TvpkA4DzfWiBDgSqLWgNIocyi3A4tIC38JZ32a_KLN8,101944
|
388
388
|
tccli/services/dbbrain/__init__.py,sha256=8ZAOQT2i-gGqe6P_wZcWaNfD2e6rdoZbei9QZJpZFJQ,93
|
389
|
-
tccli/services/dbbrain/dbbrain_client.py,sha256=
|
389
|
+
tccli/services/dbbrain/dbbrain_client.py,sha256=7egQXy4C0uMWSdgyyzVbBhJnfXYSbC8-YuL-XoJfxLw,249668
|
390
390
|
tccli/services/dbbrain/v20191016/api.json,sha256=8xT5fHcMQqtgMfiKHjJOXHBTjpRqAzFWHjssULENfXc,155553
|
391
391
|
tccli/services/dbbrain/v20191016/examples.json,sha256=0qkpXistTkg_WyGYPTq7JGQO73Cb3QlyJlJjea5-xdo,47514
|
392
|
-
tccli/services/dbbrain/v20210527/api.json,sha256=
|
393
|
-
tccli/services/dbbrain/v20210527/examples.json,sha256=
|
392
|
+
tccli/services/dbbrain/v20210527/api.json,sha256=8DF1HEWM6TSWqOVsQurGpWx5FMPgzN37OYm4LmVyNbQ,373929
|
393
|
+
tccli/services/dbbrain/v20210527/examples.json,sha256=xzxtI8ZYVhIbrU4v1uBo4FQ4Ov4fLiqNtX69qnUfaFU,187321
|
394
394
|
tccli/services/dbdc/__init__.py,sha256=BbfkkU7di5q7Z4WeTaHrFtI7sMcjP9GD4wUdMcu8-8I,87
|
395
395
|
tccli/services/dbdc/dbdc_client.py,sha256=kxT2Wfqz5bblfxlpqUouoQC_qJ-dZ8fee3rKlMdabek,24676
|
396
396
|
tccli/services/dbdc/v20201029/api.json,sha256=rqFeVxeMbwrwh7R7BmlnR_6tjDhwHWyybHp9LKpWyjY,58339
|
@@ -404,9 +404,9 @@ tccli/services/dcdb/dcdb_client.py,sha256=CKESatIzyqv0OyuZnEjiYYs-9WCD8cKQElqM0A
|
|
404
404
|
tccli/services/dcdb/v20180411/api.json,sha256=ncUp_e4XGj223ZZs5zz5mVZ7nkG_pX2sNUD2WNTEDFc,349675
|
405
405
|
tccli/services/dcdb/v20180411/examples.json,sha256=YdJR39j35o_IOJJYWo2t_OExaAdnTkju7kOeYLZRobI,74858
|
406
406
|
tccli/services/dlc/__init__.py,sha256=Pt7cRkf9EvW5Zp2SZeVE-_cF_YHO7ORkFXK7qsTnkiA,85
|
407
|
-
tccli/services/dlc/dlc_client.py,sha256=
|
408
|
-
tccli/services/dlc/v20210125/api.json,sha256
|
409
|
-
tccli/services/dlc/v20210125/examples.json,sha256=
|
407
|
+
tccli/services/dlc/dlc_client.py,sha256=KsoS5JvJ3sOda5oO-Yy2-SCzM5I1f9RmPgHQvN22UWM,461835
|
408
|
+
tccli/services/dlc/v20210125/api.json,sha256=-VtxOpiV02XS-org9STmUYiO_EjDoTUtrWTay8kCiSs,690366
|
409
|
+
tccli/services/dlc/v20210125/examples.json,sha256=uXOSFs8JrY7QdoFEJ78YcRW6HH4DFpXKjTb2XB49YBA,209367
|
410
410
|
tccli/services/dnspod/__init__.py,sha256=4t9Zk1hkia8MrDbtWW-XP9aCXYNWqafFaB1NKh5Ebfc,91
|
411
411
|
tccli/services/dnspod/dnspod_client.py,sha256=adGxzSZy2FKdVO2QEVMca4E_TvbWbLejy6Tr6E8s_k8,275802
|
412
412
|
tccli/services/dnspod/v20210323/api.json,sha256=OsX20RqlfHet-clnclN8bb5JvNUJlUEacOGauoFWL7M,337733
|
@@ -469,8 +469,8 @@ tccli/services/emr/v20190103/api.json,sha256=FXNCun6G5AQZoGP58EMdvkN2TpGlKvTYmuT
|
|
469
469
|
tccli/services/emr/v20190103/examples.json,sha256=2peoCbYyaV6P6pKOd8E405OmDnjfvCsBcNX54BDeSoo,220534
|
470
470
|
tccli/services/es/__init__.py,sha256=Tgbj2S-AFcftz26Uaksp0nrbDZShO6QOdNN89tFu9s0,83
|
471
471
|
tccli/services/es/es_client.py,sha256=Y2mZjeWrai0-8lxFAfU8L1QINMgZn83Em_Nmg8QTPLY,226231
|
472
|
-
tccli/services/es/v20180416/api.json,sha256=
|
473
|
-
tccli/services/es/v20180416/examples.json,sha256=
|
472
|
+
tccli/services/es/v20180416/api.json,sha256=SpPbg81HnbJfWbU53jQcTHUVdyivBiOpSqFMqwZeReU,382684
|
473
|
+
tccli/services/es/v20180416/examples.json,sha256=p3P02B9d56YWAjBLUlbvTopgoJetlDyrO-wpl6fXx78,85429
|
474
474
|
tccli/services/es/v20250101/api.json,sha256=ECSQHwHDyuw3MJ2R2SwwIHqXG00j4PWqMyrLC_vJx3o,46255
|
475
475
|
tccli/services/es/v20250101/examples.json,sha256=PHz-njHfb9L9OcvkZp9R8bPZ6-PbwRhn0EeAu5PB3ao,11486
|
476
476
|
tccli/services/ess/__init__.py,sha256=heBHzUKDuNxQ68yNutgyA8stCndyFWqYJqiQFozTiDs,85
|
@@ -663,7 +663,7 @@ tccli/services/lke/v20231130/api.json,sha256=3f5kU5TPjgiQAXdhVKE8fvoziCjYog8bTkv
|
|
663
663
|
tccli/services/lke/v20231130/examples.json,sha256=_Iz6Mpz9mZr1pjF4a0CDIsihuwpibhfp32-_dTThKuM,252083
|
664
664
|
tccli/services/lkeap/__init__.py,sha256=asxLax87Gwt4UF1pQoh5GX51weKCm6t8FPDRq-aKv7w,89
|
665
665
|
tccli/services/lkeap/lkeap_client.py,sha256=zAJeq8IIi4unEESohtcbh6YDphvEWRJejdK4gTEJu5Y,89208
|
666
|
-
tccli/services/lkeap/v20240522/api.json,sha256=
|
666
|
+
tccli/services/lkeap/v20240522/api.json,sha256=JkcyeKn8QULX4ltIHdy9OvXJHQeWCj_fobaNuwszRUE,103522
|
667
667
|
tccli/services/lkeap/v20240522/examples.json,sha256=GWqnxpdWwLom526ypC-sDkm4lL2ISAkZ4wAj_yLWYAw,35983
|
668
668
|
tccli/services/lowcode/__init__.py,sha256=Kwnfhcs3YjlqMpMouELxDMbP4F0BLDwcaqTPutTSvDs,93
|
669
669
|
tccli/services/lowcode/lowcode_client.py,sha256=1qZrrkCeLQ36OulhPDLcKiNUYPBbLQzqk3ysuOyuDrI,37314
|
@@ -707,14 +707,14 @@ tccli/services/mongodb/v20190725/api.json,sha256=9VVgi8nYng3P2W5ixYpKpqZ-2lv7T66
|
|
707
707
|
tccli/services/mongodb/v20190725/examples.json,sha256=QxD_1FZVkjCVirWPpO_k9qUQyvdTcaNti6ikLo9pbNQ,69770
|
708
708
|
tccli/services/monitor/__init__.py,sha256=Fqyy64XBMByiqJHyjxbaJeQDJAGMyktujsYRmXhosc8,93
|
709
709
|
tccli/services/monitor/monitor_client.py,sha256=ESZ8jCSnWaSB8e4dEhIhJ8DEDJqMbJ_XfcauiFZU8c0,515073
|
710
|
-
tccli/services/monitor/v20180724/api.json,sha256=
|
711
|
-
tccli/services/monitor/v20180724/examples.json,sha256=
|
710
|
+
tccli/services/monitor/v20180724/api.json,sha256=GHMp13qrbBX9YCmnhLTycqiszvmw1nm2vUBurrKtMS4,756244
|
711
|
+
tccli/services/monitor/v20180724/examples.json,sha256=tGO1ucDq3UZxiseGoyehxCBg0VPjtK5orxpT1cVwneM,286392
|
712
712
|
tccli/services/monitor/v20230616/api.json,sha256=BsgGYmCmUB2zzYAum83EFUhx4Rvgw3npyKun0e4Ked0,10134
|
713
713
|
tccli/services/monitor/v20230616/examples.json,sha256=h3VWBvyZjytMYybGWTZ_rHeN3tTITVKmOPj8tBEdBGc,3726
|
714
714
|
tccli/services/mps/__init__.py,sha256=4M5o2xc0u3rqtgz_5an9Qxw2QaOqwBq8Fjc3IB64p2o,85
|
715
715
|
tccli/services/mps/mps_client.py,sha256=gop23grmUdciTBeAn3tAwXber-pCw38UNni6IHhGJc0,405167
|
716
|
-
tccli/services/mps/v20190612/api.json,sha256=
|
717
|
-
tccli/services/mps/v20190612/examples.json,sha256=
|
716
|
+
tccli/services/mps/v20190612/api.json,sha256=jvX8ogeKygfo3LSjjydPIf_z76STllLr2_Xx5EDxw8A,1200087
|
717
|
+
tccli/services/mps/v20190612/examples.json,sha256=70kN6Wcx2b37pgLAg7LfW_tub8cTuzdOWu_G3LC3PnY,333140
|
718
718
|
tccli/services/mqtt/__init__.py,sha256=zchTxfWVKqmIOpb6siJtQcRDR5OfcpauX-ONDH5g32w,87
|
719
719
|
tccli/services/mqtt/mqtt_client.py,sha256=ngQLYyHDKHVvzg9gL87A0aJwBjlOgektFgr00j2MV74,167364
|
720
720
|
tccli/services/mqtt/v20240516/api.json,sha256=Vk_Bt9yuEARyFECyw-zPDqUhfW3a068FjD6yuPv-Zi8,186469
|
@@ -771,7 +771,7 @@ tccli/services/pds/v20210701/api.json,sha256=QHecuYgk6wbNK7fxdWxUhdjWlGC16AJ3A5W
|
|
771
771
|
tccli/services/pds/v20210701/examples.json,sha256=Ch-_j1Yu8K1DVh5VTfRQ5QYIzi7FsP0b89rj-P6pVCc,1155
|
772
772
|
tccli/services/postgres/__init__.py,sha256=pFwBnP_75cfCRyWRE6pmLAk61JejE7mIgR2jDKG0UzE,95
|
773
773
|
tccli/services/postgres/postgres_client.py,sha256=mF9leHRaLpYKmcsDCPmUAlZNKx-nIV3jlJoF2H73MVY,345454
|
774
|
-
tccli/services/postgres/v20170312/api.json,sha256=
|
774
|
+
tccli/services/postgres/v20170312/api.json,sha256=tMzL6gdXcKjjlE-p4ooYpbvPhvjiPbfaQQX_BjazLyw,466802
|
775
775
|
tccli/services/postgres/v20170312/examples.json,sha256=ftgjTSdE6Ua-Vkz4AwjZqRlXnEIHp6-HZtVi88EEHjQ,171475
|
776
776
|
tccli/services/privatedns/__init__.py,sha256=2grsKaWT8q6_xqjJXyXFxJmqRj7ODW_DJRl8c9Xx9fA,99
|
777
777
|
tccli/services/privatedns/privatedns_client.py,sha256=ovdyiHd8TB8EEDP8bAcyuY6Sjy6V5n7Mn1RANb2gqrQ,80886
|
@@ -849,7 +849,7 @@ tccli/services/sslpod/v20190605/api.json,sha256=Sgb8gviT24xhT5dUPh4SYpGJkmfZG2O5
|
|
849
849
|
tccli/services/sslpod/v20190605/examples.json,sha256=ifviP7xzqS74TE0YBBXRFjfCoN7UwzQxUbVmTYWviks,14710
|
850
850
|
tccli/services/ssm/__init__.py,sha256=C09LfgooljSXLDZDKKDyccsroloBRpKFGtO-sMxDVys,85
|
851
851
|
tccli/services/ssm/ssm_client.py,sha256=ML2Ls8aY_4TVlpXi4PizlP_THoeTzTom9JKxBJoGH94,80054
|
852
|
-
tccli/services/ssm/v20190923/api.json,sha256=
|
852
|
+
tccli/services/ssm/v20190923/api.json,sha256=bwo1fG9BY_VkjZOfyYvx-bT5RMmVgTSgUh0piBnC860,86629
|
853
853
|
tccli/services/ssm/v20190923/examples.json,sha256=erSrTwNacV7D4rwS5n7yPMpCb7hXfYp0j5dKxXNxx_Q,16598
|
854
854
|
tccli/services/sts/__init__.py,sha256=0lLOruo4Td4BZZCEKKdKEPFyPF-likxRjIuICRw6uj8,85
|
855
855
|
tccli/services/sts/sts_client.py,sha256=t8n8j2WIbxIVz4wyyu4Ky49UrbHXOucQ0AzqZeAq4YI,27670
|
@@ -907,8 +907,8 @@ tccli/services/tcbr/v20220217/api.json,sha256=2ve2MrpjMhEok5q6Lu1WgRA24ILX7GmJ66
|
|
907
907
|
tccli/services/tcbr/v20220217/examples.json,sha256=tAvErfOdAdQsW1osJV75CM5DWTT4xxuv51H4fNl1sGc,14423
|
908
908
|
tccli/services/tccatalog/__init__.py,sha256=MO2GJV5jjJAn0-r9j7vndnCjKsMZAZ_N3mQDkTaOetA,97
|
909
909
|
tccli/services/tccatalog/tccatalog_client.py,sha256=kw9qYzOCzJBeIPlWmkSKZ4CRxHFTiUdLt9DvFHI2bjA,18665
|
910
|
-
tccli/services/tccatalog/v20241024/api.json,sha256=
|
911
|
-
tccli/services/tccatalog/v20241024/examples.json,sha256=
|
910
|
+
tccli/services/tccatalog/v20241024/api.json,sha256=OFroI6KmJn83zrrrhaQ5mjIK00U60krT0CRx7369TbY,17808
|
911
|
+
tccli/services/tccatalog/v20241024/examples.json,sha256=GPsy7VZq2pCamD7WPs-NZlHSxcsSPYHrz-msJQT8ReU,3602
|
912
912
|
tccli/services/tcex/__init__.py,sha256=xj4vp5ppv9Gx1Y4Mpjcr0R3PVguIQB7VOWdTQLb7TMI,87
|
913
913
|
tccli/services/tcex/tcex_client.py,sha256=IWxXuDPyaRaX9NG_SOYX9aqLS9IuqGLotoEzkrPUTNk,12309
|
914
914
|
tccli/services/tcex/v20200727/api.json,sha256=gmKoqQZpiJb7OUQJgGK14x65z4wZ8Sb56L86djc-nvM,5953
|
@@ -946,20 +946,20 @@ tccli/services/tdmq/tdmq_client.py,sha256=HxwG-UDq7599tI6uv1p8tRSG_SMCR1CVVnXQu-
|
|
946
946
|
tccli/services/tdmq/v20200217/api.json,sha256=KyCZInzW1Am_dL8Sv5D-f4LglHV-bnjQBCdJvjrNQpw,697719
|
947
947
|
tccli/services/tdmq/v20200217/examples.json,sha256=-G4fiTlzzIR9BhqCWWM9LLp9o3-2362hwUu8A3qT_3I,153026
|
948
948
|
tccli/services/tds/__init__.py,sha256=9OVD7X4uTflzpnFGVXJ05cxikZAvBEsl-zr9t8WVdfQ,85
|
949
|
-
tccli/services/tds/tds_client.py,sha256=
|
950
|
-
tccli/services/tds/v20220801/api.json,sha256=
|
951
|
-
tccli/services/tds/v20220801/examples.json,sha256=
|
949
|
+
tccli/services/tds/tds_client.py,sha256=VLC0xdwfrXu9aKF9GBHMwoeZhdp5DtTnqI034y8YK5U,21621
|
950
|
+
tccli/services/tds/v20220801/api.json,sha256=OrKXxfm6Z_3auqFUJ1tOVRlO5Gt334zKqXjmUswX0Xk,32750
|
951
|
+
tccli/services/tds/v20220801/examples.json,sha256=k2NWWLsF3OC1-sD-RdSKSEG2Se1eLbSlGqrKfO3b1Tc,7122
|
952
952
|
tccli/services/tem/__init__.py,sha256=P_03dp1RlrNa8MadXnsJ6SxIhYx1wdLp8OQvX91ovrc,85
|
953
953
|
tccli/services/tem/tem_client.py,sha256=MTkKWjA8wQw6gAY2WjU46WuGeMwt2ZSglXOUeRuXwEM,192382
|
954
954
|
tccli/services/tem/v20201221/api.json,sha256=rRMW0hNDnFOgi9lWbJkMyrTs7bdGpxsQ9ktI6Bdmnu4,73977
|
955
955
|
tccli/services/tem/v20201221/examples.json,sha256=ao0z-UqkWKJzTWrTjfgp6CpRd5ncdxJX31JBx7bEi1Y,16752
|
956
|
-
tccli/services/tem/v20210701/api.json,sha256
|
957
|
-
tccli/services/tem/v20210701/examples.json,sha256=
|
956
|
+
tccli/services/tem/v20210701/api.json,sha256=-TlDFYO7bEzA8Xft5ummoyMvs0TjBg1YWMAqJr3Rqhg,274599
|
957
|
+
tccli/services/tem/v20210701/examples.json,sha256=TdEPfkHSg9rJt8ZnZQ83WO5hm4YGKw7DkRojHo2FSuY,92903
|
958
958
|
tccli/services/teo/__init__.py,sha256=nvzcUSkSQuTftWEJ399BUZpUk_0jEq-l97539DwbAwM,85
|
959
959
|
tccli/services/teo/teo_client.py,sha256=Kgv16FnQK4C1cEFRrLfM4QPbwih-jUzhzk0x1OaKnos,446146
|
960
960
|
tccli/services/teo/v20220106/api.json,sha256=63ORoUfXCcQ9gb6UrJdHcwFdDI9CC2UtfdzbifNcRjM,29865
|
961
961
|
tccli/services/teo/v20220106/examples.json,sha256=2s6dgk31pZ26N8hrFLCmQzVocmsC_QK1dO8WVBdJ8A0,5325
|
962
|
-
tccli/services/teo/v20220901/api.json,sha256=
|
962
|
+
tccli/services/teo/v20220901/api.json,sha256=a2Nj60DFcdDM59mksiEWfXWJcRXgDHVQAhCXrtmXIoI,913103
|
963
963
|
tccli/services/teo/v20220901/examples.json,sha256=4_zv-QzSa7ZOvHQgs9EVOmpJ2gRvnIOQvAbaA6r5oOc,384817
|
964
964
|
tccli/services/thpc/__init__.py,sha256=NancJ76I7PbEBt7VJCaGnBsfMEZm2ezBvYqwxyLbLHo,87
|
965
965
|
tccli/services/thpc/thpc_client.py,sha256=Xaabx_rj2DoJHG_MpHXwQ204gesY6CNf835YQp_MHVg,80712
|
@@ -1125,7 +1125,7 @@ tccli/services/vtc/v20240223/api.json,sha256=JZYqcsJcDWpLXzX1576kBt3b-J01ucjoRgB
|
|
1125
1125
|
tccli/services/vtc/v20240223/examples.json,sha256=-wjnqZEVLvLJZmHyDf_UY2G6Rp2QPNVwKJYejRMfP1c,6587
|
1126
1126
|
tccli/services/waf/__init__.py,sha256=CQIYSctAXRbX8x5xidAj7CBzOVIdMOZJQ0e6ENff3HU,85
|
1127
1127
|
tccli/services/waf/waf_client.py,sha256=92bafK2E-v_ptPPvPsJAlHON3NkU7V3zP5DW-jgDSyg,511007
|
1128
|
-
tccli/services/waf/v20180125/api.json,sha256=
|
1128
|
+
tccli/services/waf/v20180125/api.json,sha256=YChjkHYCKk6WWUoK3a7OmjnnOszeOwXp-Gwag-gr04g,840526
|
1129
1129
|
tccli/services/waf/v20180125/examples.json,sha256=7UiIt2_QkyJvbAOY1WxMzj-PfWvNmywQio-KpcEuE1g,242547
|
1130
1130
|
tccli/services/wav/__init__.py,sha256=iOdPQbxYh0cdKcDo0kRWmQMiCl38owcMur1PRm3R6R8,85
|
1131
1131
|
tccli/services/wav/wav_client.py,sha256=yS19S4YsQD0nnBB2mCvZn3vBHCsxNw4e64rZiJ2x8Qo,86768
|
@@ -1161,8 +1161,8 @@ tccli/services/yunsou/v20180504/api.json,sha256=2808fil5p3pTEJ3SqXEEq7eSrASZOiv8
|
|
1161
1161
|
tccli/services/yunsou/v20180504/examples.json,sha256=Jg4WuqS_Wxl7eTBMbzjem65FuUZQi3qq3xtlBNFZlTU,11870
|
1162
1162
|
tccli/services/yunsou/v20191115/api.json,sha256=r_p7c7fMNylQVDpSN0CkUB4Cx1nYW1lI3BM_Zi50FNs,15932
|
1163
1163
|
tccli/services/yunsou/v20191115/examples.json,sha256=vN5MzexHVPMckm4MbnXNiOe3KKiVchvf4_uLpjOskuk,3983
|
1164
|
-
tccli-3.0.
|
1165
|
-
tccli-3.0.
|
1166
|
-
tccli-3.0.
|
1167
|
-
tccli-3.0.
|
1168
|
-
tccli-3.0.
|
1164
|
+
tccli-3.0.1302.1.dist-info/METADATA,sha256=RxOiQ7x6u1iorDDPCgGYiLg60h2P2Pyc3XkieSf4ZJA,16408
|
1165
|
+
tccli-3.0.1302.1.dist-info/WHEEL,sha256=HyPWovjK_wfsxZqVnw7Bu5rgKxNh3Nm__lHm0ALDcb4,101
|
1166
|
+
tccli-3.0.1302.1.dist-info/entry_points.txt,sha256=9ZzsXxi7Xj3ZneT7VxRVJpFvnmdEOeysh999_0gWVvo,85
|
1167
|
+
tccli-3.0.1302.1.dist-info/license_files/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
1168
|
+
tccli-3.0.1302.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|