tccli 3.0.1374.1__py2.py3-none-any.whl → 3.0.1376.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.
Files changed (53) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/cbs/v20170312/api.json +11 -2
  3. tccli/services/ccc/v20200210/api.json +17 -8
  4. tccli/services/cdb/v20170320/api.json +2 -2
  5. tccli/services/cdwdoris/v20211228/api.json +31 -1
  6. tccli/services/cfs/v20190719/api.json +10 -1
  7. tccli/services/chc/v20230418/examples.json +1 -1
  8. tccli/services/clb/v20180317/api.json +20 -0
  9. tccli/services/cls/v20201016/api.json +8 -8
  10. tccli/services/csip/v20221121/api.json +3 -3
  11. tccli/services/ctem/v20231128/api.json +22 -3
  12. tccli/services/ctem/v20231128/examples.json +2 -2
  13. tccli/services/cwp/v20180228/api.json +5 -5
  14. tccli/services/dlc/dlc_client.py +399 -28
  15. tccli/services/dlc/v20210125/api.json +557 -0
  16. tccli/services/dlc/v20210125/examples.json +56 -0
  17. tccli/services/es/v20180416/api.json +49 -0
  18. tccli/services/ess/v20201111/api.json +23 -5
  19. tccli/services/essbasic/v20210526/api.json +40 -2
  20. tccli/services/ioa/v20220601/api.json +95 -39
  21. tccli/services/ioa/v20220601/examples.json +4 -10
  22. tccli/services/iss/iss_client.py +53 -0
  23. tccli/services/iss/v20230517/api.json +60 -0
  24. tccli/services/iss/v20230517/examples.json +8 -0
  25. tccli/services/mps/v20190612/api.json +34 -6
  26. tccli/services/oceanus/v20190422/api.json +5 -5
  27. tccli/services/omics/v20221128/api.json +1 -1
  28. tccli/services/organization/organization_client.py +69 -16
  29. tccli/services/organization/v20210331/api.json +216 -0
  30. tccli/services/organization/v20210331/examples.json +8 -0
  31. tccli/services/partners/v20180321/api.json +2 -2
  32. tccli/services/postgres/v20170312/api.json +1 -1
  33. tccli/services/rce/v20201103/api.json +1 -1
  34. tccli/services/smh/v20210712/api.json +43 -12
  35. tccli/services/smh/v20210712/examples.json +1 -1
  36. tccli/services/tbaas/v20180416/api.json +30 -30
  37. tccli/services/tbaas/v20180416/examples.json +4 -4
  38. tccli/services/tcaplusdb/v20190823/api.json +926 -900
  39. tccli/services/tcaplusdb/v20190823/examples.json +56 -56
  40. tccli/services/tcss/v20201101/api.json +4 -4
  41. tccli/services/tdmq/tdmq_client.py +53 -0
  42. tccli/services/tdmq/v20200217/api.json +35 -11
  43. tccli/services/tdmq/v20200217/examples.json +9 -1
  44. tccli/services/trocket/v20230308/api.json +2 -2
  45. tccli/services/tse/v20201207/api.json +9 -0
  46. tccli/services/tsf/v20180326/api.json +105 -105
  47. tccli/services/tsf/v20180326/examples.json +2 -2
  48. tccli/services/vod/v20180717/api.json +11 -11
  49. {tccli-3.0.1374.1.dist-info → tccli-3.0.1376.1.dist-info}/METADATA +2 -2
  50. {tccli-3.0.1374.1.dist-info → tccli-3.0.1376.1.dist-info}/RECORD +53 -53
  51. {tccli-3.0.1374.1.dist-info → tccli-3.0.1376.1.dist-info}/WHEEL +0 -0
  52. {tccli-3.0.1374.1.dist-info → tccli-3.0.1376.1.dist-info}/entry_points.txt +0 -0
  53. {tccli-3.0.1374.1.dist-info → tccli-3.0.1376.1.dist-info}/license_files/LICENSE +0 -0
@@ -420,6 +420,13 @@
420
420
  "output": "DescribeOrganizationMembersResponse",
421
421
  "status": "online"
422
422
  },
423
+ "DescribeOrganizationMembersAuthPolicy": {
424
+ "document": "查询组织成员访问策略列表",
425
+ "input": "DescribeOrganizationMembersAuthPolicyRequest",
426
+ "name": "查询组织成员访问策略列表",
427
+ "output": "DescribeOrganizationMembersAuthPolicyResponse",
428
+ "status": "online"
429
+ },
423
430
  "DescribeOrganizationNodes": {
424
431
  "document": "获取组织节点列表",
425
432
  "input": "DescribeOrganizationNodesRequest",
@@ -4173,6 +4180,89 @@
4173
4180
  ],
4174
4181
  "type": "object"
4175
4182
  },
4183
+ "DescribeOrganizationMembersAuthPolicyRequest": {
4184
+ "document": "DescribeOrganizationMembersAuthPolicy请求参数结构体",
4185
+ "members": [
4186
+ {
4187
+ "disabled": false,
4188
+ "document": "偏移量。取值是limit的整数倍。默认值 : 0。",
4189
+ "example": "0",
4190
+ "member": "int64",
4191
+ "name": "Offset",
4192
+ "required": true,
4193
+ "type": "int"
4194
+ },
4195
+ {
4196
+ "disabled": false,
4197
+ "document": "限制数目。取值范围:1~50。默认值:10。",
4198
+ "example": "10",
4199
+ "member": "int64",
4200
+ "name": "Limit",
4201
+ "required": true,
4202
+ "type": "int"
4203
+ },
4204
+ {
4205
+ "disabled": false,
4206
+ "document": "成员uin。",
4207
+ "example": "0",
4208
+ "member": "int64",
4209
+ "name": "MemberUin",
4210
+ "required": false,
4211
+ "type": "int"
4212
+ },
4213
+ {
4214
+ "disabled": false,
4215
+ "document": "集团管理员子账号uin。",
4216
+ "example": "0",
4217
+ "member": "int64",
4218
+ "name": "OrgSubAccountUin",
4219
+ "required": false,
4220
+ "type": "int"
4221
+ },
4222
+ {
4223
+ "disabled": false,
4224
+ "document": "成员访问策略Id。",
4225
+ "example": "0",
4226
+ "member": "int64",
4227
+ "name": "PolicyId",
4228
+ "required": false,
4229
+ "type": "int"
4230
+ }
4231
+ ],
4232
+ "type": "object"
4233
+ },
4234
+ "DescribeOrganizationMembersAuthPolicyResponse": {
4235
+ "document": "DescribeOrganizationMembersAuthPolicy返回参数结构体",
4236
+ "members": [
4237
+ {
4238
+ "disabled": false,
4239
+ "document": "访问授权策略列表。\n注意:此字段可能返回 null,表示取不到有效值。",
4240
+ "example": "无",
4241
+ "member": "OrgMembersAuthPolicy",
4242
+ "name": "Items",
4243
+ "output_required": true,
4244
+ "type": "list",
4245
+ "value_allowed_null": true
4246
+ },
4247
+ {
4248
+ "disabled": false,
4249
+ "document": "总数目。\n注意:此字段可能返回 null,表示取不到有效值。",
4250
+ "example": "1",
4251
+ "member": "uint64",
4252
+ "name": "Total",
4253
+ "output_required": true,
4254
+ "type": "int",
4255
+ "value_allowed_null": true
4256
+ },
4257
+ {
4258
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
4259
+ "member": "string",
4260
+ "name": "RequestId",
4261
+ "type": "string"
4262
+ }
4263
+ ],
4264
+ "type": "object"
4265
+ },
4176
4266
  "DescribeOrganizationMembersRequest": {
4177
4267
  "document": "DescribeOrganizationMembers请求参数结构体",
4178
4268
  "members": [
@@ -9336,6 +9426,132 @@
9336
9426
  ],
9337
9427
  "usage": "out"
9338
9428
  },
9429
+ "OrgMembersAuthPolicy": {
9430
+ "document": "组织成员访问授权策略",
9431
+ "members": [
9432
+ {
9433
+ "disabled": false,
9434
+ "document": "身份Id。\n注意:此字段可能返回 null,表示取不到有效值。",
9435
+ "example": "111",
9436
+ "member": "int64",
9437
+ "name": "IdentityId",
9438
+ "output_required": true,
9439
+ "type": "int",
9440
+ "value_allowed_null": true
9441
+ },
9442
+ {
9443
+ "disabled": false,
9444
+ "document": "身份的角色名。\n注意:此字段可能返回 null,表示取不到有效值。",
9445
+ "example": "test",
9446
+ "member": "string",
9447
+ "name": "IdentityRoleName",
9448
+ "output_required": true,
9449
+ "type": "string",
9450
+ "value_allowed_null": true
9451
+ },
9452
+ {
9453
+ "disabled": false,
9454
+ "document": "身份的角色别名。\n注意:此字段可能返回 null,表示取不到有效值。",
9455
+ "example": "test",
9456
+ "member": "string",
9457
+ "name": "IdentityRoleAliasName",
9458
+ "output_required": true,
9459
+ "type": "string",
9460
+ "value_allowed_null": true
9461
+ },
9462
+ {
9463
+ "disabled": false,
9464
+ "document": "创建时间。\n注意:此字段可能返回 null,表示取不到有效值。",
9465
+ "example": "2021-02-12 12:12:10",
9466
+ "member": "string",
9467
+ "name": "CreateTime",
9468
+ "output_required": true,
9469
+ "type": "string",
9470
+ "value_allowed_null": true
9471
+ },
9472
+ {
9473
+ "disabled": false,
9474
+ "document": "成员访问策略Id。\n注意:此字段可能返回 null,表示取不到有效值。",
9475
+ "example": "222",
9476
+ "member": "int64",
9477
+ "name": "PolicyId",
9478
+ "output_required": true,
9479
+ "type": "int",
9480
+ "value_allowed_null": true
9481
+ },
9482
+ {
9483
+ "disabled": false,
9484
+ "document": "成员访问策略名称。\n注意:此字段可能返回 null,表示取不到有效值。",
9485
+ "example": "policy-test",
9486
+ "member": "string",
9487
+ "name": "PolicyName",
9488
+ "output_required": true,
9489
+ "type": "string",
9490
+ "value_allowed_null": true
9491
+ },
9492
+ {
9493
+ "disabled": false,
9494
+ "document": "成员uin。\n注意:此字段可能返回 null,表示取不到有效值。",
9495
+ "example": "111111111111",
9496
+ "member": "int64",
9497
+ "name": "MemberUin",
9498
+ "output_required": true,
9499
+ "type": "int",
9500
+ "value_allowed_null": true
9501
+ },
9502
+ {
9503
+ "disabled": false,
9504
+ "document": "成员名称。\n注意:此字段可能返回 null,表示取不到有效值。",
9505
+ "example": "member-name",
9506
+ "member": "string",
9507
+ "name": "MemberName",
9508
+ "output_required": true,
9509
+ "type": "string",
9510
+ "value_allowed_null": true
9511
+ },
9512
+ {
9513
+ "disabled": false,
9514
+ "document": "子账号uin或者用户组Id。\n注意:此字段可能返回 null,表示取不到有效值。",
9515
+ "example": "222222222222",
9516
+ "member": "int64",
9517
+ "name": "OrgSubAccountUin",
9518
+ "output_required": true,
9519
+ "type": "int",
9520
+ "value_allowed_null": true
9521
+ },
9522
+ {
9523
+ "disabled": false,
9524
+ "document": "子账号名称或者用户组名称。\n注意:此字段可能返回 null,表示取不到有效值。",
9525
+ "example": "sub-name",
9526
+ "member": "string",
9527
+ "name": "OrgSubAccountName",
9528
+ "output_required": true,
9529
+ "type": "string",
9530
+ "value_allowed_null": true
9531
+ },
9532
+ {
9533
+ "disabled": false,
9534
+ "document": "绑定类型。1-子账号、2-用户组\n注意:此字段可能返回 null,表示取不到有效值。",
9535
+ "example": "1",
9536
+ "member": "uint64",
9537
+ "name": "BindType",
9538
+ "output_required": true,
9539
+ "type": "int",
9540
+ "value_allowed_null": true
9541
+ },
9542
+ {
9543
+ "disabled": false,
9544
+ "document": "成员信息。\n注意:此字段可能返回 null,表示取不到有效值。",
9545
+ "example": "[{\"MemberUin\":111111111111},\"MemberName\":\"member-name\"]",
9546
+ "member": "MemberMainInfo",
9547
+ "name": "Members",
9548
+ "output_required": false,
9549
+ "type": "list",
9550
+ "value_allowed_null": true
9551
+ }
9552
+ ],
9553
+ "usage": "out"
9554
+ },
9339
9555
  "OrgNode": {
9340
9556
  "document": "企业组织单元",
9341
9557
  "members": [
@@ -480,6 +480,14 @@
480
480
  "title": "获取成员列表"
481
481
  }
482
482
  ],
483
+ "DescribeOrganizationMembersAuthPolicy": [
484
+ {
485
+ "document": "查询组织成员访问授权策略列表",
486
+ "input": "POST / HTTP/1.1\nHost: organization.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeListOrganizationMembersAuthPolicy\n<公共请求参数>\n\n{\n \"Offset\": 0,\n \"Limit\": 10\n}",
487
+ "output": "{\n \"Response\": {\n \"Items\": [\n {\n \"CreateTime\": \"2022-01-13 10:27:11\",\n \"IdentityId\": 1,\n \"IdentityRoleAliasName\": \"Admin\",\n \"IdentityRoleName\": \"TestRole\",\n \"MemberName\": \"\",\n \"MemberUin\": 111111111111,\n \"OrgSubAccountName\": \"test001\",\n \"OrgSubAccountUin\": 222222222222,\n \"PolicyId\": 111,\n \"PolicyName\": \"pocy01131027\"\n }\n ],\n \"Total\": 1,\n \"RequestId\": \"ab3628b0-cce5-4337-9a01-e68f5242931e\"\n }\n}",
488
+ "title": "查询组织成员访问授权策略列表"
489
+ }
490
+ ],
483
491
  "DescribeOrganizationNodes": [
484
492
  {
485
493
  "document": "",
@@ -1435,7 +1435,7 @@
1435
1435
  },
1436
1436
  {
1437
1437
  "disabled": false,
1438
- "document": "偏移量 请保持必传",
1438
+ "document": "*偏移量 【请保持必传】",
1439
1439
  "example": "0",
1440
1440
  "member": "uint64",
1441
1441
  "name": "Offset",
@@ -1444,7 +1444,7 @@
1444
1444
  },
1445
1445
  {
1446
1446
  "disabled": false,
1447
- "document": "限制数目 请保持必传,最大2000",
1447
+ "document": "*限制数目 【请保持必传】最大2000",
1448
1448
  "example": "10",
1449
1449
  "member": "uint64",
1450
1450
  "name": "Limit",
@@ -7551,7 +7551,7 @@
7551
7551
  "members": [
7552
7552
  {
7553
7553
  "disabled": false,
7554
- "document": "实例ID集合。可通过[DescribeDBInstances](https://cloud.tencent.com/document/api/409/16773)接口获取。注意:当前已不支持同时隔离多个实例,这里只能传入单个实例ID。",
7554
+ "document": "实例ID集合。可通过[DescribeDBInstances](https://cloud.tencent.com/document/api/409/16773)接口获取。注意:不推荐同时隔离多个实例。建议每次操作仅传入单个实例ID。",
7555
7555
  "example": "[\"postgres-xxxxxxxx\"]",
7556
7556
  "member": "string",
7557
7557
  "name": "DBInstanceIdSet",
@@ -59,7 +59,7 @@
59
59
  "ManageMarketingRisk": {
60
60
  "document": "全栈式风控引擎(RiskControlEngine,RCE)是基于人工智能技术和腾讯20年风控实战沉淀,依托腾讯海量业务构建的风控引擎,以轻量级的 SaaS 服务方式接入,帮助您快速解决注册、登录、营销活动等关键场景遇到的欺诈问题,实时防御黑灰产作恶。",
61
61
  "input": "ManageMarketingRiskRequest",
62
- "name": "全栈式风控引擎",
62
+ "name": "通用业务欺诈保护",
63
63
  "output": "ManageMarketingRiskResponse",
64
64
  "status": "online"
65
65
  },
@@ -650,6 +650,7 @@
650
650
  "example": "无",
651
651
  "member": "Library",
652
652
  "name": "List",
653
+ "output_required": true,
653
654
  "type": "list",
654
655
  "value_allowed_null": false
655
656
  },
@@ -659,6 +660,7 @@
659
660
  "example": "5",
660
661
  "member": "uint64",
661
662
  "name": "TotalCount",
663
+ "output_required": true,
662
664
  "type": "int",
663
665
  "value_allowed_null": false
664
666
  },
@@ -1178,7 +1180,7 @@
1178
1180
  "example": "smh3ptyc9mscifdi",
1179
1181
  "member": "string",
1180
1182
  "name": "LibraryId",
1181
- "required": true,
1183
+ "output_required": true,
1182
1184
  "type": "string",
1183
1185
  "value_allowed_null": false
1184
1186
  },
@@ -1188,7 +1190,7 @@
1188
1190
  "example": "个人相册",
1189
1191
  "member": "string",
1190
1192
  "name": "Name",
1191
- "required": true,
1193
+ "output_required": true,
1192
1194
  "type": "string",
1193
1195
  "value_allowed_null": false
1194
1196
  },
@@ -1198,7 +1200,7 @@
1198
1200
  "example": "用于家庭内部共享",
1199
1201
  "member": "string",
1200
1202
  "name": "Remark",
1201
- "required": true,
1203
+ "output_required": true,
1202
1204
  "type": "string",
1203
1205
  "value_allowed_null": false
1204
1206
  },
@@ -1208,7 +1210,7 @@
1208
1210
  "example": "smh-1250000000",
1209
1211
  "member": "string",
1210
1212
  "name": "BucketName",
1211
- "required": true,
1213
+ "output_required": true,
1212
1214
  "type": "string",
1213
1215
  "value_allowed_null": false
1214
1216
  },
@@ -1218,7 +1220,17 @@
1218
1220
  "example": "ap-guangzhou",
1219
1221
  "member": "string",
1220
1222
  "name": "BucketRegion",
1221
- "required": true,
1223
+ "output_required": true,
1224
+ "type": "string",
1225
+ "value_allowed_null": false
1226
+ },
1227
+ {
1228
+ "disabled": false,
1229
+ "document": "该媒体库的业务 API 访问域名",
1230
+ "example": "smh3ptyc9mscifdi.api.tencentsmh.cn",
1231
+ "member": "string",
1232
+ "name": "AccessDomain",
1233
+ "output_required": true,
1222
1234
  "type": "string",
1223
1235
  "value_allowed_null": false
1224
1236
  },
@@ -1228,7 +1240,7 @@
1228
1240
  "example": "2021-10-12T03:53:29Z",
1229
1241
  "member": "datetime_iso",
1230
1242
  "name": "CreationTime",
1231
- "required": true,
1243
+ "output_required": true,
1232
1244
  "type": "string",
1233
1245
  "value_allowed_null": false
1234
1246
  },
@@ -1238,7 +1250,7 @@
1238
1250
  "example": "无",
1239
1251
  "member": "LibraryExtension",
1240
1252
  "name": "LibraryExtension",
1241
- "required": true,
1253
+ "output_required": true,
1242
1254
  "type": "object",
1243
1255
  "value_allowed_null": false
1244
1256
  },
@@ -1248,7 +1260,7 @@
1248
1260
  "example": "182736273",
1249
1261
  "member": "string",
1250
1262
  "name": "Size",
1251
- "required": true,
1263
+ "output_required": true,
1252
1264
  "type": "string",
1253
1265
  "value_allowed_null": false
1254
1266
  },
@@ -1258,7 +1270,7 @@
1258
1270
  "example": "12",
1259
1271
  "member": "string",
1260
1272
  "name": "DirNum",
1261
- "required": true,
1273
+ "output_required": true,
1262
1274
  "type": "string",
1263
1275
  "value_allowed_null": false
1264
1276
  },
@@ -1268,7 +1280,7 @@
1268
1280
  "example": "3746",
1269
1281
  "member": "string",
1270
1282
  "name": "FileNum",
1271
- "required": true,
1283
+ "output_required": true,
1272
1284
  "type": "string",
1273
1285
  "value_allowed_null": false
1274
1286
  }
@@ -1284,6 +1296,7 @@
1284
1296
  "example": "true",
1285
1297
  "member": "bool",
1286
1298
  "name": "IsFileLibrary",
1299
+ "output_required": true,
1287
1300
  "required": false,
1288
1301
  "type": "bool",
1289
1302
  "value_allowed_null": false
@@ -1294,6 +1307,7 @@
1294
1307
  "example": "true",
1295
1308
  "member": "bool",
1296
1309
  "name": "IsMultiSpace",
1310
+ "output_required": true,
1297
1311
  "required": false,
1298
1312
  "type": "bool",
1299
1313
  "value_allowed_null": false
@@ -1304,6 +1318,7 @@
1304
1318
  "example": "STANDARD_IA",
1305
1319
  "member": "string",
1306
1320
  "name": "CosStorageClass",
1321
+ "output_required": true,
1307
1322
  "required": false,
1308
1323
  "type": "string",
1309
1324
  "value_allowed_null": false
@@ -1314,6 +1329,7 @@
1314
1329
  "example": "true",
1315
1330
  "member": "bool",
1316
1331
  "name": "UseRecycleBin",
1332
+ "output_required": true,
1317
1333
  "required": false,
1318
1334
  "type": "bool",
1319
1335
  "value_allowed_null": false
@@ -1324,6 +1340,7 @@
1324
1340
  "example": "7",
1325
1341
  "member": "uint64",
1326
1342
  "name": "AutoRemoveRecycledDays",
1343
+ "output_required": true,
1327
1344
  "required": false,
1328
1345
  "type": "int",
1329
1346
  "value_allowed_null": true
@@ -1334,6 +1351,7 @@
1334
1351
  "example": "true",
1335
1352
  "member": "bool",
1336
1353
  "name": "EnableSearch",
1354
+ "output_required": true,
1337
1355
  "required": false,
1338
1356
  "type": "bool",
1339
1357
  "value_allowed_null": false
@@ -1344,6 +1362,7 @@
1344
1362
  "example": "true",
1345
1363
  "member": "bool",
1346
1364
  "name": "DenyOnQuotaLessThanUsage",
1365
+ "output_required": true,
1347
1366
  "required": false,
1348
1367
  "type": "bool",
1349
1368
  "value_allowed_null": false
@@ -1354,26 +1373,29 @@
1354
1373
  "example": "true",
1355
1374
  "member": "bool",
1356
1375
  "name": "EnableFileHistory",
1376
+ "output_required": true,
1357
1377
  "required": false,
1358
1378
  "type": "bool",
1359
1379
  "value_allowed_null": false
1360
1380
  },
1361
1381
  {
1362
1382
  "disabled": false,
1363
- "document": "当开启历史版本时,指定单个文件保留的历史版本的数量上限,不能超过 999,指定为 0 则不限制,默认为 0。当未开启历史版本时,该属性为 null。\n注意:此字段可能返回 null,表示取不到有效值。",
1383
+ "document": "当开启历史版本时,指定单个文件保留的历史版本的数量上限,取值范围为 1 999。当未开启历史版本时,该属性可能为 null。\n注意:此字段可能返回 null,表示取不到有效值。",
1364
1384
  "example": "10",
1365
1385
  "member": "uint64",
1366
1386
  "name": "FileHistoryCount",
1387
+ "output_required": true,
1367
1388
  "required": false,
1368
1389
  "type": "int",
1369
1390
  "value_allowed_null": true
1370
1391
  },
1371
1392
  {
1372
1393
  "disabled": false,
1373
- "document": "当开启历史版本时,指定历史版本保留的最长天数,不能超过 999,指定为 0 则不限制,默认为 0。当未开启历史版本时,该属性为 null。\n注意:此字段可能返回 null,表示取不到有效值。",
1394
+ "document": "当开启历史版本时,指定历史版本保留的最长天数,取值范围为 0 到 999,当指定为 0 时代表永久保留。当未开启历史版本时,该属性可能为 null。\n注意:此字段可能返回 null,表示取不到有效值。",
1374
1395
  "example": "30",
1375
1396
  "member": "uint64",
1376
1397
  "name": "FileHistoryExpireDay",
1398
+ "output_required": true,
1377
1399
  "required": false,
1378
1400
  "type": "int",
1379
1401
  "value_allowed_null": true
@@ -1384,6 +1406,7 @@
1384
1406
  "example": "200",
1385
1407
  "member": "uint64",
1386
1408
  "name": "MaxDirFileNameLength",
1409
+ "output_required": true,
1387
1410
  "required": false,
1388
1411
  "type": "int",
1389
1412
  "value_allowed_null": false
@@ -1394,6 +1417,7 @@
1394
1417
  "example": "true",
1395
1418
  "member": "bool",
1396
1419
  "name": "IsPublicRead",
1420
+ "output_required": true,
1397
1421
  "required": false,
1398
1422
  "type": "bool",
1399
1423
  "value_allowed_null": true
@@ -1404,6 +1428,7 @@
1404
1428
  "example": "true",
1405
1429
  "member": "bool",
1406
1430
  "name": "IsMultiAlbum",
1431
+ "output_required": true,
1407
1432
  "required": false,
1408
1433
  "type": "bool",
1409
1434
  "value_allowed_null": true
@@ -1414,6 +1439,7 @@
1414
1439
  "example": "true",
1415
1440
  "member": "bool",
1416
1441
  "name": "AllowPhoto",
1442
+ "output_required": true,
1417
1443
  "required": false,
1418
1444
  "type": "bool",
1419
1445
  "value_allowed_null": true
@@ -1424,6 +1450,7 @@
1424
1450
  "example": "[ '.jpg', '.png', '.heic' ]",
1425
1451
  "member": "string",
1426
1452
  "name": "AllowPhotoExtName",
1453
+ "output_required": true,
1427
1454
  "required": false,
1428
1455
  "type": "list",
1429
1456
  "value_allowed_null": true
@@ -1434,6 +1461,7 @@
1434
1461
  "example": "true",
1435
1462
  "member": "bool",
1436
1463
  "name": "AllowVideo",
1464
+ "output_required": true,
1437
1465
  "required": false,
1438
1466
  "type": "bool",
1439
1467
  "value_allowed_null": true
@@ -1444,6 +1472,7 @@
1444
1472
  "example": "[ '.mp4', '.mov' ]",
1445
1473
  "member": "string",
1446
1474
  "name": "AllowVideoExtName",
1475
+ "output_required": true,
1447
1476
  "required": false,
1448
1477
  "type": "list",
1449
1478
  "value_allowed_null": true
@@ -1454,6 +1483,7 @@
1454
1483
  "example": "[ '.docx', '.xslx', '.pptx' ]",
1455
1484
  "member": "string",
1456
1485
  "name": "AllowFileExtName",
1486
+ "output_required": true,
1457
1487
  "required": false,
1458
1488
  "type": "list",
1459
1489
  "value_allowed_null": true
@@ -1464,6 +1494,7 @@
1464
1494
  "example": "true",
1465
1495
  "member": "bool",
1466
1496
  "name": "RecognizeSensitiveContent",
1497
+ "output_required": true,
1467
1498
  "required": false,
1468
1499
  "type": "bool",
1469
1500
  "value_allowed_null": true
@@ -44,7 +44,7 @@
44
44
  {
45
45
  "document": "查询媒体库",
46
46
  "input": "POST / HTTP/1.1\nHost: smh.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeLibraries\n<公共请求参数>\n\n{}",
47
- "output": "{\n \"Response\": {\n \"List\": [\n {\n \"LibraryId\": \"smh0q8nrvsg7t6y6\",\n \"Name\": \"字符串\",\n \"Remark\": \"字符串\",\n \"BucketName\": \"smh-it-251202137\",\n \"BucketRegion\": \"ap-guangzhou\",\n \"CreationTime\": \"2021-09-28T06:02:26Z\",\n \"LibraryExtension\": {\n \"IsFileLibrary\": true,\n \"IsMultiSpace\": false,\n \"CosStorageClass\": \"INTELLIGENT_TIERING\",\n \"UseRecycleBin\": false,\n \"EnableSearch\": false,\n \"DenyOnQuotaLessThanUsage\": false,\n \"EnableFileHistory\": false,\n \"MaxDirFileNameLength\": 255,\n \"IsPublicRead\": false,\n \"AllowFileExtName\": [],\n \"RecognizeSensitiveContent\": false\n },\n \"Size\": \"0\",\n \"DirNum\": \"0\",\n \"FileNum\": \"0\"\n },\n {\n \"LibraryId\": \"smh1jjexrwwoa9ok\",\n \"Name\": \"字符串\",\n \"Remark\": \"\",\n \"BucketName\": \"smh-it-251202137\",\n \"BucketRegion\": \"ap-guangzhou\",\n \"CreationTime\": \"2021-09-28T09:43:07Z\",\n \"LibraryExtension\": {\n \"IsFileLibrary\": true,\n \"IsMultiSpace\": false,\n \"CosStorageClass\": \"INTELLIGENT_TIERING\",\n \"UseRecycleBin\": false,\n \"EnableSearch\": false,\n \"DenyOnQuotaLessThanUsage\": false,\n \"EnableFileHistory\": false,\n \"MaxDirFileNameLength\": 255,\n \"IsPublicRead\": false,\n \"AllowFileExtName\": [],\n \"RecognizeSensitiveContent\": false\n },\n \"Size\": \"0\",\n \"DirNum\": \"0\",\n \"FileNum\": \"0\"\n },\n {\n \"LibraryId\": \"smh12pzokd9c6r5n\",\n \"Name\": \"字符串\",\n \"Remark\": \"\",\n \"BucketName\": \"smh-it-251202137\",\n \"BucketRegion\": \"ap-guangzhou\",\n \"CreationTime\": \"2021-09-28T12:31:31Z\",\n \"LibraryExtension\": {\n \"IsFileLibrary\": true,\n \"IsMultiSpace\": false,\n \"CosStorageClass\": \"INTELLIGENT_TIERING\",\n \"UseRecycleBin\": false,\n \"EnableSearch\": false,\n \"DenyOnQuotaLessThanUsage\": false,\n \"EnableFileHistory\": false,\n \"MaxDirFileNameLength\": 255,\n \"IsPublicRead\": false,\n \"AllowFileExtName\": [],\n \"RecognizeSensitiveContent\": false\n },\n \"Size\": \"0\",\n \"DirNum\": \"0\",\n \"FileNum\": \"0\"\n },\n {\n \"LibraryId\": \"smh3s9iq6lfsoud1\",\n \"Name\": \"字符串\",\n \"Remark\": \"\",\n \"BucketName\": \"smh-it-251202137\",\n \"BucketRegion\": \"ap-guangzhou\",\n \"CreationTime\": \"2021-09-28T12:32:06Z\",\n \"LibraryExtension\": {\n \"IsFileLibrary\": true,\n \"IsMultiSpace\": false,\n \"CosStorageClass\": \"INTELLIGENT_TIERING\",\n \"UseRecycleBin\": false,\n \"EnableSearch\": false,\n \"DenyOnQuotaLessThanUsage\": false,\n \"EnableFileHistory\": false,\n \"MaxDirFileNameLength\": 255,\n \"IsPublicRead\": false,\n \"AllowFileExtName\": [],\n \"RecognizeSensitiveContent\": false\n },\n \"Size\": \"0\",\n \"DirNum\": \"0\",\n \"FileNum\": \"0\"\n },\n {\n \"LibraryId\": \"smh1porquwr19l42\",\n \"Name\": \"字符串\",\n \"Remark\": \"\",\n \"BucketName\": \"smh-it-251202137\",\n \"BucketRegion\": \"ap-guangzhou\",\n \"CreationTime\": \"2021-09-28T12:33:20Z\",\n \"LibraryExtension\": {\n \"IsFileLibrary\": true,\n \"IsMultiSpace\": false,\n \"CosStorageClass\": \"INTELLIGENT_TIERING\",\n \"UseRecycleBin\": false,\n \"EnableSearch\": false,\n \"DenyOnQuotaLessThanUsage\": false,\n \"EnableFileHistory\": false,\n \"MaxDirFileNameLength\": 255,\n \"IsPublicRead\": false,\n \"AllowFileExtName\": [],\n \"RecognizeSensitiveContent\": false\n },\n \"Size\": \"0\",\n \"DirNum\": \"0\",\n \"FileNum\": \"0\"\n },\n {\n \"LibraryId\": \"smh32bey5u1lr6bx\",\n \"Name\": \"字符串\",\n \"Remark\": \"\",\n \"BucketName\": \"smh-it-251202137\",\n \"BucketRegion\": \"ap-guangzhou\",\n \"CreationTime\": \"2021-09-28T12:33:27Z\",\n \"LibraryExtension\": {\n \"IsFileLibrary\": true,\n \"IsMultiSpace\": false,\n \"CosStorageClass\": \"INTELLIGENT_TIERING\",\n \"UseRecycleBin\": false,\n \"EnableSearch\": false,\n \"DenyOnQuotaLessThanUsage\": false,\n \"EnableFileHistory\": false,\n \"MaxDirFileNameLength\": 255,\n \"IsPublicRead\": false,\n \"AllowFileExtName\": [],\n \"RecognizeSensitiveContent\": false\n },\n \"Size\": \"0\",\n \"DirNum\": \"0\",\n \"FileNum\": \"0\"\n }\n ],\n \"TotalCount\": 6,\n \"RequestId\": \"3d486825-fc56-434f-82d0-1db782b66728\"\n }\n}",
47
+ "output": "{\n \"Response\": {\n \"List\": [\n {\n \"LibraryId\": \"smh0q8nrvsg7t6y6\",\n \"Name\": \"字符串\",\n \"Remark\": \"字符串\",\n \"BucketName\": \"smh-it-251202137\",\n \"BucketRegion\": \"ap-guangzhou\",\n \"AccessDomain\": \"smh0q8nrvsg7t6y6.api.tencentsmh.cn\",\n \"CreationTime\": \"2021-09-28T06:02:26Z\",\n \"LibraryExtension\": {\n \"IsFileLibrary\": true,\n \"IsMultiSpace\": false,\n \"CosStorageClass\": \"INTELLIGENT_TIERING\",\n \"UseRecycleBin\": false,\n \"AutoRemoveRecycledDays\": null,\n \"EnableSearch\": false,\n \"DenyOnQuotaLessThanUsage\": false,\n \"EnableFileHistory\": false,\n \"FileHistoryCount\": null,\n \"FileHistoryExpireDay\": null,\n \"MaxDirFileNameLength\": 255,\n \"IsPublicRead\": false,\n \"IsMultiAlbum\": null,\n \"AllowPhoto\": null,\n \"AllowPhotoExtName\": null,\n \"AllowVideo\": null,\n \"AllowVideoExtName\": null,\n \"AllowFileExtName\": [],\n \"RecognizeSensitiveContent\": false\n },\n \"Size\": \"0\",\n \"DirNum\": \"0\",\n \"FileNum\": \"0\"\n },\n {\n \"LibraryId\": \"smh1jjexrwwoa9ok\",\n \"Name\": \"字符串\",\n \"Remark\": \"\",\n \"BucketName\": \"smh-it-251202137\",\n \"BucketRegion\": \"ap-guangzhou\",\n \"AccessDomain\": \"smh1jjexrwwoa9ok.api.tencentsmh.cn\",\n \"CreationTime\": \"2021-09-28T09:43:07Z\",\n \"LibraryExtension\": {\n \"IsFileLibrary\": true,\n \"IsMultiSpace\": false,\n \"CosStorageClass\": \"INTELLIGENT_TIERING\",\n \"UseRecycleBin\": false,\n \"AutoRemoveRecycledDays\": null,\n \"EnableSearch\": false,\n \"DenyOnQuotaLessThanUsage\": false,\n \"EnableFileHistory\": false,\n \"FileHistoryCount\": null,\n \"FileHistoryExpireDay\": null,\n \"MaxDirFileNameLength\": 255,\n \"IsPublicRead\": false,\n \"IsMultiAlbum\": null,\n \"AllowPhoto\": null,\n \"AllowPhotoExtName\": null,\n \"AllowVideo\": null,\n \"AllowVideoExtName\": null,\n \"AllowFileExtName\": [],\n \"RecognizeSensitiveContent\": false\n },\n \"Size\": \"0\",\n \"DirNum\": \"0\",\n \"FileNum\": \"0\"\n },\n {\n \"LibraryId\": \"smh12pzokd9c6r5n\",\n \"Name\": \"字符串\",\n \"Remark\": \"\",\n \"BucketName\": \"smh-it-251202137\",\n \"BucketRegion\": \"ap-guangzhou\",\n \"AccessDomain\": \"smh12pzokd9c6r5n.api.tencentsmh.cn\",\n \"CreationTime\": \"2021-09-28T12:31:31Z\",\n \"LibraryExtension\": {\n \"IsFileLibrary\": true,\n \"IsMultiSpace\": false,\n \"CosStorageClass\": \"INTELLIGENT_TIERING\",\n \"UseRecycleBin\": false,\n \"AutoRemoveRecycledDays\": null,\n \"EnableSearch\": false,\n \"DenyOnQuotaLessThanUsage\": false,\n \"EnableFileHistory\": false,\n \"FileHistoryCount\": null,\n \"FileHistoryExpireDay\": null,\n \"MaxDirFileNameLength\": 255,\n \"IsPublicRead\": false,\n \"IsMultiAlbum\": null,\n \"AllowPhoto\": null,\n \"AllowPhotoExtName\": null,\n \"AllowVideo\": null,\n \"AllowVideoExtName\": null,\n \"AllowFileExtName\": [],\n \"RecognizeSensitiveContent\": false\n },\n \"Size\": \"0\",\n \"DirNum\": \"0\",\n \"FileNum\": \"0\"\n },\n {\n \"LibraryId\": \"smh3s9iq6lfsoud1\",\n \"Name\": \"字符串\",\n \"Remark\": \"\",\n \"BucketName\": \"smh-it-251202137\",\n \"BucketRegion\": \"ap-guangzhou\",\n \"AccessDomain\": \"smh3s9iq6lfsoud1.api.tencentsmh.cn\",\n \"CreationTime\": \"2021-09-28T12:32:06Z\",\n \"LibraryExtension\": {\n \"IsFileLibrary\": true,\n \"IsMultiSpace\": false,\n \"CosStorageClass\": \"INTELLIGENT_TIERING\",\n \"UseRecycleBin\": false,\n \"AutoRemoveRecycledDays\": null,\n \"EnableSearch\": false,\n \"DenyOnQuotaLessThanUsage\": false,\n \"EnableFileHistory\": false,\n \"FileHistoryCount\": null,\n \"FileHistoryExpireDay\": null,\n \"MaxDirFileNameLength\": 255,\n \"IsPublicRead\": false,\n \"IsMultiAlbum\": null,\n \"AllowPhoto\": null,\n \"AllowPhotoExtName\": null,\n \"AllowVideo\": null,\n \"AllowVideoExtName\": null,\n \"AllowFileExtName\": [],\n \"RecognizeSensitiveContent\": false\n },\n \"Size\": \"0\",\n \"DirNum\": \"0\",\n \"FileNum\": \"0\"\n },\n {\n \"LibraryId\": \"smh1porquwr19l42\",\n \"Name\": \"字符串\",\n \"Remark\": \"\",\n \"BucketName\": \"smh-it-251202137\",\n \"BucketRegion\": \"ap-guangzhou\",\n \"AccessDomain\": \"smh1porquwr19l42.api.tencentsmh.cn\",\n \"CreationTime\": \"2021-09-28T12:33:20Z\",\n \"LibraryExtension\": {\n \"IsFileLibrary\": true,\n \"IsMultiSpace\": false,\n \"CosStorageClass\": \"INTELLIGENT_TIERING\",\n \"UseRecycleBin\": false,\n \"AutoRemoveRecycledDays\": null,\n \"EnableSearch\": false,\n \"DenyOnQuotaLessThanUsage\": false,\n \"EnableFileHistory\": false,\n \"FileHistoryCount\": null,\n \"FileHistoryExpireDay\": null,\n \"MaxDirFileNameLength\": 255,\n \"IsPublicRead\": false,\n \"IsMultiAlbum\": null,\n \"AllowPhoto\": null,\n \"AllowPhotoExtName\": null,\n \"AllowVideo\": null,\n \"AllowVideoExtName\": null,\n \"AllowFileExtName\": [],\n \"RecognizeSensitiveContent\": false\n },\n \"Size\": \"0\",\n \"DirNum\": \"0\",\n \"FileNum\": \"0\"\n },\n {\n \"LibraryId\": \"smh32bey5u1lr6bx\",\n \"Name\": \"字符串\",\n \"Remark\": \"\",\n \"BucketName\": \"smh-it-251202137\",\n \"BucketRegion\": \"ap-guangzhou\",\n \"AccessDomain\": \"smh32bey5u1lr6bx.api.tencentsmh.cn\",\n \"CreationTime\": \"2021-09-28T12:33:27Z\",\n \"LibraryExtension\": {\n \"IsFileLibrary\": true,\n \"IsMultiSpace\": false,\n \"CosStorageClass\": \"INTELLIGENT_TIERING\",\n \"UseRecycleBin\": false,\n \"AutoRemoveRecycledDays\": null,\n \"EnableSearch\": false,\n \"DenyOnQuotaLessThanUsage\": false,\n \"EnableFileHistory\": false,\n \"FileHistoryCount\": null,\n \"FileHistoryExpireDay\": null,\n \"MaxDirFileNameLength\": 255,\n \"IsPublicRead\": false,\n \"IsMultiAlbum\": null,\n \"AllowPhoto\": null,\n \"AllowPhotoExtName\": null,\n \"AllowVideo\": null,\n \"AllowVideoExtName\": null,\n \"AllowFileExtName\": [],\n \"RecognizeSensitiveContent\": false\n },\n \"Size\": \"0\",\n \"DirNum\": \"0\",\n \"FileNum\": \"0\"\n }\n ],\n \"TotalCount\": 6,\n \"RequestId\": \"3d486825-fc56-434f-82d0-1db782b66728\"\n }\n}",
48
48
  "title": "查询媒体库"
49
49
  }
50
50
  ],