tccli 3.0.1375.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 (32) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/cdb/v20170320/api.json +2 -2
  3. tccli/services/cdwdoris/v20211228/api.json +31 -1
  4. tccli/services/cfs/v20190719/api.json +10 -1
  5. tccli/services/chc/v20230418/examples.json +1 -1
  6. tccli/services/clb/v20180317/api.json +20 -0
  7. tccli/services/cls/v20201016/api.json +8 -8
  8. tccli/services/csip/v20221121/api.json +2 -2
  9. tccli/services/ctem/v20231128/api.json +22 -3
  10. tccli/services/ctem/v20231128/examples.json +2 -2
  11. tccli/services/ess/v20201111/api.json +5 -5
  12. tccli/services/essbasic/v20210526/api.json +2 -2
  13. tccli/services/ioa/v20220601/api.json +47 -10
  14. tccli/services/ioa/v20220601/examples.json +4 -10
  15. tccli/services/iss/iss_client.py +53 -0
  16. tccli/services/iss/v20230517/api.json +60 -0
  17. tccli/services/iss/v20230517/examples.json +8 -0
  18. tccli/services/oceanus/v20190422/api.json +5 -5
  19. tccli/services/omics/v20221128/api.json +1 -1
  20. tccli/services/organization/organization_client.py +69 -16
  21. tccli/services/organization/v20210331/api.json +216 -0
  22. tccli/services/organization/v20210331/examples.json +8 -0
  23. tccli/services/partners/v20180321/api.json +2 -2
  24. tccli/services/smh/v20210712/api.json +43 -12
  25. tccli/services/smh/v20210712/examples.json +1 -1
  26. tccli/services/tsf/v20180326/api.json +59 -59
  27. tccli/services/tsf/v20180326/examples.json +2 -2
  28. {tccli-3.0.1375.1.dist-info → tccli-3.0.1376.1.dist-info}/METADATA +2 -2
  29. {tccli-3.0.1375.1.dist-info → tccli-3.0.1376.1.dist-info}/RECORD +32 -32
  30. {tccli-3.0.1375.1.dist-info → tccli-3.0.1376.1.dist-info}/WHEEL +0 -0
  31. {tccli-3.0.1375.1.dist-info → tccli-3.0.1376.1.dist-info}/entry_points.txt +0 -0
  32. {tccli-3.0.1375.1.dist-info → tccli-3.0.1376.1.dist-info}/license_files/LICENSE +0 -0
@@ -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",
@@ -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
  ],