tccli 3.0.1115.1__py2.py3-none-any.whl → 3.0.1116.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/aiart/v20221229/examples.json +1 -1
- tccli/services/cat/v20180409/api.json +1 -1
- tccli/services/cat/v20180409/examples.json +2 -2
- tccli/services/ccc/v20200210/api.json +2 -2
- tccli/services/ckafka/v20190819/api.json +20 -0
- tccli/services/domain/domain_client.py +871 -129
- tccli/services/domain/v20180808/api.json +1502 -146
- tccli/services/domain/v20180808/examples.json +112 -0
- tccli/services/dts/v20211206/api.json +2 -2
- tccli/services/gs/v20191118/api.json +11 -8
- tccli/services/lighthouse/v20200324/api.json +16 -16
- tccli/services/mna/mna_client.py +110 -4
- tccli/services/mna/v20210119/api.json +182 -0
- tccli/services/mna/v20210119/examples.json +16 -0
- tccli/services/ocr/v20181119/api.json +60 -0
- tccli/services/ocr/v20181119/examples.json +1 -1
- tccli/services/rum/v20210622/api.json +6 -6
- tccli/services/rum/v20210622/examples.json +2 -2
- tccli/services/ssl/v20191205/api.json +1 -1
- tccli/services/ssl/v20191205/examples.json +1 -1
- tccli/services/teo/v20220901/api.json +1 -1
- tccli/services/tmt/v20180321/api.json +3 -3
- {tccli-3.0.1115.1.dist-info → tccli-3.0.1116.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1115.1.dist-info → tccli-3.0.1116.1.dist-info}/RECORD +28 -28
- {tccli-3.0.1115.1.dist-info → tccli-3.0.1116.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1115.1.dist-info → tccli-3.0.1116.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1115.1.dist-info → tccli-3.0.1116.1.dist-info}/license_files/LICENSE +0 -0
@@ -77,6 +77,13 @@
|
|
77
77
|
"output": "GetDevicesResponse",
|
78
78
|
"status": "online"
|
79
79
|
},
|
80
|
+
"GetFlowAlarmInfo": {
|
81
|
+
"document": "根据AppId查询用户设置的流量告警信息,包括阈值,回调url和key",
|
82
|
+
"input": "GetFlowAlarmInfoRequest",
|
83
|
+
"name": "查询流量告警信息",
|
84
|
+
"output": "GetFlowAlarmInfoResponse",
|
85
|
+
"status": "online"
|
86
|
+
},
|
80
87
|
"GetFlowPackages": {
|
81
88
|
"document": "获取流量包列表",
|
82
89
|
"input": "GetFlowPackagesRequest",
|
@@ -91,6 +98,13 @@
|
|
91
98
|
"output": "GetFlowStatisticResponse",
|
92
99
|
"status": "online"
|
93
100
|
},
|
101
|
+
"GetFlowStatisticByGroup": {
|
102
|
+
"document": "获取指定分组,指定时间数据流量使用情况",
|
103
|
+
"input": "GetFlowStatisticByGroupRequest",
|
104
|
+
"name": "根据设备组获取数据流量统计数据",
|
105
|
+
"output": "GetFlowStatisticByGroupResponse",
|
106
|
+
"status": "online"
|
107
|
+
},
|
94
108
|
"GetHardwareList": {
|
95
109
|
"document": "获取厂商硬件列表",
|
96
110
|
"input": "GetHardwareListRequest",
|
@@ -1653,6 +1667,53 @@
|
|
1653
1667
|
],
|
1654
1668
|
"type": "object"
|
1655
1669
|
},
|
1670
|
+
"GetFlowAlarmInfoRequest": {
|
1671
|
+
"document": "GetFlowAlarmInfo请求参数结构体",
|
1672
|
+
"members": [],
|
1673
|
+
"type": "object"
|
1674
|
+
},
|
1675
|
+
"GetFlowAlarmInfoResponse": {
|
1676
|
+
"document": "GetFlowAlarmInfo返回参数结构体",
|
1677
|
+
"members": [
|
1678
|
+
{
|
1679
|
+
"disabled": false,
|
1680
|
+
"document": "流量包的告警阈值\n注意:此字段可能返回 null,表示取不到有效值。",
|
1681
|
+
"example": "20",
|
1682
|
+
"member": "int64",
|
1683
|
+
"name": "AlarmValue",
|
1684
|
+
"output_required": false,
|
1685
|
+
"type": "int",
|
1686
|
+
"value_allowed_null": true
|
1687
|
+
},
|
1688
|
+
{
|
1689
|
+
"disabled": false,
|
1690
|
+
"document": "告警通知回调url\n注意:此字段可能返回 null,表示取不到有效值。",
|
1691
|
+
"example": "http://ip:port/callurl",
|
1692
|
+
"member": "string",
|
1693
|
+
"name": "NotifyUrl",
|
1694
|
+
"output_required": true,
|
1695
|
+
"type": "string",
|
1696
|
+
"value_allowed_null": true
|
1697
|
+
},
|
1698
|
+
{
|
1699
|
+
"disabled": false,
|
1700
|
+
"document": "告警通知回调key\n注意:此字段可能返回 null,表示取不到有效值。",
|
1701
|
+
"example": "xd23y5cb89bx23432",
|
1702
|
+
"member": "string",
|
1703
|
+
"name": "CallbackKey",
|
1704
|
+
"output_required": true,
|
1705
|
+
"type": "string",
|
1706
|
+
"value_allowed_null": true
|
1707
|
+
},
|
1708
|
+
{
|
1709
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
1710
|
+
"member": "string",
|
1711
|
+
"name": "RequestId",
|
1712
|
+
"type": "string"
|
1713
|
+
}
|
1714
|
+
],
|
1715
|
+
"type": "object"
|
1716
|
+
},
|
1656
1717
|
"GetFlowPackagesRequest": {
|
1657
1718
|
"document": "GetFlowPackages请求参数结构体",
|
1658
1719
|
"members": [
|
@@ -1736,6 +1797,127 @@
|
|
1736
1797
|
],
|
1737
1798
|
"type": "object"
|
1738
1799
|
},
|
1800
|
+
"GetFlowStatisticByGroupRequest": {
|
1801
|
+
"document": "GetFlowStatisticByGroup请求参数结构体",
|
1802
|
+
"members": [
|
1803
|
+
{
|
1804
|
+
"disabled": false,
|
1805
|
+
"document": "分组ID",
|
1806
|
+
"example": "1a2b3c4d5e",
|
1807
|
+
"member": "string",
|
1808
|
+
"name": "GroupId",
|
1809
|
+
"required": true,
|
1810
|
+
"type": "string"
|
1811
|
+
},
|
1812
|
+
{
|
1813
|
+
"disabled": false,
|
1814
|
+
"document": "开始查找时间",
|
1815
|
+
"example": "1659514436",
|
1816
|
+
"member": "int64",
|
1817
|
+
"name": "BeginTime",
|
1818
|
+
"required": true,
|
1819
|
+
"type": "int"
|
1820
|
+
},
|
1821
|
+
{
|
1822
|
+
"disabled": false,
|
1823
|
+
"document": "截止时间",
|
1824
|
+
"example": "1659515436",
|
1825
|
+
"member": "int64",
|
1826
|
+
"name": "EndTime",
|
1827
|
+
"required": true,
|
1828
|
+
"type": "int"
|
1829
|
+
},
|
1830
|
+
{
|
1831
|
+
"disabled": false,
|
1832
|
+
"document": "流量种类(1:上行流量,2:下行流量, 3: 上下行总和)",
|
1833
|
+
"example": "1",
|
1834
|
+
"member": "int64",
|
1835
|
+
"name": "Type",
|
1836
|
+
"required": true,
|
1837
|
+
"type": "int"
|
1838
|
+
},
|
1839
|
+
{
|
1840
|
+
"disabled": false,
|
1841
|
+
"document": "时间粒度(1:按小时统计,2:按天统计)",
|
1842
|
+
"example": "1",
|
1843
|
+
"member": "int64",
|
1844
|
+
"name": "TimeGranularity",
|
1845
|
+
"required": true,
|
1846
|
+
"type": "int"
|
1847
|
+
},
|
1848
|
+
{
|
1849
|
+
"disabled": false,
|
1850
|
+
"document": "接入区域。取值范围:['MC','AP','EU','AM'] MC=中国大陆 AP=亚太 EU=欧洲 AM=美洲。不填代表全量区域。",
|
1851
|
+
"example": "MC",
|
1852
|
+
"member": "string",
|
1853
|
+
"name": "AccessRegion",
|
1854
|
+
"required": false,
|
1855
|
+
"type": "string"
|
1856
|
+
},
|
1857
|
+
{
|
1858
|
+
"disabled": false,
|
1859
|
+
"document": "网关类型。0:公有云网关;1:自有网关。不传默认为0。",
|
1860
|
+
"example": "0",
|
1861
|
+
"member": "int64",
|
1862
|
+
"name": "GatewayType",
|
1863
|
+
"required": false,
|
1864
|
+
"type": "int"
|
1865
|
+
}
|
1866
|
+
],
|
1867
|
+
"type": "object"
|
1868
|
+
},
|
1869
|
+
"GetFlowStatisticByGroupResponse": {
|
1870
|
+
"document": "GetFlowStatisticByGroup返回参数结构体",
|
1871
|
+
"members": [
|
1872
|
+
{
|
1873
|
+
"disabled": false,
|
1874
|
+
"document": "流量详细信息",
|
1875
|
+
"example": "无",
|
1876
|
+
"member": "NetDetails",
|
1877
|
+
"name": "NetDetails",
|
1878
|
+
"output_required": true,
|
1879
|
+
"type": "list",
|
1880
|
+
"value_allowed_null": false
|
1881
|
+
},
|
1882
|
+
{
|
1883
|
+
"disabled": false,
|
1884
|
+
"document": "查找时间段流量使用最大值(单位:byte)",
|
1885
|
+
"example": "216516",
|
1886
|
+
"member": "float",
|
1887
|
+
"name": "MaxValue",
|
1888
|
+
"output_required": true,
|
1889
|
+
"type": "float",
|
1890
|
+
"value_allowed_null": false
|
1891
|
+
},
|
1892
|
+
{
|
1893
|
+
"disabled": false,
|
1894
|
+
"document": "查找时间段流量使用平均值(单位:byte)",
|
1895
|
+
"example": "25151",
|
1896
|
+
"member": "float",
|
1897
|
+
"name": "AvgValue",
|
1898
|
+
"output_required": true,
|
1899
|
+
"type": "float",
|
1900
|
+
"value_allowed_null": false
|
1901
|
+
},
|
1902
|
+
{
|
1903
|
+
"disabled": false,
|
1904
|
+
"document": "查找时间段流量使用总量(单位:byte)",
|
1905
|
+
"example": "35465464",
|
1906
|
+
"member": "float",
|
1907
|
+
"name": "TotalValue",
|
1908
|
+
"output_required": true,
|
1909
|
+
"type": "float",
|
1910
|
+
"value_allowed_null": false
|
1911
|
+
},
|
1912
|
+
{
|
1913
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
1914
|
+
"member": "string",
|
1915
|
+
"name": "RequestId",
|
1916
|
+
"type": "string"
|
1917
|
+
}
|
1918
|
+
],
|
1919
|
+
"type": "object"
|
1920
|
+
},
|
1739
1921
|
"GetFlowStatisticRequest": {
|
1740
1922
|
"document": "GetFlowStatistic请求参数结构体",
|
1741
1923
|
"members": [
|
@@ -88,6 +88,14 @@
|
|
88
88
|
"title": "获取设备基本信息列表"
|
89
89
|
}
|
90
90
|
],
|
91
|
+
"GetFlowAlarmInfo": [
|
92
|
+
{
|
93
|
+
"document": "",
|
94
|
+
"input": "POST / HTTP/1.1\nHost: mna.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetFlowAlarmInfo\n<公共请求参数>\n\n{}",
|
95
|
+
"output": "{\n \"Response\": {\n \"AlarmValue\": 20,\n \"NotifyUrl\": \"http://ip:port/callurl\",\n \"CallbackKey\": \"xd23y5cb89bx23432\",\n \"RequestId\": \"1206563f-f13f-4647-aaa8-37fa86954cc4-1\"\n }\n}",
|
96
|
+
"title": "示例1"
|
97
|
+
}
|
98
|
+
],
|
91
99
|
"GetFlowPackages": [
|
92
100
|
{
|
93
101
|
"document": "",
|
@@ -110,6 +118,14 @@
|
|
110
118
|
"title": "获取多个设备的流量使用信息之和"
|
111
119
|
}
|
112
120
|
],
|
121
|
+
"GetFlowStatisticByGroup": [
|
122
|
+
{
|
123
|
+
"document": "",
|
124
|
+
"input": "POST / HTTP/1.1\nHost: mna.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetFlowStatisticByGroup\n<公共请求参数>\n\n{\n \"GroupId\": \"cliGrp-xf8rboasbh\",\n \"BeginTime\": 1711296000,\n \"EndTime\": 1711987200,\n \"Type\": 1,\n \"TimeGranularity\": 2,\n \"AccessRegion\": \"MC\",\n \"GatewayType\": 0\n}",
|
125
|
+
"output": "{\n \"Response\": {\n \"AvgValue\": 154434162.5,\n \"MaxValue\": 305576473,\n \"NetDetails\": [\n {\n \"Current\": 305576473,\n \"Time\": \"1711555200\"\n },\n {\n \"Current\": 3291852,\n \"Time\": \"1711641600\"\n }\n ],\n \"RequestId\": \"e5b650a9-d994-439f-9132-3e5c56054903\",\n \"TotalValue\": 308868325\n }\n}",
|
126
|
+
"title": "根据分组获取用量统计信息"
|
127
|
+
}
|
128
|
+
],
|
113
129
|
"GetHardwareList": [
|
114
130
|
{
|
115
131
|
"document": "硬件信息列表",
|
@@ -1778,6 +1778,66 @@
|
|
1778
1778
|
"type": "float",
|
1779
1779
|
"value_allowed_null": false
|
1780
1780
|
},
|
1781
|
+
{
|
1782
|
+
"disabled": false,
|
1783
|
+
"document": "是否有国徽。0为没有,1为有。",
|
1784
|
+
"example": "无",
|
1785
|
+
"member": "bool",
|
1786
|
+
"name": "NationalEmblem",
|
1787
|
+
"output_required": true,
|
1788
|
+
"type": "bool",
|
1789
|
+
"value_allowed_null": false
|
1790
|
+
},
|
1791
|
+
{
|
1792
|
+
"disabled": false,
|
1793
|
+
"document": "是否有二维码。0为没有,1为有。",
|
1794
|
+
"example": "无",
|
1795
|
+
"member": "bool",
|
1796
|
+
"name": "QRCode",
|
1797
|
+
"output_required": true,
|
1798
|
+
"type": "bool",
|
1799
|
+
"value_allowed_null": false
|
1800
|
+
},
|
1801
|
+
{
|
1802
|
+
"disabled": false,
|
1803
|
+
"document": "是否有印章。0为没有,1为有。",
|
1804
|
+
"example": "无",
|
1805
|
+
"member": "bool",
|
1806
|
+
"name": "Seal",
|
1807
|
+
"output_required": true,
|
1808
|
+
"type": "bool",
|
1809
|
+
"value_allowed_null": false
|
1810
|
+
},
|
1811
|
+
{
|
1812
|
+
"disabled": false,
|
1813
|
+
"document": "标题",
|
1814
|
+
"example": "个人独资企业营业执照",
|
1815
|
+
"member": "string",
|
1816
|
+
"name": "Title",
|
1817
|
+
"output_required": true,
|
1818
|
+
"type": "string",
|
1819
|
+
"value_allowed_null": false
|
1820
|
+
},
|
1821
|
+
{
|
1822
|
+
"disabled": false,
|
1823
|
+
"document": "编号",
|
1824
|
+
"example": "无",
|
1825
|
+
"member": "string",
|
1826
|
+
"name": "SerialNumber",
|
1827
|
+
"output_required": true,
|
1828
|
+
"type": "string",
|
1829
|
+
"value_allowed_null": false
|
1830
|
+
},
|
1831
|
+
{
|
1832
|
+
"disabled": false,
|
1833
|
+
"document": "登记机关",
|
1834
|
+
"example": "无",
|
1835
|
+
"member": "string",
|
1836
|
+
"name": "RegistrationAuthority",
|
1837
|
+
"output_required": true,
|
1838
|
+
"type": "string",
|
1839
|
+
"value_allowed_null": false
|
1840
|
+
},
|
1781
1841
|
{
|
1782
1842
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
1783
1843
|
"member": "string",
|
@@ -36,7 +36,7 @@
|
|
36
36
|
{
|
37
37
|
"document": "营业执照识别示例",
|
38
38
|
"input": "POST / HTTP/1.1\nHost: ocr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: BizLicenseOCR\n<公共请求参数>\n\n{\n \"ImageUrl\": \"https://xx/a.jpg\"\n}",
|
39
|
-
"output": "{\n \"Response\": {\n \"
|
39
|
+
"output": "{\n \"Response\": {\n \"Address\": \"深圳市南山区高新区高新南一路飞亚达大厦\",\n \"Angle\": 0,\n \"Business\": \"计算机软、硬件的设计、技术开发、销售(不含专营、专控、专卖商品及限制项目):数据库及计算机网络服务;国内商业、物资供销业(不含专营、专控、专卖商品)\",\n \"Capital\": \"人民币柒仟亿\",\n \"ComposingForm\": \"\",\n \"IsDuplication\": 1,\n \"Name\": \"深圳市腾讯计算机系统有限公司\",\n \"NationalEmblem\": true,\n \"Period\": \"1998年11月至长期\",\n \"Person\": \"艾米\",\n \"QRCode\": true,\n \"RecognizeWarnCode\": [],\n \"RecognizeWarnMsg\": [],\n \"RegNum\": \"110000012345678\",\n \"RegistrationAuthority\": \"广东省工商行政管理局\",\n \"RegistrationDate\": \"1998年11月11日\",\n \"RequestId\": \"42dbace2-9f13-4a58-ad35-aea95f0e02d7\",\n \"Seal\": true,\n \"SerialNumber\": \"\",\n \"SetDate\": \"1998年11月\",\n \"Title\": \"营业执照\",\n \"Type\": \"有限责任公司\"\n }\n}",
|
40
40
|
"title": "营业执照识别示例代码"
|
41
41
|
}
|
42
42
|
],
|
@@ -5119,7 +5119,7 @@
|
|
5119
5119
|
},
|
5120
5120
|
{
|
5121
5121
|
"disabled": false,
|
5122
|
-
"document": "
|
5122
|
+
"document": "对PV指标的查询维度。获取day:d, 获取min则不填。",
|
5123
5123
|
"example": "d",
|
5124
5124
|
"member": "string",
|
5125
5125
|
"name": "Dimension",
|
@@ -5138,7 +5138,7 @@
|
|
5138
5138
|
"example": "无",
|
5139
5139
|
"member": "RumPvInfo",
|
5140
5140
|
"name": "ProjectPvSet",
|
5141
|
-
"
|
5141
|
+
"output_required": true,
|
5142
5142
|
"type": "list",
|
5143
5143
|
"value_allowed_null": true
|
5144
5144
|
},
|
@@ -5769,7 +5769,7 @@
|
|
5769
5769
|
},
|
5770
5770
|
{
|
5771
5771
|
"disabled": false,
|
5772
|
-
"document": "分页Limit",
|
5772
|
+
"document": "分页Limit,默认根据AreaKeys和AreaStatuses参数查询所有。",
|
5773
5773
|
"example": "1",
|
5774
5774
|
"member": "int64",
|
5775
5775
|
"name": "Limit",
|
@@ -5787,7 +5787,7 @@
|
|
5787
5787
|
},
|
5788
5788
|
{
|
5789
5789
|
"disabled": false,
|
5790
|
-
"document": "分页Offset",
|
5790
|
+
"document": "分页Offset,默认根据AreaKeys和AreaStatuses参数查询所有。",
|
5791
5791
|
"example": "100",
|
5792
5792
|
"member": "int64",
|
5793
5793
|
"name": "Offset",
|
@@ -5806,7 +5806,7 @@
|
|
5806
5806
|
"example": "1",
|
5807
5807
|
"member": "int64",
|
5808
5808
|
"name": "TotalCount",
|
5809
|
-
"
|
5809
|
+
"output_required": true,
|
5810
5810
|
"type": "int",
|
5811
5811
|
"value_allowed_null": false
|
5812
5812
|
},
|
@@ -5816,7 +5816,7 @@
|
|
5816
5816
|
"example": "无",
|
5817
5817
|
"member": "RumAreaInfo",
|
5818
5818
|
"name": "AreaSet",
|
5819
|
-
"
|
5819
|
+
"output_required": true,
|
5820
5820
|
"type": "list",
|
5821
5821
|
"value_allowed_null": false
|
5822
5822
|
},
|
@@ -209,8 +209,8 @@
|
|
209
209
|
},
|
210
210
|
{
|
211
211
|
"document": "",
|
212
|
-
"input": "POST / HTTP/1.1\nHost: rum.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDataPerformancePage\n<公共请求参数>\n\n{\n \"ExtSecond\": \"自定义2\",\n \"Engine\": \"ie2\",\n \"IsAbroad\": \"1\",\n \"Area\": \"中国\",\n \"NetType\": \"2\",\n \"Level\": \"1\",\n \"Os\": \"apple\",\n \"Brand\": \"apple\",\n \"Isp\": \"中国移动\",\n \"VersionNum\": \"版本\",\n \"Platform\": \"2\",\n \"ExtThird\": \"自定义3\",\n \"ExtFirst\": \"自定义1\",\n \"StartTime\":
|
213
|
-
"output": "{\n \"Response\": {\n \"Result\": \"
|
212
|
+
"input": "POST / HTTP/1.1\nHost: rum.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDataPerformancePage\n<公共请求参数>\n\n{\n \"ExtSecond\": \"自定义2\",\n \"Engine\": \"ie2\",\n \"IsAbroad\": \"1\",\n \"Area\": \"中国\",\n \"NetType\": \"2\",\n \"Level\": \"1\",\n \"Os\": \"apple\",\n \"Brand\": \"apple\",\n \"Isp\": \"中国移动\",\n \"VersionNum\": \"版本\",\n \"Platform\": \"2\",\n \"ExtThird\": \"自定义3\",\n \"ExtFirst\": \"自定义1\",\n \"StartTime\": 1625444040,\n \"Device\": \"三星\",\n \"From\": \"index.html\",\n \"EndTime\": 1625454840,\n \"Type\": \"pagepv\",\n \"ID\": 1,\n \"Browser\": \"ie\"\n}",
|
213
|
+
"output": "{\n \"Response\": {\n \"Result\": \"{\\\"request_id\\\":\\\"ddec0dc8-3268-4571-9ac0-566ae7537495\\\",\\\"results\\\":[{\\\"statement_id\\\":0,\\\"total\\\":0},{\\\"statement_id\\\":1,\\\"total\\\":0},{\\\"statement_id\\\":2,\\\"total\\\":0},{\\\"statement_id\\\":3,\\\"total\\\":0}]}\",\n \"RequestId\": \"65a8fec7-2b39-4b11-893f-3715279d235f\"\n }\n}",
|
214
214
|
"title": "获取PerformancePage信息"
|
215
215
|
}
|
216
216
|
],
|
@@ -358,7 +358,7 @@
|
|
358
358
|
"status": "online"
|
359
359
|
},
|
360
360
|
"UpdateCertificateInstance": {
|
361
|
-
"document": "一键更新旧证书资源,本接口为异步接口, 调用之后DeployRecordId为0表示任务进行中, 当返回DeployRecordId大于0则表示任务创建成功。 未创建成功则会抛出异常",
|
361
|
+
"document": "一键更新旧证书资源,本接口为异步接口, 调用之后DeployRecordId为0表示任务进行中, 重复请求这个接口, 当返回DeployRecordId大于0则表示任务创建成功。 未创建成功则会抛出异常",
|
362
362
|
"input": "UpdateCertificateInstanceRequest",
|
363
363
|
"name": "一键更新旧证书资源",
|
364
364
|
"output": "UpdateCertificateInstanceResponse",
|
@@ -430,7 +430,7 @@
|
|
430
430
|
{
|
431
431
|
"document": "一键更新旧证书资源",
|
432
432
|
"input": "POST / HTTP/1.1\nHost: ssl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateCertificateInstance\n<公共请求参数>\n\n{\n \"CertificateId\": \"abc\",\n \"OldCertificateId\": \"abc\",\n \"ResourceTypes\": [\n \"abc\"\n ],\n \"Regions\": [\n \"abc\"\n ],\n \"ResourceTypesRegions\": [\n {\n \"ResourceType\": \"abc\",\n \"Regions\": [\n \"abc\"\n ]\n }\n ]\n}",
|
433
|
-
"output": "{\n \"Response\": {\n \"DeployRecordId\": 1,\n \"DeployStatus\": 0,\n \"UpdateSyncProgress\": [\n {\n \"ResourceType\": \"abc\",\n \"UpdateSyncProgressRegions\": [\n {\n \"Region\": \"abc\",\n \"TotalCount\": 0,\n \"OffsetCount\": 0,\n \"Status\": \
|
433
|
+
"output": "{\n \"Response\": {\n \"DeployRecordId\": 1,\n \"DeployStatus\": 0,\n \"UpdateSyncProgress\": [\n {\n \"ResourceType\": \"abc\",\n \"UpdateSyncProgressRegions\": [\n {\n \"Region\": \"abc\",\n \"TotalCount\": 0,\n \"OffsetCount\": 0,\n \"Status\": 0\n }\n ],\n \"Status\": 0\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
|
434
434
|
"title": "一键更新旧证书资源"
|
435
435
|
}
|
436
436
|
],
|
@@ -11765,7 +11765,7 @@
|
|
11765
11765
|
},
|
11766
11766
|
{
|
11767
11767
|
"disabled": false,
|
11768
|
-
"document": "
|
11768
|
+
"document": "日志投递的输出格式。不填保持原有配置。\n特别地,当 TaskType 取值为 cls 时,LogFormat.FormatType 的值只能为 json,且 LogFormat 中其他参数将被忽略,建议不传 LogFormat。",
|
11769
11769
|
"example": "无",
|
11770
11770
|
"member": "LogFormat",
|
11771
11771
|
"name": "LogFormat",
|
@@ -173,7 +173,7 @@
|
|
173
173
|
{
|
174
174
|
"disabled": false,
|
175
175
|
"document": "状态",
|
176
|
-
"example": "
|
176
|
+
"example": "init:任务已初始化;wait:任务等待执行;success:任务执行成功;fail:任务执行失败",
|
177
177
|
"member": "string",
|
178
178
|
"name": "Status",
|
179
179
|
"output_required": true,
|
@@ -202,13 +202,13 @@
|
|
202
202
|
},
|
203
203
|
{
|
204
204
|
"disabled": false,
|
205
|
-
"document": "
|
205
|
+
"document": "翻译进度",
|
206
206
|
"example": "100",
|
207
207
|
"member": "int64",
|
208
208
|
"name": "Progress",
|
209
209
|
"output_required": true,
|
210
210
|
"type": "int",
|
211
|
-
"value_allowed_null":
|
211
|
+
"value_allowed_null": false
|
212
212
|
}
|
213
213
|
],
|
214
214
|
"usage": "out"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: tccli
|
3
|
-
Version: 3.0.
|
3
|
+
Version: 3.0.1116.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.1116
|
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=Exi1dLKlfORMleL_jzdq0Gw708E5CTFQNjuRHJNHQJA,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
|
@@ -59,7 +59,7 @@ tccli/services/afc/v20200226/examples.json,sha256=9Hpp5NQ7rbzf7budjRrfTXv1fQ046i
|
|
59
59
|
tccli/services/aiart/__init__.py,sha256=Y-fYvm53hvADUxzlHVPLGQM3P-5cZMqfaKZ6MrBYYgY,89
|
60
60
|
tccli/services/aiart/aiart_client.py,sha256=g-CKeMAki7dUfJdHGAQ4nvAX9rfeqaRfsntxAQc7DVc,33517
|
61
61
|
tccli/services/aiart/v20221229/api.json,sha256=p8yw5POHcGKR9-I47ywBT3c77iO2hOLkUM2GWY8A-KE,42165
|
62
|
-
tccli/services/aiart/v20221229/examples.json,sha256=
|
62
|
+
tccli/services/aiart/v20221229/examples.json,sha256=KZgjBPvnSMgTPUM1b2Dyvg9k5tyOevjVMRT7fvEibtU,5304
|
63
63
|
tccli/services/ame/__init__.py,sha256=wjRNmkvpxDAvUPYHvj3CHImG_FTWTjSxZYtZCEOn_ig,85
|
64
64
|
tccli/services/ame/ame_client.py,sha256=5uK__MWG30G0wDk4-bcezbYrJEJffFKrrDyENJbE6V4,101414
|
65
65
|
tccli/services/ame/v20190916/api.json,sha256=i_4XFVzVDGKyyb7tCC4-P1N4Z-chPmeXVusODveSiys,132086
|
@@ -188,15 +188,15 @@ 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=
|
192
|
-
tccli/services/cat/v20180409/examples.json,sha256=
|
191
|
+
tccli/services/cat/v20180409/api.json,sha256=M1YXLH8_g0sccnycAV45ZHgvJS7HFQN-ARJ2kqxdGUw,59435
|
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=uekXxpHuMN-CNwSMBtF6sPlkNqhug9D_MJcZ4nDHIK4,132734
|
195
195
|
tccli/services/cbs/v20170312/api.json,sha256=Stw-3rGVr2x8PBI_rLmvwkDYFIuSIYink7c7yofdLdk,185588
|
196
196
|
tccli/services/cbs/v20170312/examples.json,sha256=sVY3OvJ_LSM-QzujqRKaw6O-no4wT_qECVGAITuyjck,40357
|
197
197
|
tccli/services/ccc/__init__.py,sha256=wR36QP35wizc6U55yXrZrY_2HiEVnzYPRWgGN_kkLxo,85
|
198
198
|
tccli/services/ccc/ccc_client.py,sha256=atvBP9bsylC50wTXgfzGz6PdfM1NB_N30Q_g_WXsHOU,182661
|
199
|
-
tccli/services/ccc/v20200210/api.json,sha256=
|
199
|
+
tccli/services/ccc/v20200210/api.json,sha256=WGgmnDQqaKVArdbqkUH6VQQ5vKenobtOLCjVUhRUYX4,269950
|
200
200
|
tccli/services/ccc/v20200210/examples.json,sha256=DlRpuvQDsshw_2LEej4TWXY8GfEHMxtS2d_aW1H2gXI,61610
|
201
201
|
tccli/services/cdb/__init__.py,sha256=9Jk9tAMP2ZM_xOG77GvqXL1q3UfwYTEos6_P6xzpTiM,85
|
202
202
|
tccli/services/cdb/cdb_client.py,sha256=y1rHyC-yn4bROlxey7WK4_htIOE6XpB7T53Zm9AA7Rc,513780
|
@@ -264,7 +264,7 @@ tccli/services/cis/v20180408/api.json,sha256=vEk14Fe9RW3C-CPY3u1icbcFz5Te8_itq-n
|
|
264
264
|
tccli/services/cis/v20180408/examples.json,sha256=_ST3p6JdNtdWZPM4KuikTAZ-0FdJMq4Ir7PMj6ST0EU,28505
|
265
265
|
tccli/services/ckafka/__init__.py,sha256=HTNzfNwaLn4Br9BugTA_14BrGVWfQr2tdDn6efv21yg,91
|
266
266
|
tccli/services/ckafka/ckafka_client.py,sha256=SXEYAVjuGlZiieWTIA_Q5IfXwu_FaejfsvwBk-SUdoU,262058
|
267
|
-
tccli/services/ckafka/v20190819/api.json,sha256=
|
267
|
+
tccli/services/ckafka/v20190819/api.json,sha256=lPkH_0GJxz4ksgahWKlbO_JqLMcRkNJCESTFy-Zyiqg,594192
|
268
268
|
tccli/services/ckafka/v20190819/examples.json,sha256=mNcdN35xKUPoBeUTjZhLetzs-ExPcCNUwE5tCowxC28,123644
|
269
269
|
tccli/services/clb/__init__.py,sha256=iG2aiZhDOcK4l_2Wkxs57qF1Y4lmv7RxRSPcG9paDk0,85
|
270
270
|
tccli/services/clb/clb_client.py,sha256=5K-_M9jBlaBpjBPPoR2OZX3IuDa8xXvKXtLyEiburiI,272894
|
@@ -373,9 +373,9 @@ tccli/services/dnspod/dnspod_client.py,sha256=ysRRgNrVCPK5ETdSF0bGqB_idBRTjwvW_h
|
|
373
373
|
tccli/services/dnspod/v20210323/api.json,sha256=nNcQFzFkqbeEL1WgQrPAVy-SDB2k8_09SFL5mXl7Hew,291098
|
374
374
|
tccli/services/dnspod/v20210323/examples.json,sha256=TTxoSW9KMDiW-Kf_T6S8vKNLEBdYQqmy3kDgM2tbAVI,109317
|
375
375
|
tccli/services/domain/__init__.py,sha256=meqFi6gRyH2HwgL3XpXkhrspL-i6f-EMjpdZ6Flbzi4,91
|
376
|
-
tccli/services/domain/domain_client.py,sha256=
|
377
|
-
tccli/services/domain/v20180808/api.json,sha256=
|
378
|
-
tccli/services/domain/v20180808/examples.json,sha256=
|
376
|
+
tccli/services/domain/domain_client.py,sha256=XsY_9uZx3NDhsgUpka8C3F7zjnxbvvypwwPsvP_55Fo,176163
|
377
|
+
tccli/services/domain/v20180808/api.json,sha256=6fpZAIUbKlq_C7oUwHRkYsrg9ygIM5lwIcBcTPbdT4o,177092
|
378
|
+
tccli/services/domain/v20180808/examples.json,sha256=_ysqnw_wKPcpryWdfNVSqu_0FYrAYnxtUTAZPz59pfQ,47170
|
379
379
|
tccli/services/drm/__init__.py,sha256=ainWI4ecU60xaDpvcv41dI7VZjgidV8o0pUfX4suepg,85
|
380
380
|
tccli/services/drm/drm_client.py,sha256=DlekwYPkoaVI1sBDvZgYSdHnPPe7o25qPOVu-7NIP5M,39404
|
381
381
|
tccli/services/drm/v20181115/api.json,sha256=1K2n50TgN42gZZahvkV_juoqXktzfTH61WibJSHoKXM,39424
|
@@ -396,7 +396,7 @@ tccli/services/dts/__init__.py,sha256=t144KIEUZhniOVdffxOCjXSzYUewJxMCs-5Dn0LPpx
|
|
396
396
|
tccli/services/dts/dts_client.py,sha256=S4o49IbWPyeecs1oQ_oc-skBU0PEyXV8PAS-oQiFVsY,265581
|
397
397
|
tccli/services/dts/v20180330/api.json,sha256=OL_gbt272l0oYqDey6uugU9sVxHQZdVcqQ2gCanZyZw,97924
|
398
398
|
tccli/services/dts/v20180330/examples.json,sha256=H_FeTZVP4VUJVEW8oHILeGUwxOQ1EZOM_UcAKNi4dEA,20841
|
399
|
-
tccli/services/dts/v20211206/api.json,sha256=
|
399
|
+
tccli/services/dts/v20211206/api.json,sha256=RjNqfzcC41nWe2UlHt-aZ6_1bEW3_SDQOJWNYr73PnU,402921
|
400
400
|
tccli/services/dts/v20211206/examples.json,sha256=CW5QrbhAdfyZKsLgHCdaV9gGF-zHexSOeTk8pV5i4Jk,115055
|
401
401
|
tccli/services/eb/__init__.py,sha256=CNHbNA5DQycRAOxyRLck0ZCUVQ0asg8PDIPH5YIHDxg,83
|
402
402
|
tccli/services/eb/eb_client.py,sha256=YQWcUMXjuWHr8lRL1oSMAvUrGL5f3tm9kdz8lS_pIXk,103782
|
@@ -478,7 +478,7 @@ tccli/services/gpm/v20200820/api.json,sha256=UP_Z-hHk3VuH5P1-YUwWifh-Pw-dRsJc5qa
|
|
478
478
|
tccli/services/gpm/v20200820/examples.json,sha256=OPV9OTqtjB043m5h_WenRbQPo-m02yPiNOXwAqDyJcI,24654
|
479
479
|
tccli/services/gs/__init__.py,sha256=o_xjN0Mc1OAu8_uPc9WFrnY-z9GTMqZEEvDhnxNGufw,83
|
480
480
|
tccli/services/gs/gs_client.py,sha256=uT79pPRWIONSyJBybFggF8Sj04XEXOqLG_eh7hB2W7Q,33264
|
481
|
-
tccli/services/gs/v20191118/api.json,sha256=
|
481
|
+
tccli/services/gs/v20191118/api.json,sha256=zrBXQsYDcfbY41RpD45CzLNBuuqDLi87MiHHqxHqBw0,21777
|
482
482
|
tccli/services/gs/v20191118/examples.json,sha256=YYnVU__FsNC2ZisFNEKYDrLnbTZIRp4KwvKyQ16raGo,4340
|
483
483
|
tccli/services/gse/__init__.py,sha256=RIvkcKnT3sYYmJFwPnFMAydEOohktT-EwGM6QItdr1k,85
|
484
484
|
tccli/services/gse/gse_client.py,sha256=2Led3SMnTFlPr64ON8ELQNeigqxzi4RicGhR94rgTlI,235015
|
@@ -598,7 +598,7 @@ tccli/services/lcic/v20220817/api.json,sha256=lWdLZ-b-NltSAbYuHgJVY_ghVn6dcV6KDV
|
|
598
598
|
tccli/services/lcic/v20220817/examples.json,sha256=5Z-y4nxBnoYP2yrPkBj22kMkdJlfchah6L9kZ91nIKA,50538
|
599
599
|
tccli/services/lighthouse/__init__.py,sha256=mthGX-k-GPfpudeGSVAEXUMitx-xg7Aw2ZcXxrjf_78,99
|
600
600
|
tccli/services/lighthouse/lighthouse_client.py,sha256=rEbJoZeoN4IXJ9jsTZZiRy1BCqYReO-E7dX9Xw3cmFs,344732
|
601
|
-
tccli/services/lighthouse/v20200324/api.json,sha256=
|
601
|
+
tccli/services/lighthouse/v20200324/api.json,sha256=M86JpctCzlhKMqzALflQ3Poq8vFrYEpl5HrBINCwAXQ,364122
|
602
602
|
tccli/services/lighthouse/v20200324/examples.json,sha256=rKWgvnaaFUeT6HBxI5xzKUFNOtVA2awvuyYdY4dxpJY,132662
|
603
603
|
tccli/services/live/__init__.py,sha256=RcvY72t1P1PSv7r9d9SCa9Iv7qvP8ok30HwiMcPVAs4,87
|
604
604
|
tccli/services/live/live_client.py,sha256=_ZxqmP2bC3uaSY3Q0VIi4wZ1ybHp3vetxJ7A0YpAt_0,491967
|
@@ -643,9 +643,9 @@ tccli/services/mmps/mmps_client.py,sha256=HtkdtBPGZeY-7T76xY4KxwvWvoOTaDm-6hOkuw
|
|
643
643
|
tccli/services/mmps/v20200710/api.json,sha256=l2YIBrmUgRx4g8qxil1qPnaBS3TN8YQ3WIHgfqVlEkI,67718
|
644
644
|
tccli/services/mmps/v20200710/examples.json,sha256=6X3HdWCZNGJcKKBLeoR_XIahplSUv926Kjb9A1CDWgQ,12272
|
645
645
|
tccli/services/mna/__init__.py,sha256=LSVBLnv32Zluq214OI9imRQp8ffp314l-4yapy89M2w,85
|
646
|
-
tccli/services/mna/mna_client.py,sha256=
|
647
|
-
tccli/services/mna/v20210119/api.json,sha256=
|
648
|
-
tccli/services/mna/v20210119/examples.json,sha256=
|
646
|
+
tccli/services/mna/mna_client.py,sha256=_ETF_sBeTHvuXYAfQh5BEm5-INiR_L7loai-8ksBlks,82292
|
647
|
+
tccli/services/mna/v20210119/api.json,sha256=Fzk8LwfpgP8fxx4v8-dWhm5llED1CZ0-kcKGkmIe1rA,108910
|
648
|
+
tccli/services/mna/v20210119/examples.json,sha256=ydtkaxT76hmWvj-7TrI3DgNUNd3yXyYOswp4xBigdCk,34009
|
649
649
|
tccli/services/mongodb/__init__.py,sha256=Xj1cMJt16_OaoYzXR0TgIRPw-DADd-yJkmk3CeEpvk0,93
|
650
650
|
tccli/services/mongodb/mongodb_client.py,sha256=_D3OIDqMMmZkH2i-vV9n1Dl9_4xU1n0xnMmLmwRouV0,142405
|
651
651
|
tccli/services/mongodb/v20180408/api.json,sha256=l4yqKb-EpX1lQQbdCwh9d2YggVEV6jyVtPLjGl0pIP4,59863
|
@@ -690,8 +690,8 @@ tccli/services/oceanus/v20190422/api.json,sha256=NSluDO9KFHpE9dVOMBFgJoxM8qT88Yu
|
|
690
690
|
tccli/services/oceanus/v20190422/examples.json,sha256=qcKM-kj7kJVYjNKraB6sYf4GIBxKYqyFuxi8P1d6Fk4,48148
|
691
691
|
tccli/services/ocr/__init__.py,sha256=1UdHN9VtB5qVwAn2FMefSi4BhMTJOjmFgYZT-zTEVBM,85
|
692
692
|
tccli/services/ocr/ocr_client.py,sha256=L3ZoHryCN1ZyIY_0VswbE80oVIoY3XD7G7w4l6lWYSc,267687
|
693
|
-
tccli/services/ocr/v20181119/api.json,sha256=
|
694
|
-
tccli/services/ocr/v20181119/examples.json,sha256=
|
693
|
+
tccli/services/ocr/v20181119/api.json,sha256=c0mWfmng7bLYjA9H6Gxg0P6RbY2b2uWvVb6aRfioKN8,755894
|
694
|
+
tccli/services/ocr/v20181119/examples.json,sha256=Xk2Xwd3dAHbBvQs5H5cbQirU2g0Lmkdbhu3O4GHzHks,557595
|
695
695
|
tccli/services/omics/__init__.py,sha256=2Uhk7Pv4ejuVCryMqNlAdn8xPMdHO2Hr4500KAZ0W-M,89
|
696
696
|
tccli/services/omics/omics_client.py,sha256=D589nMlFbMtuOazg_7UEh3YYfTHvnDwjI-0JMjifdaY,67016
|
697
697
|
tccli/services/omics/v20221128/api.json,sha256=j66VwSN8UcUKt-7f8Vw1LKf2tWjGVRpwy7dGThA0sGY,106516
|
@@ -744,8 +744,8 @@ tccli/services/rp/v20200224/api.json,sha256=IbObOmDUlfKIO5UBA6m7iUfjmF-CfmuCpwN9
|
|
744
744
|
tccli/services/rp/v20200224/examples.json,sha256=QaAcie5M2OtqjfF8P-exCfQuWn5ICVMMwosEqrzt-Qs,717
|
745
745
|
tccli/services/rum/__init__.py,sha256=oXPEbf66MAqanykJb83RnJ91vuz5r2Pw0_FavDgj_vc,85
|
746
746
|
tccli/services/rum/rum_client.py,sha256=RzIrLw5fen8D_mJf4DMq3IwDQvZ0Vsc6flO2sDc8NmA,172610
|
747
|
-
tccli/services/rum/v20210622/api.json,sha256=
|
748
|
-
tccli/services/rum/v20210622/examples.json,sha256=
|
747
|
+
tccli/services/rum/v20210622/api.json,sha256=CpLqbzIW4cqSDQ6M1xpYfuKRmRMeLIQQskObD5bS4lA,213084
|
748
|
+
tccli/services/rum/v20210622/examples.json,sha256=2j8mwv2wR1K9aAYS12spRTcraI4OP6EQvKaMiwjLraQ,53666
|
749
749
|
tccli/services/scf/__init__.py,sha256=3faZHXJgI7IwnqjGNKVPOIQ6ZW08wo8kgTLRpok8ZMc,85
|
750
750
|
tccli/services/scf/scf_client.py,sha256=kGsQReJ4dM3PqAyLh-H0FUzQ_9WrT6brE9djaZWJtJg,147454
|
751
751
|
tccli/services/scf/v20180416/api.json,sha256=v6eh42bv2EsSI-PsnC5Py0tE1VpXK5LIsbrxUWEfv7s,242083
|
@@ -790,8 +790,8 @@ tccli/services/ssa/v20180608/api.json,sha256=2jvRkOmXnFKAbUWZMpqZdiY_tumtVhyz5kp
|
|
790
790
|
tccli/services/ssa/v20180608/examples.json,sha256=6TFZaFVxa__xrzCihEi4SSkAQ9URq8ldR3HaaUJcE6k,47697
|
791
791
|
tccli/services/ssl/__init__.py,sha256=BZHCAj_E_M5K1SujuuI6TBJEy2nYKGk7Y-qJMYnLK2g,85
|
792
792
|
tccli/services/ssl/ssl_client.py,sha256=ZWLDgY7yPeSaMVGQxzk9Un15FHtgOr3FzOiDTtLFu8Q,186633
|
793
|
-
tccli/services/ssl/v20191205/api.json,sha256=
|
794
|
-
tccli/services/ssl/v20191205/examples.json,sha256=
|
793
|
+
tccli/services/ssl/v20191205/api.json,sha256=Z2vMviE2DwCAq_E1FPewEdK5adp4vYHvdzPq87nNVLc,342813
|
794
|
+
tccli/services/ssl/v20191205/examples.json,sha256=WN4heUfoJ9l3cidlpGmFie1x75OBv_aaQlTL4BWjngw,75046
|
795
795
|
tccli/services/sslpod/__init__.py,sha256=858zxBvS1grgBtnEH4XSc8iJ_0iDyHzX_mYAtWEBWZ4,91
|
796
796
|
tccli/services/sslpod/sslpod_client.py,sha256=5OtWFVqgRoCR40tRLF5qEz5RaDiXEN7Ndw0RhpGmsQE,36363
|
797
797
|
tccli/services/sslpod/v20190605/api.json,sha256=Sgb8gviT24xhT5dUPh4SYpGJkmfZG2O5Mc-NZR56lbE,30647
|
@@ -904,7 +904,7 @@ tccli/services/teo/__init__.py,sha256=nvzcUSkSQuTftWEJ399BUZpUk_0jEq-l97539DwbAw
|
|
904
904
|
tccli/services/teo/teo_client.py,sha256=mkUs-4PrSnV7KypwFFRLWU5GO79Ci5nY3Fsl3zlGEjY,321632
|
905
905
|
tccli/services/teo/v20220106/api.json,sha256=HGvEHEkfctNBazbSyZvWAUPSvYa4c_YxZJ9uW61RD4k,29733
|
906
906
|
tccli/services/teo/v20220106/examples.json,sha256=2s6dgk31pZ26N8hrFLCmQzVocmsC_QK1dO8WVBdJ8A0,5325
|
907
|
-
tccli/services/teo/v20220901/api.json,sha256=
|
907
|
+
tccli/services/teo/v20220901/api.json,sha256=pqIxbsHVvKKszUl7W8e_A_PbWZ5CnnFLbagr4-jdDIA,639799
|
908
908
|
tccli/services/teo/v20220901/examples.json,sha256=ruMxQD5-IbYLt9je3aX_WepyYakgxi9O5SE1trJ1F18,201873
|
909
909
|
tccli/services/thpc/__init__.py,sha256=NancJ76I7PbEBt7VJCaGnBsfMEZm2ezBvYqwxyLbLHo,87
|
910
910
|
tccli/services/thpc/thpc_client.py,sha256=X_W3JTRqUSUK1iR0Fhucp8UCZ4kviFUsLQhrMdrUtXk,61680
|
@@ -966,7 +966,7 @@ tccli/services/tms/v20201229/api.json,sha256=tWvbk30yPC9avkCgdGXBztf5BGBA7mhxkgQ
|
|
966
966
|
tccli/services/tms/v20201229/examples.json,sha256=ZxnK4r5tgBvKQ8Y65JHcE4KTWG8mxf7aINAeiA8sWsQ,6902
|
967
967
|
tccli/services/tmt/__init__.py,sha256=mvQDw6AbTIlsI4aYGKZsQ-VaRKJP7WQ4VhIiOwTciAU,85
|
968
968
|
tccli/services/tmt/tmt_client.py,sha256=650KfBkax47Phyg4OXrhCcLVSTQUPnb-OCjUxKL0Y9w,27071
|
969
|
-
tccli/services/tmt/v20180321/api.json,sha256=
|
969
|
+
tccli/services/tmt/v20180321/api.json,sha256=Pxz5tFPWIhJemHcuB5NW7qgDLdHdN2AhLJLxvLD5Wf8,43272
|
970
970
|
tccli/services/tmt/v20180321/examples.json,sha256=x7meovluRRSMFPHFyeyxjRJXLs5BLECdOfPQkPYVfsg,5573
|
971
971
|
tccli/services/tourism/__init__.py,sha256=6qc35lV8qFOm-XRyMoISufDInq3dDQ_HFSVo1_Le4Ig,93
|
972
972
|
tccli/services/tourism/tourism_client.py,sha256=JBoKS4MFwzlUzs2TAHKsggHk3y0ZESshQsYzUPG5Ays,8726
|
@@ -1084,8 +1084,8 @@ tccli/services/yunsou/v20180504/api.json,sha256=2808fil5p3pTEJ3SqXEEq7eSrASZOiv8
|
|
1084
1084
|
tccli/services/yunsou/v20180504/examples.json,sha256=Jg4WuqS_Wxl7eTBMbzjem65FuUZQi3qq3xtlBNFZlTU,11870
|
1085
1085
|
tccli/services/yunsou/v20191115/api.json,sha256=r_p7c7fMNylQVDpSN0CkUB4Cx1nYW1lI3BM_Zi50FNs,15932
|
1086
1086
|
tccli/services/yunsou/v20191115/examples.json,sha256=vN5MzexHVPMckm4MbnXNiOe3KKiVchvf4_uLpjOskuk,3983
|
1087
|
-
tccli-3.0.
|
1088
|
-
tccli-3.0.
|
1089
|
-
tccli-3.0.
|
1090
|
-
tccli-3.0.
|
1091
|
-
tccli-3.0.
|
1087
|
+
tccli-3.0.1116.1.dist-info/METADATA,sha256=VX5npogJ1wLFx6kv-9R6RglXgHJA1T1UB2aDpSN_SJc,16172
|
1088
|
+
tccli-3.0.1116.1.dist-info/WHEEL,sha256=HyPWovjK_wfsxZqVnw7Bu5rgKxNh3Nm__lHm0ALDcb4,101
|
1089
|
+
tccli-3.0.1116.1.dist-info/entry_points.txt,sha256=9ZzsXxi7Xj3ZneT7VxRVJpFvnmdEOeysh999_0gWVvo,85
|
1090
|
+
tccli-3.0.1116.1.dist-info/license_files/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
1091
|
+
tccli-3.0.1116.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|