tccli 3.0.1112.1__py2.py3-none-any.whl → 3.0.1114.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.

Potentially problematic release.


This version of tccli might be problematic. Click here for more details.

Files changed (35) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/cat/v20180409/api.json +2 -2
  3. tccli/services/cat/v20180409/examples.json +2 -2
  4. tccli/services/ckafka/v20190819/api.json +13 -3
  5. tccli/services/dasb/v20191018/api.json +2 -2
  6. tccli/services/dbbrain/dbbrain_client.py +57 -4
  7. tccli/services/dbbrain/v20210527/api.json +173 -5
  8. tccli/services/dbbrain/v20210527/examples.json +15 -1
  9. tccli/services/dlc/dlc_client.py +129 -23
  10. tccli/services/dlc/v20210125/api.json +123 -0
  11. tccli/services/dlc/v20210125/examples.json +16 -0
  12. tccli/services/ess/ess_client.py +110 -4
  13. tccli/services/ess/v20201111/api.json +149 -4
  14. tccli/services/ess/v20201111/examples.json +18 -2
  15. tccli/services/essbasic/v20210526/api.json +12 -2
  16. tccli/services/essbasic/v20210526/examples.json +4 -4
  17. tccli/services/hunyuan/v20230901/api.json +7 -7
  18. tccli/services/hunyuan/v20230901/examples.json +6 -6
  19. tccli/services/iotexplorer/iotexplorer_client.py +53 -0
  20. tccli/services/iotexplorer/v20190423/api.json +61 -0
  21. tccli/services/iotexplorer/v20190423/examples.json +8 -0
  22. tccli/services/monitor/v20180724/api.json +27 -0
  23. tccli/services/mps/v20190612/api.json +67 -1
  24. tccli/services/svp/svp_client.py +159 -0
  25. tccli/services/svp/v20240125/api.json +723 -0
  26. tccli/services/svp/v20240125/examples.json +24 -0
  27. tccli/services/tdmq/v20200217/api.json +2 -2
  28. tccli/services/tione/tione_client.py +214 -2228
  29. tccli/services/tione/v20211111/api.json +5189 -10622
  30. tccli/services/tione/v20211111/examples.json +0 -304
  31. {tccli-3.0.1112.1.dist-info → tccli-3.0.1114.1.dist-info}/METADATA +2 -2
  32. {tccli-3.0.1112.1.dist-info → tccli-3.0.1114.1.dist-info}/RECORD +35 -35
  33. {tccli-3.0.1112.1.dist-info → tccli-3.0.1114.1.dist-info}/WHEEL +0 -0
  34. {tccli-3.0.1112.1.dist-info → tccli-3.0.1114.1.dist-info}/entry_points.txt +0 -0
  35. {tccli-3.0.1112.1.dist-info → tccli-3.0.1114.1.dist-info}/license_files/LICENSE +0 -0
@@ -7,6 +7,30 @@
7
7
  "output": "{\n \"Response\": {\n \"BigDealId\": \"20231020400000764159521\",\n \"RequestId\": \"7525ef6b-ac63-4fa6-9bd4-d8c3c8b96220\"\n }\n}",
8
8
  "title": "节省计划下单"
9
9
  }
10
+ ],
11
+ "DescribeSavingPlanDeduct": [
12
+ {
13
+ "document": "",
14
+ "input": "POST / HTTP/1.1\nHost: svp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSavingPlanDeduct\n<公共请求参数>\n\n{\n \"Offset\": 0,\n \"Limit\": 1,\n \"StartEndDate\": \"2024-03-01 00:00:00\",\n \"StartStartDate\": \"2024-05-01 00:00:00\"\n}",
15
+ "output": "{\n \"Response\": {\n \"Deducts\": [\n {\n \"DeductAmount\": \"10.00\",\n \"DeductDiscount\": \"0.30\",\n \"DeductRate\": \"0.22\",\n \"DeductTime\": \"2024-03-04 21:24:05\",\n \"OutTradeNo\": \"20240304031000383107912\",\n \"OwnerUin\": \"700000594031\",\n \"OwnerUinName\": \"艾欧尼亚\",\n \"PayerUin\": \"700000594031\",\n \"PayerUinName\": \"艾欧尼亚\",\n \"ProductCode\": \"p_cvm\",\n \"ProductName\": \"\",\n \"RegionId\": 1,\n \"RegionName\": \"\",\n \"SpEndTime\": \"2024-03-04 22:00:00\",\n \"SpId\": \"svp-ivm000e-D4l9f66\",\n \"SpStartTime\": \"2024-03-04 21:00:00\",\n \"SubProductCode\": \"sp_cvm_s1\",\n \"SubProductName\": \"\",\n \"ZoneId\": 100002,\n \"ZoneName\": \"\"\n }\n ],\n \"RequestId\": \"7a47a68c-21ee-405b-a33c-5fa67611847a\",\n \"Total\": 1015\n }\n}",
16
+ "title": "查询节省计划抵扣明细请求示例"
17
+ }
18
+ ],
19
+ "DescribeSavingPlanOverview": [
20
+ {
21
+ "document": "",
22
+ "input": "POST / HTTP/1.1\nHost: svp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSavingPlanOverview\n<公共请求参数>\n\n{\n \"StartDate\": \"2024-03-01\",\n \"EndDate\": \"2024-05-01\",\n \"Offset\": 0,\n \"Limit\": 1\n}",
23
+ "output": "{\n \"Response\": {\n \"Overviews\": [\n {\n \"EndTime\": \"2028-03-30 14:59:59\",\n \"PayAmount\": \"0\",\n \"Region\": [\n \"*\"\n ],\n \"SavingAmount\": \"600\",\n \"SpType\": \"svp_common\",\n \"StartTime\": \"2023-03-30 14:00:00\",\n \"Status\": 1\n }\n ],\n \"RequestId\": \"aa36e003-786e-47aa-aefe-e717d749f964\",\n \"Total\": 1\n }\n}",
24
+ "title": "查询节省计划总览明细示例"
25
+ }
26
+ ],
27
+ "DescribeSavingPlanUsage": [
28
+ {
29
+ "document": "",
30
+ "input": "POST / HTTP/1.1\nHost: svp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSavingPlanUsage\n<公共请求参数>\n\n{\n \"StartDate\": \"2024-03-01\",\n \"EndDate\": \"2024-05-01\",\n \"Offset\": 0,\n \"Limit\": 1,\n \"TimeInterval\": \"month\"\n}",
31
+ "output": "{\n \"Response\": {\n \"RequestId\": \"626b5af9-5c9e-4ffb-ab6c-ec370b75a355\",\n \"Total\": 1,\n \"Usages\": [\n {\n \"CostAmount\": \"600\",\n \"DeductAmount\": \"600\",\n \"DosageAmount\": \"0\",\n \"LossAmount\": \"0\",\n \"NetSavings\": \"-600\",\n \"PromiseAmount\": \"600\",\n \"Region\": [\n \"*\"\n ],\n \"SpType\": \"svp_common\",\n \"Status\": 1,\n \"UtilizationRate\": 100\n }\n ]\n }\n}",
32
+ "title": "查询节省计划使用率明细示例"
33
+ }
10
34
  ]
11
35
  },
12
36
  "version": "1.0"
@@ -3934,8 +3934,8 @@
3934
3934
  },
3935
3935
  {
3936
3936
  "disabled": false,
3937
- "document": "实例规格:\n基础型,rocket-vip-basic-1\n标准型,rocket-vip-basic-2\n高阶Ⅰ型,rocket-vip-basic-3\n高阶Ⅱ型,rocket-vip-basic-4",
3938
- "example": "",
3937
+ "document": "集群规格,支持规格有 1.通用型:rocket-vip-basic-0; 2.基础型:rocket-vip-basic-1; 3.标准型:rocket-vip-basic-2; 4.高阶Ⅰ型:rocket-vip-basic-3; 5.高阶Ⅱ型:rocket-vip-basic-4",
3938
+ "example": "rocket-vip-basic-1",
3939
3939
  "member": "string",
3940
3940
  "name": "Spec",
3941
3941
  "required": true,