tccli 3.0.1156.1__py2.py3-none-any.whl → 3.0.1157.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/cam/v20190116/api.json +10 -0
- tccli/services/cdwch/v20200915/api.json +27 -0
- tccli/services/cdwdoris/v20211228/api.json +27 -0
- tccli/services/cynosdb/v20190107/api.json +1 -1
- tccli/services/dts/v20211206/api.json +9 -0
- tccli/services/mongodb/mongodb_client.py +273 -8
- tccli/services/mongodb/v20190725/api.json +480 -0
- tccli/services/mongodb/v20190725/examples.json +40 -0
- tccli/services/mps/v20190612/api.json +2 -2
- tccli/services/mps/v20190612/examples.json +2 -2
- tccli/services/tem/v20210701/api.json +21 -3
- tccli/services/tem/v20210701/examples.json +1 -7
- tccli/services/thpc/thpc_client.py +110 -4
- tccli/services/thpc/v20230321/api.json +170 -35
- tccli/services/thpc/v20230321/examples.json +17 -1
- tccli/services/tke/v20220501/api.json +10 -0
- tccli/services/vclm/v20240523/api.json +9 -0
- tccli/services/vpc/v20170312/api.json +74 -15
- tccli/services/wedata/v20210820/api.json +45 -7
- tccli/services/wedata/v20210820/examples.json +6 -0
- {tccli-3.0.1156.1.dist-info → tccli-3.0.1157.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1156.1.dist-info → tccli-3.0.1157.1.dist-info}/RECORD +26 -26
- {tccli-3.0.1156.1.dist-info → tccli-3.0.1157.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1156.1.dist-info → tccli-3.0.1157.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1156.1.dist-info → tccli-3.0.1157.1.dist-info}/license_files/LICENSE +0 -0
@@ -4679,7 +4679,7 @@
|
|
4679
4679
|
"example": "-",
|
4680
4680
|
"member": "string",
|
4681
4681
|
"name": "CcnId",
|
4682
|
-
"
|
4682
|
+
"output_required": true,
|
4683
4683
|
"type": "string",
|
4684
4684
|
"value_allowed_null": false
|
4685
4685
|
},
|
@@ -4689,7 +4689,7 @@
|
|
4689
4689
|
"example": "-",
|
4690
4690
|
"member": "string",
|
4691
4691
|
"name": "CcnName",
|
4692
|
-
"
|
4692
|
+
"output_required": true,
|
4693
4693
|
"type": "string",
|
4694
4694
|
"value_allowed_null": false
|
4695
4695
|
},
|
@@ -4699,7 +4699,7 @@
|
|
4699
4699
|
"example": "-",
|
4700
4700
|
"member": "string",
|
4701
4701
|
"name": "CcnDescription",
|
4702
|
-
"
|
4702
|
+
"output_required": true,
|
4703
4703
|
"type": "string",
|
4704
4704
|
"value_allowed_null": false
|
4705
4705
|
},
|
@@ -4709,7 +4709,7 @@
|
|
4709
4709
|
"example": "-",
|
4710
4710
|
"member": "uint64",
|
4711
4711
|
"name": "InstanceCount",
|
4712
|
-
"
|
4712
|
+
"output_required": true,
|
4713
4713
|
"type": "int",
|
4714
4714
|
"value_allowed_null": false
|
4715
4715
|
},
|
@@ -4719,7 +4719,7 @@
|
|
4719
4719
|
"example": "-",
|
4720
4720
|
"member": "datetime",
|
4721
4721
|
"name": "CreateTime",
|
4722
|
-
"
|
4722
|
+
"output_required": true,
|
4723
4723
|
"type": "string",
|
4724
4724
|
"value_allowed_null": false
|
4725
4725
|
},
|
@@ -4729,7 +4729,7 @@
|
|
4729
4729
|
"example": "ISOLATED",
|
4730
4730
|
"member": "string",
|
4731
4731
|
"name": "State",
|
4732
|
-
"
|
4732
|
+
"output_required": true,
|
4733
4733
|
"type": "string",
|
4734
4734
|
"value_allowed_null": false
|
4735
4735
|
},
|
@@ -4739,7 +4739,7 @@
|
|
4739
4739
|
"example": "PT",
|
4740
4740
|
"member": "string",
|
4741
4741
|
"name": "QosLevel",
|
4742
|
-
"
|
4742
|
+
"output_required": true,
|
4743
4743
|
"type": "string",
|
4744
4744
|
"value_allowed_null": false
|
4745
4745
|
},
|
@@ -4749,7 +4749,7 @@
|
|
4749
4749
|
"example": "PREPAID",
|
4750
4750
|
"member": "string",
|
4751
4751
|
"name": "InstanceChargeType",
|
4752
|
-
"
|
4752
|
+
"output_required": true,
|
4753
4753
|
"type": "string",
|
4754
4754
|
"value_allowed_null": true
|
4755
4755
|
},
|
@@ -4759,7 +4759,7 @@
|
|
4759
4759
|
"example": "INTER_REGION_LIMIT",
|
4760
4760
|
"member": "string",
|
4761
4761
|
"name": "BandwidthLimitType",
|
4762
|
-
"
|
4762
|
+
"output_required": true,
|
4763
4763
|
"type": "string",
|
4764
4764
|
"value_allowed_null": true
|
4765
4765
|
},
|
@@ -4769,7 +4769,7 @@
|
|
4769
4769
|
"example": "-",
|
4770
4770
|
"member": "Tag",
|
4771
4771
|
"name": "TagSet",
|
4772
|
-
"
|
4772
|
+
"output_required": true,
|
4773
4773
|
"type": "list",
|
4774
4774
|
"value_allowed_null": false
|
4775
4775
|
},
|
@@ -4779,7 +4779,7 @@
|
|
4779
4779
|
"example": "True",
|
4780
4780
|
"member": "bool",
|
4781
4781
|
"name": "RoutePriorityFlag",
|
4782
|
-
"
|
4782
|
+
"output_required": true,
|
4783
4783
|
"type": "bool",
|
4784
4784
|
"value_allowed_null": false
|
4785
4785
|
},
|
@@ -4789,7 +4789,7 @@
|
|
4789
4789
|
"example": "0",
|
4790
4790
|
"member": "uint64",
|
4791
4791
|
"name": "RouteTableCount",
|
4792
|
-
"
|
4792
|
+
"output_required": true,
|
4793
4793
|
"type": "int",
|
4794
4794
|
"value_allowed_null": true
|
4795
4795
|
},
|
@@ -4799,7 +4799,7 @@
|
|
4799
4799
|
"example": "True",
|
4800
4800
|
"member": "bool",
|
4801
4801
|
"name": "RouteTableFlag",
|
4802
|
-
"
|
4802
|
+
"output_required": true,
|
4803
4803
|
"type": "bool",
|
4804
4804
|
"value_allowed_null": true
|
4805
4805
|
},
|
@@ -4809,7 +4809,7 @@
|
|
4809
4809
|
"example": "无",
|
4810
4810
|
"member": "bool",
|
4811
4811
|
"name": "IsSecurityLock",
|
4812
|
-
"
|
4812
|
+
"output_required": true,
|
4813
4813
|
"type": "bool",
|
4814
4814
|
"value_allowed_null": true
|
4815
4815
|
},
|
@@ -4819,7 +4819,57 @@
|
|
4819
4819
|
"example": "True",
|
4820
4820
|
"member": "bool",
|
4821
4821
|
"name": "RouteBroadcastPolicyFlag",
|
4822
|
-
"
|
4822
|
+
"output_required": true,
|
4823
|
+
"type": "bool",
|
4824
|
+
"value_allowed_null": true
|
4825
|
+
},
|
4826
|
+
{
|
4827
|
+
"disabled": false,
|
4828
|
+
"document": "是否开启等价路由功能。`False` 未开启,`True` 开启。\n注意:此字段可能返回 null,表示取不到有效值。",
|
4829
|
+
"example": "True",
|
4830
|
+
"member": "bool",
|
4831
|
+
"name": "RouteECMPFlag",
|
4832
|
+
"output_required": false,
|
4833
|
+
"type": "bool",
|
4834
|
+
"value_allowed_null": true
|
4835
|
+
},
|
4836
|
+
{
|
4837
|
+
"disabled": false,
|
4838
|
+
"document": "是否开启路由重叠功能。`False` 未开启,`True` 开启。\n注意:此字段可能返回 null,表示取不到有效值。",
|
4839
|
+
"example": "True",
|
4840
|
+
"member": "bool",
|
4841
|
+
"name": "RouteOverlapFlag",
|
4842
|
+
"output_required": false,
|
4843
|
+
"type": "bool",
|
4844
|
+
"value_allowed_null": true
|
4845
|
+
},
|
4846
|
+
{
|
4847
|
+
"disabled": false,
|
4848
|
+
"document": "是否开启QOS。\n注意:此字段可能返回 null,表示取不到有效值。",
|
4849
|
+
"example": "True",
|
4850
|
+
"member": "bool",
|
4851
|
+
"name": "TrafficMarkingPolicyFlag",
|
4852
|
+
"output_required": false,
|
4853
|
+
"type": "bool",
|
4854
|
+
"value_allowed_null": true
|
4855
|
+
},
|
4856
|
+
{
|
4857
|
+
"disabled": false,
|
4858
|
+
"document": "是否开启路由表选择策略。\n注意:此字段可能返回 null,表示取不到有效值。",
|
4859
|
+
"example": "True",
|
4860
|
+
"member": "bool",
|
4861
|
+
"name": "RouteSelectPolicyFlag",
|
4862
|
+
"output_required": false,
|
4863
|
+
"type": "bool",
|
4864
|
+
"value_allowed_null": true
|
4865
|
+
},
|
4866
|
+
{
|
4867
|
+
"disabled": false,
|
4868
|
+
"document": "是否开启二层云联网通道。\n注意:此字段可能返回 null,表示取不到有效值。",
|
4869
|
+
"example": "True",
|
4870
|
+
"member": "bool",
|
4871
|
+
"name": "DirectConnectAccelerateChannelFlag",
|
4872
|
+
"output_required": false,
|
4823
4873
|
"type": "bool",
|
4824
4874
|
"value_allowed_null": true
|
4825
4875
|
}
|
@@ -25230,6 +25280,15 @@
|
|
25230
25280
|
"name": "BgpAsn",
|
25231
25281
|
"required": false,
|
25232
25282
|
"type": "int"
|
25283
|
+
},
|
25284
|
+
{
|
25285
|
+
"disabled": false,
|
25286
|
+
"document": "服务端最大连接数个数。",
|
25287
|
+
"example": "10",
|
25288
|
+
"member": "uint64",
|
25289
|
+
"name": "MaxConnection",
|
25290
|
+
"required": false,
|
25291
|
+
"type": "int"
|
25233
25292
|
}
|
25234
25293
|
],
|
25235
25294
|
"type": "object"
|
@@ -15172,6 +15172,24 @@
|
|
15172
15172
|
"name": "EnvType",
|
15173
15173
|
"required": false,
|
15174
15174
|
"type": "string"
|
15175
|
+
},
|
15176
|
+
{
|
15177
|
+
"disabled": false,
|
15178
|
+
"document": "过滤条件",
|
15179
|
+
"example": "无",
|
15180
|
+
"member": "Filter",
|
15181
|
+
"name": "Filters",
|
15182
|
+
"required": false,
|
15183
|
+
"type": "object"
|
15184
|
+
},
|
15185
|
+
{
|
15186
|
+
"disabled": false,
|
15187
|
+
"document": "排序条件",
|
15188
|
+
"example": "无",
|
15189
|
+
"member": "OrderField",
|
15190
|
+
"name": "OrderFields",
|
15191
|
+
"required": false,
|
15192
|
+
"type": "object"
|
15175
15193
|
}
|
15176
15194
|
],
|
15177
15195
|
"type": "object"
|
@@ -18177,6 +18195,15 @@
|
|
18177
18195
|
"name": "SchemaName",
|
18178
18196
|
"required": false,
|
18179
18197
|
"type": "string"
|
18198
|
+
},
|
18199
|
+
{
|
18200
|
+
"disabled": false,
|
18201
|
+
"document": "项目空间ID",
|
18202
|
+
"example": "\"1455251608631480320\"",
|
18203
|
+
"member": "string",
|
18204
|
+
"name": "ProjectId",
|
18205
|
+
"required": false,
|
18206
|
+
"type": "string"
|
18180
18207
|
}
|
18181
18208
|
],
|
18182
18209
|
"type": "object"
|
@@ -21732,7 +21759,7 @@
|
|
21732
21759
|
"example": "V0",
|
21733
21760
|
"member": "string",
|
21734
21761
|
"name": "Tag",
|
21735
|
-
"
|
21762
|
+
"output_required": true,
|
21736
21763
|
"type": "string",
|
21737
21764
|
"value_allowed_null": false
|
21738
21765
|
},
|
@@ -21742,7 +21769,7 @@
|
|
21742
21769
|
"example": "无",
|
21743
21770
|
"member": "string",
|
21744
21771
|
"name": "UserId",
|
21745
|
-
"
|
21772
|
+
"output_required": true,
|
21746
21773
|
"type": "string",
|
21747
21774
|
"value_allowed_null": false
|
21748
21775
|
},
|
@@ -21752,7 +21779,7 @@
|
|
21752
21779
|
"example": "ADD",
|
21753
21780
|
"member": "string",
|
21754
21781
|
"name": "Type",
|
21755
|
-
"
|
21782
|
+
"output_required": true,
|
21756
21783
|
"type": "string",
|
21757
21784
|
"value_allowed_null": false
|
21758
21785
|
},
|
@@ -21762,7 +21789,7 @@
|
|
21762
21789
|
"example": "无",
|
21763
21790
|
"member": "string",
|
21764
21791
|
"name": "Comment",
|
21765
|
-
"
|
21792
|
+
"output_required": true,
|
21766
21793
|
"type": "string",
|
21767
21794
|
"value_allowed_null": false
|
21768
21795
|
},
|
@@ -21772,7 +21799,7 @@
|
|
21772
21799
|
"example": "无",
|
21773
21800
|
"member": "string",
|
21774
21801
|
"name": "Timestamp",
|
21775
|
-
"
|
21802
|
+
"output_required": true,
|
21776
21803
|
"type": "string",
|
21777
21804
|
"value_allowed_null": false
|
21778
21805
|
},
|
@@ -21782,7 +21809,7 @@
|
|
21782
21809
|
"example": "无",
|
21783
21810
|
"member": "string",
|
21784
21811
|
"name": "UserName",
|
21785
|
-
"
|
21812
|
+
"output_required": true,
|
21786
21813
|
"type": "string",
|
21787
21814
|
"value_allowed_null": true
|
21788
21815
|
},
|
@@ -21792,7 +21819,7 @@
|
|
21792
21819
|
"example": "无",
|
21793
21820
|
"member": "string",
|
21794
21821
|
"name": "Content",
|
21795
|
-
"
|
21822
|
+
"output_required": true,
|
21796
21823
|
"type": "string",
|
21797
21824
|
"value_allowed_null": true
|
21798
21825
|
}
|
@@ -32886,6 +32913,17 @@
|
|
32886
32913
|
"required": false,
|
32887
32914
|
"type": "list",
|
32888
32915
|
"value_allowed_null": true
|
32916
|
+
},
|
32917
|
+
{
|
32918
|
+
"disabled": false,
|
32919
|
+
"document": "DLC资源组\n注意:此字段可能返回 null,表示取不到有效值。",
|
32920
|
+
"example": "dlc_group",
|
32921
|
+
"member": "string",
|
32922
|
+
"name": "DlcGroupName",
|
32923
|
+
"output_required": false,
|
32924
|
+
"required": false,
|
32925
|
+
"type": "string",
|
32926
|
+
"value_allowed_null": true
|
32889
32927
|
}
|
32890
32928
|
],
|
32891
32929
|
"usage": "both"
|
@@ -966,6 +966,12 @@
|
|
966
966
|
"input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeOrganizationalFunctions\n<公共请求参数>\n\n{\n \"ProjectId\": \"1531609696090365952\",\n \"Type\": \"FUNC_DEVELOP\",\n \"Name\": \"test\",\n \"DisplayName\": \"test\"\n}",
|
967
967
|
"output": "{\n \"Response\": {\n \"Content\": [\n {\n \"Category\": \"CUSTOM\",\n \"Status\": \"EFFECTIVE\",\n \"Kind\": \"ANALYSIS\",\n \"DisplayName\": \"Hive SQL 函数\",\n \"Name\": \"hive_01\",\n \"OwnerUserIds\": [\n 0\n ],\n \"ReturnDesc\": \"test\",\n \"FuncId\": \"d65df5af-28b4-4171-9a24-ce96fc4e83fa\",\n \"ParamDesc\": \"test\",\n \"Example\": \"\",\n \"ClassName\": \"demoClass\",\n \"ResourceList\": [\n {\n \"Comment\": \"test\",\n \"UserName\": \"test\",\n \"Timestamp\": \"20240101\",\n \"UserId\": \"4563234\",\n \"Content\": \"test\",\n \"Tag\": \"tag\",\n \"Type\": \"HIVE\"\n }\n ],\n \"OperatorUserIds\": [\n 0\n ],\n \"Usage\": \"UDFRepeat(var,2)\",\n \"ClusterIdentifier\": \"fpgreitj\",\n \"LayerPath\": \"/HIVE/CUSTOM\",\n \"Type\": \"HIVE\",\n \"SubmitErrorMsg\": \"test\",\n \"SchemaName\": \"cdw\",\n \"CommandFormat\": \"cdw\",\n \"DbName\": \"test\",\n \"ParentLayerPath\": \"/HIVE\",\n \"Description\": \"test\"\n }\n ],\n \"ErrorMessage\": null,\n \"RequestId\": \"ef431542-96ae-467c-b821-f594df8ac83c\"\n }\n}",
|
968
968
|
"title": "查询全量函数(层级化)接口"
|
969
|
+
},
|
970
|
+
{
|
971
|
+
"document": "错误用例",
|
972
|
+
"input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeOrganizationalFunctions\n<公共请求参数>\n\n{\n \"Type\": \"1\",\n \"ProjectId\": \"1\"\n}",
|
973
|
+
"output": "{\n \"Response\": {\n \"Error\": {\n \"Code\": \"UnauthorizedOperation\",\n \"Message\": \"当前用户角色或WeData版本没有权限,请进行角色授权或者升级WeData版本\"\n },\n \"RequestId\": \"da268a37-2a3f-469f-afea-d41cd01d6a7c\"\n }\n}",
|
974
|
+
"title": "错误用例"
|
969
975
|
}
|
970
976
|
],
|
971
977
|
"DescribeProject": [
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: tccli
|
3
|
-
Version: 3.0.
|
3
|
+
Version: 3.0.1157.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.1157
|
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=dcA332WmYk2l4OYgXIdro6VOImyS8F1O0F9GRl96Cks,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
|
@@ -176,7 +176,7 @@ tccli/services/btoe/v20210514/api.json,sha256=C3i3EOk7ISGy3KB6GG4KMkJoD0G2KyAFU0
|
|
176
176
|
tccli/services/btoe/v20210514/examples.json,sha256=MEwbt7Su-3Z1QwmX2StuNWkQ9u5rvS0afymhRr-YR3A,10968
|
177
177
|
tccli/services/cam/__init__.py,sha256=X3kLOAzpyPs2BWKHZQjWwo-s-UwzJqCQt-j5nICG4y4,85
|
178
178
|
tccli/services/cam/cam_client.py,sha256=3QYlzZPRgY6WIbtV8HBnrdfSF-2HwSvTuSt2p1nydDY,277063
|
179
|
-
tccli/services/cam/v20190116/api.json,sha256=
|
179
|
+
tccli/services/cam/v20190116/api.json,sha256=DRoIa_XkTm4YDpk_2zEfMEkj9ms1tye24fHi73pbW_w,241062
|
180
180
|
tccli/services/cam/v20190116/examples.json,sha256=KoYafqel0AUMH_rNFlN5TsIiNFZHGqttsQMH5TfE4Nk,62357
|
181
181
|
tccli/services/captcha/__init__.py,sha256=lvxdx7C0BO16NXoYwblhqeEgKSKpT5swiysVLdkUvcQ,93
|
182
182
|
tccli/services/captcha/captcha_client.py,sha256=_XEGDa6Rlj29BkgS_20IsUQza7uOMFaEpGEF37qAXG0,61748
|
@@ -216,11 +216,11 @@ tccli/services/cds/v20180420/api.json,sha256=EMYYgQAc5pW5qUHkm6qWM4emAjSSlBZQpYC
|
|
216
216
|
tccli/services/cds/v20180420/examples.json,sha256=oTvjvotRpnnT4ftFhpbRLrCl26AjDtQNqshC1QjBT_I,4030
|
217
217
|
tccli/services/cdwch/__init__.py,sha256=TMssHb0u8UUKvEBuk7VdF_LPeULsx1ERvmqe6F9Cwfs,89
|
218
218
|
tccli/services/cdwch/cdwch_client.py,sha256=LL_8C13M87AFVoqWsV12sy6DI33GAg7dic35oR3Rcm8,89099
|
219
|
-
tccli/services/cdwch/v20200915/api.json,sha256=
|
219
|
+
tccli/services/cdwch/v20200915/api.json,sha256=jUWMo4gB0qAqXDUKC-lrQo8Oahkfuo7TopxztDGA828,128133
|
220
220
|
tccli/services/cdwch/v20200915/examples.json,sha256=SBR9XQLvfmxRtulLC7WE_IkYx7GF504_c2EHgZqeghY,44555
|
221
221
|
tccli/services/cdwdoris/__init__.py,sha256=rIQBmZynEI3sojHPPC3vLhdJ9YAOx5QnDIxvObAi2w4,95
|
222
222
|
tccli/services/cdwdoris/cdwdoris_client.py,sha256=bUKbDYVdckEJ1wLIlR6xSZrY4BvIXz2Chf52W6jbr7A,58361
|
223
|
-
tccli/services/cdwdoris/v20211228/api.json,sha256=
|
223
|
+
tccli/services/cdwdoris/v20211228/api.json,sha256=ImL_26OOgsqDC7YCSQ9cYkfwI1VWUwxEe83lOrFZZi8,104494
|
224
224
|
tccli/services/cdwdoris/v20211228/examples.json,sha256=osyBJxGJyRAoReDhTjE8jV3qitj-y21jV22U3hVnwXk,18539
|
225
225
|
tccli/services/cdwpg/__init__.py,sha256=Vls5x8VLkhT0eXbX41lUKDOUN0u8oUZjX8skg5C_k_Y,89
|
226
226
|
tccli/services/cdwpg/cdwpg_client.py,sha256=Z-YWAbaTxFBB-HrdYz7yLwlgo76v9uijXu0-fEnmdr8,30333
|
@@ -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=YbFssKP0u6Xs3Ky0yq3bNg0MZKznTrAlmKFEng5VPYc,660887
|
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
|
@@ -404,7 +404,7 @@ tccli/services/dts/__init__.py,sha256=t144KIEUZhniOVdffxOCjXSzYUewJxMCs-5Dn0LPpx
|
|
404
404
|
tccli/services/dts/dts_client.py,sha256=ChE2Cky50b0c9aIg_EocUjk3F4WkLfWN9I7GtS0qvfI,262494
|
405
405
|
tccli/services/dts/v20180330/api.json,sha256=ANet_-VXU-jznviGxwSlejmmYpNo0Pdouz2oDkHF9Hk,95513
|
406
406
|
tccli/services/dts/v20180330/examples.json,sha256=Zj6fPQSfb88VVPuWIwfsBC8j9eYKv55nkLWtKGlcR8A,20535
|
407
|
-
tccli/services/dts/v20211206/api.json,sha256=
|
407
|
+
tccli/services/dts/v20211206/api.json,sha256=0W7nI6M0G6doSjcgufkrqDFwVg60IGEqlP17puwL2G8,404231
|
408
408
|
tccli/services/dts/v20211206/examples.json,sha256=CW5QrbhAdfyZKsLgHCdaV9gGF-zHexSOeTk8pV5i4Jk,115055
|
409
409
|
tccli/services/eb/__init__.py,sha256=CNHbNA5DQycRAOxyRLck0ZCUVQ0asg8PDIPH5YIHDxg,83
|
410
410
|
tccli/services/eb/eb_client.py,sha256=YQWcUMXjuWHr8lRL1oSMAvUrGL5f3tm9kdz8lS_pIXk,103782
|
@@ -655,19 +655,19 @@ tccli/services/mna/mna_client.py,sha256=SoxhUrf1BX9w1cvP3N5_l83jGQ9Spzisc4ROxsWh
|
|
655
655
|
tccli/services/mna/v20210119/api.json,sha256=Dk--HLqbJvF36VRRApdhbX04P6YHT6XhxhBwv406OQw,145158
|
656
656
|
tccli/services/mna/v20210119/examples.json,sha256=KrnhYzqKNCWR8YncrpF38ZqpM8ywDyxNP7I6IV3KcmE,42317
|
657
657
|
tccli/services/mongodb/__init__.py,sha256=Xj1cMJt16_OaoYzXR0TgIRPw-DADd-yJkmk3CeEpvk0,93
|
658
|
-
tccli/services/mongodb/mongodb_client.py,sha256=
|
658
|
+
tccli/services/mongodb/mongodb_client.py,sha256=cnWvrWl_ktGkK7xDkxT25zsHbBWTy-AVDnPLeBJpTns,173670
|
659
659
|
tccli/services/mongodb/v20180408/api.json,sha256=l4yqKb-EpX1lQQbdCwh9d2YggVEV6jyVtPLjGl0pIP4,59863
|
660
660
|
tccli/services/mongodb/v20180408/examples.json,sha256=m0QxtHY1zfQK9fElicK1tjYJzpO9C3WGAFZcQFtxUB0,9405
|
661
|
-
tccli/services/mongodb/v20190725/api.json,sha256
|
662
|
-
tccli/services/mongodb/v20190725/examples.json,sha256=
|
661
|
+
tccli/services/mongodb/v20190725/api.json,sha256=-oZl2_1jz6tqbDPULFJ9r9-NaVXnhD1F06PCcGwLfh4,244290
|
662
|
+
tccli/services/mongodb/v20190725/examples.json,sha256=bgTIIFQAvczYcpd6CLPfYCMQJSATr0stlodoBUwchOY,72618
|
663
663
|
tccli/services/monitor/__init__.py,sha256=Fqyy64XBMByiqJHyjxbaJeQDJAGMyktujsYRmXhosc8,93
|
664
664
|
tccli/services/monitor/monitor_client.py,sha256=871iRrgD7D3FFVvEEUZ5t3clOdLVudndM8AUlIXQZNY,495612
|
665
665
|
tccli/services/monitor/v20180724/api.json,sha256=kDrCEYYBdzwZU_tEtSzAQd0AdyrQVwU5hBcvpsSKiAA,714379
|
666
666
|
tccli/services/monitor/v20180724/examples.json,sha256=aO-FfmshLdEyzpMc1AeDgdW0sTkt_DbIG8SK31pcCyA,265141
|
667
667
|
tccli/services/mps/__init__.py,sha256=4M5o2xc0u3rqtgz_5an9Qxw2QaOqwBq8Fjc3IB64p2o,85
|
668
668
|
tccli/services/mps/mps_client.py,sha256=h3jjE66SxuAI5uIysVKhYKStOXZFd2Lr0ZdT_jgqPiw,329690
|
669
|
-
tccli/services/mps/v20190612/api.json,sha256=
|
670
|
-
tccli/services/mps/v20190612/examples.json,sha256=
|
669
|
+
tccli/services/mps/v20190612/api.json,sha256=dOS2j74f0byKPTxPvdbUlzXgQ9aOi9GBUzHf4gTvjeU,996716
|
670
|
+
tccli/services/mps/v20190612/examples.json,sha256=UMNjbTGfNGiXFSxXebs-BBEpWl8g2KMjrb2noddxCmM,273347
|
671
671
|
tccli/services/mrs/__init__.py,sha256=Vwc_ClNX27xapevic8Icf1ien9RVCMPqPag9PyUNnos,85
|
672
672
|
tccli/services/mrs/mrs_client.py,sha256=gkJ5KxNkknL-NkxVnYJOPl0J63RMByeEGagfjqOtqqg,39439
|
673
673
|
tccli/services/mrs/v20200910/api.json,sha256=ZjM5LASDU0S7-3XNMJs18yMDo-HBrvdpzHjDc7EPUOc,529084
|
@@ -906,8 +906,8 @@ tccli/services/tem/__init__.py,sha256=P_03dp1RlrNa8MadXnsJ6SxIhYx1wdLp8OQvX91ovr
|
|
906
906
|
tccli/services/tem/tem_client.py,sha256=IihBHaN-knMK3kz8t7sHQst47JASqNRIpq45LAKjm7U,191838
|
907
907
|
tccli/services/tem/v20201221/api.json,sha256=rRMW0hNDnFOgi9lWbJkMyrTs7bdGpxsQ9ktI6Bdmnu4,73977
|
908
908
|
tccli/services/tem/v20201221/examples.json,sha256=ao0z-UqkWKJzTWrTjfgp6CpRd5ncdxJX31JBx7bEi1Y,16752
|
909
|
-
tccli/services/tem/v20210701/api.json,sha256=
|
910
|
-
tccli/services/tem/v20210701/examples.json,sha256=
|
909
|
+
tccli/services/tem/v20210701/api.json,sha256=BGAVYiU_D-0fdbTbdI7z3DfpIy0RQxUkwGKRZrGeP5I,272210
|
910
|
+
tccli/services/tem/v20210701/examples.json,sha256=rtMQqsJF_wAQQBJymg8gRnly4a6vQ49o2ZK94qxBiJE,84744
|
911
911
|
tccli/services/teo/__init__.py,sha256=nvzcUSkSQuTftWEJ399BUZpUk_0jEq-l97539DwbAwM,85
|
912
912
|
tccli/services/teo/teo_client.py,sha256=5QODiKnC8bi3tAnYNg-ymjLhwyAhPvnVJam8ZdP_QzE,334070
|
913
913
|
tccli/services/teo/v20220106/api.json,sha256=HGvEHEkfctNBazbSyZvWAUPSvYa4c_YxZJ9uW61RD4k,29733
|
@@ -915,13 +915,13 @@ tccli/services/teo/v20220106/examples.json,sha256=2s6dgk31pZ26N8hrFLCmQzVocmsC_Q
|
|
915
915
|
tccli/services/teo/v20220901/api.json,sha256=dX2kY_ijWC9gZQTpPyoa3bzJfz4vTh0y4y1AE5fthoU,655730
|
916
916
|
tccli/services/teo/v20220901/examples.json,sha256=KgpGD-1aeZA1Ockd6oGSouTA77ca5q52bspC9_6m6Gg,205851
|
917
917
|
tccli/services/thpc/__init__.py,sha256=NancJ76I7PbEBt7VJCaGnBsfMEZm2ezBvYqwxyLbLHo,87
|
918
|
-
tccli/services/thpc/thpc_client.py,sha256=
|
918
|
+
tccli/services/thpc/thpc_client.py,sha256=GLvjDOBr3m8eg-0Ze38Sxu0Cx1f46B9iFzCHj0K_0lg,67786
|
919
919
|
tccli/services/thpc/v20211109/api.json,sha256=euzzHdc2k1sRJdIXu5O--xbfRV7-vmkMq1-dreDbLGs,41857
|
920
920
|
tccli/services/thpc/v20211109/examples.json,sha256=zInDTdebAKrd9eTimnwt3Xh3SwUGtw7Off1Z3V2Z1Zk,2683
|
921
921
|
tccli/services/thpc/v20220401/api.json,sha256=5JvixmoIJY7LzqcYf8wGrjZpgYCzKmkZ7ieWJr8Oipo,98919
|
922
922
|
tccli/services/thpc/v20220401/examples.json,sha256=FswpMpeOrcFbSMDcGwSIgEhZNm-hZJE27GBLA_-HQfQ,14265
|
923
|
-
tccli/services/thpc/v20230321/api.json,sha256=
|
924
|
-
tccli/services/thpc/v20230321/examples.json,sha256=
|
923
|
+
tccli/services/thpc/v20230321/api.json,sha256=W2CqCYsWlHCj_MF4x5-dRw96fIjo48huIQIuKbug0kk,122865
|
924
|
+
tccli/services/thpc/v20230321/examples.json,sha256=wq4ogrddAK_GT5rwhh058uIWj4138C_QFa8gN_Izkpc,16500
|
925
925
|
tccli/services/tia/__init__.py,sha256=VgE9mjdJrAmlDDshzaRhjARv6jUkEEsOornLuHjrSks,85
|
926
926
|
tccli/services/tia/tia_client.py,sha256=2cZ9-PV4aN_mQ7gEjn45iacj5Y_5Pf3pAzx2GSsVwdg,36062
|
927
927
|
tccli/services/tia/v20180226/api.json,sha256=Cads-ffxxjzmnRjz2EgPKnKTosaORrM8jDNCRKMfn-4,33264
|
@@ -960,7 +960,7 @@ tccli/services/tke/__init__.py,sha256=7R7ljco3cOJ2rceMbHur-sjpljFjutvZXAUnXQubtE
|
|
960
960
|
tccli/services/tke/tke_client.py,sha256=TCO6vzzNDgUgswX1cZ1ExJZfB82ah6LHo7ks4E3pAF8,707273
|
961
961
|
tccli/services/tke/v20180525/api.json,sha256=7kdX9Rf1G5Luo-n8W_UtdM2ecDp5WFLFe4r5O9sZiiU,859596
|
962
962
|
tccli/services/tke/v20180525/examples.json,sha256=AXHmLd8YHhMeW0WfzbhuXASYU9PHeGWcnrAAU8HePRs,239325
|
963
|
-
tccli/services/tke/v20220501/api.json,sha256
|
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
|
966
966
|
tccli/services/tkgdq/tkgdq_client.py,sha256=A_dIKUYtgEp1eN4vm0dpcushjKI6Tn-VUkTTu6U6quA,14808
|
@@ -1032,7 +1032,7 @@ tccli/services/vcg/v20240404/api.json,sha256=4dR7FNT0Mxetcumfyt-JNqRsQ_6iwTn7RLA
|
|
1032
1032
|
tccli/services/vcg/v20240404/examples.json,sha256=AZZjwnSyfApnKu4Km0IXAVMcgkY_jRGroUxvP3h_KNk,1048
|
1033
1033
|
tccli/services/vclm/__init__.py,sha256=je1U8aE_emF3-uVyvenm211ZHRJwpCzfRzN1hjWkXHA,87
|
1034
1034
|
tccli/services/vclm/vclm_client.py,sha256=hRlMtGG6fQvsA_A9PbSFQvxY7YEKt2AoZvUYd0sQo94,27410
|
1035
|
-
tccli/services/vclm/v20240523/api.json,sha256=
|
1035
|
+
tccli/services/vclm/v20240523/api.json,sha256=jaPwrPoXTv7wJwrqrWnOLVsZs432fZjz634SaIIvwOc,24484
|
1036
1036
|
tccli/services/vclm/v20240523/examples.json,sha256=Dp06nio4x7BMkFjj7MkVzJWRKyzay0wscnKShEiJYHI,7501
|
1037
1037
|
tccli/services/vdb/__init__.py,sha256=4w1E9B9lHzlNK92HkjR5lsUW9uWi6-_WSOahjmJ9-2A,85
|
1038
1038
|
tccli/services/vdb/vdb_client.py,sha256=MkeoqB4hoLoPqTJDdsxS13knXHYNkEqrrZbq_A4Th24,8659
|
@@ -1056,7 +1056,7 @@ tccli/services/vod/v20180717/api.json,sha256=p4SHnHd21AFWXCvTO992m0stRpZ1OuYczUy
|
|
1056
1056
|
tccli/services/vod/v20180717/examples.json,sha256=zxBQU9WEq6h20mvHdgs6miZ-rkMkJM7ZmO5zGi8ko08,399534
|
1057
1057
|
tccli/services/vpc/__init__.py,sha256=3Uy1NP1qkZo8Nd-p-jr1ioM8nnurpWlZOgH6iB3HT7M,85
|
1058
1058
|
tccli/services/vpc/vpc_client.py,sha256=KqDpR6FmfkCiIUwrms-r2KYj07wDgEDGnF4U3cqJkBM,1092438
|
1059
|
-
tccli/services/vpc/v20170312/api.json,sha256=
|
1059
|
+
tccli/services/vpc/v20170312/api.json,sha256=I_x_GgifsG5F5qcTlWdavqBF2rTw4fhUsQh5J49IINk,1191619
|
1060
1060
|
tccli/services/vpc/v20170312/examples.json,sha256=WtwBIjZvjeL3aVAj9sEBFzCSojcO8Y0Z3_a8DHMMOTk,422928
|
1061
1061
|
tccli/services/vrs/__init__.py,sha256=wd5Otb4faSI7EjUxu_vldqDm0UVy5iVTZYbLgHCVoHk,85
|
1062
1062
|
tccli/services/vrs/vrs_client.py,sha256=GoEtSeQJUcGDUenhtMEXSM0UvCGBZe-hx068V6TAwI8,27146
|
@@ -1076,8 +1076,8 @@ tccli/services/wav/v20210129/api.json,sha256=GKTYbYztrP-UP5qTQ8_N6U0bcIBt_1wlxpg
|
|
1076
1076
|
tccli/services/wav/v20210129/examples.json,sha256=YUzbd8bt4nyFAwn2QFWbTH8D6qQ1zO-nKy8VT-kQbQM,35017
|
1077
1077
|
tccli/services/wedata/__init__.py,sha256=F95gQMminW0gPanAt4q4yW30-8c7_2F2FVQzZZvcaTo,91
|
1078
1078
|
tccli/services/wedata/wedata_client.py,sha256=R-g-MsR2SJKtZBWCU2wuYeNsjItp2dre4pOYrROlzbw,704898
|
1079
|
-
tccli/services/wedata/v20210820/api.json,sha256=
|
1080
|
-
tccli/services/wedata/v20210820/examples.json,sha256=
|
1079
|
+
tccli/services/wedata/v20210820/api.json,sha256=2eP5GfYFWA6rr0bgBNbhMCZH3PQBdZ83hKxQMZc6MWs,1418625
|
1080
|
+
tccli/services/wedata/v20210820/examples.json,sha256=jOGJ2NFDcD5B47gkFzA1ubG9WfEPhRzAt7aefrQhCZc,566265
|
1081
1081
|
tccli/services/weilingwith/__init__.py,sha256=I04f9CndPHuhInQKYjgkxKufojP4j5EJxBtfPNWLTfo,101
|
1082
1082
|
tccli/services/weilingwith/weilingwith_client.py,sha256=a6bYzcTZWWE7Bj0FsuCvYp3aYRX6fySk4r_pXwQSWAc,204878
|
1083
1083
|
tccli/services/weilingwith/v20230427/api.json,sha256=GqvEOqqPLfVxtFr9PSghlDxlo7GNS4WDNKp9PC88hiE,442683
|
@@ -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.1157.1.dist-info/METADATA,sha256=L1WWhW4Zpp4ACNvsJI5gNXKZkwz4ldVz6qKC7oLWcUE,16172
|
1108
|
+
tccli-3.0.1157.1.dist-info/WHEEL,sha256=HyPWovjK_wfsxZqVnw7Bu5rgKxNh3Nm__lHm0ALDcb4,101
|
1109
|
+
tccli-3.0.1157.1.dist-info/entry_points.txt,sha256=9ZzsXxi7Xj3ZneT7VxRVJpFvnmdEOeysh999_0gWVvo,85
|
1110
|
+
tccli-3.0.1157.1.dist-info/license_files/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
1111
|
+
tccli-3.0.1157.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|