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.
- tccli/__init__.py +1 -1
- tccli/services/apigateway/apigateway_client.py +136 -30
- tccli/services/apigateway/v20180808/api.json +183 -0
- tccli/services/apigateway/v20180808/examples.json +16 -0
- tccli/services/autoscaling/v20180419/api.json +15 -4
- tccli/services/batch/v20170312/api.json +33 -11
- tccli/services/bi/bi_client.py +106 -0
- tccli/services/bi/v20220105/api.json +355 -0
- tccli/services/bi/v20220105/examples.json +16 -0
- tccli/services/billing/v20180709/api.json +274 -193
- tccli/services/billing/v20180709/examples.json +4 -4
- tccli/services/bpaas/v20181217/api.json +71 -46
- tccli/services/bpaas/v20181217/examples.json +1 -1
- tccli/services/cam/v20190116/api.json +99 -78
- tccli/services/cam/v20190116/examples.json +10 -10
- tccli/services/cbs/v20170312/api.json +1 -1
- tccli/services/cdwch/v20200915/api.json +1 -1
- tccli/services/cdwch/v20200915/examples.json +1 -1
- tccli/services/clb/v20180317/examples.json +1 -1
- tccli/services/cloudhsm/v20191112/api.json +324 -320
- tccli/services/cloudhsm/v20191112/examples.json +16 -16
- tccli/services/cls/v20201016/api.json +2 -2
- tccli/services/config/config_client.py +106 -0
- tccli/services/config/v20220802/api.json +364 -0
- tccli/services/config/v20220802/examples.json +16 -0
- tccli/services/cvm/v20170312/api.json +33 -11
- tccli/services/cwp/v20180228/api.json +1 -1
- tccli/services/cynosdb/v20190107/api.json +4 -4
- tccli/services/ess/v20201111/api.json +2 -2
- tccli/services/ess/v20201111/examples.json +2 -2
- tccli/services/essbasic/v20210526/api.json +2 -2
- tccli/services/essbasic/v20210526/examples.json +2 -2
- tccli/services/gwlb/v20240906/api.json +1 -1
- tccli/services/hunyuan/v20230901/api.json +2 -2
- tccli/services/iotexplorer/v20190423/api.json +11 -11
- tccli/services/ivld/v20210903/api.json +3 -3
- tccli/services/lcic/lcic_client.py +110 -4
- tccli/services/lcic/v20220817/api.json +297 -2
- tccli/services/lcic/v20220817/examples.json +16 -0
- tccli/services/live/live_client.py +460 -36
- tccli/services/live/v20180801/api.json +594 -4
- tccli/services/live/v20180801/examples.json +64 -0
- tccli/services/lke/v20231130/api.json +1 -1
- tccli/services/mps/v20190612/api.json +1 -1
- tccli/services/mrs/v20200910/api.json +4217 -4211
- tccli/services/mrs/v20200910/examples.json +14 -14
- tccli/services/ocr/ocr_client.py +310 -734
- tccli/services/ocr/v20181119/api.json +133 -1344
- tccli/services/ocr/v20181119/examples.json +0 -64
- tccli/services/organization/v20181225/api.json +43 -43
- tccli/services/organization/v20181225/examples.json +2 -2
- tccli/services/organization/v20210331/api.json +516 -508
- tccli/services/organization/v20210331/examples.json +26 -26
- tccli/services/teo/teo_client.py +159 -0
- tccli/services/teo/v20220901/api.json +199 -0
- tccli/services/teo/v20220901/examples.json +36 -0
- tccli/services/trtc/trtc_client.py +126 -20
- tccli/services/trtc/v20190722/api.json +138 -14
- tccli/services/trtc/v20190722/examples.json +16 -0
- tccli/services/vpc/v20170312/api.json +1 -1
- {tccli-3.0.1223.1.dist-info → tccli-3.0.1225.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1223.1.dist-info → tccli-3.0.1225.1.dist-info}/RECORD +65 -65
- {tccli-3.0.1223.1.dist-info → tccli-3.0.1225.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1223.1.dist-info → tccli-3.0.1225.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1223.1.dist-info → tccli-3.0.1225.1.dist-info}/license_files/LICENSE +0 -0
@@ -224,6 +224,13 @@
|
|
224
224
|
"output": "DescribeGroupMemberListResponse",
|
225
225
|
"status": "online"
|
226
226
|
},
|
227
|
+
"DescribeMarquee": {
|
228
|
+
"document": "查询跑马灯配置",
|
229
|
+
"input": "DescribeMarqueeRequest",
|
230
|
+
"name": "查询跑马灯配置",
|
231
|
+
"output": "DescribeMarqueeResponse",
|
232
|
+
"status": "online"
|
233
|
+
},
|
227
234
|
"DescribeQuestionList": {
|
228
235
|
"document": "获取房间提问列表",
|
229
236
|
"input": "DescribeQuestionListRequest",
|
@@ -413,6 +420,13 @@
|
|
413
420
|
"output": "SetAppCustomContentResponse",
|
414
421
|
"status": "online"
|
415
422
|
},
|
423
|
+
"SetMarquee": {
|
424
|
+
"document": "设置跑马灯参数设置",
|
425
|
+
"input": "SetMarqueeRequest",
|
426
|
+
"name": "设置跑马灯参数",
|
427
|
+
"output": "SetMarqueeResponse",
|
428
|
+
"status": "online"
|
429
|
+
},
|
416
430
|
"SetWatermark": {
|
417
431
|
"document": "设置水印",
|
418
432
|
"input": "SetWatermarkRequest",
|
@@ -3148,6 +3162,152 @@
|
|
3148
3162
|
],
|
3149
3163
|
"type": "object"
|
3150
3164
|
},
|
3165
|
+
"DescribeMarqueeRequest": {
|
3166
|
+
"document": "DescribeMarquee请求参数结构体",
|
3167
|
+
"members": [
|
3168
|
+
{
|
3169
|
+
"disabled": false,
|
3170
|
+
"document": "学校ID",
|
3171
|
+
"example": "38792792",
|
3172
|
+
"member": "uint64",
|
3173
|
+
"name": "SdkAppId",
|
3174
|
+
"required": true,
|
3175
|
+
"type": "int"
|
3176
|
+
},
|
3177
|
+
{
|
3178
|
+
"disabled": false,
|
3179
|
+
"document": "房间号",
|
3180
|
+
"example": "345214",
|
3181
|
+
"member": "uint64",
|
3182
|
+
"name": "RoomId",
|
3183
|
+
"required": true,
|
3184
|
+
"type": "int"
|
3185
|
+
}
|
3186
|
+
],
|
3187
|
+
"type": "object"
|
3188
|
+
},
|
3189
|
+
"DescribeMarqueeResponse": {
|
3190
|
+
"document": "DescribeMarquee返回参数结构体",
|
3191
|
+
"members": [
|
3192
|
+
{
|
3193
|
+
"disabled": false,
|
3194
|
+
"document": " 跑马灯类型:1为固定值,2为用户昵称,3为固定值+用户昵称,4为用户ID,5为originId+固定值,6为用户昵称(originId)",
|
3195
|
+
"example": "1",
|
3196
|
+
"member": "uint64",
|
3197
|
+
"name": "MarqueeType",
|
3198
|
+
"output_required": false,
|
3199
|
+
"type": "int",
|
3200
|
+
"value_allowed_null": false
|
3201
|
+
},
|
3202
|
+
{
|
3203
|
+
"disabled": false,
|
3204
|
+
"document": "固定值内容(当MarqueeType=1或5,则展示固定值内容)",
|
3205
|
+
"example": "无",
|
3206
|
+
"member": "string",
|
3207
|
+
"name": "Content",
|
3208
|
+
"output_required": false,
|
3209
|
+
"type": "string",
|
3210
|
+
"value_allowed_null": false
|
3211
|
+
},
|
3212
|
+
{
|
3213
|
+
"disabled": false,
|
3214
|
+
"document": "字体大小(数字,像素单位,范围:10到24)",
|
3215
|
+
"example": "1",
|
3216
|
+
"member": "uint64",
|
3217
|
+
"name": "FontSize",
|
3218
|
+
"output_required": false,
|
3219
|
+
"type": "int",
|
3220
|
+
"value_allowed_null": false
|
3221
|
+
},
|
3222
|
+
{
|
3223
|
+
"disabled": false,
|
3224
|
+
"document": "字体粗细:1为粗体,0为细体",
|
3225
|
+
"example": "1",
|
3226
|
+
"member": "uint64",
|
3227
|
+
"name": "FontWeight",
|
3228
|
+
"output_required": false,
|
3229
|
+
"type": "int",
|
3230
|
+
"value_allowed_null": false
|
3231
|
+
},
|
3232
|
+
{
|
3233
|
+
"disabled": false,
|
3234
|
+
"document": "字体颜色(十六进制颜色值)",
|
3235
|
+
"example": "无",
|
3236
|
+
"member": "string",
|
3237
|
+
"name": "FontColor",
|
3238
|
+
"output_required": false,
|
3239
|
+
"type": "string",
|
3240
|
+
"value_allowed_null": false
|
3241
|
+
},
|
3242
|
+
{
|
3243
|
+
"disabled": false,
|
3244
|
+
"document": "字体透明度(数字,范围 0.0 到 1.0)",
|
3245
|
+
"example": "0.5",
|
3246
|
+
"member": "float",
|
3247
|
+
"name": "FontOpacity",
|
3248
|
+
"output_required": false,
|
3249
|
+
"type": "float",
|
3250
|
+
"value_allowed_null": false
|
3251
|
+
},
|
3252
|
+
{
|
3253
|
+
"disabled": false,
|
3254
|
+
"document": "背景颜色(十六进制颜色值)",
|
3255
|
+
"example": "无",
|
3256
|
+
"member": "string",
|
3257
|
+
"name": "BackgroundColor",
|
3258
|
+
"output_required": false,
|
3259
|
+
"type": "string",
|
3260
|
+
"value_allowed_null": false
|
3261
|
+
},
|
3262
|
+
{
|
3263
|
+
"disabled": false,
|
3264
|
+
"document": "背景透明度(数字,范围 0.0 到 1.0)",
|
3265
|
+
"example": "无",
|
3266
|
+
"member": "float",
|
3267
|
+
"name": "BackgroundOpacity",
|
3268
|
+
"output_required": false,
|
3269
|
+
"type": "float",
|
3270
|
+
"value_allowed_null": false
|
3271
|
+
},
|
3272
|
+
{
|
3273
|
+
"disabled": false,
|
3274
|
+
"document": "显示方式:1为滚动,2为闪烁",
|
3275
|
+
"example": "112",
|
3276
|
+
"member": "uint64",
|
3277
|
+
"name": "DisplayMode",
|
3278
|
+
"output_required": false,
|
3279
|
+
"type": "int",
|
3280
|
+
"value_allowed_null": false
|
3281
|
+
},
|
3282
|
+
{
|
3283
|
+
"disabled": false,
|
3284
|
+
"document": "停留时长(秒,整数,范围 1~10)",
|
3285
|
+
"example": "23",
|
3286
|
+
"member": "uint64",
|
3287
|
+
"name": "Duration",
|
3288
|
+
"output_required": false,
|
3289
|
+
"type": "int",
|
3290
|
+
"value_allowed_null": false
|
3291
|
+
},
|
3292
|
+
{
|
3293
|
+
"disabled": false,
|
3294
|
+
"document": "跑马灯个数:目前仅支持1或2, 对应显示单排或双排",
|
3295
|
+
"example": "98",
|
3296
|
+
"member": "uint64",
|
3297
|
+
"name": "MarqueeCount",
|
3298
|
+
"output_required": false,
|
3299
|
+
"type": "int",
|
3300
|
+
"value_allowed_null": false
|
3301
|
+
},
|
3302
|
+
{
|
3303
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
3304
|
+
"member": "string",
|
3305
|
+
"name": "RequestId",
|
3306
|
+
"type": "string"
|
3307
|
+
}
|
3308
|
+
],
|
3309
|
+
"type": "object"
|
3310
|
+
},
|
3151
3311
|
"DescribeQuestionListRequest": {
|
3152
3312
|
"document": "DescribeQuestionList请求参数结构体",
|
3153
3313
|
"members": [
|
@@ -4100,7 +4260,7 @@
|
|
4100
4260
|
"members": [
|
4101
4261
|
{
|
4102
4262
|
"disabled": false,
|
4103
|
-
"document": "用户
|
4263
|
+
"document": "用户id。支持通过 user_id 或 OriginId 查询用户信息,优先使用 user_id 进行查询。",
|
4104
4264
|
"example": "abc",
|
4105
4265
|
"member": "string",
|
4106
4266
|
"name": "UserId",
|
@@ -4109,7 +4269,7 @@
|
|
4109
4269
|
},
|
4110
4270
|
{
|
4111
4271
|
"disabled": false,
|
4112
|
-
"document": "
|
4272
|
+
"document": "用户在客户系统的Id。支持通过 user_id 或 OriginId 查询用户信息,优先使用 user_id 进行查询(UserId不为空时,OriginId不生效)。",
|
4113
4273
|
"example": "abc",
|
4114
4274
|
"member": "string",
|
4115
4275
|
"name": "OriginId",
|
@@ -6893,6 +7053,141 @@
|
|
6893
7053
|
],
|
6894
7054
|
"type": "object"
|
6895
7055
|
},
|
7056
|
+
"SetMarqueeRequest": {
|
7057
|
+
"document": "SetMarquee请求参数结构体",
|
7058
|
+
"members": [
|
7059
|
+
{
|
7060
|
+
"disabled": false,
|
7061
|
+
"document": "学校ID",
|
7062
|
+
"example": "3290189",
|
7063
|
+
"member": "uint64",
|
7064
|
+
"name": "SdkAppId",
|
7065
|
+
"required": true,
|
7066
|
+
"type": "int"
|
7067
|
+
},
|
7068
|
+
{
|
7069
|
+
"disabled": false,
|
7070
|
+
"document": "房间号",
|
7071
|
+
"example": "1123",
|
7072
|
+
"member": "uint64",
|
7073
|
+
"name": "RoomId",
|
7074
|
+
"required": true,
|
7075
|
+
"type": "int"
|
7076
|
+
},
|
7077
|
+
{
|
7078
|
+
"disabled": false,
|
7079
|
+
"document": " 跑马灯类型:1为固定值,2为用户昵称,3为固定值+用户昵称,4为用户ID,5为originId+固定值,6为用户昵称(originId)",
|
7080
|
+
"example": "1",
|
7081
|
+
"member": "uint64",
|
7082
|
+
"name": "MarqueeType",
|
7083
|
+
"required": true,
|
7084
|
+
"type": "int"
|
7085
|
+
},
|
7086
|
+
{
|
7087
|
+
"disabled": false,
|
7088
|
+
"document": "显示方式:1为滚动,2为闪烁",
|
7089
|
+
"example": "1",
|
7090
|
+
"member": "uint64",
|
7091
|
+
"name": "DisplayMode",
|
7092
|
+
"required": true,
|
7093
|
+
"type": "int"
|
7094
|
+
},
|
7095
|
+
{
|
7096
|
+
"disabled": false,
|
7097
|
+
"document": "固定值内容(当MarqueeType=1或5,则展示固定值内容)",
|
7098
|
+
"example": "直播课堂",
|
7099
|
+
"member": "string",
|
7100
|
+
"name": "Content",
|
7101
|
+
"required": false,
|
7102
|
+
"type": "string"
|
7103
|
+
},
|
7104
|
+
{
|
7105
|
+
"disabled": false,
|
7106
|
+
"document": "字体大小(数字,像素单位,范围:10到24)。",
|
7107
|
+
"example": "10",
|
7108
|
+
"member": "uint64",
|
7109
|
+
"name": "FontSize",
|
7110
|
+
"required": false,
|
7111
|
+
"type": "int"
|
7112
|
+
},
|
7113
|
+
{
|
7114
|
+
"disabled": false,
|
7115
|
+
"document": "字体粗细:1为粗体,0为细体",
|
7116
|
+
"example": "1",
|
7117
|
+
"member": "uint64",
|
7118
|
+
"name": "FontWeight",
|
7119
|
+
"required": false,
|
7120
|
+
"type": "int"
|
7121
|
+
},
|
7122
|
+
{
|
7123
|
+
"disabled": false,
|
7124
|
+
"document": "字体颜色(十六进制颜色值,例如:#00FF00(绿色))",
|
7125
|
+
"example": "#00FF00",
|
7126
|
+
"member": "string",
|
7127
|
+
"name": "FontColor",
|
7128
|
+
"required": false,
|
7129
|
+
"type": "string"
|
7130
|
+
},
|
7131
|
+
{
|
7132
|
+
"disabled": false,
|
7133
|
+
"document": "字体透明度(数字,范围 0.0 到 1.0)",
|
7134
|
+
"example": "0.3",
|
7135
|
+
"member": "float",
|
7136
|
+
"name": "FontOpacity",
|
7137
|
+
"required": false,
|
7138
|
+
"type": "float"
|
7139
|
+
},
|
7140
|
+
{
|
7141
|
+
"disabled": false,
|
7142
|
+
"document": "背景颜色(十六进制颜色值,例如:#FFFF00(黄色))",
|
7143
|
+
"example": "#FFFF00",
|
7144
|
+
"member": "string",
|
7145
|
+
"name": "BackgroundColor",
|
7146
|
+
"required": false,
|
7147
|
+
"type": "string"
|
7148
|
+
},
|
7149
|
+
{
|
7150
|
+
"disabled": false,
|
7151
|
+
"document": "背景透明度(数字,范围 0.0 到 1.0)",
|
7152
|
+
"example": "0.1",
|
7153
|
+
"member": "float",
|
7154
|
+
"name": "BackgroundOpacity",
|
7155
|
+
"required": false,
|
7156
|
+
"type": "float"
|
7157
|
+
},
|
7158
|
+
{
|
7159
|
+
"disabled": false,
|
7160
|
+
"document": "跑马灯文字移动/闪烁指定像素所需时间,范围:1-10;数值越小,跑马灯滚动/闪烁速度越快",
|
7161
|
+
"example": "1",
|
7162
|
+
"member": "uint64",
|
7163
|
+
"name": "Duration",
|
7164
|
+
"required": false,
|
7165
|
+
"type": "int"
|
7166
|
+
},
|
7167
|
+
{
|
7168
|
+
"disabled": false,
|
7169
|
+
"document": "跑马灯个数:目前仅支持1或2, 对应显示单排或双排",
|
7170
|
+
"example": "1",
|
7171
|
+
"member": "uint64",
|
7172
|
+
"name": "MarqueeCount",
|
7173
|
+
"required": false,
|
7174
|
+
"type": "int"
|
7175
|
+
}
|
7176
|
+
],
|
7177
|
+
"type": "object"
|
7178
|
+
},
|
7179
|
+
"SetMarqueeResponse": {
|
7180
|
+
"document": "SetMarquee返回参数结构体",
|
7181
|
+
"members": [
|
7182
|
+
{
|
7183
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
7184
|
+
"member": "string",
|
7185
|
+
"name": "RequestId",
|
7186
|
+
"type": "string"
|
7187
|
+
}
|
7188
|
+
],
|
7189
|
+
"type": "object"
|
7190
|
+
},
|
6896
7191
|
"SetWatermarkRequest": {
|
6897
7192
|
"document": "SetWatermark请求参数结构体",
|
6898
7193
|
"members": [
|
@@ -274,6 +274,14 @@
|
|
274
274
|
"title": "获取群组成员列表"
|
275
275
|
}
|
276
276
|
],
|
277
|
+
"DescribeMarquee": [
|
278
|
+
{
|
279
|
+
"document": "",
|
280
|
+
"input": "POST / HTTP/1.1\nHost: lcic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMarquee\n<公共请求参数>\n\n{\n \"SdkAppId\": 34442819,\n \"RoomId\": 353861\n}",
|
281
|
+
"output": "{\n \"Response\": {\n \"BackgroundColor\": \"\",\n \"BackgroundOpacity\": 0.1,\n \"Content\": \"\",\n \"DisplayMode\": 1,\n \"Duration\": 9,\n \"FontColor\": \"\",\n \"FontOpacity\": 0.3,\n \"FontSize\": 11,\n \"FontWeight\": 1,\n \"MarqueeCount\": 1,\n \"MarqueeType\": 1,\n \"RequestId\": \"5872d14e-d7-4122-990e-44a20e7dd6a5\"\n }\n}",
|
282
|
+
"title": "查询跑马灯配置"
|
283
|
+
}
|
284
|
+
],
|
277
285
|
"DescribeQuestionList": [
|
278
286
|
{
|
279
287
|
"document": "获取房间问答提问列表",
|
@@ -502,6 +510,14 @@
|
|
502
510
|
"title": "设置应用自定义内容"
|
503
511
|
}
|
504
512
|
],
|
513
|
+
"SetMarquee": [
|
514
|
+
{
|
515
|
+
"document": "",
|
516
|
+
"input": "POST / HTTP/1.1\nHost: lcic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SetMarquee\n<公共请求参数>\n\n{\n \"SdkAppId\": 34442819,\n \"RoomId\": 353861,\n \"MarqueeType\": 1,\n \"DisplayMode\": 1,\n \"Content\": \"#FFFF00\",\n \"FontSize\": 11,\n \"FontWeight\": 1,\n \"FontOpacity\": 0.3,\n \"BackgroundColor\": \"#FFFF00\",\n \"BackgroundOpacity\": 0.3,\n \"Duration\": 3,\n \"MarqueeCount\": 1\n}",
|
517
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"87c8dcd3-5941-4920-a7b6-bcdc13af7c79\"\n }\n}",
|
518
|
+
"title": "设置跑马灯参数设置"
|
519
|
+
}
|
520
|
+
],
|
505
521
|
"SetWatermark": [
|
506
522
|
{
|
507
523
|
"document": "设置水印",
|