tccli-intl-en 3.0.1270.1__py2.py3-none-any.whl → 3.0.1271.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 (32) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +2 -1
  3. tccli/services/ccc/ccc_client.py +65 -12
  4. tccli/services/ccc/v20200210/api.json +112 -15
  5. tccli/services/ccc/v20200210/examples.json +8 -0
  6. tccli/services/clb/v20180317/api.json +29 -14
  7. tccli/services/cynosdb/cynosdb_client.py +114 -8
  8. tccli/services/cynosdb/v20190107/api.json +718 -54
  9. tccli/services/cynosdb/v20190107/examples.json +20 -4
  10. tccli/services/dlc/dlc_client.py +175 -16
  11. tccli/services/dlc/v20210125/api.json +282 -6
  12. tccli/services/dlc/v20210125/examples.json +24 -0
  13. tccli/services/faceid/v20180301/examples.json +1 -1
  14. tccli/services/mdl/v20200326/api.json +104 -0
  15. tccli/services/monitor/monitor_client.py +273 -8
  16. tccli/services/monitor/v20180724/api.json +649 -0
  17. tccli/services/monitor/v20180724/examples.json +40 -0
  18. tccli/services/mps/v20190612/api.json +179 -30
  19. tccli/services/mps/v20190612/examples.json +8 -8
  20. tccli/services/quota/v20241204/api.json +13 -2
  21. tccli/services/quota/v20241204/examples.json +4 -3
  22. tccli/services/redis/v20180412/api.json +225 -113
  23. tccli/services/redis/v20180412/examples.json +19 -19
  24. tccli/services/wedata/v20250806/api.json +13644 -0
  25. tccli/services/wedata/v20250806/examples.json +621 -0
  26. tccli/services/wedata/wedata_client.py +4663 -789
  27. {tccli_intl_en-3.0.1270.1.dist-info → tccli_intl_en-3.0.1271.1.dist-info}/METADATA +2 -2
  28. {tccli_intl_en-3.0.1270.1.dist-info → tccli_intl_en-3.0.1271.1.dist-info}/RECORD +32 -30
  29. {tccli_intl_en-3.0.1270.1.dist-info → tccli_intl_en-3.0.1271.1.dist-info}/LICENSE +0 -0
  30. {tccli_intl_en-3.0.1270.1.dist-info → tccli_intl_en-3.0.1271.1.dist-info}/WHEEL +0 -0
  31. {tccli_intl_en-3.0.1270.1.dist-info → tccli_intl_en-3.0.1271.1.dist-info}/entry_points.txt +0 -0
  32. {tccli_intl_en-3.0.1270.1.dist-info → tccli_intl_en-3.0.1271.1.dist-info}/top_level.txt +0 -0
@@ -239,7 +239,7 @@
239
239
  },
240
240
  {
241
241
  "disabled": false,
242
- "document": " Member UIN",
242
+ "document": " Member UIN.",
243
243
  "example": "2342",
244
244
  "member": "int64",
245
245
  "name": "MemberUin",
@@ -252,6 +252,16 @@
252
252
  "CreateAlarmResponse": {
253
253
  "document": "CreateAlarm response structure.",
254
254
  "members": [
255
+ {
256
+ "disabled": false,
257
+ "document": "1001",
258
+ "example": "119",
259
+ "member": "int64",
260
+ "name": "AlarmId",
261
+ "output_required": false,
262
+ "type": "int",
263
+ "value_allowed_null": false
264
+ },
255
265
  {
256
266
  "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.",
257
267
  "member": "string",
@@ -533,5 +543,6 @@
533
543
  ],
534
544
  "type": "object"
535
545
  }
536
- }
546
+ },
547
+ "version": "1.0"
537
548
  }
@@ -4,8 +4,8 @@
4
4
  {
5
5
  "document": "",
6
6
  "input": "POST / HTTP/1.1\nHost: quota.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAlarm\n<Common request parameters>\n\n{\n \"Name\": \"Quota 2\",\n \"ProductId\": 2,\n \"QuotaId\": 3,\n \"Metrics\": 1,\n \"Threshold\": 1,\n \"Frequency\": 1\n}",
7
- "output": "{\n \"Response\": {\n \"RequestId\": \"1c5d13bd-070e-4eb8-90c2-4a01dc1b2c54\"\n }\n}",
8
- "title": "Creat Quota"
7
+ "output": "{\n \"Response\": {\n \"AlarmId\": 119,\n \"RequestId\": \"573f1a99-3b45-40bd-8c63-fdd311e1998e\"\n }\n}",
8
+ "title": "Creating a Quota Alarm"
9
9
  }
10
10
  ],
11
11
  "DeleteAlarm": [
@@ -46,5 +46,6 @@
46
46
  "title": "Editing Quota"
47
47
  }
48
48
  ]
49
- }
49
+ },
50
+ "version": "1.0"
50
51
  }