tccli-intl-en 3.1.11.1__py2.py3-none-any.whl → 3.1.13.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.
Files changed (28) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +6 -0
  3. tccli/services/ai3d/__init__.py +4 -0
  4. tccli/services/ai3d/ai3d_client.py +266 -0
  5. tccli/services/ai3d/v20250513/api.json +264 -0
  6. tccli/services/ai3d/v20250513/examples.json +20 -0
  7. tccli/services/cvm/v20170312/api.json +3 -3
  8. tccli/services/cvm/v20170312/examples.json +31 -31
  9. tccli/services/faceid/v20180301/api.json +2 -2
  10. tccli/services/hunyuan/__init__.py +4 -0
  11. tccli/services/hunyuan/hunyuan_client.py +266 -0
  12. tccli/services/hunyuan/v20230901/api.json +270 -0
  13. tccli/services/hunyuan/v20230901/examples.json +20 -0
  14. tccli/services/mdl/mdl_client.py +192 -24
  15. tccli/services/mdl/v20200326/api.json +418 -5
  16. tccli/services/mdl/v20200326/examples.json +24 -0
  17. tccli/services/mps/mps_client.py +56 -0
  18. tccli/services/mps/v20190612/api.json +208 -9
  19. tccli/services/mps/v20190612/examples.json +36 -22
  20. tccli/services/teo/teo_client.py +56 -0
  21. tccli/services/teo/v20220901/api.json +101 -2
  22. tccli/services/teo/v20220901/examples.json +8 -0
  23. {tccli_intl_en-3.1.11.1.dist-info → tccli_intl_en-3.1.13.1.dist-info}/METADATA +2 -2
  24. {tccli_intl_en-3.1.11.1.dist-info → tccli_intl_en-3.1.13.1.dist-info}/RECORD +28 -20
  25. {tccli_intl_en-3.1.11.1.dist-info → tccli_intl_en-3.1.13.1.dist-info}/LICENSE +0 -0
  26. {tccli_intl_en-3.1.11.1.dist-info → tccli_intl_en-3.1.13.1.dist-info}/WHEEL +0 -0
  27. {tccli_intl_en-3.1.11.1.dist-info → tccli_intl_en-3.1.13.1.dist-info}/entry_points.txt +0 -0
  28. {tccli_intl_en-3.1.11.1.dist-info → tccli_intl_en-3.1.13.1.dist-info}/top_level.txt +0 -0
@@ -903,6 +903,13 @@
903
903
  "output": "DescribeTimingL7CacheDataResponse",
904
904
  "status": "online"
905
905
  },
906
+ "DescribeTimingL7OriginPullData": {
907
+ "document": "This API is used to query time series data for layer-7 domain services' origin-pull data.",
908
+ "input": "DescribeTimingL7OriginPullDataRequest",
909
+ "name": "Query origin time series data",
910
+ "output": "DescribeTimingL7OriginPullDataResponse",
911
+ "status": "online"
912
+ },
906
913
  "DescribeTopL7AnalysisData": {
907
914
  "document": "This API is used to query the top N data of the L7 domain name business by specified dimension.\nCreate and bind policy Query instance Reset instance access password.\nThis API is used to query data with a delay of about 10 minutes. It is recommended to pull data from at least 10 minutes before the current time.\nThis API is used to return post-protection traffic request data by default. Users can query defended data in `Filters.mitigatedByWebSecurity`.",
908
915
  "input": "DescribeTopL7AnalysisDataRequest",
@@ -13961,6 +13968,98 @@
13961
13968
  ],
13962
13969
  "type": "object"
13963
13970
  },
13971
+ "DescribeTimingL7OriginPullDataRequest": {
13972
+ "document": "DescribeTimingL7OriginPullData request structure.",
13973
+ "members": [
13974
+ {
13975
+ "disabled": false,
13976
+ "document": "Start time.",
13977
+ "example": "2020-04-29T00:00:00Z",
13978
+ "member": "datetime_iso",
13979
+ "name": "StartTime",
13980
+ "required": true,
13981
+ "type": "string"
13982
+ },
13983
+ {
13984
+ "disabled": false,
13985
+ "document": "End time. The query time range (`EndTime` - `StartTime`) must be less than or equal to 31 days.",
13986
+ "example": "2020-04-30T00:00:00Z",
13987
+ "member": "datetime_iso",
13988
+ "name": "EndTime",
13989
+ "required": true,
13990
+ "type": "string"
13991
+ },
13992
+ {
13993
+ "disabled": false,
13994
+ "document": "Metric list. Valid values:.\n<li>l7Flow_outFlux_hy: specifies the request traffic from the EdgeOne node to the origin server. Unit: byte.</li>\n<li>l7Flow_outBandwidth_hy: specifies the request bandwidth from EdgeOne node to origin server. Unit: bps.</li>\n<li>l7Flow_request_hy: specifies the request count from EdgeOne node to origin server. Unit: times.</li>\n<li>l7Flow_inFlux_hy: specifies the response traffic from the origin server to the EdgeOne node. Unit: byte.</li>\n<li>l7Flow_inBandwidth_hy: specifies the response bandwidth from the origin server to the EdgeOne node. Unit: bps.</li>\n",
13995
+ "example": "[\"l7Flow_outFlux_hy\"]",
13996
+ "member": "string",
13997
+ "name": "MetricNames",
13998
+ "required": true,
13999
+ "type": "list"
14000
+ },
14001
+ {
14002
+ "disabled": false,
14003
+ "document": "Site ID set. This parameter is required. A maximum of 100 zone-ids can be imported. Use `*` to query data for all sites under the Tencent Cloud root account. Querying account-level data requires permissions for all site resources in this interface.",
14004
+ "example": "[\"*\"]",
14005
+ "member": "string",
14006
+ "name": "ZoneIds",
14007
+ "required": true,
14008
+ "type": "list"
14009
+ },
14010
+ {
14011
+ "disabled": false,
14012
+ "document": "Time granularity of the query. Valid values:\n<Li>min: 1 minute.</li><Li>5min: 5 minutes;</li><Li>hour: 1 hour;</li><li>day: 1 day.</li>If this parameter is not input, the granularity will be automatically calculated based on the interval between the start time and end time. Specifically, data will be queried with a granularity of min, 5min, hour, and day respectively when the period is no more than 2 hours, no more than 2 days, no more than 7 days, and over 7 days.",
14013
+ "example": "hour",
14014
+ "member": "string",
14015
+ "name": "Interval",
14016
+ "required": false,
14017
+ "type": "string"
14018
+ },
14019
+ {
14020
+ "disabled": false,
14021
+ "document": "Filter conditions. Details:\n<li>domain: specifies the domain name in client requests. When the domain is onboarded via a wildcard, the recorded value is the wildcard domain itself, not the specific subdomain.</li>",
14022
+ "example": "无",
14023
+ "member": "QueryCondition",
14024
+ "name": "Filters",
14025
+ "required": false,
14026
+ "type": "list"
14027
+ }
14028
+ ],
14029
+ "type": "object"
14030
+ },
14031
+ "DescribeTimingL7OriginPullDataResponse": {
14032
+ "document": "DescribeTimingL7OriginPullData response structure.",
14033
+ "members": [
14034
+ {
14035
+ "disabled": false,
14036
+ "document": "Total number of entries in the query result.",
14037
+ "example": "20",
14038
+ "member": "uint64",
14039
+ "name": "TotalCount",
14040
+ "output_required": true,
14041
+ "type": "int",
14042
+ "value_allowed_null": false
14043
+ },
14044
+ {
14045
+ "disabled": false,
14046
+ "document": "Time series data list for origin-pull data.",
14047
+ "example": "无",
14048
+ "member": "TimingDataRecord",
14049
+ "name": "TimingDataRecords",
14050
+ "output_required": true,
14051
+ "type": "list",
14052
+ "value_allowed_null": false
14053
+ },
14054
+ {
14055
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
14056
+ "member": "string",
14057
+ "name": "RequestId",
14058
+ "type": "string"
14059
+ }
14060
+ ],
14061
+ "type": "object"
14062
+ },
13964
14063
  "DescribeTopL7AnalysisDataRequest": {
13965
14064
  "document": "DescribeTopL7AnalysisData request structure.",
13966
14065
  "members": [
@@ -13984,7 +14083,7 @@
13984
14083
  },
13985
14084
  {
13986
14085
  "disabled": false,
13987
- "document": "Queried metric. valid values:.\n<li> l7Flow_outFlux_country: specifies the l7 EdgeOne response traffic metric counted by the country/region dimension.</li>.\n<li> l7Flow_outFlux_province: specifies the l7 EdgeOne response traffic metric counted by the dimension of provinces in chinese mainland.</li>.\n<li> l7Flow_outFlux_statusCode: specifies the l7 EdgeOne response traffic metric by status code dimension.</li>.\n<li> l7Flow_outFlux_domain: specifies the l7 EdgeOne response traffic metric counted by domain name dimension.</li>.\n<li>l7Flow_outFlux_url: specifies the l7 EdgeOne response traffic metric counted by url Path dimension.</li>.\n<li> l7Flow_outFlux_resourceType: specifies the l7 EdgeOne response traffic metric counted by resource type dimension.</li>.\n<li> l7Flow_outFlux_sip: specifies the l7 EdgeOne response traffic metric counted by the client IP dimension.</li>.\n<li>l7Flow_outFlux_referers: specifies the l7 EdgeOne response traffic statistics by Referer dimension.</li>.\n<li> l7Flow_outFlux_ua_device: specifies the l7 EdgeOne response traffic metric counted by device type dimension.</li>.\n<li> l7Flow_outFlux_ua_browser: specifies the l7 EdgeOne response traffic metric by browser type dimension.</li>.\n<li> l7Flow_outFlux_ua_os: specifies the l7 EdgeOne response traffic metric counted by the operating system type dimension.</li>.\n<li> l7Flow_outFlux_ua: specifies the l7 EdgeOne response traffic metric by User-Agent dimension statistics.</li>.\n<li> l7Flow_request_country: specifies the l7 access request count metric by country/region dimension.</li>.\n<li> l7Flow_request_province: specifies the l7 access request count metric by province in the chinese mainland.</li>.\n<li> l7Flow_request_statusCode: specifies the l7 access request count metric by status code dimension.</li>.\n<li> l7Flow_request_domain: specifies the l7 access request count metric counted by the domain name dimension.</li>.\n<li> l7Flow_request_url: specifies the l7 access request count metric counted by url Path dimension. </li>.\n<li> l7Flow_request_resourceType: specifies the l7 access request count metric counted by the resource type dimension.</li>.\n<li> l7Flow_request_sip: specifies the l7 access request count metric counted by the client IP dimension.</li>.\n<li>l7Flow_request_referer: specifies l7 access request count metrics by referer dimension.</li>.\n<li> l7Flow_request_ua_device: specifies the l7 access request count metric by device type dimension.</li>.\n<li> l7Flow_request_ua_browser: specifies the l7 access request count metric by browser type dimension.</li>.\n<li> l7Flow_request_ua_os: specifies the l7 access request count metric counted by the operating system type dimension.</li>.\n<li> l7Flow_request_ua: l7 access request count metric counted by the User-Agent dimension.</li>.",
14086
+ "document": "Queried metric. Valid values:\n<li> l7Flow_outFlux_country: specifies the l7 EdgeOne response traffic metric counted by the country/region dimension.</li>\n<li> l7Flow_outFlux_province: specifies the l7 EdgeOne response traffic metric counted by the dimension of provinces in chinese mainland.</li>\n<li> l7Flow_outFlux_statusCode: specifies the l7 EdgeOne response traffic metric by status code dimension.</li>\n<li> l7Flow_outFlux_domain: specifies the l7 EdgeOne response traffic metric counted by domain name dimension.</li>\n<li>l7Flow_outFlux_url: specifies the l7 EdgeOne response traffic metric counted by url Path dimension.</li>\n<li> l7Flow_outFlux_resourceType: specifies the l7 EdgeOne response traffic metric counted by resource type dimension.</li>\n<li> l7Flow_outFlux_sip: specifies the l7 EdgeOne response traffic metric counted by the client IP dimension.</li>\n<li>l7Flow_outFlux_referers: specifies the l7 EdgeOne response traffic statistics by Referer dimension.</li>\n<li> l7Flow_outFlux_ua_device: specifies the l7 EdgeOne response traffic metric counted by device type dimension.</li>\n<li> l7Flow_outFlux_ua_browser: specifies the l7 EdgeOne response traffic metric by browser type dimension.</li>\n<li> l7Flow_outFlux_ua_os: specifies the l7 EdgeOne response traffic metric counted by the operating system type dimension.</li>\n<li> l7Flow_outFlux_ua: specifies the l7 EdgeOne response traffic metric by User-Agent dimension statistics.</li>\n<li> l7Flow_request_country: specifies the l7 access request count metric by country/region dimension.</li>\n<li> l7Flow_request_province: specifies the l7 access request count metric by province in the chinese mainland.</li>\n<li> l7Flow_request_statusCode: specifies the l7 access request count metric by status code dimension.</li>\n<li> l7Flow_request_domain: specifies the l7 access request count metric counted by the domain name dimension.</li>\n<li> l7Flow_request_url: specifies the l7 access request count metric counted by url Path dimension. </li>\n<li> l7Flow_request_resourceType: specifies the l7 access request count metric counted by the resource type dimension.</li>\n<li> l7Flow_request_sip: specifies the l7 access request count metric counted by the client IP dimension.</li>\n<li>l7Flow_request_referers: specifies l7 access request count metrics by referer dimension.</li>\n<li> l7Flow_request_ua_device: specifies the l7 access request count metric by device type dimension.</li>\n<li> l7Flow_request_ua_browser: specifies the l7 access request count metric by browser type dimension.</li>\n<li> l7Flow_request_ua_os: specifies the l7 access request count metric counted by the operating system type dimension.</li>\n<li> l7Flow_request_ua: l7 access request count metric counted by the User-Agent dimension.</li>",
13988
14087
  "example": "l7Flow_outFlux_country",
13989
14088
  "member": "string",
13990
14089
  "name": "MetricName",
@@ -13997,7 +14096,7 @@
13997
14096
  "example": "[\"*\"]",
13998
14097
  "member": "string",
13999
14098
  "name": "ZoneIds",
14000
- "required": false,
14099
+ "required": true,
14001
14100
  "type": "list"
14002
14101
  },
14003
14102
  {
@@ -1308,6 +1308,14 @@
1308
1308
  "title": "Querying the Time Series Traffic Data by Specified Status Code"
1309
1309
  }
1310
1310
  ],
1311
+ "DescribeTimingL7OriginPullData": [
1312
+ {
1313
+ "document": "This example shows you how to query the number of origin-pull requests for layer-7 domain services under specified site ID zone-2ntf1u8utpmz from 2025-07-01 00:00:00 to 2025-07-15 00:00:00 with a query time granularity of day.",
1314
+ "input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTimingL7OriginPullData\n<Common request parameters>\n\n{\n \"StartTime\": \"2025-07-01T00:00:00+08:00\",\n \"EndTime\": \"2025-07-15T00:00:00+08:00\",\n \"Interval\": \"day\",\n \"MetricNames\": [\n \"l7Flow_request_hy\"\n ],\n \"ZoneIds\": [\n \"zone-2ntf1u8utpmz\"\n ]\n}",
1315
+ "output": "{\n \"Response\": {\n \"RequestId\": \"7cc73e86-092b-4aa2-b28a-c9c338834926\",\n \"TimingDataRecords\": [\n {\n \"TypeKey\": \"251008840\",\n \"TypeValue\": [\n {\n \"Avg\": 1714316,\n \"Detail\": [\n {\n \"Timestamp\": 1751299200,\n \"Value\": 0\n },\n {\n \"Timestamp\": 1751385600,\n \"Value\": 0\n },\n {\n \"Timestamp\": 1751472000,\n \"Value\": 1471972\n },\n {\n \"Timestamp\": 1751558400,\n \"Value\": 2824464\n },\n {\n \"Timestamp\": 1751644800,\n \"Value\": 2815290\n },\n {\n \"Timestamp\": 1751731200,\n \"Value\": 2814852\n },\n {\n \"Timestamp\": 1751817600,\n \"Value\": 2815244\n },\n {\n \"Timestamp\": 1751904000,\n \"Value\": 11147558\n },\n {\n \"Timestamp\": 1751990400,\n \"Value\": 6\n },\n {\n \"Timestamp\": 1752076800,\n \"Value\": 0\n },\n {\n \"Timestamp\": 1752163200,\n \"Value\": 0\n },\n {\n \"Timestamp\": 1752249600,\n \"Value\": 0\n },\n {\n \"Timestamp\": 1752336000,\n \"Value\": 0\n },\n {\n \"Timestamp\": 1752422400,\n \"Value\": 111050\n }\n ],\n \"Max\": 11147558,\n \"MetricName\": \"l7Flow_request_hy\",\n \"Sum\": 24000436\n }\n ]\n }\n ],\n \"TotalCount\": 1\n }\n}",
1316
+ "title": "Querying Time Series Data for Origin Analysis"
1317
+ }
1318
+ ],
1311
1319
  "DescribeTopL7AnalysisData": [
1312
1320
  {
1313
1321
  "document": "This example shows you how to query the traffic data of the top URL path under a specific HTTP protocol version (HTTP/1.0 or HTTP/1.1).",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tccli-intl-en
3
- Version: 3.1.11.1
3
+ Version: 3.1.13.1
4
4
  Summary: Universal Command Line Environment for Tencent Cloud
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-cli-intl-en.git
6
6
  Author: Tencent Cloud
@@ -21,7 +21,7 @@ Classifier: Programming Language :: Python :: 3.4
21
21
  Classifier: Programming Language :: Python :: 3.5
22
22
  Classifier: Programming Language :: Python :: 3.6
23
23
  License-File: LICENSE
24
- Requires-Dist: tencentcloud-sdk-python-intl-en >=3.1.11
24
+ Requires-Dist: tencentcloud-sdk-python-intl-en >=3.1.13
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=eN6RTaSJL8332b5xFZdSernNHNLz6FJj-c6ygVvOkkQ,26
1
+ tccli/__init__.py,sha256=SMMNthKdmy4LfbNugUKvnlzTRXHC0Ub2cJgSFJz2yEc,26
2
2
  tccli/argparser.py,sha256=WtfpBhj2R6JHSzagy6w6Q4y3YVmyIC_yK80w3tqBPgU,5589
3
3
  tccli/argument.py,sha256=_ictuLaeci9t9bvWGZ1QcpMLMztqKkpVH7UyiUwOc-g,8092
4
4
  tccli/base_command.py,sha256=rFWNAwfS0GA6LLGNOM-iPI0RV81Jag5cZn536ZQN0pw,2859
@@ -49,11 +49,15 @@ tccli/plugins/sso/terminal.py,sha256=niX5xr6avR32NDIWGrXjuhJ-Y9OiBWW45RmxWxwXT6I
49
49
  tccli/plugins/sso/texts.py,sha256=N5bt3WXMk9oKWHFsuIG7jVVejdUi5Mzi8wsrhWX3t1s,2234
50
50
  tccli/plugins/test/__init__.py,sha256=ed14rjeb4-Sf_uttli4x3gRl27FT2-NHPtQxRcdwE3o,2712
51
51
  tccli/plugins/test/add.py,sha256=L8EcHizXbEb8NiH1C-Giu9RPHRxe9rxGBDziaaFa1LE,1016
52
- tccli/services/__init__.py,sha256=LX6YkAH62qxbRKWwvdnsXxy2B8SghuFhAujs2dimdT0,6502
52
+ tccli/services/__init__.py,sha256=w8ijzCrm_a9ILtxe_SMsty2qRuB9yNleOgHQEueZZrk,6589
53
53
  tccli/services/advisor/__init__.py,sha256=94YMESuc98jtnMMx_zO-vxCDjIdVjLy_KTCcG7nvOVo,93
54
54
  tccli/services/advisor/advisor_client.py,sha256=7JK2u7jsJ3S-uQlWNKDS_dLcsQTN8Z-Evon8UUeLwSc,12388
55
55
  tccli/services/advisor/v20200721/api.json,sha256=WrgEe_7e5-wVC7N4iftxYIMkrwdDL8EmIQli8sMryGo,15295
56
56
  tccli/services/advisor/v20200721/examples.json,sha256=S2jiK5fV6mwaTTyP6RefHW4M7PsjuBQDbNUySBDDq9E,5339
57
+ tccli/services/ai3d/__init__.py,sha256=ker6RRKhtPgG1ph1cz2Fl979b0bbAC_xevKpaxyR6uk,87
58
+ tccli/services/ai3d/ai3d_client.py,sha256=JThy_NyUP6Bzk562a3C9ukWuvj_fxSv6BRNYoIyPTV4,12371
59
+ tccli/services/ai3d/v20250513/api.json,sha256=h9n3eg_D8_9dTRHYUyHXphYxgVvIWnoUg53kliIsxAA,10638
60
+ tccli/services/ai3d/v20250513/examples.json,sha256=KKK0qIv9L6yyqTwQ0p2gr6HfgH1Bzzd_GZhFVykbHsM,1398
57
61
  tccli/services/aiart/__init__.py,sha256=Y-fYvm53hvADUxzlHVPLGQM3P-5cZMqfaKZ6MrBYYgY,89
58
62
  tccli/services/aiart/aiart_client.py,sha256=FggqAll6cAqpDUrrqhuOzWUCaZORXbKhnILoyeKwU18,9205
59
63
  tccli/services/aiart/v20221229/api.json,sha256=TqBM1EbIgis8yOfhvQBsNRdnPcARwNkyCAG9q77nx0U,10647
@@ -198,8 +202,8 @@ tccli/services/ctsdb/v20230202/api.json,sha256=OdVCQn1d5ROlJirmxcGLM2TkLzDH2cunz
198
202
  tccli/services/ctsdb/v20230202/examples.json,sha256=GB60VeEhL_lUbM6kjgL-9fqXGd7dc1C7TUCK6KRrrV4,3720
199
203
  tccli/services/cvm/__init__.py,sha256=TlF7VMjJTb_ELng-8ghL1Zvrmu7MJyuNBU5KLiWrFnw,85
200
204
  tccli/services/cvm/cvm_client.py,sha256=AaUfG_inZazAAiUDO9vOknDYWe9F7h8_jaRb9lRoUEQ,268363
201
- tccli/services/cvm/v20170312/api.json,sha256=T0xdB0wpDlUQTUzo0DGhaQ7v889sc1e7jz7c3Gjn490,489180
202
- tccli/services/cvm/v20170312/examples.json,sha256=7hb8mEJkb0BPHUwxVJ2Tv-QR7LwbucsjvlXY7Kjeg30,123438
205
+ tccli/services/cvm/v20170312/api.json,sha256=h1g7xLXPzkPei_zrNj7LhDbnLUv0hrHEuRr6ayFs13s,489083
206
+ tccli/services/cvm/v20170312/examples.json,sha256=oQ7bqMJ02pd-W24LWuqgROjr52R5IHsHdK7U9SnzBw8,123705
203
207
  tccli/services/cwp/__init__.py,sha256=VzfiK7QzpNmTiO4zrmILRFSkKMJka8elLwzYLTjUPFw,85
204
208
  tccli/services/cwp/cwp_client.py,sha256=F33EOyd7GPA13BsS3Sghk8txWpGgXi9815SX4rDJaDs,1457621
205
209
  tccli/services/cwp/v20180228/api.json,sha256=dl5bSD0_GMwxmOIItlWCGJLcHilwgdV9x096K8Do1Oc,2098126
@@ -282,7 +286,7 @@ tccli/services/facefusion/v20220927/api.json,sha256=0MmF_KULZYK_agSc1ZZMRhvSjp01
282
286
  tccli/services/facefusion/v20220927/examples.json,sha256=6qZnFLt6wwaOwAvAUwfwsZc8GUVB76oFf4v7rga8ai8,3496
283
287
  tccli/services/faceid/__init__.py,sha256=zbcAvv37wx7NH6hsSFPSCqgR2ih1UiQOdqNfmitdeVY,91
284
288
  tccli/services/faceid/faceid_client.py,sha256=COSYRLEK7b-zxNGuRbPSBwtx_aHS0KvT32rwoVGmA4o,65431
285
- tccli/services/faceid/v20180301/api.json,sha256=kcQKuj7E5bHLlYX8cD8FHYJFtKeiWGrLMkFfVRIgxoI,235623
289
+ tccli/services/faceid/v20180301/api.json,sha256=H8w0KuVc-TCbC-8KFx-vxBJQzdYHQyma99YM8Ri3dW8,235523
286
290
  tccli/services/faceid/v20180301/examples.json,sha256=jFWNxE7OjDLGc8zStbbdcxfviuzRR6-CsIgpt7poUl4,35131
287
291
  tccli/services/gaap/__init__.py,sha256=S_z9yBKvBasiqOewA4ok4_IsMa25mEeOkC-3TCbGn4k,87
288
292
  tccli/services/gaap/gaap_client.py,sha256=LmKfJSZ64IHa5MxfMMf-uyIudJTmbIWaPiQEqGrLouY,279965
@@ -304,6 +308,10 @@ tccli/services/gwlb/__init__.py,sha256=5UFO9IA7lrwdI_GWuXJY4pBVvLRDbfGsHro21s3Tt
304
308
  tccli/services/gwlb/gwlb_client.py,sha256=P3RUcwThoEQzw6tlYHKMYysoBDTicRPYuZ9TMD1S8zQ,62625
305
309
  tccli/services/gwlb/v20240906/api.json,sha256=eWMOb2B0ffm8Mv0Hp8tRTjXiCTXJJOsJS8AmTkLxFAE,65957
306
310
  tccli/services/gwlb/v20240906/examples.json,sha256=ZEEkimWbCZpc77XUTmUkwxcNvWsMui5EJ_DV58qXJ7Y,16849
311
+ tccli/services/hunyuan/__init__.py,sha256=ZWaLaByP6wMQSS7nntZKqol4lzuJKslQFdB4Bv3kYwU,93
312
+ tccli/services/hunyuan/hunyuan_client.py,sha256=YoFyAmMgVsjP9LvoPDoVfrqul0kpiQvsXL36DA2BZCE,12398
313
+ tccli/services/hunyuan/v20230901/api.json,sha256=DTyh13qsDsX9dRC4JIEd4V2sT7DI_KMSpXqUstDJ2GI,11273
314
+ tccli/services/hunyuan/v20230901/examples.json,sha256=BkCYOJs-cXwuAc7gYEMsEDlBtIc2GLKMgwIcGOKzz6g,1088
307
315
  tccli/services/iai/__init__.py,sha256=pyYHUQUj82fBZdJ7cEUsTpy6VP8aU0siS32k7-3aM9Q,85
308
316
  tccli/services/iai/iai_client.py,sha256=JEo6VThmgJvxZnFz3iqbMe65jGUotkJKteIDHHkdbSY,95468
309
317
  tccli/services/iai/v20200303/api.json,sha256=y5doZeigG4z4nrbqmVfTID0DyKW1QM7nr4OfTz4VfSY,180386
@@ -361,9 +369,9 @@ tccli/services/mdc/mdc_client.py,sha256=nqrXwReges89icavvVeJPzWh9t00aYhV3eZsPC2w
361
369
  tccli/services/mdc/v20200828/api.json,sha256=ytnZrvelUN6WrpmTjWlQOJbsiJtDeTZhk1saopSXqGY,126849
362
370
  tccli/services/mdc/v20200828/examples.json,sha256=4KO2ZaXQG3hMmet3Sf5NhfLHvkREDNiRKyyyqkm7OlY,37377
363
371
  tccli/services/mdl/__init__.py,sha256=IhqjE774C9EQ-gYNYWtnfO9A4aZi9qxfd5zTey7CFSs,85
364
- tccli/services/mdl/mdl_client.py,sha256=4QnmwTabYN890qQ60MWmIKddrrIDqTl4r1ojpmB1Ais,109795
365
- tccli/services/mdl/v20200326/api.json,sha256=IEjq2vR1nu4QOiz2LbQDKi7ns4xlIDtv3IHopa_ohqY,260704
366
- tccli/services/mdl/v20200326/examples.json,sha256=tDQsDXfN_UUzr2JPhz570EGKYpLkxI3ksrr7G5gEWdk,39075
372
+ tccli/services/mdl/mdl_client.py,sha256=5lGlfkR2voa6JHEzxBNAnjv7hqjjJXCngwlNP0qexeU,119204
373
+ tccli/services/mdl/v20200326/api.json,sha256=L5mkq2QBcndw-uLBYeU3TFBizcyBnemiReXAN3GUp7Q,273079
374
+ tccli/services/mdl/v20200326/examples.json,sha256=Z734AuDkkvjMZLNQ3Kawbn7cGjuHP7aPQWZQ6RC7q1U,41670
367
375
  tccli/services/mdp/__init__.py,sha256=RALYmSbMGl9MqSjDHzxRemmg_ctfsVSsmU_3fv_LQxw,85
368
376
  tccli/services/mdp/mdp_client.py,sha256=fEveFsQ1pzEkR1DEa0RKCzx2bIepT6LJ0zvYZieQxYs,203222
369
377
  tccli/services/mdp/v20200527/api.json,sha256=HpJZXBo64tdIPJgxC8_uWRFx38Ux_7gWaPl5BUgzyWo,232034
@@ -381,9 +389,9 @@ tccli/services/monitor/monitor_client.py,sha256=gv-7tw8sNNAMJI4YJwov67oMorLsLE8k
381
389
  tccli/services/monitor/v20180724/api.json,sha256=fzRIuosDX46mer7S5EQrGevOqHds0W_pZ4sGLoMkvgU,661948
382
390
  tccli/services/monitor/v20180724/examples.json,sha256=P0joek--vtFDQQR2M624kTSu6UkSU3RM1AdLbTt4Mjg,254205
383
391
  tccli/services/mps/__init__.py,sha256=4M5o2xc0u3rqtgz_5an9Qxw2QaOqwBq8Fjc3IB64p2o,85
384
- tccli/services/mps/mps_client.py,sha256=Q_639yfhsww3hUq4aI0i3WLW8FKeO361_g5uI4bE8tY,334446
385
- tccli/services/mps/v20190612/api.json,sha256=mxrGU6eswzw1TfgVxohewTG-bVvWIiBoyHJervCRJ1A,1263917
386
- tccli/services/mps/v20190612/examples.json,sha256=wXAIbeT_WiLMg3g7zDTs_QPcSIZyDl4qHUzO-PgXv00,272322
392
+ tccli/services/mps/mps_client.py,sha256=Rjo5mkaK99O5TjhnROVra7IsmNvLQMhGOMeZ0Hq9ZnM,337539
393
+ tccli/services/mps/v20190612/api.json,sha256=U8FNnq3ob-HmuBnnmHxhd578v7y6sugEIlwHAA1MNXI,1276555
394
+ tccli/services/mps/v20190612/examples.json,sha256=dszxxYW0L5HoMDBvnmqscZB8sz1AGYCczx4rm6YPn4E,276445
387
395
  tccli/services/msp/__init__.py,sha256=0k_5yz4kYV72TCSBHRT9p4FBqtVxKOiOrNCR-QXcjEA,85
388
396
  tccli/services/msp/msp_client.py,sha256=UpegnlT96rHXrO0Y6sPyowLYGw4cDzT8Hq7epPDqt-U,27982
389
397
  tccli/services/msp/v20180319/api.json,sha256=PUGm-MEDPWDfGFbQzE_XM2QGC68xgf1Oy3otIjOWkG0,22901
@@ -519,11 +527,11 @@ tccli/services/tem/v20201221/examples.json,sha256=DNo6OfxmsQ0vKqh9Mx0Z12PpQkTcrV
519
527
  tccli/services/tem/v20210701/api.json,sha256=yDaO-jvC6yTsayjYVrhODA-wDVKZu4YQxE0fCn5eHF0,259836
520
528
  tccli/services/tem/v20210701/examples.json,sha256=Wa6HgD5hWrDuPd1H0ThqonyQ1hCOIreoCE8TRaTDm0o,78999
521
529
  tccli/services/teo/__init__.py,sha256=nvzcUSkSQuTftWEJ399BUZpUk_0jEq-l97539DwbAwM,85
522
- tccli/services/teo/teo_client.py,sha256=7b4WeyxwFPTkGekcmI_TMZLRGT9NDpy__eQJnDiDAwk,763926
530
+ tccli/services/teo/teo_client.py,sha256=DX6uAnPtoxNHGbl6RukW1ZYRt4ptJyMrBmcDrvPjcQc,767084
523
531
  tccli/services/teo/v20220106/api.json,sha256=pEZJsuPOV4oAO5uxFRxpkBzxdGbhiuDGeDhItZLpBk0,440930
524
532
  tccli/services/teo/v20220106/examples.json,sha256=bzXKxeiSSmtv7lL1wbcb7YaTbgbOFBJbD_uCv1fzQuk,87233
525
- tccli/services/teo/v20220901/api.json,sha256=Ndb7wb5sGOq9TI06--gURK_ISmlG-DgUtOjRGEolHLU,1188499
526
- tccli/services/teo/v20220901/examples.json,sha256=t1czAxgCVF0G0JbTTeiaiIM9vEgGZ0BKYk78WlvQYVQ,533780
533
+ tccli/services/teo/v20220901/api.json,sha256=sJi6yAe6SFMKPCgG3SftUlzq9CrKn403gq7jow2lkEs,1193195
534
+ tccli/services/teo/v20220901/examples.json,sha256=9sqIF8P14woA50UayZDClGKi9B7IZJl2MZpIL8fENK8,537623
527
535
  tccli/services/tione/__init__.py,sha256=hVHB2cJpskiRtSHmEaJj2ZcjQp28c17sepm54VgFH7I,89
528
536
  tccli/services/tione/tione_client.py,sha256=v-JdpUrufgYnhjS3kN-5t92Ned697gxB8xcNr2YMMV8,9275
529
537
  tccli/services/tione/v20211111/api.json,sha256=LdLS6ORNi6pmPi7CfGts0ryuEI4qp9EFIGKOVxql1E8,107248
@@ -600,9 +608,9 @@ tccli/services/yunjing/__init__.py,sha256=8HTKN8_ow1j67tspqAbBMQgeteXAagLvtb9WAf
600
608
  tccli/services/yunjing/yunjing_client.py,sha256=TgW9P5c1WrxNFj8viq_OLbeC5HYRdjHm7qv_hYr-Lqs,227266
601
609
  tccli/services/yunjing/v20180228/api.json,sha256=zYojacZyPgPCi71CLBjuHsQR9mIxcZjCX5JwA9TYr1s,173428
602
610
  tccli/services/yunjing/v20180228/examples.json,sha256=j3GL3TtNTkZpNLlksz0nJNCVDxYGUqfRqOt94Y-P8OE,58723
603
- tccli_intl_en-3.1.11.1.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
604
- tccli_intl_en-3.1.11.1.dist-info/METADATA,sha256=dxfwjnZzChE5XvmiC2PuOwW1NtAl3DgO9a5nXsaPnTU,3063
605
- tccli_intl_en-3.1.11.1.dist-info/WHEEL,sha256=Ll72iyqtt6Rbxp-Q7FSafYA1LeRv98X15xcZWRsFEmY,109
606
- tccli_intl_en-3.1.11.1.dist-info/entry_points.txt,sha256=9ZzsXxi7Xj3ZneT7VxRVJpFvnmdEOeysh999_0gWVvo,85
607
- tccli_intl_en-3.1.11.1.dist-info/top_level.txt,sha256=gYFrQRE3IqZ_46Syp-vkVwwvNaYEtKcM4fE_C4Puomk,6
608
- tccli_intl_en-3.1.11.1.dist-info/RECORD,,
611
+ tccli_intl_en-3.1.13.1.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
612
+ tccli_intl_en-3.1.13.1.dist-info/METADATA,sha256=zfrLB8wTupGaBNSWXnyAVoUDZFbg51cv4vE7TJ5Tc-Y,3063
613
+ tccli_intl_en-3.1.13.1.dist-info/WHEEL,sha256=Ll72iyqtt6Rbxp-Q7FSafYA1LeRv98X15xcZWRsFEmY,109
614
+ tccli_intl_en-3.1.13.1.dist-info/entry_points.txt,sha256=9ZzsXxi7Xj3ZneT7VxRVJpFvnmdEOeysh999_0gWVvo,85
615
+ tccli_intl_en-3.1.13.1.dist-info/top_level.txt,sha256=gYFrQRE3IqZ_46Syp-vkVwwvNaYEtKcM4fE_C4Puomk,6
616
+ tccli_intl_en-3.1.13.1.dist-info/RECORD,,