tccli 3.0.828.1__py2.py3-none-any.whl → 3.0.829.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/autoscaling/v20180419/api.json +14 -14
- tccli/services/cloudstudio/cloudstudio_client.py +53 -0
- tccli/services/cloudstudio/v20210524/api.json +89 -0
- tccli/services/cloudstudio/v20210524/examples.json +8 -0
- tccli/services/ess/v20201111/api.json +9 -0
- tccli/services/ess/v20201111/examples.json +1 -1
- tccli/services/essbasic/v20210526/api.json +133 -364
- tccli/services/essbasic/v20210526/examples.json +89 -95
- tccli/services/ic/v20190307/api.json +1 -1
- tccli/services/live/v20180801/api.json +2 -6
- tccli/services/live/v20180801/examples.json +1 -1
- tccli/services/mrs/v20200910/api.json +8130 -2302
- tccli/services/mrs/v20200910/examples.json +1 -1
- tccli/services/ocr/v20181119/api.json +32 -134
- tccli/services/ocr/v20181119/examples.json +15 -15
- tccli/services/pts/v20210728/api.json +27 -78
- tccli/services/sslpod/v20190605/api.json +1 -1
- tccli/services/tem/v20210701/api.json +1 -1
- tccli/services/tione/v20191022/api.json +1 -1
- tccli/services/tione/v20211111/api.json +1 -1
- tccli/services/trtc/v20190722/api.json +3 -25
- tccli/services/vpc/v20170312/api.json +60 -51
- tccli/services/vpc/v20170312/examples.json +17 -17
- {tccli-3.0.828.1.dist-info → tccli-3.0.829.1.dist-info}/METADATA +2 -2
- {tccli-3.0.828.1.dist-info → tccli-3.0.829.1.dist-info}/RECORD +30 -30
- {tccli-3.0.828.1.dist-info → tccli-3.0.829.1.dist-info}/LICENSE +0 -0
- {tccli-3.0.828.1.dist-info → tccli-3.0.829.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.828.1.dist-info → tccli-3.0.829.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.828.1.dist-info → tccli-3.0.829.1.dist-info}/top_level.txt +0 -0
@@ -334,19 +334,19 @@
|
|
334
334
|
],
|
335
335
|
"CreateDefaultVpc": [
|
336
336
|
{
|
337
|
-
"document": "",
|
337
|
+
"document": "创建默认VPC",
|
338
338
|
"input": "https://vpc.tencentcloudapi.com/?Action=CreateDefaultVpc\n&<公共请求参数>",
|
339
339
|
"output": "{\n \"Response\": {\n \"Vpc\": {\n \"VpcId\": \"vpc-pin7sxcd\",\n \"SubnetId\": \"subnet-ixzf2m42\"\n },\n \"RequestId\": \"a2353d77-5c08-49c4-a28a-632a8af5e294\"\n }\n}",
|
340
340
|
"title": "创建默认VPC"
|
341
341
|
},
|
342
342
|
{
|
343
|
-
"document": "",
|
343
|
+
"document": "不强制创建默认VPC",
|
344
344
|
"input": "https://vpc.tencentcloudapi.com/?Action=CreateDefaultVpc\n&<公共请求参数>",
|
345
345
|
"output": "{\n \"Response\": {\n \"Vpc\": {\n \"VpcId\": \"0\",\n \"SubnetId\": \"0\"\n },\n \"RequestId\": \"c52dda11-9e53-440f-b034-6292f2144dd0\"\n }\n}",
|
346
346
|
"title": "用户账号网络属性(DescribeAccountAttributes)同时支持基础网络和VPC,不强制创建默认VPC,则返回VpcId为0,表示不创建默认VPC"
|
347
347
|
},
|
348
348
|
{
|
349
|
-
"document": "",
|
349
|
+
"document": "强制创建默认VPC",
|
350
350
|
"input": "https://vpc.tencentcloudapi.com/?Action=CreateDefaultVpc\n&Force=true\n&<公共请求参数>",
|
351
351
|
"output": "{\n \"Response\": {\n \"Vpc\": {\n \"VpcId\": \"vpc-8mpwlbdv\",\n \"SubnetId\": \"subnet-l9emqwnw\"\n },\n \"RequestId\": \"91348b0a-6846-49ff-822b-a21eef848c9f\"\n }\n}",
|
352
352
|
"title": "强制生产默认VPC"
|
@@ -446,8 +446,8 @@
|
|
446
446
|
],
|
447
447
|
"CreateNetDetect": [
|
448
448
|
{
|
449
|
-
"document": "",
|
450
|
-
"input": "
|
449
|
+
"document": "创建网络探测",
|
450
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateNetDetect\n<公共请求参数>\n\n{\n \"VpcId\": \"vpc-12345678\",\n \"NextHopDestination\": \"10.0.0.4\",\n \"NextHopType\": \"NORMAL_CVM\",\n \"NetDetectName\": \"test\",\n \"DetectDestinationIp\": [\n \"10.0.0.3\",\n \"10.0.0.2\"\n ],\n \"SubnetId\": \"subnet-12345678\"\n}",
|
451
451
|
"output": "{\n \"Response\": {\n \"NetDetect\": {\n \"VpcId\": \"vpc-12345678\",\n \"VpcName\": \"vpc-test\",\n \"SubnetId\": \"subnet-12345678\",\n \"SubnetName\": \"subnet-test\",\n \"NetDetectId\": \"netd-12345678\",\n \"NetDetectName\": \"test\",\n \"DetectDestinationIp\": [\n \"10.0.0.2\",\n \"10.0.0.3\"\n ],\n \"DetectSourceIp\": [\n \"10.0.0.5\",\n \"10.0.0.6\"\n ],\n \"NextHopType\": \"NORMAL_CVM\",\n \"NextHopDestination\": \"10.0.0.4\",\n \"NextHopName\": \"\",\n \"NetDetectDescription\": \"\",\n \"CreateTime\": \"0000-00-00 00:00:00\"\n },\n \"RequestId\": \"6aa316a4-07d2-4355-b87d-40b7f22972b0\"\n }\n}",
|
452
452
|
"title": "创建网络探测"
|
453
453
|
}
|
@@ -494,7 +494,7 @@
|
|
494
494
|
],
|
495
495
|
"CreateSecurityGroup": [
|
496
496
|
{
|
497
|
-
"document": "",
|
497
|
+
"document": "创建安全组",
|
498
498
|
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateSecurityGroup\n<公共请求参数>\n\n{\n \"GroupName\": \"TestGroup\",\n \"GroupDescription\": \"test-group-desc\",\n \"Tags\": [\n {\n \"Value\": \"shanghai\",\n \"Key\": \"city\"\n }\n ]\n}",
|
499
499
|
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\",\n \"SecurityGroup\": {\n \"SecurityGroupId\": \"sg-3g7ftkp3\",\n \"SecurityGroupName\": \"TestGroup\",\n \"SecurityGroupDesc\": \"test-group-desc\",\n \"ProjectId\": \"0\",\n \"TagSet\": [\n {\n \"Key\": \"city\",\n \"Value\": \"shanghai\"\n }\n ]\n }\n }\n}",
|
500
500
|
"title": "创建安全组"
|
@@ -772,7 +772,7 @@
|
|
772
772
|
],
|
773
773
|
"DeleteNetDetect": [
|
774
774
|
{
|
775
|
-
"document": "",
|
775
|
+
"document": "根据ID删除网络探测",
|
776
776
|
"input": "https://vpc.tencentcloudapi.com/?Action=DeleteNetDetect\n&NetDetectId=netd-12345678\n&<公共请求参数>",
|
777
777
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6aa316a4-07d2-4355-b87d-40b7f22972b0\"\n }\n}",
|
778
778
|
"title": "根据ID删除网络探测"
|
@@ -804,7 +804,7 @@
|
|
804
804
|
],
|
805
805
|
"DeleteRouteTable": [
|
806
806
|
{
|
807
|
-
"document": "",
|
807
|
+
"document": "删除路由表",
|
808
808
|
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteRouteTable\n<公共请求参数>\n\n{\n \"RouteTableId\": \"rtb-azd4dt1c\"\n}",
|
809
809
|
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
|
810
810
|
"title": "删除路由表"
|
@@ -1378,7 +1378,7 @@
|
|
1378
1378
|
],
|
1379
1379
|
"DescribeNetDetectStates": [
|
1380
1380
|
{
|
1381
|
-
"document": "",
|
1381
|
+
"document": "根据ID查询网络探测验证结果列表",
|
1382
1382
|
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeNetDetectStates\n&NetDetectIds.0=netd-12345678\n&<公共请求参数>",
|
1383
1383
|
"output": "{\n \"Response\": {\n \"NetDetectStateSet\": [\n {\n \"NetDetectId\": \"netd-2owwwwd0\",\n \"NetDetectIpStateSet\": [\n {\n \"DetectDestinationIp\": \"10.0.0.2\",\n \"State\": 0,\n \"Delay\": 0,\n \"PacketLossRate\": 0\n },\n {\n \"DetectDestinationIp\": \"10.0.0.3\",\n \"State\": 0,\n \"Delay\": 0,\n \"PacketLossRate\": 0\n }\n ]\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"6aa316a4-07d2-4355-b87d-40b7f22972b0\"\n }\n}",
|
1384
1384
|
"title": "根据ID查询网络探测验证结果列表"
|
@@ -1386,14 +1386,14 @@
|
|
1386
1386
|
],
|
1387
1387
|
"DescribeNetDetects": [
|
1388
1388
|
{
|
1389
|
-
"document": "",
|
1390
|
-
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeNetDetects\
|
1389
|
+
"document": "查询所有网络探测",
|
1390
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeNetDetects\n&<公共请求参数>",
|
1391
1391
|
"output": "{\n \"Response\": {\n \"NetDetectSet\": [\n {\n \"VpcId\": \"vpc-12345678\",\n \"VpcName\": \"vpc-test\",\n \"SubnetId\": \"subnet-12345678\",\n \"SubnetName\": \"subnet-test\",\n \"NetDetectId\": \"netd-12345678\",\n \"NetDetectName\": \"test\",\n \"DetectDestinationIp\": [\n \"10.0.0.2\",\n \"10.0.0.3\"\n ],\n \"DetectSourceIp\": [\n \"10.0.0.5\",\n \"10.0.0.6\"\n ],\n \"NextHopType\": \"NORMAL_CVM\",\n \"NextHopDestination\": \"10.0.0.4\",\n \"NextHopName\": \"\",\n \"NetDetectDescription\": \"\",\n \"CreateTime\": \"0000-00-00 00:00:00\"\n },\n {\n \"VpcId\": \"vpc-12345678\",\n \"VpcName\": \"vpc-test\",\n \"SubnetId\": \"subnet-12345678\",\n \"SubnetName\": \"subnet-test\",\n \"NetDetectId\": \"netd-12345679\",\n \"NetDetectName\": \"test\",\n \"DetectDestinationIp\": [\n \"10.0.1.2\",\n \"10.0.1.3\"\n ],\n \"DetectSourceIp\": [\n \"10.0.1.5\",\n \"10.0.1.6\"\n ],\n \"NextHopType\": \"NORMAL_CVM\",\n \"NextHopDestination\": \"10.0.0.4\",\n \"NextHopName\": \"\",\n \"NetDetectDescription\": \"\",\n \"CreateTime\": \"0000-00-00 00:00:00\"\n }\n ],\n \"TotalCount\": 2,\n \"RequestId\": \"6aa316a4-07d2-4355-b87d-40b7f22972b0\"\n }\n}",
|
1392
1392
|
"title": "查询所有网络探测"
|
1393
1393
|
},
|
1394
1394
|
{
|
1395
|
-
"document": "",
|
1396
|
-
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeNetDetects\
|
1395
|
+
"document": "根据ID查询网络探测",
|
1396
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=DescribeNetDetects\n&NetDetectIds.0=netd-12345678\n&<公共请求参数>",
|
1397
1397
|
"output": "{\n \"Response\": {\n \"NetDetectSet\": [\n {\n \"VpcId\": \"vpc-12345678\",\n \"VpcName\": \"vpc-test\",\n \"SubnetId\": \"subnet-12345678\",\n \"SubnetName\": \"subnet-test\",\n \"NetDetectId\": \"netd-12345678\",\n \"NetDetectName\": \"test\",\n \"DetectDestinationIp\": [\n \"10.0.0.2\",\n \"10.0.0.3\"\n ],\n \"DetectSourceIp\": [\n \"10.0.0.5\",\n \"10.0.0.6\"\n ],\n \"NextHopType\": \"NORMAL_CVM\",\n \"NextHopDestination\": \"10.0.0.4\",\n \"NextHopName\": \"\",\n \"NetDetectDescription\": \"\",\n \"CreateTime\": \"0000-00-00 00:00:00\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"6aa316a4-07d2-4355-b87d-40b7f22972b0\"\n }\n}",
|
1398
1398
|
"title": "根据ID查询网络探测"
|
1399
1399
|
}
|
@@ -2317,7 +2317,7 @@
|
|
2317
2317
|
"ModifyNetDetect": [
|
2318
2318
|
{
|
2319
2319
|
"document": "",
|
2320
|
-
"input": "
|
2320
|
+
"input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyNetDetect\n<公共请求参数>\n\n{\n \"NetDetectId\": \"netd-12345678\",\n \"NetDetectName\": \"test\",\n \"NextHopType\": \"NORMAL_CVM\",\n \"NextHopDestination\": \"10.0.0.4\",\n \"DetectDestinationIp\": [\n \"10.0.0.3\",\n \"10.0.0.2\"\n ]\n}",
|
2321
2321
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6aa316a4-07d2-4355-b87d-40b7f22972b0\"\n }\n}",
|
2322
2322
|
"title": "修改网络探测参数"
|
2323
2323
|
}
|
@@ -2384,9 +2384,9 @@
|
|
2384
2384
|
],
|
2385
2385
|
"ModifyRouteTableAttribute": [
|
2386
2386
|
{
|
2387
|
-
"document": "",
|
2388
|
-
"input": "https://vpc.tencentcloudapi.com/?Action=ModifyRouteTableAttribute\
|
2389
|
-
"output": "{\n \"Response\": {}\n}",
|
2387
|
+
"document": "修改路由表属性",
|
2388
|
+
"input": "https://vpc.tencentcloudapi.com/?Action=ModifyRouteTableAttribute\n&RouteTableId=rtb-n0yejvje\n&RouteTableName=NewRouteTableName\n&<公共请求参数>",
|
2389
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
|
2390
2390
|
"title": "修改路由表属性"
|
2391
2391
|
}
|
2392
2392
|
],
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: tccli
|
3
|
-
Version: 3.0.
|
3
|
+
Version: 3.0.829.1
|
4
4
|
Summary: Universal Command Line Environment for Tencent Cloud
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-cli.git
|
6
6
|
Author: Tencent Cloud
|
@@ -21,7 +21,7 @@ Classifier: Programming Language :: Python :: 3.3
|
|
21
21
|
Classifier: Programming Language :: Python :: 3.4
|
22
22
|
Classifier: Programming Language :: Python :: 3.5
|
23
23
|
Classifier: Programming Language :: Python :: 3.6
|
24
|
-
Requires-Dist: tencentcloud-sdk-python (>=3.0.
|
24
|
+
Requires-Dist: tencentcloud-sdk-python (>=3.0.829)
|
25
25
|
Requires-Dist: jmespath (==0.10.0)
|
26
26
|
Requires-Dist: six (==1.16.0)
|
27
27
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
tccli/__init__.py,sha256=
|
1
|
+
tccli/__init__.py,sha256=n54agRyJQg3N1EzVSGdplGvvvtoU7kFgXmeDKfkzgY0,26
|
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
|
@@ -103,7 +103,7 @@ tccli/services/asw/v20200722/api.json,sha256=ap4dnS3E1aV1YCLN0YKH-olfiZ07VoALEn2
|
|
103
103
|
tccli/services/asw/v20200722/examples.json,sha256=vy7eefBxeogPGaergIHhM7kRZg13QZz4sPxS-daHBV8,15044
|
104
104
|
tccli/services/autoscaling/__init__.py,sha256=ehT8TTIZwn3a9MLUnT2wDV_T7luS4lb-4DYWUYQ4tJc,101
|
105
105
|
tccli/services/autoscaling/autoscaling_client.py,sha256=jB0lYkJaevqEfW3VlWLuBz6xiyXpRICo3QDbwFNsrEI,159463
|
106
|
-
tccli/services/autoscaling/v20180419/api.json,sha256=
|
106
|
+
tccli/services/autoscaling/v20180419/api.json,sha256=N4tqyB4aScT3H6oIejaCbwDFpCIEczPSFVuZbI12v8g,264920
|
107
107
|
tccli/services/autoscaling/v20180419/examples.json,sha256=PJa87vFNnOoH6l_0Lq9_MhxOsj6gz-bFu67yjBsuuBc,80008
|
108
108
|
tccli/services/ba/__init__.py,sha256=Ciy9Ux8dr3wSCp6YmkZ-gqoEFwZyrQCRNXnZY2Ppts8,83
|
109
109
|
tccli/services/ba/ba_client.py,sha256=Vl_HCxIfVVzBJmzsxmEGcu1ywFtpMHlSUuSGSyFo7lw,14519
|
@@ -270,9 +270,9 @@ tccli/services/cloudhsm/cloudhsm_client.py,sha256=wDRCyhhhWpV8unEK4MNwIfZNhHxMBy
|
|
270
270
|
tccli/services/cloudhsm/v20191112/api.json,sha256=-6IV--OW_JDYEOFbCfR572R3NXLVvF_oDhdF4TchXhE,51581
|
271
271
|
tccli/services/cloudhsm/v20191112/examples.json,sha256=jDUWMTFWVRw6wpqOCXBkiNQx674IKIcbPGhxe3P8-vw,10852
|
272
272
|
tccli/services/cloudstudio/__init__.py,sha256=0e8t9G3YfhgjZEkG-23vvgfEtXr8uA82klniaX-vWGk,101
|
273
|
-
tccli/services/cloudstudio/cloudstudio_client.py,sha256=
|
274
|
-
tccli/services/cloudstudio/v20210524/api.json,sha256=
|
275
|
-
tccli/services/cloudstudio/v20210524/examples.json,sha256=
|
273
|
+
tccli/services/cloudstudio/cloudstudio_client.py,sha256=DF6ofMmVF6lrlGnTIuh5FCuw-BDb8yT-FPWhB6GamZ4,70305
|
274
|
+
tccli/services/cloudstudio/v20210524/api.json,sha256=seqC3qnq-vBXucCm4YdMWndevWOsm6n9qAAopRDtHks,76317
|
275
|
+
tccli/services/cloudstudio/v20210524/examples.json,sha256=LHjjn7DkzZeGRevyOKxVhXWDkr-JcSf2LaWhwEOdowY,30689
|
276
276
|
tccli/services/cls/__init__.py,sha256=emWEmdULub91gG47BRE9u44cHrFt8L4KRduipQx_MfQ,85
|
277
277
|
tccli/services/cls/cls_client.py,sha256=EXDJCHcEkuw7W7VsYe6bukgA58Rx6h6jy0NcG95_uYk,193614
|
278
278
|
tccli/services/cls/v20201016/api.json,sha256=Ca3y0JKVRGuRQ3YLJ4mdKbIIicraEYRfgy-br8Xyb6k,252776
|
@@ -409,14 +409,14 @@ tccli/services/es/v20180416/api.json,sha256=VSfqpX5aQpk3rsPM2Gl1G1yPwC89cKQFu65g
|
|
409
409
|
tccli/services/es/v20180416/examples.json,sha256=8Ycu-y_0R2cXm2U6PlimB4IUSb2zIF1FWv9mta8r4a4,42643
|
410
410
|
tccli/services/ess/__init__.py,sha256=heBHzUKDuNxQ68yNutgyA8stCndyFWqYJqiQFozTiDs,85
|
411
411
|
tccli/services/ess/ess_client.py,sha256=kUpneqYQqz8JrsoNLOvhWb4bQYh_5wYIoYFQVcv0qzQ,109268
|
412
|
-
tccli/services/ess/v20201111/api.json,sha256=
|
413
|
-
tccli/services/ess/v20201111/examples.json,sha256=
|
412
|
+
tccli/services/ess/v20201111/api.json,sha256=lohsyhkTlpBLyEwS8P0dSE8rb5ZaHvXOcCwZuye2vN8,187193
|
413
|
+
tccli/services/ess/v20201111/examples.json,sha256=mL9HYmoq-8cRPuhepp8NN35n-8HsTvMcmy9fpu7GF3s,63726
|
414
414
|
tccli/services/essbasic/__init__.py,sha256=Uh5kuYtJvJ4F1S2w-19_B6a_JMF1ubh8Se-7p5LA0PE,95
|
415
415
|
tccli/services/essbasic/essbasic_client.py,sha256=7Wa5Rm1mL-YUi0dpmafLCGtBItUL0LfIZ1P-PuDK5ug,281228
|
416
416
|
tccli/services/essbasic/v20201222/api.json,sha256=HEcYY208pKQB5nFuzhgBrZxbFH5EY9tedE5bBuAqjRY,194941
|
417
417
|
tccli/services/essbasic/v20201222/examples.json,sha256=TsEP0F9v4W6KvnFnczr2diMh2NX2Tp7TcCEkoeBw69Q,68751
|
418
|
-
tccli/services/essbasic/v20210526/api.json,sha256=
|
419
|
-
tccli/services/essbasic/v20210526/examples.json,sha256=
|
418
|
+
tccli/services/essbasic/v20210526/api.json,sha256=tJ8FKrdH5MvLljED6viDM3u1BjgXWrCEU8gPZoYjZC0,213368
|
419
|
+
tccli/services/essbasic/v20210526/examples.json,sha256=D9_HPUShqUxVWgWvvK-M8yuUd0kWbAgacsf6CYqtSgw,76218
|
420
420
|
tccli/services/facefusion/__init__.py,sha256=5IsXKY7EJG73GoLZDaRk_QwthyDmfes1nKAVdwZETUE,99
|
421
421
|
tccli/services/facefusion/facefusion_client.py,sha256=wP2hlklAEMc1XuPksqxaYkDNG9c6utFV5qt6HbNMWg4,17816
|
422
422
|
tccli/services/facefusion/v20181201/api.json,sha256=6o-7vRFFvKYWa3kMjm1zK3JgjtgGfwegkO25rNpG2AM,24145
|
@@ -479,7 +479,7 @@ tccli/services/iai/v20200303/api.json,sha256=WZwwO2Kx2ZG2HfSwUZ9obr6hwPYFSBjyE71
|
|
479
479
|
tccli/services/iai/v20200303/examples.json,sha256=yo1OdSnQzoaO-a2KfjcQm-Wg_ejATDa5Ucu-53DB1us,65088
|
480
480
|
tccli/services/ic/__init__.py,sha256=myvh0SV7OqogIst8yqLUMvhiazbsITFpy4BABGR3LuU,83
|
481
481
|
tccli/services/ic/ic_client.py,sha256=k7WAbQuPDu6X_nPeKghy2J-X1qr4TuMqDtQsiM6mvo4,32527
|
482
|
-
tccli/services/ic/v20190307/api.json,sha256=
|
482
|
+
tccli/services/ic/v20190307/api.json,sha256=DuuuOBuSOHKnagrKlt6VDXAk-RjsLNqEBBEwQL1i6eg,33206
|
483
483
|
tccli/services/ic/v20190307/examples.json,sha256=aFc0r2SVc4AiifvcOz3P9FJh_SfL7OuxV-QBcjIkjIs,11085
|
484
484
|
tccli/services/icr/__init__.py,sha256=KDXU_HcxlhS-ZIiyeJE0wjWK1ert_N7WR0FrVAjpR44,85
|
485
485
|
tccli/services/icr/icr_client.py,sha256=KmuaKjJQ95d1NNgu0qmo32B24CR-r7zeE5OjGg941cs,8471
|
@@ -561,8 +561,8 @@ tccli/services/lighthouse/v20200324/api.json,sha256=kKOQALsGhLEIRhhKHCIz0Un02e5T
|
|
561
561
|
tccli/services/lighthouse/v20200324/examples.json,sha256=spYxcgomiUBdIXBvXXf8_EvJ2ghX87VM_3SSfqVhDuo,94079
|
562
562
|
tccli/services/live/__init__.py,sha256=RcvY72t1P1PSv7r9d9SCa9Iv7qvP8ok30HwiMcPVAs4,87
|
563
563
|
tccli/services/live/live_client.py,sha256=NriWHq1To4gA_wWifvF6z6e9K3T5nUBUIXTMqGwRlKQ,405224
|
564
|
-
tccli/services/live/v20180801/api.json,sha256=
|
565
|
-
tccli/services/live/v20180801/examples.json,sha256
|
564
|
+
tccli/services/live/v20180801/api.json,sha256=STINvZPut2yrI6TovzJXyfiU_Gbu5AtoZpzEkQ6Zo9Q,490227
|
565
|
+
tccli/services/live/v20180801/examples.json,sha256=-KnZzWdvz11q9q5Dq6vflTBRn6darTCP752kzfACTn8,106750
|
566
566
|
tccli/services/lowcode/__init__.py,sha256=Kwnfhcs3YjlqMpMouELxDMbP4F0BLDwcaqTPutTSvDs,93
|
567
567
|
tccli/services/lowcode/lowcode_client.py,sha256=GWBM8H2PwNSaeOgpSUOTlcIR8JNpkXFjwfE9UEwzxgc,8493
|
568
568
|
tccli/services/lowcode/v20210108/api.json,sha256=VUxZ3c9vKdOj0wLVq4NVK84cIcVcAOkIKgR32CcET5M,18740
|
@@ -613,8 +613,8 @@ tccli/services/mps/v20190612/api.json,sha256=KL4JLsYGMM-8ZOQyZguecZU00OhnglXjCe4
|
|
613
613
|
tccli/services/mps/v20190612/examples.json,sha256=3Si31EeatI_FQLOI0wm7amF_e8M8ce7IFQWl4NyW8Ok,173762
|
614
614
|
tccli/services/mrs/__init__.py,sha256=Vwc_ClNX27xapevic8Icf1ien9RVCMPqPag9PyUNnos,85
|
615
615
|
tccli/services/mrs/mrs_client.py,sha256=nQYVWeX9FCy6p5s7Qi99hZAsJ9GNsWOepvKkzx6TFyI,17453
|
616
|
-
tccli/services/mrs/v20200910/api.json,sha256=
|
617
|
-
tccli/services/mrs/v20200910/examples.json,sha256=
|
616
|
+
tccli/services/mrs/v20200910/api.json,sha256=21XfVbbnBgUrfEUG5LL9FnghYDyYwzgK9zkDDDKaCyE,344815
|
617
|
+
tccli/services/mrs/v20200910/examples.json,sha256=K-yq9QsXCAOFSGHtG7cAW2BoN4e72XRP-fUFHoy8VG8,140874
|
618
618
|
tccli/services/ms/__init__.py,sha256=JqihrSVQHDfhGPtvf-gDtLEmfnD6ihFXsQbLVLPw5RI,83
|
619
619
|
tccli/services/ms/ms_client.py,sha256=HkzKwEcADSgzgKBmDeVxM6pHnScNhFdrD7jSWivHh8M,57496
|
620
620
|
tccli/services/ms/v20180408/api.json,sha256=D8UxvVPAecq6Kqh2Ax_yXr3KlYMa0D0GfBGSH-LeYbo,89830
|
@@ -641,8 +641,8 @@ tccli/services/oceanus/v20190422/api.json,sha256=vVtcR_dwGb3qRMRLjS51dKUE016uSq7
|
|
641
641
|
tccli/services/oceanus/v20190422/examples.json,sha256=BQDsUHAHXRco8ds7bEsnGBxK4dhQwCVJvEJUfdqsUW8,21482
|
642
642
|
tccli/services/ocr/__init__.py,sha256=1UdHN9VtB5qVwAn2FMefSi4BhMTJOjmFgYZT-zTEVBM,85
|
643
643
|
tccli/services/ocr/ocr_client.py,sha256=bj2O_at-ScResq_H0eFSAE5hhIM9tJShQoIjBMePBuw,248262
|
644
|
-
tccli/services/ocr/v20181119/api.json,sha256=
|
645
|
-
tccli/services/ocr/v20181119/examples.json,sha256=
|
644
|
+
tccli/services/ocr/v20181119/api.json,sha256=C9h-hyUqWasV4Y6MccQcL0lig0Or8JRmkjMRAh1FJEA,462786
|
645
|
+
tccli/services/ocr/v20181119/examples.json,sha256=vQ9-JHRwPtANKQ-CZwtlAgPHpLXwISGQyUYMPLOSOXc,413566
|
646
646
|
tccli/services/organization/__init__.py,sha256=ctNPQB07daPeppmKKoViB5ommtY2F8xr2Ks2I9WGWCE,103
|
647
647
|
tccli/services/organization/organization_client.py,sha256=YH2NGYC446lBVHOauSP-jMrjHBAW7NmhLaQQiW4GtNw,107780
|
648
648
|
tccli/services/organization/v20181225/api.json,sha256=WkOAsNXqjzx6rhpOIMyXyZvOQ4uGrqsxID0lmt4AsVA,32558
|
@@ -667,7 +667,7 @@ tccli/services/privatedns/v20201028/api.json,sha256=A1S1c0J-tFZh4BbdGVrqDJXOVeOL
|
|
667
667
|
tccli/services/privatedns/v20201028/examples.json,sha256=8-lAvwSv8H2aDentoVAiY4DdjgExdUQJEqZMZ9XnrNs,22784
|
668
668
|
tccli/services/pts/__init__.py,sha256=J0iwcjb1pfQr8JhxLeQ_n2JUhbIET_8hfW-6g-RrVlA,85
|
669
669
|
tccli/services/pts/pts_client.py,sha256=naE9xmGF4aOfmWV7x00hxqOIF6KBZyiW6gmNbiVStoc,135974
|
670
|
-
tccli/services/pts/v20210728/api.json,sha256=
|
670
|
+
tccli/services/pts/v20210728/api.json,sha256=SnYuZ67Yfj1Y5jXAWr5m5rZgs_y6wW87hCviYK4SP3M,210900
|
671
671
|
tccli/services/pts/v20210728/examples.json,sha256=M4G8JkNVueeQIyl8aSwqi4JBJ0mx0orzbTCUUjJWHYY,81922
|
672
672
|
tccli/services/rce/__init__.py,sha256=hA0_efK_b48bYi70kHNZugvJchdDwQNHYJofWYNzyKo,85
|
673
673
|
tccli/services/rce/rce_client.py,sha256=BbtrO7_4GLhft3Eihkml0JjTaDg81VjbnUfOPB6lR_0,14554
|
@@ -737,7 +737,7 @@ tccli/services/ssl/v20191205/api.json,sha256=wD3ilw6Ek4r4cTGxwv5pQUE-eSEMhmHfoXt
|
|
737
737
|
tccli/services/ssl/v20191205/examples.json,sha256=E-iem6KbWrX6b-RH8gUL96t_Rqb6vK65u0KaWCWSh0Q,33282
|
738
738
|
tccli/services/sslpod/__init__.py,sha256=858zxBvS1grgBtnEH4XSc8iJ_0iDyHzX_mYAtWEBWZ4,91
|
739
739
|
tccli/services/sslpod/sslpod_client.py,sha256=zV0zyfTkjNjPw6VJ7VSC8qfS3v1WuzOBUXlhgpsZkDA,35753
|
740
|
-
tccli/services/sslpod/v20190605/api.json,sha256=
|
740
|
+
tccli/services/sslpod/v20190605/api.json,sha256=eYOuDYwLJv67gYMOTmnDeFJcCWl24v0CKs5K30MfYPg,28152
|
741
741
|
tccli/services/sslpod/v20190605/examples.json,sha256=ifviP7xzqS74TE0YBBXRFjfCoN7UwzQxUbVmTYWviks,14710
|
742
742
|
tccli/services/ssm/__init__.py,sha256=C09LfgooljSXLDZDKKDyccsroloBRpKFGtO-sMxDVys,85
|
743
743
|
tccli/services/ssm/ssm_client.py,sha256=3VyDjPp1__Z5BEQJiEeVc2b4K3gN1P5iRxx2y2ZP-Q8,78298
|
@@ -833,7 +833,7 @@ tccli/services/tem/__init__.py,sha256=P_03dp1RlrNa8MadXnsJ6SxIhYx1wdLp8OQvX91ovr
|
|
833
833
|
tccli/services/tem/tem_client.py,sha256=WCIdAS8keVE4iDgWlue35Oi22zHx7t4RThcKvt37vhs,189078
|
834
834
|
tccli/services/tem/v20201221/api.json,sha256=8e2hoeLmYMaaOIGYLJKzm6WcBua9C1RABs1dcJFTCxY,79602
|
835
835
|
tccli/services/tem/v20201221/examples.json,sha256=ao0z-UqkWKJzTWrTjfgp6CpRd5ncdxJX31JBx7bEi1Y,16752
|
836
|
-
tccli/services/tem/v20210701/api.json,sha256=
|
836
|
+
tccli/services/tem/v20210701/api.json,sha256=dYI7laMs8aE2aN4EOCpdCqgIhuzg0TE7M0hcmP6hBZ4,256519
|
837
837
|
tccli/services/tem/v20210701/examples.json,sha256=S65LnFLlnhpot2OGjgXK45ZoTThtaPQhW-foKcFRTS8,83434
|
838
838
|
tccli/services/teo/__init__.py,sha256=nvzcUSkSQuTftWEJ399BUZpUk_0jEq-l97539DwbAwM,85
|
839
839
|
tccli/services/teo/teo_client.py,sha256=WNHZmcN3MF7HRpecs3jlA4vq1XKbn4EKREyniBLkpAo,412940
|
@@ -873,9 +873,9 @@ tccli/services/tiia/v20190529/api.json,sha256=N5QRYczupg2rinDKKneUeyVGk3Ehaweab4
|
|
873
873
|
tccli/services/tiia/v20190529/examples.json,sha256=qnS-GuznIj8tm_Si3zCteNeEIvwi5oJ3n7IAopMjIsU,41438
|
874
874
|
tccli/services/tione/__init__.py,sha256=hVHB2cJpskiRtSHmEaJj2ZcjQp28c17sepm54VgFH7I,89
|
875
875
|
tccli/services/tione/tione_client.py,sha256=4ItZYA_91ddYeZFOYVE03juiz1ZIH7cnUHm8w5FcTek,245035
|
876
|
-
tccli/services/tione/v20191022/api.json,sha256=
|
876
|
+
tccli/services/tione/v20191022/api.json,sha256=UJw9SVd3PyonfIqXmKCPsa2UkL9KE7NQWczxTnDpDrA,83469
|
877
877
|
tccli/services/tione/v20191022/examples.json,sha256=ZjvTBTSM5lW-NtUI5AV0tUk1Jt_1kTQonhVHjVtAzn0,18769
|
878
|
-
tccli/services/tione/v20211111/api.json,sha256=
|
878
|
+
tccli/services/tione/v20211111/api.json,sha256=csEVj5ILh_LFF-4_eqYJ8tTgly88u4mzg53lfB22CEY,343881
|
879
879
|
tccli/services/tione/v20211111/examples.json,sha256=GEuVfT_TGLG-IWiPgH0goadicHMbo6-Lnv48rCNF2cA,125353
|
880
880
|
tccli/services/tiw/__init__.py,sha256=pxcn8QU1Y-TCrQaoFjHVj8Z-6hkXLuNmVN3aqtbGhcw,85
|
881
881
|
tccli/services/tiw/tiw_client.py,sha256=rEEy4SgrE2ygq4hp5Z-gXREImAZU1rABGQtj4KG0dT4,94378
|
@@ -909,7 +909,7 @@ tccli/services/trp/v20210515/api.json,sha256=WxSlsuDLYH6eN4m18G99tCVxwzin1sV4Heu
|
|
909
909
|
tccli/services/trp/v20210515/examples.json,sha256=6GnqRaEEgvn1K8XA5sKfjrjznmiAZthEAF9SgFuG57g,33873
|
910
910
|
tccli/services/trtc/__init__.py,sha256=7xXIF66WdJHGVIhfHKFx2VYimlxZ_z3QOeJBUJ2P_MQ,87
|
911
911
|
tccli/services/trtc/trtc_client.py,sha256=2QOSZzV9egim87YYIISbzItH5bTyCplf1WFZY5VtgeA,115649
|
912
|
-
tccli/services/trtc/v20190722/api.json,sha256=
|
912
|
+
tccli/services/trtc/v20190722/api.json,sha256=zWuo4lt51zjkuTYh03uhkJcm3D9GnjlcrdBuvrLpzz4,217911
|
913
913
|
tccli/services/trtc/v20190722/examples.json,sha256=LjTkas6Pgo3dzDqqIB6FmRwa8Q-cn_eoXHmT8ZrVwQQ,79390
|
914
914
|
tccli/services/tse/__init__.py,sha256=3Y4ZA_IFX8df4-ir1I9p0u4ksAywRrtd2CAvJ5yKyz0,85
|
915
915
|
tccli/services/tse/tse_client.py,sha256=ukxT7pTakttCoEQ-MOfFggdJZR6GEmDGlaQV05VQTUQ,36157
|
@@ -951,8 +951,8 @@ tccli/services/vod/v20180717/api.json,sha256=cIoDSFalYY3ItN2X9aUX3IRvysRCUqrCs_6
|
|
951
951
|
tccli/services/vod/v20180717/examples.json,sha256=7NHxm8wSMV67X_xlFtatBOpuOvDV4e4muKQhsyawqpY,352926
|
952
952
|
tccli/services/vpc/__init__.py,sha256=3Uy1NP1qkZo8Nd-p-jr1ioM8nnurpWlZOgH6iB3HT7M,85
|
953
953
|
tccli/services/vpc/vpc_client.py,sha256=mYrrcBFBBcXLTDT7M3yWVIjFRm-jmarluSS76Uvni5c,930616
|
954
|
-
tccli/services/vpc/v20170312/api.json,sha256=
|
955
|
-
tccli/services/vpc/v20170312/examples.json,sha256=
|
954
|
+
tccli/services/vpc/v20170312/api.json,sha256=D3U0ZVXNy_0WQVtJ3YulkLD9L9oeSyMzy7jwI6oQzGw,892617
|
955
|
+
tccli/services/vpc/v20170312/examples.json,sha256=ZRxR7v8YwN6ySWZUid268w9nPSBX0lieSeFjaaSaN2o,340872
|
956
956
|
tccli/services/waf/__init__.py,sha256=CQIYSctAXRbX8x5xidAj7CBzOVIdMOZJQ0e6ENff3HU,85
|
957
957
|
tccli/services/waf/waf_client.py,sha256=38t0y70IgUmaBjOpwvc4G0xSASbe_ZjtrFbVqhfI8-w,124663
|
958
958
|
tccli/services/waf/v20180125/api.json,sha256=Y4ssHtjt1LBKe7jWoHA0ZRfoWTJEE6wEnbEi4L_AW0I,158028
|
@@ -991,9 +991,9 @@ tccli/services/zj/__init__.py,sha256=JNIWOLhm9nZkkFNXz2J4MacFeVh0gxpH05Lv99NyB98
|
|
991
991
|
tccli/services/zj/zj_client.py,sha256=csVqRzSKo0qCw53zWR5nz0Bt4ReeHCcQnXOva_xnpvs,69153
|
992
992
|
tccli/services/zj/v20190121/api.json,sha256=d4VP5xLrZfFNG8OPq3cx9M23YE5l5_L0muV-e9EYeUY,70794
|
993
993
|
tccli/services/zj/v20190121/examples.json,sha256=vKIKHNqLjELXPXi6gRh5INQ0X0yKATVPnL_3ak3qYh8,14226
|
994
|
-
tccli-3.0.
|
995
|
-
tccli-3.0.
|
996
|
-
tccli-3.0.
|
997
|
-
tccli-3.0.
|
998
|
-
tccli-3.0.
|
999
|
-
tccli-3.0.
|
994
|
+
tccli-3.0.829.1.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
995
|
+
tccli-3.0.829.1.dist-info/METADATA,sha256=Pmbl20XG0oODjMGh9IM6wUiVJ3REMmzmHuyFaCHj-zk,1038
|
996
|
+
tccli-3.0.829.1.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
997
|
+
tccli-3.0.829.1.dist-info/entry_points.txt,sha256=YAy1-SmtjTpXdLZ9IbG4-dvy-0YgudLZHkUQf1IdnA0,86
|
998
|
+
tccli-3.0.829.1.dist-info/top_level.txt,sha256=gYFrQRE3IqZ_46Syp-vkVwwvNaYEtKcM4fE_C4Puomk,6
|
999
|
+
tccli-3.0.829.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|