tccli 3.0.1223.1__py2.py3-none-any.whl → 3.0.1225.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 (65) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/apigateway/apigateway_client.py +136 -30
  3. tccli/services/apigateway/v20180808/api.json +183 -0
  4. tccli/services/apigateway/v20180808/examples.json +16 -0
  5. tccli/services/autoscaling/v20180419/api.json +15 -4
  6. tccli/services/batch/v20170312/api.json +33 -11
  7. tccli/services/bi/bi_client.py +106 -0
  8. tccli/services/bi/v20220105/api.json +355 -0
  9. tccli/services/bi/v20220105/examples.json +16 -0
  10. tccli/services/billing/v20180709/api.json +274 -193
  11. tccli/services/billing/v20180709/examples.json +4 -4
  12. tccli/services/bpaas/v20181217/api.json +71 -46
  13. tccli/services/bpaas/v20181217/examples.json +1 -1
  14. tccli/services/cam/v20190116/api.json +99 -78
  15. tccli/services/cam/v20190116/examples.json +10 -10
  16. tccli/services/cbs/v20170312/api.json +1 -1
  17. tccli/services/cdwch/v20200915/api.json +1 -1
  18. tccli/services/cdwch/v20200915/examples.json +1 -1
  19. tccli/services/clb/v20180317/examples.json +1 -1
  20. tccli/services/cloudhsm/v20191112/api.json +324 -320
  21. tccli/services/cloudhsm/v20191112/examples.json +16 -16
  22. tccli/services/cls/v20201016/api.json +2 -2
  23. tccli/services/config/config_client.py +106 -0
  24. tccli/services/config/v20220802/api.json +364 -0
  25. tccli/services/config/v20220802/examples.json +16 -0
  26. tccli/services/cvm/v20170312/api.json +33 -11
  27. tccli/services/cwp/v20180228/api.json +1 -1
  28. tccli/services/cynosdb/v20190107/api.json +4 -4
  29. tccli/services/ess/v20201111/api.json +2 -2
  30. tccli/services/ess/v20201111/examples.json +2 -2
  31. tccli/services/essbasic/v20210526/api.json +2 -2
  32. tccli/services/essbasic/v20210526/examples.json +2 -2
  33. tccli/services/gwlb/v20240906/api.json +1 -1
  34. tccli/services/hunyuan/v20230901/api.json +2 -2
  35. tccli/services/iotexplorer/v20190423/api.json +11 -11
  36. tccli/services/ivld/v20210903/api.json +3 -3
  37. tccli/services/lcic/lcic_client.py +110 -4
  38. tccli/services/lcic/v20220817/api.json +297 -2
  39. tccli/services/lcic/v20220817/examples.json +16 -0
  40. tccli/services/live/live_client.py +460 -36
  41. tccli/services/live/v20180801/api.json +594 -4
  42. tccli/services/live/v20180801/examples.json +64 -0
  43. tccli/services/lke/v20231130/api.json +1 -1
  44. tccli/services/mps/v20190612/api.json +1 -1
  45. tccli/services/mrs/v20200910/api.json +4217 -4211
  46. tccli/services/mrs/v20200910/examples.json +14 -14
  47. tccli/services/ocr/ocr_client.py +310 -734
  48. tccli/services/ocr/v20181119/api.json +133 -1344
  49. tccli/services/ocr/v20181119/examples.json +0 -64
  50. tccli/services/organization/v20181225/api.json +43 -43
  51. tccli/services/organization/v20181225/examples.json +2 -2
  52. tccli/services/organization/v20210331/api.json +516 -508
  53. tccli/services/organization/v20210331/examples.json +26 -26
  54. tccli/services/teo/teo_client.py +159 -0
  55. tccli/services/teo/v20220901/api.json +199 -0
  56. tccli/services/teo/v20220901/examples.json +36 -0
  57. tccli/services/trtc/trtc_client.py +126 -20
  58. tccli/services/trtc/v20190722/api.json +138 -14
  59. tccli/services/trtc/v20190722/examples.json +16 -0
  60. tccli/services/vpc/v20170312/api.json +1 -1
  61. {tccli-3.0.1223.1.dist-info → tccli-3.0.1225.1.dist-info}/METADATA +2 -2
  62. {tccli-3.0.1223.1.dist-info → tccli-3.0.1225.1.dist-info}/RECORD +65 -65
  63. {tccli-3.0.1223.1.dist-info → tccli-3.0.1225.1.dist-info}/WHEEL +0 -0
  64. {tccli-3.0.1223.1.dist-info → tccli-3.0.1225.1.dist-info}/entry_points.txt +0 -0
  65. {tccli-3.0.1223.1.dist-info → tccli-3.0.1225.1.dist-info}/license_files/LICENSE +0 -0
@@ -7,6 +7,13 @@
7
7
  "output": "ControlAIConversationResponse",
8
8
  "status": "online"
9
9
  },
10
+ "CreateBasicModeration": {
11
+ "document": "接口说明:\n启动终端审核功能,完成房间内的音频审核。",
12
+ "input": "CreateBasicModerationRequest",
13
+ "name": "创建基础审核任务",
14
+ "output": "CreateBasicModerationResponse",
15
+ "status": "online"
16
+ },
10
17
  "CreateCloudRecording": {
11
18
  "document": "接口说明:\n启动云端录制功能,完成房间内的音视频录制,并上传到指定的云存储。您可以通过此 API 接口把TRTC 房间中的每一路音视频流做单独的录制又或者多路视频画面合流混成一路。\n\n您可以通过此接口实现如下目标:\n* 指定订阅流参数(RecordParams)来指定需要录制的主播的黑名单或者白名单。\n* 指定录制存储参数(StorageParams)来指定上传到您希望的云存储,目前支持腾讯云(云点播VOD、对象存储COS)和第三方AWS\n* 指定合流模式下的音视频转码详细参数(MixTranscodeParams),包括视频分辨率、视频码率、视频帧率、以及声音质量等\n* 指定合流模式各路画面的位置和布局或者也可以指定自动模板的方式来配置。\n\n关键名词:\n* 单流录制:分别录制房间的订阅UserId的音频和视频,录制服务会实时将录制文件上传至您指定的云存储。\n* 合流录制:将房间内订阅UserId的音视频混录成一个视频文件,并将录制文件上传至您指定的云存储。(录制结束后可前往云点播控制台https://console.cloud.tencent.com/vod/media 或 对象存储COS控制台https://console.cloud.tencent.com/cos/bucket查看文件)。",
12
19
  "input": "CreateCloudRecordingRequest",
@@ -21,6 +28,13 @@
21
28
  "output": "CreatePictureResponse",
22
29
  "status": "online"
23
30
  },
31
+ "DeleteBasicModeration": {
32
+ "document": "成功开启审核任务后,可以使用此接口来停止任务。",
33
+ "input": "DeleteBasicModerationRequest",
34
+ "name": "停止基础审核任务",
35
+ "output": "DeleteBasicModerationResponse",
36
+ "status": "online"
37
+ },
24
38
  "DeleteCloudRecording": {
25
39
  "document": "成功开启录制后,可以使用此接口来停止录制任务。停止录制成功后不代表文件全部传输完成,如果未完成后台将会继续上传文件,成功后通过事件回调通知客户文件全部传输完成状态。",
26
40
  "input": "DeleteCloudRecordingRequest",
@@ -836,6 +850,70 @@
836
850
  ],
837
851
  "type": "object"
838
852
  },
853
+ "CreateBasicModerationRequest": {
854
+ "document": "CreateBasicModeration请求参数结构体",
855
+ "members": [
856
+ {
857
+ "disabled": false,
858
+ "document": "TRTC的[SdkAppId](https://cloud.tencent.com/document/product/647/46351#sdkappid),和TRTC的房间所对应的SdkAppId相同。",
859
+ "example": "140056784",
860
+ "member": "uint64",
861
+ "name": "SdkAppId",
862
+ "required": true,
863
+ "type": "int"
864
+ },
865
+ {
866
+ "disabled": false,
867
+ "document": "TRTC的[RoomId](https://cloud.tencent.com/document/product/647/46351#roomid),为TRTC房间所对应的RoomId。",
868
+ "example": "67467",
869
+ "member": "string",
870
+ "name": "RoomId",
871
+ "required": true,
872
+ "type": "string"
873
+ },
874
+ {
875
+ "disabled": false,
876
+ "document": "目标审核用户id",
877
+ "example": "wanjia1",
878
+ "member": "string",
879
+ "name": "UserId",
880
+ "required": true,
881
+ "type": "string"
882
+ },
883
+ {
884
+ "disabled": false,
885
+ "document": "TRTC房间号的类型。【*注意】必须和TRTC的房间所对应的RoomId类型相同:0: 字符串类型的RoomId1: 32位整型的RoomId(默认)",
886
+ "example": "1",
887
+ "member": "uint64",
888
+ "name": "RoomIdType",
889
+ "required": false,
890
+ "type": "int"
891
+ }
892
+ ],
893
+ "type": "object"
894
+ },
895
+ "CreateBasicModerationResponse": {
896
+ "document": "CreateBasicModeration返回参数结构体",
897
+ "members": [
898
+ {
899
+ "disabled": false,
900
+ "document": "审核服务分配的任务ID。任务ID是对一次审核任务生命周期过程的唯一标识,结束任务时会失去意义。任务ID需要业务保存下来,作为下次针对这个任务操作的参数",
901
+ "example": "-npVqpdU7pr3JUbUasDy5PLPQaHPhkPbIkDILoK-2OqyoZWQndibCtH88ztBhkWAhZCH9DwE.",
902
+ "member": "string",
903
+ "name": "TaskId",
904
+ "output_required": true,
905
+ "type": "string",
906
+ "value_allowed_null": false
907
+ },
908
+ {
909
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
910
+ "member": "string",
911
+ "name": "RequestId",
912
+ "type": "string"
913
+ }
914
+ ],
915
+ "type": "object"
916
+ },
839
917
  "CreateCloudRecordingRequest": {
840
918
  "document": "CreateCloudRecording请求参数结构体",
841
919
  "members": [
@@ -1053,6 +1131,52 @@
1053
1131
  ],
1054
1132
  "type": "object"
1055
1133
  },
1134
+ "DeleteBasicModerationRequest": {
1135
+ "document": "DeleteBasicModeration请求参数结构体",
1136
+ "members": [
1137
+ {
1138
+ "disabled": false,
1139
+ "document": "TRTC的SDKAppId,和TRTC的房间所对应的SDKAppId相同。",
1140
+ "example": "1400027384",
1141
+ "member": "uint64",
1142
+ "name": "SdkAppId",
1143
+ "required": true,
1144
+ "type": "int"
1145
+ },
1146
+ {
1147
+ "disabled": false,
1148
+ "document": "审核任务的唯一Id,在启动审核任务成功后会返回。",
1149
+ "example": "-nHp1XlU7mcW54zuscSryY-HYgLlPznbMzm9IYK-4pycoZWQnoT+HczjvK1mvkTPNxnCi14gJVpW6AE.",
1150
+ "member": "string",
1151
+ "name": "TaskId",
1152
+ "required": true,
1153
+ "type": "string"
1154
+ }
1155
+ ],
1156
+ "type": "object"
1157
+ },
1158
+ "DeleteBasicModerationResponse": {
1159
+ "document": "DeleteBasicModeration返回参数结构体",
1160
+ "members": [
1161
+ {
1162
+ "disabled": false,
1163
+ "document": "审核任务的唯一Id,在启动审核任务成功后会返回。",
1164
+ "example": "1234",
1165
+ "member": "string",
1166
+ "name": "TaskId",
1167
+ "output_required": true,
1168
+ "type": "string",
1169
+ "value_allowed_null": false
1170
+ },
1171
+ {
1172
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
1173
+ "member": "string",
1174
+ "name": "RequestId",
1175
+ "type": "string"
1176
+ }
1177
+ ],
1178
+ "type": "object"
1179
+ },
1056
1180
  "DeleteCloudRecordingRequest": {
1057
1181
  "document": "DeleteCloudRecording请求参数结构体",
1058
1182
  "members": [
@@ -6314,7 +6438,7 @@
6314
6438
  {
6315
6439
  "disabled": false,
6316
6440
  "document": "用于唯一标识转推任务,由腾讯云服务端生成,后续更新和停止请求都需要携带TaskiD参数。",
6317
- "example": "\"\"",
6441
+ "example": "",
6318
6442
  "member": "string",
6319
6443
  "name": "TaskId",
6320
6444
  "output_required": true,
@@ -6734,7 +6858,7 @@
6734
6858
  {
6735
6859
  "disabled": false,
6736
6860
  "document": "TRTC的[SdkAppId](https://cloud.tencent.com/document/product/647/46351#sdkappid),和转推的房间所对应的SdkAppId相同。",
6737
- "example": "1400188366",
6861
+ "example": "1400000001",
6738
6862
  "member": "uint64",
6739
6863
  "name": "SdkAppId",
6740
6864
  "required": true,
@@ -6743,7 +6867,7 @@
6743
6867
  {
6744
6868
  "disabled": false,
6745
6869
  "document": "唯一标识转推任务。",
6746
- "example": "\"\"",
6870
+ "example": "",
6747
6871
  "member": "string",
6748
6872
  "name": "TaskId",
6749
6873
  "required": true,
@@ -6752,7 +6876,7 @@
6752
6876
  {
6753
6877
  "disabled": false,
6754
6878
  "document": "录制任务 key,标识一个录制任务,对应转推任务发起时指定 RecordKey;\n如果填写该参数,表示调用者希望立即结束该录制任务。当RecordKey 指定的录制任务正在录制当前转推任务时,录制任务立即结束,否则录制任务不受影响。\n如果没有填写该参数,但是转推任务发起时填写了 RecordKey,则表示在续录等待时间结束后才结束录制任务,续录等待期间可以使用相同的 RecordKey 发起新的转推任务,和当前转推任务录制到同一文件。",
6755
- "example": "\"\"",
6879
+ "example": "",
6756
6880
  "member": "string",
6757
6881
  "name": "RecordKey",
6758
6882
  "required": false,
@@ -6767,7 +6891,7 @@
6767
6891
  {
6768
6892
  "disabled": false,
6769
6893
  "document": "转推任务唯一的String Id",
6770
- "example": "\"\"",
6894
+ "example": "",
6771
6895
  "member": "string",
6772
6896
  "name": "TaskId",
6773
6897
  "output_required": true,
@@ -7339,7 +7463,7 @@
7339
7463
  {
7340
7464
  "disabled": false,
7341
7465
  "document": "TRTC的[SdkAppId](https://cloud.tencent.com/document/product/647/46351#sdkappid),和转推的房间所对应的SdkAppId相同。",
7342
- "example": "1400188366",
7466
+ "example": "1400000001",
7343
7467
  "member": "uint64",
7344
7468
  "name": "SdkAppId",
7345
7469
  "required": true,
@@ -7348,7 +7472,7 @@
7348
7472
  {
7349
7473
  "disabled": false,
7350
7474
  "document": "唯一标识转推任务。",
7351
- "example": "xxxxxxxx",
7475
+ "example": "",
7352
7476
  "member": "string",
7353
7477
  "name": "TaskId",
7354
7478
  "required": true,
@@ -7375,7 +7499,7 @@
7375
7499
  {
7376
7500
  "disabled": false,
7377
7501
  "document": "更新相关参数,只支持更新参与混音的主播列表参数,不支持更新Codec、采样率、码率和声道数。不填表示不更新此参数。",
7378
- "example": "AudioParams",
7502
+ "example": "",
7379
7503
  "member": "McuAudioParams",
7380
7504
  "name": "AudioParams",
7381
7505
  "required": false,
@@ -7384,7 +7508,7 @@
7384
7508
  {
7385
7509
  "disabled": false,
7386
7510
  "document": "更新视频相关参数,转码时支持更新除编码类型之外的编码参数,视频布局参数,背景图片和背景颜色参数,水印参数。不填表示不更新此参数。",
7387
- "example": "VideoParams",
7511
+ "example": "",
7388
7512
  "member": "McuVideoParams",
7389
7513
  "name": "VideoParams",
7390
7514
  "required": false,
@@ -7393,7 +7517,7 @@
7393
7517
  {
7394
7518
  "disabled": false,
7395
7519
  "document": "更新单流转推的用户上行参数,仅在非转码时有效。不填表示不更新此参数。",
7396
- "example": "SingleSubscribeParams",
7520
+ "example": "",
7397
7521
  "member": "SingleSubscribeParams",
7398
7522
  "name": "SingleSubscribeParams",
7399
7523
  "required": false,
@@ -7402,7 +7526,7 @@
7402
7526
  {
7403
7527
  "disabled": false,
7404
7528
  "document": "更新转推的CDN参数。不填表示不更新此参数。",
7405
- "example": "PublishCdnParams",
7529
+ "example": "",
7406
7530
  "member": "McuPublishCdnParam",
7407
7531
  "name": "PublishCdnParams",
7408
7532
  "required": false,
@@ -7411,7 +7535,7 @@
7411
7535
  {
7412
7536
  "disabled": false,
7413
7537
  "document": "混流SEI参数",
7414
- "example": "SeiParams",
7538
+ "example": "",
7415
7539
  "member": "McuSeiParams",
7416
7540
  "name": "SeiParams",
7417
7541
  "required": false,
@@ -7420,7 +7544,7 @@
7420
7544
  {
7421
7545
  "disabled": false,
7422
7546
  "document": "回推房间信息",
7423
- "example": "FeedBackRoomParams",
7547
+ "example": "",
7424
7548
  "member": "McuFeedBackRoomParams",
7425
7549
  "name": "FeedBackRoomParams",
7426
7550
  "required": false,
@@ -7435,7 +7559,7 @@
7435
7559
  {
7436
7560
  "disabled": false,
7437
7561
  "document": "转推任务唯一的String Id",
7438
- "example": "xxxx",
7562
+ "example": "",
7439
7563
  "member": "string",
7440
7564
  "name": "TaskId",
7441
7565
  "output_required": true,
@@ -8,6 +8,14 @@
8
8
  "title": "发送播报文本"
9
9
  }
10
10
  ],
11
+ "CreateBasicModeration": [
12
+ {
13
+ "document": "发起基础审核任务",
14
+ "input": "POST / HTTP/1.1\nHost: trtc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateBasicModeration\n<公共请求参数>\n\n{\n \"SdkAppId\": 1400188256,\n \"RoomId\": \"9236\",\n \"UserId\": \"user_57481060\"\n}",
15
+ "output": "{\n \"Response\": {\n \"RequestId\": \"292b38cf-205e-481b-87be-ce7df241223d\",\n \"TaskId\": \"-nHp1XlU7sqylOUvA81n2e9Dynz7iLHbXHTMIoK-4pycoZWQndibXYkT4K2kvZeN3mIxUf+-RQE.\"\n }\n}",
16
+ "title": "发起基础审核任务"
17
+ }
18
+ ],
11
19
  "CreateCloudRecording": [
12
20
  {
13
21
  "document": "启动SdkAppId 为 1234 指定房间(房间号为3560)的云端录制。\n\n房间空闲等待时间设置为1分钟。\n录制模式为合流模式。\n录制的流类型为音视频。\n默认订阅所有用户的流。\n录制视频的宽度360,录制视频的高度640,帧率15,比特率500,000bps,默认背景色。\n录制视频布局模式为九宫格布局。\n存储至腾讯云点播VOD",
@@ -24,6 +32,14 @@
24
32
  "title": "上传图片"
25
33
  }
26
34
  ],
35
+ "DeleteBasicModeration": [
36
+ {
37
+ "document": "停止基础审核任务",
38
+ "input": "POST / HTTP/1.1\nHost: trtc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteBasicModeration\n<公共请求参数>\n\n{\n \"SdkAppId\": 1400188256,\n \"TaskId\": \"-nHp1XlU7sqylOUvA81n2e9Dynz7iLHbXHTMIoK-4pycoZWQndibXYkT4K2kvZeN3mIxUf+-RQE.\"\n}",
39
+ "output": "{\n \"Response\": {\n \"RequestId\": \"e10855fd-7589-494d-b40e-75e7efc853c4\",\n \"TaskId\": \"-nHp1XlU7sqylOUvA81n2e9Dynz7iLHbXHTMIoK-4pycoZWQndibXYkT4K2kvZeN3mIxUf+-RQE.\"\n }\n}",
40
+ "title": "停止基础审核任务"
41
+ }
42
+ ],
27
43
  "DeleteCloudRecording": [
28
44
  {
29
45
  "document": "停止SdkAppId 为 1234, TaskId 为 xx 的云端录制。",
@@ -28584,7 +28584,7 @@
28584
28584
  {
28585
28585
  "disabled": false,
28586
28586
  "document": "绑定的安全组。",
28587
- "example": "[]",
28587
+ "example": "[\"sg-2edhcclz\"]",
28588
28588
  "member": "string",
28589
28589
  "name": "GroupSet",
28590
28590
  "output_required": true,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tccli
3
- Version: 3.0.1223.1
3
+ Version: 3.0.1225.1
4
4
  Summary: Universal Command Line Environment for Tencent Cloud
5
5
  Project-URL: Bug Tracker, https://github.com/TencentCloud/tencentcloud-cli/issues
6
6
  Project-URL: Homepage, https://github.com/TencentCloud/tencentcloud-cli
@@ -13,7 +13,7 @@ Classifier: Programming Language :: Python :: 2.7
13
13
  Classifier: Programming Language :: Python :: 3
14
14
  Requires-Dist: jmespath==0.10.0
15
15
  Requires-Dist: six==1.16.0
16
- Requires-Dist: tencentcloud-sdk-python>=3.0.1223
16
+ Requires-Dist: tencentcloud-sdk-python>=3.0.1225
17
17
  Description-Content-Type: text/markdown
18
18
 
19
19
  # 命令行工具简介