tccli 3.0.831.1__py2.py3-none-any.whl → 3.0.832.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 CHANGED
@@ -1 +1 @@
1
- __version__ = '3.0.831.1'
1
+ __version__ = '3.0.832.1'
@@ -359,6 +359,9 @@ SERVICE_VERSIONS = {
359
359
  "2020-12-29",
360
360
  "2020-07-13"
361
361
  ],
362
+ "intlpartnersmgt": [
363
+ "2022-09-28"
364
+ ],
362
365
  "iot": [
363
366
  "2018-01-23"
364
367
  ],
@@ -2710,6 +2710,15 @@
2710
2710
  "type": "int",
2711
2711
  "value_allowed_null": false
2712
2712
  },
2713
+ {
2714
+ "document": "音频套餐包消耗分钟数",
2715
+ "example": "10",
2716
+ "member": "int64",
2717
+ "name": "VoipCallInCount",
2718
+ "required": true,
2719
+ "type": "int",
2720
+ "value_allowed_null": false
2721
+ },
2713
2722
  {
2714
2723
  "document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
2715
2724
  "member": "string",
@@ -227,8 +227,8 @@
227
227
  "DescribeTelCallInfo": [
228
228
  {
229
229
  "document": "",
230
- "input": "https://ccc.tencentcloudapi.com/?Action=DescribeTelCallInfo\n&StartTimeStamp=0\n&EndTimeStamp=0\n&SdkAppIdList.0=0\n&<公共请求参数>",
231
- "output": "{\n \"Response\": {\n \"RequestId\": \"53bccf04-0870-4520-8614-f4bdddfd68df\",\n \"TelCallOutCount\": 10,\n \"TelCallInCount\": 10,\n \"SeatUsedCount\": 50\n }\n}",
230
+ "input": "POST / HTTP/1.1\nHost: ccc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTelCallInfo\n<公共请求参数>\n\n{\n \"StartTimeStamp\": \"0\",\n \"EndTimeStamp\": \"0\",\n \"SdkAppIdList\": [\n \"0\"\n ]\n}",
231
+ "output": "{\n \"Response\": {\n \"RequestId\": \"53bccf04-0870-4520-8614-f4bdddfd68df\",\n \"TelCallOutCount\": 10,\n \"TelCallInCount\": 10,\n \"VoipCallInCount\": 10,\n \"SeatUsedCount\": 50\n }\n}",
232
232
  "title": "获取电话呼叫统计信息示例"
233
233
  }
234
234
  ],
@@ -131,7 +131,7 @@
131
131
  "ModifyDedicatedClusterInfo": [
132
132
  {
133
133
  "document": "修改本地专用集群信息",
134
- "input": "https://cdc.tencentcloudapi.com/?Action=ModifyDedicatedClusterInfo\n&DedicatedClusterId=cluster-xx\n&Description=xxx\n&Zone=xxx\n&Name=xxx\n&SiteId=xxx\n&<公共请求参数>",
134
+ "input": "https://cdc.tencentcloudapi.com/?Action=ModifyDedicatedClusterInfo\n&DedicatedClusterId=cluster-dfaf323\n&Description=专用集群\n&Zone=site3\n&Name=专用集群\n&SiteId=1000001\n&<公共请求参数>",
135
135
  "output": "{\n \"Response\": {\n \"RequestId\": \"3ceeecd2-2f24-4b3f-81eb-3461376xxc2f\"\n }\n}",
136
136
  "title": "修改本地专用集群信息"
137
137
  }