tccli 3.0.1148.1__py2.py3-none-any.whl → 3.0.1149.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 (32) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/cam/v20190116/api.json +4 -4
  3. tccli/services/cam/v20190116/examples.json +1 -1
  4. tccli/services/cwp/v20180228/api.json +63 -16
  5. tccli/services/cwp/v20180228/examples.json +1 -1
  6. tccli/services/ess/ess_client.py +53 -0
  7. tccli/services/ess/v20201111/api.json +67 -5
  8. tccli/services/ess/v20201111/examples.json +14 -0
  9. tccli/services/essbasic/essbasic_client.py +57 -4
  10. tccli/services/essbasic/v20210526/api.json +56 -3
  11. tccli/services/essbasic/v20210526/examples.json +8 -0
  12. tccli/services/gaap/gaap_client.py +53 -0
  13. tccli/services/gaap/v20180529/api.json +24 -0
  14. tccli/services/gaap/v20180529/examples.json +8 -0
  15. tccli/services/live/v20180801/api.json +6 -0
  16. tccli/services/live/v20180801/examples.json +1 -1
  17. tccli/services/mariadb/mariadb_client.py +53 -0
  18. tccli/services/mariadb/v20170312/api.json +88 -0
  19. tccli/services/mariadb/v20170312/examples.json +8 -0
  20. tccli/services/mongodb/v20190725/api.json +35 -35
  21. tccli/services/monitor/v20180724/api.json +1 -1
  22. tccli/services/oceanus/v20190422/api.json +24 -0
  23. tccli/services/organization/v20210331/api.json +1 -1
  24. tccli/services/rum/v20210622/api.json +9 -0
  25. tccli/services/tdmq/v20200217/api.json +4 -2
  26. tccli/services/thpc/v20230321/api.json +11 -3
  27. tccli/services/trtc/v20190722/api.json +15 -5
  28. {tccli-3.0.1148.1.dist-info → tccli-3.0.1149.1.dist-info}/METADATA +2 -2
  29. {tccli-3.0.1148.1.dist-info → tccli-3.0.1149.1.dist-info}/RECORD +32 -32
  30. {tccli-3.0.1148.1.dist-info → tccli-3.0.1149.1.dist-info}/WHEEL +0 -0
  31. {tccli-3.0.1148.1.dist-info → tccli-3.0.1149.1.dist-info}/entry_points.txt +0 -0
  32. {tccli-3.0.1148.1.dist-info → tccli-3.0.1149.1.dist-info}/license_files/LICENSE +0 -0
@@ -894,7 +894,7 @@
894
894
  "members": [
895
895
  {
896
896
  "disabled": false,
897
- "document": "实例内存大小,单位:GB",
897
+ "document": "实例内存大小,单位:GB。具体售卖的内存规格,请通过接口 [DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567) 获取。",
898
898
  "example": "4",
899
899
  "member": "uint64",
900
900
  "name": "Memory",
@@ -903,8 +903,8 @@
903
903
  },
904
904
  {
905
905
  "disabled": false,
906
- "document": "实例硬盘大小,单位:GB",
907
- "example": "250",
906
+ "document": "实例硬盘大小,单位:GB。每一个 CPU 规格对应的最大磁盘与最小磁盘范围,请通过接口 [DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567) 获取。",
907
+ "example": "100",
908
908
  "member": "uint64",
909
909
  "name": "Volume",
910
910
  "required": true,
@@ -912,7 +912,7 @@
912
912
  },
913
913
  {
914
914
  "disabled": false,
915
- "document": "指副本集数量。\n- 创建副本集实例,该参数只能为1。\n- 创建分片实例,指分片的数量。具体售卖规格,请通过接口 [DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567) 获取。",
915
+ "document": "- 创建副本集实例,指副本集数量,该参数只能为1。\n- 创建分片集群实例,指分片的数量。请通过接口[DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567)查询分片数量的取值范围,其返回的数据结构SpecItems中的参数MinReplicateSetNum与MaxReplicateSetNum分别对应其最小值与最大值。",
916
916
  "example": "1",
917
917
  "member": "uint64",
918
918
  "name": "ReplicateSetNum",
@@ -921,7 +921,7 @@
921
921
  },
922
922
  {
923
923
  "disabled": false,
924
- "document": "指每个副本集内节点个数。具体售卖规格,请通过接口 [DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567) 获取。",
924
+ "document": "- 创建副本集实例,指每个副本集内主从节点数量。每个副本集所支持的的最大节点数与最小节点数,请通过接口 [DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567) 获取。\n- 创建分片集群实例,指每个分片的主从节点数量。每个分片所支持的最大节点数与最小节点数,请通过接口 [DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567) 获取。",
925
925
  "example": "2",
926
926
  "member": "uint64",
927
927
  "name": "NodeNum",
@@ -930,8 +930,8 @@
930
930
  },
931
931
  {
932
932
  "disabled": false,
933
- "document": "指版本信息。具体售卖规格,请通过接口 [DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567) 获取。\n- MONGO_36_WT:MongoDB 3.6 WiredTiger存储引擎版本。\n- MONGO_40_WT:MongoDB 4.0 WiredTiger存储引擎版本。\n- MONGO_42_WT:MongoDB 4.2 WiredTiger存储引擎版本。\n- MONGO_44_WT:MongoDB 4.4 WiredTiger存储引擎版本。",
934
- "example": "MONGO_3_WT",
933
+ "document": "指版本信息。具体支持的版本信息 ,请通过接口 [DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567) 获取。\n- MONGO_36_WT:MongoDB 3.6 WiredTiger存储引擎版本。\n- MONGO_40_WT:MongoDB 4.0 WiredTiger存储引擎版本。\n- MONGO_42_WT:MongoDB 4.2 WiredTiger存储引擎版本。\n- MONGO_44_WT:MongoDB 4.4 WiredTiger存储引擎版本。\n- MONGO_50_WT:MongoDB 5.0 WiredTiger存储引擎版本。\n- MONGO_60_WT:MongoDB 6.0 WiredTiger存储引擎版本。",
934
+ "example": "MONGO_44_WT",
935
935
  "member": "string",
936
936
  "name": "MongoVersion",
937
937
  "required": true,
@@ -939,7 +939,7 @@
939
939
  },
940
940
  {
941
941
  "disabled": false,
942
- "document": "机器类型。\n- HIO:高IO型。\n- HIO10G:高IO万兆。",
942
+ "document": "产品规格类型。\n- HIO10G:通用高HIO万兆型。\n- HCD:云盘版类型。",
943
943
  "example": "HIO10G",
944
944
  "member": "string",
945
945
  "name": "MachineCode",
@@ -1002,7 +1002,7 @@
1002
1002
  },
1003
1003
  {
1004
1004
  "disabled": false,
1005
- "document": "项目ID。若不设置该参数,则为默认项目。",
1005
+ "document": "项目ID。\n- 若不设置该参数,则为默认项目。\n- 在 [MongoDB 控制台项目管理](https://console.cloud.tencent.com/project)页面,可获取项目ID。",
1006
1006
  "example": "无",
1007
1007
  "member": "int64",
1008
1008
  "name": "ProjectId",
@@ -1020,7 +1020,7 @@
1020
1020
  },
1021
1021
  {
1022
1022
  "disabled": false,
1023
- "document": "实例类型。\n- 1:正式实例。\n- 3:只读实例。\n- 4:灾备实例。",
1023
+ "document": "实例类型。- 1:正式实例。- 3:只读实例。- 4:灾备实例。-5:克隆实例,注意:克隆实例RestoreTime为必填项。",
1024
1024
  "example": "1",
1025
1025
  "member": "int64",
1026
1026
  "name": "Clone",
@@ -1038,7 +1038,7 @@
1038
1038
  },
1039
1039
  {
1040
1040
  "disabled": false,
1041
- "document": "安全组。",
1041
+ "document": "安全组 ID。",
1042
1042
  "example": "无",
1043
1043
  "member": "string",
1044
1044
  "name": "SecurityGroup",
@@ -1065,7 +1065,7 @@
1065
1065
  },
1066
1066
  {
1067
1067
  "disabled": false,
1068
- "document": "多可用区部署的节点列表。具体信息,请通过接口 [DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567)获取。\n- 多可用区部署节点只能部署在3个不同可用区。不支持将集群的大多数节点部署在同一个可用区。例如:3节点集群不支持2个节点部署在同一个区。\n- 不支持4.2及以上版本。\n- 不支持只读灾备实例。\n- 不能选择基础网络。",
1068
+ "document": "若多可用区部署云数据库实例,指定多可用区列表。\n- 多可用区部署实例,参数 **Zone** 指定实例主可用区信息;**AvailabilityZoneList** 指定所有可用区信息,包含主可用区。输入格式如:[ap-guangzhou-2,ap-guangzhou-3,ap-guangzhou-4]。\n- 通过接口 [DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567) 可获取云数据库不同地域规划的可用区信息,以便指定有效的可用区。\n- 多可用区部署节点只能部署在3个不同可用区。不支持将集群的大多数节点部署在同一个可用区。例如:3节点集群不支持2个节点部署在同一个区。\n",
1069
1069
  "example": "无",
1070
1070
  "member": "string",
1071
1071
  "name": "AvailabilityZoneList",
@@ -1074,7 +1074,7 @@
1074
1074
  },
1075
1075
  {
1076
1076
  "disabled": false,
1077
- "document": "Mongos CPU 核数。购买分片集群时,必须填写。\n",
1077
+ "document": "Mongos CPU 核数,支持1、2、4、8、16。购买分片集群时,必须填写。\n",
1078
1078
  "example": "无",
1079
1079
  "member": "uint64",
1080
1080
  "name": "MongosCpu",
@@ -1083,7 +1083,7 @@
1083
1083
  },
1084
1084
  {
1085
1085
  "disabled": false,
1086
- "document": "Mongos 内存大小。购买分片集群时,必须填写。\n\n",
1086
+ "document": "Mongos 内存大小。\n- 购买分片集群时,必须填写。\n- 单位:GB,支持1核2GB、2核4GB、4核8GB、8核16GB、16核32GB。\n\n",
1087
1087
  "example": "无",
1088
1088
  "member": "uint64",
1089
1089
  "name": "MongosMemory",
@@ -1092,7 +1092,7 @@
1092
1092
  },
1093
1093
  {
1094
1094
  "disabled": false,
1095
- "document": "Mongos 数量。购买分片集群时,必须填写。\n\n",
1095
+ "document": "Mongos 数量。购买分片集群时,必须填写。\n- 单可用区部署实例,其数量范围为[3,32]。\n- 多可用区部署实例,其数量范围为[6,32]。",
1096
1096
  "example": "无",
1097
1097
  "member": "uint64",
1098
1098
  "name": "MongosNodeNum",
@@ -1101,7 +1101,7 @@
1101
1101
  },
1102
1102
  {
1103
1103
  "disabled": false,
1104
- "document": "只读节点数量,最大不超过7个。",
1104
+ "document": "只读节点数量,取值范围[0,5]。",
1105
1105
  "example": "无",
1106
1106
  "member": "uint64",
1107
1107
  "name": "ReadonlyNodeNum",
@@ -1110,7 +1110,7 @@
1110
1110
  },
1111
1111
  {
1112
1112
  "disabled": false,
1113
- "document": "指只读节点所属可用区。跨可用区部署实例,参数**ReadonlyNodeNum**不为**0**时,必须配置该参数。",
1113
+ "document": "指只读节点所属可用区数组。跨可用区部署实例,参数**ReadonlyNodeNum**不为**0**时,必须配置该参数。",
1114
1114
  "example": "无",
1115
1115
  "member": "string",
1116
1116
  "name": "ReadonlyNodeAvailabilityZoneList",
@@ -1166,7 +1166,7 @@
1166
1166
  "members": [
1167
1167
  {
1168
1168
  "disabled": false,
1169
- "document": "指每个副本集内节点个数。具体售卖规格,请通过接口 [DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567) 获取。",
1169
+ "document": "- 创建副本集实例,指每个副本集内主从节点数量。每个副本集所支持的的最大节点数与最小节点数,请通过接口 [DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567) 获取。\n- 创建分片集群实例,指每个分片的主从节点数量。每个分片所支持的最大节点数与最小节点数,请通过接口 [DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567) 获取。",
1170
1170
  "example": "3",
1171
1171
  "member": "uint64",
1172
1172
  "name": "NodeNum",
@@ -1175,7 +1175,7 @@
1175
1175
  },
1176
1176
  {
1177
1177
  "disabled": false,
1178
- "document": "实例内存大小,单位:GB",
1178
+ "document": "实例内存大小,单位:GB。具体售卖的内存规格,请通过接口 [DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567) 获取。",
1179
1179
  "example": "4",
1180
1180
  "member": "uint64",
1181
1181
  "name": "Memory",
@@ -1184,8 +1184,8 @@
1184
1184
  },
1185
1185
  {
1186
1186
  "disabled": false,
1187
- "document": "实例硬盘大小,单位:GB",
1188
- "example": "250",
1187
+ "document": "实例硬盘大小,单位:GB。每一个 CPU 规格对应的最大磁盘与最小磁盘范围,请通过接口 [DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567) 获取。",
1188
+ "example": "100",
1189
1189
  "member": "uint64",
1190
1190
  "name": "Volume",
1191
1191
  "required": true,
@@ -1193,8 +1193,8 @@
1193
1193
  },
1194
1194
  {
1195
1195
  "disabled": false,
1196
- "document": "指版本信息。具体售卖规格,请通过接口 [DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567) 获取。\n- MONGO_36_WT:MongoDB 3.6 WiredTiger存储引擎版本。\n- MONGO_40_WT:MongoDB 4.0 WiredTiger存储引擎版本。\n- MONGO_42_WT:MongoDB 4.2 WiredTiger存储引擎版本。\n- MONGO_44_WT:MongoDB 4.4 WiredTiger存储引擎版本。",
1197
- "example": "MONGO_3_WT",
1196
+ "document": "指版本信息。具体支持的版本信息 ,请通过接口 [DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567) 获取。\n- MONGO_36_WT:MongoDB 3.6 WiredTiger存储引擎版本。\n- MONGO_40_WT:MongoDB 4.0 WiredTiger存储引擎版本。\n- MONGO_42_WT:MongoDB 4.2 WiredTiger存储引擎版本。\n- MONGO_44_WT:MongoDB 4.4 WiredTiger存储引擎版本。\n- MONGO_50_WT:MongoDB 5.0 WiredTiger存储引擎版本。\n- MONGO_60_WT:MongoDB 6.0 WiredTiger存储引擎版本。",
1197
+ "example": "MONGO_44_WT",
1198
1198
  "member": "string",
1199
1199
  "name": "MongoVersion",
1200
1200
  "required": true,
@@ -1220,7 +1220,7 @@
1220
1220
  },
1221
1221
  {
1222
1222
  "disabled": false,
1223
- "document": "实例时长,单位:月,可选值包括 [1,2,3,4,5,6,7,8,9,10,11,12,24,36]",
1223
+ "document": "指定购买实例的购买时长。取值可选:[1,2,3,4,5,6,7,8,9,10,11,12,24,36];单位:月。\n",
1224
1224
  "example": "1",
1225
1225
  "member": "uint64",
1226
1226
  "name": "Period",
@@ -1229,7 +1229,7 @@
1229
1229
  },
1230
1230
  {
1231
1231
  "disabled": false,
1232
- "document": "机器类型。\n- HIO:高IO型。\n- HIO10G:高IO万兆。",
1232
+ "document": "产品规格类型。\n- HIO10G:通用高HIO万兆型。\n- HCD:云盘版类型。",
1233
1233
  "example": "HIO10G",
1234
1234
  "member": "string",
1235
1235
  "name": "MachineCode",
@@ -1247,7 +1247,7 @@
1247
1247
  },
1248
1248
  {
1249
1249
  "disabled": false,
1250
- "document": "指副本集数量。\n- 创建副本集实例,该参数只能为1。\n- 创建分片实例,指分片的数量。具体售卖规格,请通过接口 [DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567) 获取。",
1250
+ "document": "- 创建副本集实例,指副本集数量,该参数只能为1。\n- 创建分片集群实例,指分片的数量。请通过接口[DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567)查询分片数量的取值范围,其返回的数据结构SpecItems中的参数MinReplicateSetNum与MaxReplicateSetNum分别对应其最小值与最大值。",
1251
1251
  "example": "1",
1252
1252
  "member": "uint64",
1253
1253
  "name": "ReplicateSetNum",
@@ -1256,7 +1256,7 @@
1256
1256
  },
1257
1257
  {
1258
1258
  "disabled": false,
1259
- "document": "项目ID。若不设置该参数,则为默认项目。",
1259
+ "document": "项目ID。\n- 若不设置该参数,则为默认项目。\n- 在 [MongoDB 控制台项目管理](https://console.cloud.tencent.com/project)页面,可获取项目ID。",
1260
1260
  "example": "0",
1261
1261
  "member": "int64",
1262
1262
  "name": "ProjectId",
@@ -1301,7 +1301,7 @@
1301
1301
  },
1302
1302
  {
1303
1303
  "disabled": false,
1304
- "document": "自动续费标记。\n- 0:不自动续费。默认为不自动续费。\n- 1:自动续费。",
1304
+ "document": "自动续费标记。\n- 0:不自动续费。\n- 1:自动续费。",
1305
1305
  "example": "1",
1306
1306
  "member": "uint64",
1307
1307
  "name": "AutoRenewFlag",
@@ -1319,7 +1319,7 @@
1319
1319
  },
1320
1320
  {
1321
1321
  "disabled": false,
1322
- "document": "实例类型。\n- 1:正式实例。\n- 3:只读实例。\n- 4:灾备实例。",
1322
+ "document": "实例类型。- 1:正式实例。- 3:只读实例。- 4:灾备实例。-5:整实例克隆,注意:克隆实例时,RestoreTime为必填项。",
1323
1323
  "example": "1",
1324
1324
  "member": "int64",
1325
1325
  "name": "Clone",
@@ -1337,7 +1337,7 @@
1337
1337
  },
1338
1338
  {
1339
1339
  "disabled": false,
1340
- "document": "安全组。",
1340
+ "document": "安全组 ID。 ",
1341
1341
  "example": "无",
1342
1342
  "member": "string",
1343
1343
  "name": "SecurityGroup",
@@ -1346,7 +1346,7 @@
1346
1346
  },
1347
1347
  {
1348
1348
  "disabled": false,
1349
- "document": "克隆实例回档时间。\n- 若为克隆实例,则必须配置该参数。输入格式示例:2021-08-13 16:30:00。\n- 回档时间范围:仅能回档7天内时间点的数据。",
1349
+ "document": "克隆实例回档时间,当Clone取值为5或6时为必填。- 若为克隆实例,则必须配置该参数。输入格式示例:2021-08-13 16:30:00。- 回档时间范围:仅能回档7天内时间点的数据。",
1350
1350
  "example": "无",
1351
1351
  "member": "string",
1352
1352
  "name": "RestoreTime",
@@ -1373,7 +1373,7 @@
1373
1373
  },
1374
1374
  {
1375
1375
  "disabled": false,
1376
- "document": "Mongos CPU 核数,购买MongoDB 4.2 及以上WiredTiger存储引擎版本的分片集群时,必须填写。具体售卖规格,请通过接口 [DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567) 获取。",
1376
+ "document": "Mongos CPU 核数,支持1、2、4、8、16。购买分片集群时,必须填写。",
1377
1377
  "example": "无",
1378
1378
  "member": "uint64",
1379
1379
  "name": "MongosCpu",
@@ -1382,7 +1382,7 @@
1382
1382
  },
1383
1383
  {
1384
1384
  "disabled": false,
1385
- "document": "Mongos 内存大小。购买MongoDB 4.2 及以上WiredTiger存储引擎版本的分片集群时,必须填写。具体售卖规格,请通过接口 [DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567) 获取。",
1385
+ "document": "Mongos 内存大小。\n- 购买分片集群时,必须填写。\n- 单位:GB,支持1核2GB、2核4GB、4核8GB、8核16GB、16核32GB。",
1386
1386
  "example": "无",
1387
1387
  "member": "uint64",
1388
1388
  "name": "MongosMemory",
@@ -1391,7 +1391,7 @@
1391
1391
  },
1392
1392
  {
1393
1393
  "disabled": false,
1394
- "document": "Mongos 数量。购买MongoDB 4.2 及以上WiredTiger存储引擎版本的分片集群时,必须填写。具体售卖规格,请通过接口 [DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567) 获取。为了保障高可用,取值范围为[3,32]。",
1394
+ "document": "Mongos 数量。购买分片集群时,必须填写。\n- 单可用区部署实例,其数量范围为[3,32]。\n- 多可用区部署实例,其数量范围为[6,32]。",
1395
1395
  "example": "无",
1396
1396
  "member": "uint64",
1397
1397
  "name": "MongosNodeNum",
@@ -1409,7 +1409,7 @@
1409
1409
  },
1410
1410
  {
1411
1411
  "disabled": false,
1412
- "document": "指只读节点所属可用区。跨可用区部署实例,参数**ReadonlyNodeNum**不为**0**时,必须配置该参数。",
1412
+ "document": "指只读节点所属可用区数组。跨可用区部署实例,参数**ReadonlyNodeNum**不为**0**时,必须配置该参数。",
1413
1413
  "example": "无",
1414
1414
  "member": "string",
1415
1415
  "name": "ReadonlyNodeAvailabilityZoneList",
@@ -4552,7 +4552,7 @@
4552
4552
  },
4553
4553
  {
4554
4554
  "disabled": false,
4555
- "document": "数据存储时间(单位天),限制值为153045之一",
4555
+ "document": "数据存储时间(单位天),限制值为15, 30, 45, 90, 180, 365, 730之一",
4556
4556
  "example": "30",
4557
4557
  "member": "int64",
4558
4558
  "name": "DataRetentionTime",
@@ -4680,6 +4680,16 @@
4680
4680
  "output_required": false,
4681
4681
  "type": "string",
4682
4682
  "value_allowed_null": true
4683
+ },
4684
+ {
4685
+ "disabled": false,
4686
+ "document": "flink 版本\n注意:此字段可能返回 null,表示取不到有效值。",
4687
+ "example": "Flink-1.13",
4688
+ "member": "string",
4689
+ "name": "FlinkVersion",
4690
+ "output_required": false,
4691
+ "type": "string",
4692
+ "value_allowed_null": true
4683
4693
  }
4684
4694
  ],
4685
4695
  "usage": "out"
@@ -6735,6 +6745,7 @@
6735
6745
  "example": "ssgA",
6736
6746
  "member": "string",
6737
6747
  "name": "Name",
6748
+ "output_required": true,
6738
6749
  "required": true,
6739
6750
  "type": "string",
6740
6751
  "value_allowed_null": true
@@ -6745,6 +6756,7 @@
6745
6756
  "example": "[]",
6746
6757
  "member": "SlotSharingGroupSpec",
6747
6758
  "name": "Spec",
6759
+ "output_required": true,
6748
6760
  "required": true,
6749
6761
  "type": "object",
6750
6762
  "value_allowed_null": true
@@ -6755,9 +6767,21 @@
6755
6767
  "example": "ssgA",
6756
6768
  "member": "string",
6757
6769
  "name": "Description",
6770
+ "output_required": true,
6758
6771
  "required": false,
6759
6772
  "type": "string",
6760
6773
  "value_allowed_null": true
6774
+ },
6775
+ {
6776
+ "disabled": false,
6777
+ "document": "SlotSharingGroup的配置\n注意:此字段可能返回 null,表示取不到有效值。",
6778
+ "example": "[]",
6779
+ "member": "Property",
6780
+ "name": "Configuration",
6781
+ "output_required": false,
6782
+ "required": false,
6783
+ "type": "list",
6784
+ "value_allowed_null": true
6761
6785
  }
6762
6786
  ],
6763
6787
  "usage": "both"
@@ -22,7 +22,7 @@
22
22
  "status": "online"
23
23
  },
24
24
  "AddShareUnit": {
25
- "document": "创建共享单元,只有企业组织管理员可创建。",
25
+ "document": "创建共享单元。",
26
26
  "input": "AddShareUnitRequest",
27
27
  "name": "创建共享单元",
28
28
  "output": "AddShareUnitResponse",
@@ -5266,6 +5266,15 @@
5266
5266
  "name": "FileVersion",
5267
5267
  "required": false,
5268
5268
  "type": "string"
5269
+ },
5270
+ {
5271
+ "disabled": false,
5272
+ "document": "查询过滤条件(根据sourcemap的文件名模糊匹配)",
5273
+ "example": "无",
5274
+ "member": "string",
5275
+ "name": "FileName",
5276
+ "required": false,
5277
+ "type": "string"
5269
5278
  }
5270
5279
  ],
5271
5280
  "type": "object"
@@ -18320,7 +18320,7 @@
18320
18320
  "example": "{\"Response\":{\"MessageId\":\"26365:1475:0\"}}",
18321
18321
  "member": "string",
18322
18322
  "name": "MessageId",
18323
- "required": true,
18323
+ "output_required": true,
18324
18324
  "type": "string",
18325
18325
  "value_allowed_null": true
18326
18326
  },
@@ -18330,7 +18330,7 @@
18330
18330
  "example": "\"\"",
18331
18331
  "member": "string",
18332
18332
  "name": "ErrorMsg",
18333
- "required": true,
18333
+ "output_required": true,
18334
18334
  "type": "string",
18335
18335
  "value_allowed_null": true
18336
18336
  },
@@ -18477,6 +18477,7 @@
18477
18477
  "example": "{\"Response\":{\"MessageId\":\"26365:1475:0\"}}",
18478
18478
  "member": "string",
18479
18479
  "name": "MessageId",
18480
+ "output_required": true,
18480
18481
  "type": "string",
18481
18482
  "value_allowed_null": true
18482
18483
  },
@@ -18486,6 +18487,7 @@
18486
18487
  "example": "\"\"",
18487
18488
  "member": "string",
18488
18489
  "name": "ErrorMsg",
18490
+ "output_required": true,
18489
18491
  "type": "string",
18490
18492
  "value_allowed_null": true
18491
18493
  },
@@ -2170,13 +2170,21 @@
2170
2170
  "members": [
2171
2171
  {
2172
2172
  "disabled": false,
2173
- "document": "实例登录密码。不同操作系统类型密码复杂度限制不一样,具体如下:<br><li>Linux实例密码必须8到30位,至少包括两项[a-z],[A-Z]、[0-9] 和 [( ) \\` ~ ! @ # $ % ^ & * - + = | { } [ ] : ; ' , . ? / ]中的特殊符号。<br><li>Windows实例密码必须12到30位,至少包括三项[a-z],[A-Z],[0-9] 和 [( ) \\` ~ ! @ # $ % ^ & * - + = | { } [ ] : ; ' , . ? /]中的特殊符号。<br><br>若不指定该参数,则由系统随机生成密码,并通过站内信方式通知到用户。",
2173
+ "document": "实例登录密码。不同操作系统类型密码复杂度限制不一样,具体如下:<br><li>Linux实例密码必须8到30位,至少包括两项[a-z],[A-Z]、[0-9] 和 [( ) \\` ~ ! @ # $ % ^ & * - + = | { } [ ] : ; ' , . ? / ]中的特殊符号。</li><br><li>Windows实例密码必须12到30位,至少包括三项[a-z],[A-Z],[0-9] 和 [( ) \\` ~ ! @ # $ % ^ & * - + = | { } [ ] : ; ' , . ? /]中的特殊符号。</li><br><br>若不指定该参数,则由系统随机生成密码,并通过站内信方式通知到用户。",
2174
2174
  "example": "无",
2175
2175
  "member": "string",
2176
2176
  "name": "Password",
2177
2177
  "required": false,
2178
- "type": "string",
2179
- "value_allowed_null": false
2178
+ "type": "string"
2179
+ },
2180
+ {
2181
+ "disabled": false,
2182
+ "document": "实例登录密钥",
2183
+ "example": "无",
2184
+ "member": "string",
2185
+ "name": "KeyIds",
2186
+ "required": false,
2187
+ "type": "list"
2180
2188
  }
2181
2189
  ],
2182
2190
  "usage": "in"
@@ -183,7 +183,7 @@
183
183
  "status": "online"
184
184
  },
185
185
  "DescribeTrtcUsage": {
186
- "document": "获取TRTC音视频互动的用量明细。\n- 查询时间小于等于1天时,返回每5分钟粒度的数据;查询时间大于1天时,返回按天汇总的数据。\n- 单次查询统计区间最多不能超过31天。\n- 若查询当天用量,由于统计延迟等原因,返回数据可能不够准确。\n- 该接口只用于历史用量数据统计或核对数据使用,关键业务逻辑不能使用。\n- 默认接口请求频率限制:5次/秒。",
186
+ "document": "获取TRTC音视频互动的用量明细,单位:分钟。\n- 查询时间小于等于1天时,返回每5分钟粒度的数据;查询时间大于1天时,返回按天汇总的数据。\n- 单次查询统计区间最多不能超过31天。\n- 若查询当天用量,由于统计延迟等原因,返回数据可能不够准确。\n- 该接口只用于历史用量数据统计或核对数据使用,关键业务逻辑不能使用。\n- 默认接口请求频率限制:5次/秒。",
187
187
  "input": "DescribeTrtcUsageRequest",
188
188
  "name": "查询TRTC音视频用量",
189
189
  "output": "DescribeTrtcUsageResponse",
@@ -2602,7 +2602,7 @@
2602
2602
  },
2603
2603
  {
2604
2604
  "disabled": false,
2605
- "document": "各个时间点用量明细。",
2605
+ "document": "各个时间点用量明细,单位:分钟",
2606
2606
  "example": "无",
2607
2607
  "member": "TrtcUsage",
2608
2608
  "name": "UsageList",
@@ -6824,17 +6824,27 @@
6824
6824
  "example": "无",
6825
6825
  "member": "string",
6826
6826
  "name": "TimeKey",
6827
- "required": true,
6827
+ "output_required": true,
6828
6828
  "type": "string",
6829
6829
  "value_allowed_null": false
6830
6830
  },
6831
6831
  {
6832
6832
  "disabled": false,
6833
- "document": "用量数组。每个数值含义与UsageKey对应。单位:分钟。",
6833
+ "document": "时间点时间戳",
6834
+ "example": "无",
6835
+ "member": "uint64",
6836
+ "name": "TimeStampKey",
6837
+ "output_required": false,
6838
+ "type": "int",
6839
+ "value_allowed_null": false
6840
+ },
6841
+ {
6842
+ "disabled": false,
6843
+ "document": "用量数组。每个数值含义与UsageKey对应。单位:分钟。",
6834
6844
  "example": "无",
6835
6845
  "member": "float",
6836
6846
  "name": "UsageValue",
6837
- "required": true,
6847
+ "output_required": true,
6838
6848
  "type": "list",
6839
6849
  "value_allowed_null": false
6840
6850
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tccli
3
- Version: 3.0.1148.1
3
+ Version: 3.0.1149.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.1148
16
+ Requires-Dist: tencentcloud-sdk-python>=3.0.1149
17
17
  Description-Content-Type: text/markdown
18
18
 
19
19
  # 命令行工具简介