tccli 3.0.830.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.
Files changed (40) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +3 -0
  3. tccli/services/asr/v20190614/api.json +4 -4
  4. tccli/services/bma/v20221115/api.json +9 -0
  5. tccli/services/bma/v20221115/examples.json +2 -2
  6. tccli/services/ccc/v20200210/api.json +9 -0
  7. tccli/services/ccc/v20200210/examples.json +2 -2
  8. tccli/services/cdc/v20201214/examples.json +1 -1
  9. tccli/services/ckafka/v20190819/api.json +1 -20
  10. tccli/services/ckafka/v20190819/examples.json +1 -1
  11. tccli/services/cwp/cwp_client.py +2179 -642
  12. tccli/services/cwp/v20180228/api.json +3069 -479
  13. tccli/services/cwp/v20180228/examples.json +247 -3
  14. tccli/services/dlc/dlc_client.py +341 -23
  15. tccli/services/dlc/v20210125/api.json +505 -0
  16. tccli/services/dlc/v20210125/examples.json +48 -0
  17. tccli/services/ess/ess_client.py +163 -4
  18. tccli/services/ess/v20201111/api.json +304 -0
  19. tccli/services/ess/v20201111/examples.json +24 -0
  20. tccli/services/essbasic/v20210526/api.json +68 -150
  21. tccli/services/essbasic/v20210526/examples.json +17 -17
  22. tccli/services/gme/gme_client.py +277 -12
  23. tccli/services/gme/v20180711/api.json +386 -0
  24. tccli/services/gme/v20180711/examples.json +40 -0
  25. tccli/services/intlpartnersmgt/__init__.py +4 -0
  26. tccli/services/intlpartnersmgt/intlpartnersmgt_client.py +724 -0
  27. tccli/services/intlpartnersmgt/v20220928/api.json +1054 -0
  28. tccli/services/intlpartnersmgt/v20220928/examples.json +93 -0
  29. tccli/services/live/v20180801/api.json +10 -10
  30. tccli/services/live/v20180801/examples.json +3 -3
  31. tccli/services/tdmq/v20200217/api.json +23 -44
  32. tccli/services/tdmq/v20200217/examples.json +3 -3
  33. tccli/services/trtc/v20190722/api.json +2 -2
  34. tccli/services/tse/v20201207/api.json +42 -1
  35. {tccli-3.0.830.1.dist-info → tccli-3.0.832.1.dist-info}/METADATA +2 -2
  36. {tccli-3.0.830.1.dist-info → tccli-3.0.832.1.dist-info}/RECORD +40 -36
  37. {tccli-3.0.830.1.dist-info → tccli-3.0.832.1.dist-info}/LICENSE +0 -0
  38. {tccli-3.0.830.1.dist-info → tccli-3.0.832.1.dist-info}/WHEEL +0 -0
  39. {tccli-3.0.830.1.dist-info → tccli-3.0.832.1.dist-info}/entry_points.txt +0 -0
  40. {tccli-3.0.830.1.dist-info → tccli-3.0.832.1.dist-info}/top_level.txt +0 -0
@@ -84,6 +84,13 @@
84
84
  "output": "DescribeRealtimeScanConfigResponse",
85
85
  "status": "online"
86
86
  },
87
+ "DescribeRecordInfo": {
88
+ "document": "查询录制任务信息。",
89
+ "input": "DescribeRecordInfoRequest",
90
+ "name": "查询录制任务信息",
91
+ "output": "DescribeRecordInfoResponse",
92
+ "status": "online"
93
+ },
87
94
  "DescribeRoomInfo": {
88
95
  "document": "获取房间内用户信息",
89
96
  "input": "DescribeRoomInfoRequest",
@@ -98,6 +105,13 @@
98
105
  "output": "DescribeScanResultListResponse",
99
106
  "status": "online"
100
107
  },
108
+ "DescribeTaskInfo": {
109
+ "document": "查询房间录制的详细信息",
110
+ "input": "DescribeTaskInfoRequest",
111
+ "name": "查询房间录制信息",
112
+ "output": "DescribeTaskInfoResponse",
113
+ "status": "online"
114
+ },
101
115
  "DescribeUserInAndOutTime": {
102
116
  "document": "拉取用户在房间得进出时间",
103
117
  "input": "DescribeUserInAndOutTimeRequest",
@@ -133,6 +147,13 @@
133
147
  "output": "ModifyCustomizationStateResponse",
134
148
  "status": "online"
135
149
  },
150
+ "ModifyRecordInfo": {
151
+ "document": "修改录制配置信息",
152
+ "input": "ModifyRecordInfoRequest",
153
+ "name": "更新录制信息",
154
+ "output": "ModifyRecordInfoResponse",
155
+ "status": "online"
156
+ },
136
157
  "ModifyUserMicStatus": {
137
158
  "document": "**接口作用**:此接口用于修改房间用户的麦克风状态,例如房间内用户麦克风为打开状态,可调用此接口将该用户麦克风进行关闭,关闭后即使该用户使用客户端接口 EnableMic 打开麦克风,依然无法与房间内成员通话,属于被禁言状态。该状态持续到此用户退房后失效,或者调用该接口重新打开此用户麦克风状态。\n**接口应用场景**:此接口多用于游戏业务中台或者风控后台,对一些发表不当言论的玩家进行禁言处理。\n**接口使用前提**:目前 ModifyUserMicStatus 接口通过白名单开放,如需使用,需要 [提交工单申请](https://console.cloud.tencent.com/workorder/category?level1_id=438&level2_id=445&source=0&data_title=%E6%B8%B8%E6%88%8F%E5%A4%9A%E5%AA%92%E4%BD%93%E5%BC%95%E6%93%8EGME&step=1)。",
138
159
  "input": "ModifyUserMicStatusRequest",
@@ -147,6 +168,20 @@
147
168
  "output": "ScanVoiceResponse",
148
169
  "status": "online"
149
170
  },
171
+ "StartRecord": {
172
+ "document": "开启录制",
173
+ "input": "StartRecordRequest",
174
+ "name": "开始录制",
175
+ "output": "StartRecordResponse",
176
+ "status": "online"
177
+ },
178
+ "StopRecord": {
179
+ "document": "停止录制\n",
180
+ "input": "StopRecordRequest",
181
+ "name": "停止录制",
182
+ "output": "StopRecordResponse",
183
+ "status": "online"
184
+ },
150
185
  "UpdateScanRooms": {
151
186
  "document": "更新自定义送检房间号",
152
187
  "input": "UpdateScanRoomsRequest",
@@ -1437,6 +1472,69 @@
1437
1472
  ],
1438
1473
  "type": "object"
1439
1474
  },
1475
+ "DescribeRecordInfoRequest": {
1476
+ "document": "DescribeRecordInfo请求参数结构体",
1477
+ "members": [
1478
+ {
1479
+ "default": "",
1480
+ "document": "进行中的任务taskid(StartRecord接口返回)。",
1481
+ "example": "446192236330927912",
1482
+ "member": "uint64",
1483
+ "name": "TaskId",
1484
+ "required": true,
1485
+ "type": "int"
1486
+ },
1487
+ {
1488
+ "default": "",
1489
+ "document": "应用ID。",
1490
+ "example": "3400352518",
1491
+ "member": "uint64",
1492
+ "name": "BizId",
1493
+ "required": true,
1494
+ "type": "int"
1495
+ }
1496
+ ],
1497
+ "type": "object"
1498
+ },
1499
+ "DescribeRecordInfoResponse": {
1500
+ "document": "DescribeRecordInfo返回参数结构体",
1501
+ "members": [
1502
+ {
1503
+ "document": "录制信息。\n注意:此字段可能返回 null,表示取不到有效值。",
1504
+ "example": "无",
1505
+ "member": "RecordInfo",
1506
+ "name": "RecordInfo",
1507
+ "required": true,
1508
+ "type": "list",
1509
+ "value_allowed_null": true
1510
+ },
1511
+ {
1512
+ "document": "录制类型:1代表单流 2代表混流 3代表单流和混流。",
1513
+ "example": "1",
1514
+ "member": "uint64",
1515
+ "name": "RecordMode",
1516
+ "required": true,
1517
+ "type": "int",
1518
+ "value_allowed_null": false
1519
+ },
1520
+ {
1521
+ "document": "房间ID。",
1522
+ "example": "7743",
1523
+ "member": "string",
1524
+ "name": "RoomId",
1525
+ "required": true,
1526
+ "type": "string",
1527
+ "value_allowed_null": false
1528
+ },
1529
+ {
1530
+ "document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
1531
+ "member": "string",
1532
+ "name": "RequestId",
1533
+ "type": "string"
1534
+ }
1535
+ ],
1536
+ "type": "object"
1537
+ },
1440
1538
  "DescribeRoomInfoRequest": {
1441
1539
  "document": "DescribeRoomInfo请求参数结构体",
1442
1540
  "members": [
@@ -1681,6 +1779,69 @@
1681
1779
  ],
1682
1780
  "type": "object"
1683
1781
  },
1782
+ "DescribeTaskInfoRequest": {
1783
+ "document": "DescribeTaskInfo请求参数结构体",
1784
+ "members": [
1785
+ {
1786
+ "default": "",
1787
+ "document": "应用ID。",
1788
+ "example": "3400352518",
1789
+ "member": "uint64",
1790
+ "name": "BizId",
1791
+ "required": true,
1792
+ "type": "int"
1793
+ },
1794
+ {
1795
+ "default": "",
1796
+ "document": "房间ID。",
1797
+ "example": "9832",
1798
+ "member": "string",
1799
+ "name": "RoomId",
1800
+ "required": true,
1801
+ "type": "string"
1802
+ }
1803
+ ],
1804
+ "type": "object"
1805
+ },
1806
+ "DescribeTaskInfoResponse": {
1807
+ "document": "DescribeTaskInfo返回参数结构体",
1808
+ "members": [
1809
+ {
1810
+ "document": "进行中的任务taskid(StartRecord接口返回)。\n注意:此字段可能返回 null,表示取不到有效值。",
1811
+ "example": "446192236330927912",
1812
+ "member": "uint64",
1813
+ "name": "TaskId",
1814
+ "required": true,
1815
+ "type": "int",
1816
+ "value_allowed_null": true
1817
+ },
1818
+ {
1819
+ "document": "录制类型:1代表单流 2代表混流 3代表单流和混流。\n注意:此字段可能返回 null,表示取不到有效值。",
1820
+ "example": "1",
1821
+ "member": "uint64",
1822
+ "name": "RecordMode",
1823
+ "required": true,
1824
+ "type": "int",
1825
+ "value_allowed_null": true
1826
+ },
1827
+ {
1828
+ "document": "指定订阅流白名单或者黑名单。\n注意:此字段可能返回 null,表示取不到有效值。",
1829
+ "example": "无",
1830
+ "member": "SubscribeRecordUserIds",
1831
+ "name": "SubscribeRecordUserIds",
1832
+ "required": true,
1833
+ "type": "object",
1834
+ "value_allowed_null": true
1835
+ },
1836
+ {
1837
+ "document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
1838
+ "member": "string",
1839
+ "name": "RequestId",
1840
+ "type": "string"
1841
+ }
1842
+ ],
1843
+ "type": "object"
1844
+ },
1684
1845
  "DescribeUserInAndOutTimeRequest": {
1685
1846
  "document": "DescribeUserInAndOutTime请求参数结构体",
1686
1847
  "members": [
@@ -2024,6 +2185,60 @@
2024
2185
  ],
2025
2186
  "type": "object"
2026
2187
  },
2188
+ "ModifyRecordInfoRequest": {
2189
+ "document": "ModifyRecordInfo请求参数结构体",
2190
+ "members": [
2191
+ {
2192
+ "default": "",
2193
+ "document": "进行中的任务taskid(StartRecord接口返回)。",
2194
+ "example": "446192236330927912",
2195
+ "member": "uint64",
2196
+ "name": "TaskId",
2197
+ "required": true,
2198
+ "type": "int"
2199
+ },
2200
+ {
2201
+ "default": "",
2202
+ "document": "录制类型:1代表单流 2代表混流 3代表单流和混流。",
2203
+ "example": "1",
2204
+ "member": "uint64",
2205
+ "name": "RecordMode",
2206
+ "required": true,
2207
+ "type": "int"
2208
+ },
2209
+ {
2210
+ "default": "",
2211
+ "document": "应用ID。",
2212
+ "example": "3400352518",
2213
+ "member": "uint64",
2214
+ "name": "BizId",
2215
+ "required": true,
2216
+ "type": "int"
2217
+ },
2218
+ {
2219
+ "default": "",
2220
+ "document": "指定订阅流白名单或者黑名单。",
2221
+ "example": "无",
2222
+ "member": "SubscribeRecordUserIds",
2223
+ "name": "SubscribeRecordUserIds",
2224
+ "required": false,
2225
+ "type": "object"
2226
+ }
2227
+ ],
2228
+ "type": "object"
2229
+ },
2230
+ "ModifyRecordInfoResponse": {
2231
+ "document": "ModifyRecordInfo返回参数结构体",
2232
+ "members": [
2233
+ {
2234
+ "document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
2235
+ "member": "string",
2236
+ "name": "RequestId",
2237
+ "type": "string"
2238
+ }
2239
+ ],
2240
+ "type": "object"
2241
+ },
2027
2242
  "ModifyUserMicStatusRequest": {
2028
2243
  "document": "ModifyUserMicStatus请求参数结构体",
2029
2244
  "members": [
@@ -2200,6 +2415,52 @@
2200
2415
  ],
2201
2416
  "usage": "out"
2202
2417
  },
2418
+ "RecordInfo": {
2419
+ "document": "房间内录制信息信息\n注意:此字段可能返回 null,表示取不到有效值。",
2420
+ "members": [
2421
+ {
2422
+ "default": "",
2423
+ "document": "用户ID(当混流模式时,取值为0)。",
2424
+ "example": "6787",
2425
+ "member": "string",
2426
+ "name": "UserId",
2427
+ "required": true,
2428
+ "type": "string",
2429
+ "value_allowed_null": false
2430
+ },
2431
+ {
2432
+ "default": "",
2433
+ "document": "录制文件名。",
2434
+ "example": "/3400352518_2314_447947346201176660_9081",
2435
+ "member": "string",
2436
+ "name": "FileName",
2437
+ "required": true,
2438
+ "type": "string",
2439
+ "value_allowed_null": false
2440
+ },
2441
+ {
2442
+ "default": "",
2443
+ "document": "录制开始时间(unix时间戳如:1234567868)。",
2444
+ "example": "1234567868",
2445
+ "member": "uint64",
2446
+ "name": "RecordBeginTime",
2447
+ "required": true,
2448
+ "type": "int",
2449
+ "value_allowed_null": false
2450
+ },
2451
+ {
2452
+ "default": "",
2453
+ "document": "录制状态:2代表正在录制 10代表等待转码 11代表正在转码 12正在上传 13代表上传完成 14代表通知用户完成。",
2454
+ "example": "2",
2455
+ "member": "uint64",
2456
+ "name": "RecordStatus",
2457
+ "required": true,
2458
+ "type": "int",
2459
+ "value_allowed_null": false
2460
+ }
2461
+ ],
2462
+ "usage": "out"
2463
+ },
2203
2464
  "RoomUser": {
2204
2465
  "document": "房间内用户信息",
2205
2466
  "members": [
@@ -2560,6 +2821,69 @@
2560
2821
  ],
2561
2822
  "usage": "out"
2562
2823
  },
2824
+ "StartRecordRequest": {
2825
+ "document": "StartRecord请求参数结构体",
2826
+ "members": [
2827
+ {
2828
+ "default": "",
2829
+ "document": "应用ID。",
2830
+ "example": "3400352518",
2831
+ "member": "uint64",
2832
+ "name": "BizId",
2833
+ "required": true,
2834
+ "type": "int"
2835
+ },
2836
+ {
2837
+ "default": "",
2838
+ "document": "房间ID。",
2839
+ "example": "1987",
2840
+ "member": "string",
2841
+ "name": "RoomId",
2842
+ "required": true,
2843
+ "type": "string"
2844
+ },
2845
+ {
2846
+ "default": "",
2847
+ "document": "录制类型:1代表单流 2代表混流 3代表单流和混流。",
2848
+ "example": "1",
2849
+ "member": "uint64",
2850
+ "name": "RecordMode",
2851
+ "required": true,
2852
+ "type": "int"
2853
+ },
2854
+ {
2855
+ "default": "",
2856
+ "document": "指定订阅流白名单或者黑名单(不传默认订阅房间内所有音频流)。",
2857
+ "example": "无",
2858
+ "member": "SubscribeRecordUserIds",
2859
+ "name": "SubscribeRecordUserIds",
2860
+ "required": false,
2861
+ "type": "object"
2862
+ }
2863
+ ],
2864
+ "type": "object"
2865
+ },
2866
+ "StartRecordResponse": {
2867
+ "document": "StartRecord返回参数结构体",
2868
+ "members": [
2869
+ {
2870
+ "document": "任务taskid。",
2871
+ "example": "446192236330927912",
2872
+ "member": "uint64",
2873
+ "name": "TaskId",
2874
+ "required": true,
2875
+ "type": "int",
2876
+ "value_allowed_null": false
2877
+ },
2878
+ {
2879
+ "document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
2880
+ "member": "string",
2881
+ "name": "RequestId",
2882
+ "type": "string"
2883
+ }
2884
+ ],
2885
+ "type": "object"
2886
+ },
2563
2887
  "StatisticsItem": {
2564
2888
  "document": "用量数据单元",
2565
2889
  "members": [
@@ -2599,6 +2923,42 @@
2599
2923
  ],
2600
2924
  "usage": "out"
2601
2925
  },
2926
+ "StopRecordRequest": {
2927
+ "document": "StopRecord请求参数结构体",
2928
+ "members": [
2929
+ {
2930
+ "default": "",
2931
+ "document": "任务ID。",
2932
+ "example": "446192236330927912",
2933
+ "member": "uint64",
2934
+ "name": "TaskId",
2935
+ "required": true,
2936
+ "type": "int"
2937
+ },
2938
+ {
2939
+ "default": "",
2940
+ "document": "应用ID。",
2941
+ "example": "3400352518",
2942
+ "member": "uint64",
2943
+ "name": "BizId",
2944
+ "required": true,
2945
+ "type": "int"
2946
+ }
2947
+ ],
2948
+ "type": "object"
2949
+ },
2950
+ "StopRecordResponse": {
2951
+ "document": "StopRecord返回参数结构体",
2952
+ "members": [
2953
+ {
2954
+ "document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
2955
+ "member": "string",
2956
+ "name": "RequestId",
2957
+ "type": "string"
2958
+ }
2959
+ ],
2960
+ "type": "object"
2961
+ },
2602
2962
  "StreamTextStatisticsItem": {
2603
2963
  "document": "流式转文本用量数据",
2604
2964
  "members": [
@@ -2615,6 +2975,32 @@
2615
2975
  ],
2616
2976
  "usage": "out"
2617
2977
  },
2978
+ "SubscribeRecordUserIds": {
2979
+ "document": "指定订阅流白名单或者黑名单。",
2980
+ "members": [
2981
+ {
2982
+ "default": "",
2983
+ "document": "订阅音频流黑名单,指定不订阅哪几个UserId的音频流,例如[\"1\", \"2\", \"3\"], 代表不订阅UserId 1,2,3的音频流。默认不填订阅房间内所有音频流,订阅列表用户数不超过20。\n注意:只能同时设置UnSubscribeAudioUserIds、SubscribeAudioUserIds 其中1个参数",
2984
+ "example": "无",
2985
+ "member": "string",
2986
+ "name": "UnSubscribeUserIds",
2987
+ "required": false,
2988
+ "type": "list",
2989
+ "value_allowed_null": false
2990
+ },
2991
+ {
2992
+ "default": "",
2993
+ "document": "订阅音频流白名单,指定订阅哪几个UserId的音频流,例如[\"1\", \"2\", \"3\"], 代表订阅UserId 1,2,3的音频流。默认不填订阅房间内所有音频流,订阅列表用户数不超过20。\n注意:只能同时设置UnSubscribeAudioUserIds、SubscribeAudioUserIds 其中1个参数。",
2994
+ "example": "无",
2995
+ "member": "string",
2996
+ "name": "SubscribeUserIds",
2997
+ "required": false,
2998
+ "type": "list",
2999
+ "value_allowed_null": false
3000
+ }
3001
+ ],
3002
+ "usage": "in"
3003
+ },
2618
3004
  "Tag": {
2619
3005
  "document": "标签列表",
2620
3006
  "members": [
@@ -96,6 +96,14 @@
96
96
  "title": "获取用户自定义送检信息"
97
97
  }
98
98
  ],
99
+ "DescribeRecordInfo": [
100
+ {
101
+ "document": "查询录制",
102
+ "input": "POST / HTTP/1.1\nHost: gme.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRecordInfo\n<公共请求参数>\n\n{\n \"TaskId\": 446192236330927912,\n \"BizId\": 3400352518\n}",
103
+ "output": "{\n \"Response\": {\n \"RoomId\": \"7743\",\n \"RecordMode\": 1,\n \"RecordInfo\": [\n {\n \"RecordStatus\": 2,\n \"RecordBeginTime\": 1234567868,\n \"UserId\": \"6787\",\n \"FileName\": \"/3400352518_2314_447947346201176660_9081\"\n }\n ],\n \"RequestId\": \"h9167d24-a2c6-1125-a5bd-5c023ba721c2\"\n }\n}",
104
+ "title": "查询录制"
105
+ }
106
+ ],
99
107
  "DescribeRoomInfo": [
100
108
  {
101
109
  "document": "获取房间内用户信息,RoomIds和StrRoomIds填一个即可,若都存在,则优先查询StrRoomIds。",
@@ -118,6 +126,14 @@
118
126
  "title": "查询语音检测结果"
119
127
  }
120
128
  ],
129
+ "DescribeTaskInfo": [
130
+ {
131
+ "document": "查询录制taskid",
132
+ "input": "POST / HTTP/1.1\nHost: gme.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTaskInfo\n<公共请求参数>\n\n{\n \"RoomId\": \"9832\",\n \"BizId\": 3400352518\n}",
133
+ "output": "{\n \"Response\": {\n \"SubscribeRecordUserIds\": {\n \"SubscribeUserIds\": [\n 3342\n ],\n \"UnSubscribeUserIds\": [\n 7619\n ]\n },\n \"RecordMode\": 1,\n \"RequestId\": \"h9167d24-a2c6-1125-a5bd-5c023ba721c2\",\n \"TaskId\": 446192236330927912\n }\n}",
134
+ "title": "查询录制taskid"
135
+ }
136
+ ],
121
137
  "DescribeUserInAndOutTime": [
122
138
  {
123
139
  "document": "拉取用户在房间得进出时间",
@@ -158,6 +174,14 @@
158
174
  "title": "修改热句模型状态"
159
175
  }
160
176
  ],
177
+ "ModifyRecordInfo": [
178
+ {
179
+ "document": "修改录制配置信息",
180
+ "input": "POST / HTTP/1.1\nHost: gme.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyRecordInfo\n<公共请求参数>\n\n{\n \"SubscribeRecordUserIds\": {\n \"SubscribeUserIds\": [\n 1342\n ],\n \"UnSubscribeUserIds\": [\n 9872\n ]\n },\n \"RecordMode\": 1,\n \"TaskId\": 446192236330927912,\n \"BizId\": 3400352518\n}",
181
+ "output": "{\n \"Response\": {\n \"RequestId\": \"h9167d24-a2c6-1125-a5bd-5c023ba721c2\"\n }\n}",
182
+ "title": "更新录制"
183
+ }
184
+ ],
161
185
  "ModifyUserMicStatus": [
162
186
  {
163
187
  "document": "修改用户麦克风属性",
@@ -186,6 +210,22 @@
186
210
  "title": "提交语音文件检测任务"
187
211
  }
188
212
  ],
213
+ "StartRecord": [
214
+ {
215
+ "document": "开启录制",
216
+ "input": "POST / HTTP/1.1\nHost: gme.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: StartRecord\n<公共请求参数>\n\n{\n \"RecordMode\": 1,\n \"SubscribeRecordUserIds\": {\n \"SubscribeUserIds\": [\n 1145\n ],\n \"UnSubscribeUserIds\": [\n 1987\n ]\n },\n \"RoomId\": \"1987\",\n \"BizId\": 3400352518\n}",
217
+ "output": "{\n \"Response\": {\n \"TaskId\": 446192236330927912,\n \"RequestId\": \"h9167d24-a2c6-1125-a5bd-5c023ba721c2\"\n }\n}",
218
+ "title": "开始录制"
219
+ }
220
+ ],
221
+ "StopRecord": [
222
+ {
223
+ "document": "停止录制",
224
+ "input": "POST / HTTP/1.1\nHost: gme.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: StopRecord\n<公共请求参数>\n\n{\n \"BizId\": 3400352518,\n \"TaskId\": 446192236330927912\n}",
225
+ "output": "{\n \"Response\": {\n \"RequestId\": \"h9167d24-a2c6-1125-a5bd-5c023ba721c2\"\n }\n}",
226
+ "title": "停止录制"
227
+ }
228
+ ],
189
229
  "UpdateScanRooms": [
190
230
  {
191
231
  "document": "更新用户自定义送检房间号",
@@ -0,0 +1,4 @@
1
+ # -*- coding: utf-8 -*-
2
+
3
+ from tccli.services.intlpartnersmgt.intlpartnersmgt_client import action_caller
4
+