tccli 3.0.1266.1__py2.py3-none-any.whl → 3.0.1268.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.
- tccli/__init__.py +1 -1
- tccli/services/antiddos/v20200309/api.json +206 -142
- tccli/services/antiddos/v20200309/examples.json +17 -17
- tccli/services/bi/v20220105/api.json +1 -1
- tccli/services/cbs/v20170312/api.json +18 -0
- tccli/services/ccc/v20200210/api.json +2 -2
- tccli/services/cdn/v20180606/api.json +3 -0
- tccli/services/cloudaudit/v20190319/api.json +3 -3
- tccli/services/cloudaudit/v20190319/examples.json +1 -1
- tccli/services/cwp/v20180228/api.json +11 -1
- tccli/services/emr/v20190103/api.json +11 -1
- tccli/services/ess/ess_client.py +159 -0
- tccli/services/ess/v20201111/api.json +350 -2
- tccli/services/ess/v20201111/examples.json +36 -0
- tccli/services/gme/v20180711/api.json +77 -39
- tccli/services/gme/v20180711/examples.json +2 -2
- tccli/services/hunyuan/v20230901/api.json +5 -5
- tccli/services/hunyuan/v20230901/examples.json +6 -6
- tccli/services/lcic/lcic_client.py +61 -8
- tccli/services/lcic/v20220817/api.json +71 -18
- tccli/services/lcic/v20220817/examples.json +8 -0
- tccli/services/lighthouse/v20200324/api.json +14 -14
- tccli/services/live/v20180801/api.json +60 -4
- tccli/services/lkeap/v20240522/api.json +3 -3
- tccli/services/mps/v20190612/api.json +40 -0
- tccli/services/ocr/v20181119/api.json +63 -24
- tccli/services/postgres/v20170312/api.json +1 -1
- tccli/services/redis/v20180412/api.json +40 -40
- tccli/services/rum/v20210622/api.json +1 -1
- tccli/services/smh/v20210712/api.json +50 -30
- tccli/services/smop/v20201203/api.json +34 -34
- tccli/services/tdmq/v20200217/api.json +97 -0
- tccli/services/teo/v20220901/api.json +3 -3
- tccli/services/thpc/v20230321/api.json +19 -0
- tccli/services/trocket/v20230308/api.json +130 -11
- tccli/services/vms/v20200902/api.json +2 -2
- tccli/services/vpc/v20170312/api.json +1012 -17
- tccli/services/vpc/v20170312/examples.json +100 -4
- tccli/services/vpc/vpc_client.py +690 -54
- tccli/services/wedata/v20210820/api.json +108 -12
- tccli/services/wedata/v20210820/examples.json +3 -3
- {tccli-3.0.1266.1.dist-info → tccli-3.0.1268.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1266.1.dist-info → tccli-3.0.1268.1.dist-info}/RECORD +46 -46
- {tccli-3.0.1266.1.dist-info → tccli-3.0.1268.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1266.1.dist-info → tccli-3.0.1268.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1266.1.dist-info → tccli-3.0.1268.1.dist-info}/license_files/LICENSE +0 -0
@@ -274,7 +274,7 @@
|
|
274
274
|
"status": "online"
|
275
275
|
},
|
276
276
|
"DescribeRoleList": {
|
277
|
-
"document": "查询角色列表,Filter参数使用说明如下:\n\n1. RoleName
|
277
|
+
"document": "查询角色列表,Filter参数使用说明如下:\n\n1. RoleName,角色名称模糊搜索\n2. AccessKey,AccessKey模糊搜索",
|
278
278
|
"input": "DescribeRoleListRequest",
|
279
279
|
"name": "查询角色列表",
|
280
280
|
"output": "DescribeRoleListResponse",
|
@@ -1166,15 +1166,6 @@
|
|
1166
1166
|
"required": true,
|
1167
1167
|
"type": "string"
|
1168
1168
|
},
|
1169
|
-
{
|
1170
|
-
"disabled": false,
|
1171
|
-
"document": "备注",
|
1172
|
-
"example": "测试角色",
|
1173
|
-
"member": "string",
|
1174
|
-
"name": "Remark",
|
1175
|
-
"required": true,
|
1176
|
-
"type": "string"
|
1177
|
-
},
|
1178
1169
|
{
|
1179
1170
|
"disabled": false,
|
1180
1171
|
"document": "是否开启生产权限",
|
@@ -1192,6 +1183,33 @@
|
|
1192
1183
|
"name": "PermRead",
|
1193
1184
|
"required": true,
|
1194
1185
|
"type": "bool"
|
1186
|
+
},
|
1187
|
+
{
|
1188
|
+
"disabled": false,
|
1189
|
+
"document": "备注",
|
1190
|
+
"example": "测试角色",
|
1191
|
+
"member": "string",
|
1192
|
+
"name": "Remark",
|
1193
|
+
"required": true,
|
1194
|
+
"type": "string"
|
1195
|
+
},
|
1196
|
+
{
|
1197
|
+
"disabled": false,
|
1198
|
+
"document": "权限类型,默认按集群授权(Cluster:集群级别;TopicAndGroup:主题&消费组级别)",
|
1199
|
+
"example": "Cluster",
|
1200
|
+
"member": "string",
|
1201
|
+
"name": "PermType",
|
1202
|
+
"required": false,
|
1203
|
+
"type": "string"
|
1204
|
+
},
|
1205
|
+
{
|
1206
|
+
"disabled": false,
|
1207
|
+
"document": "Topic&Group维度权限配置",
|
1208
|
+
"example": "无",
|
1209
|
+
"member": "DetailedRolePerm",
|
1210
|
+
"name": "DetailedPerms",
|
1211
|
+
"required": false,
|
1212
|
+
"type": "list"
|
1195
1213
|
}
|
1196
1214
|
],
|
1197
1215
|
"type": "object"
|
@@ -4304,6 +4322,67 @@
|
|
4304
4322
|
],
|
4305
4323
|
"type": "object"
|
4306
4324
|
},
|
4325
|
+
"DetailedRolePerm": {
|
4326
|
+
"document": "Topic&Group维度的权限配置",
|
4327
|
+
"members": [
|
4328
|
+
{
|
4329
|
+
"disabled": false,
|
4330
|
+
"document": "权限对应的资源",
|
4331
|
+
"example": "test_topic",
|
4332
|
+
"member": "string",
|
4333
|
+
"name": "Resource",
|
4334
|
+
"output_required": true,
|
4335
|
+
"required": true,
|
4336
|
+
"type": "string",
|
4337
|
+
"value_allowed_null": false
|
4338
|
+
},
|
4339
|
+
{
|
4340
|
+
"disabled": false,
|
4341
|
+
"document": "是否开启生产权限",
|
4342
|
+
"example": "true",
|
4343
|
+
"member": "bool",
|
4344
|
+
"name": "PermWrite",
|
4345
|
+
"output_required": false,
|
4346
|
+
"required": true,
|
4347
|
+
"type": "bool",
|
4348
|
+
"value_allowed_null": false
|
4349
|
+
},
|
4350
|
+
{
|
4351
|
+
"disabled": false,
|
4352
|
+
"document": "是否开启消费权限",
|
4353
|
+
"example": "true",
|
4354
|
+
"member": "bool",
|
4355
|
+
"name": "PermRead",
|
4356
|
+
"output_required": false,
|
4357
|
+
"required": true,
|
4358
|
+
"type": "bool",
|
4359
|
+
"value_allowed_null": false
|
4360
|
+
},
|
4361
|
+
{
|
4362
|
+
"disabled": false,
|
4363
|
+
"document": "授权资源类型(Topic:主题; Group:消费组)",
|
4364
|
+
"example": "Topic",
|
4365
|
+
"member": "string",
|
4366
|
+
"name": "ResourceType",
|
4367
|
+
"output_required": true,
|
4368
|
+
"required": true,
|
4369
|
+
"type": "string",
|
4370
|
+
"value_allowed_null": false
|
4371
|
+
},
|
4372
|
+
{
|
4373
|
+
"disabled": false,
|
4374
|
+
"document": "资源备注",
|
4375
|
+
"example": "test_remark",
|
4376
|
+
"member": "string",
|
4377
|
+
"name": "Remark",
|
4378
|
+
"output_required": false,
|
4379
|
+
"required": false,
|
4380
|
+
"type": "string",
|
4381
|
+
"value_allowed_null": false
|
4382
|
+
}
|
4383
|
+
],
|
4384
|
+
"usage": "both"
|
4385
|
+
},
|
4307
4386
|
"Endpoint": {
|
4308
4387
|
"document": "接入点信息",
|
4309
4388
|
"members": [
|
@@ -6275,14 +6354,32 @@
|
|
6275
6354
|
"required": true,
|
6276
6355
|
"type": "bool"
|
6277
6356
|
},
|
6357
|
+
{
|
6358
|
+
"disabled": false,
|
6359
|
+
"document": "权限类型,默认按集群授权(Cluster:集群维度;TopicAndGroup:主题和消费组维度)",
|
6360
|
+
"example": "Cluster",
|
6361
|
+
"member": "string",
|
6362
|
+
"name": "PermType",
|
6363
|
+
"required": false,
|
6364
|
+
"type": "string"
|
6365
|
+
},
|
6278
6366
|
{
|
6279
6367
|
"disabled": false,
|
6280
6368
|
"document": "备注",
|
6281
|
-
"example": "
|
6369
|
+
"example": "remark info",
|
6282
6370
|
"member": "string",
|
6283
6371
|
"name": "Remark",
|
6284
6372
|
"required": false,
|
6285
6373
|
"type": "string"
|
6374
|
+
},
|
6375
|
+
{
|
6376
|
+
"disabled": false,
|
6377
|
+
"document": "Topic&Group维度权限配置",
|
6378
|
+
"example": "无",
|
6379
|
+
"member": "DetailedRolePerm",
|
6380
|
+
"name": "DetailedPerms",
|
6381
|
+
"required": false,
|
6382
|
+
"type": "list"
|
6286
6383
|
}
|
6287
6384
|
],
|
6288
6385
|
"type": "object"
|
@@ -6744,6 +6841,28 @@
|
|
6744
6841
|
"required": false,
|
6745
6842
|
"type": "int",
|
6746
6843
|
"value_allowed_null": false
|
6844
|
+
},
|
6845
|
+
{
|
6846
|
+
"disabled": false,
|
6847
|
+
"document": "权限类型,默认按集群授权(Cluster:集群级别;TopicAndGroup:主题&消费组级别)",
|
6848
|
+
"example": "CLUSTER",
|
6849
|
+
"member": "string",
|
6850
|
+
"name": "PermType",
|
6851
|
+
"output_required": false,
|
6852
|
+
"required": false,
|
6853
|
+
"type": "string",
|
6854
|
+
"value_allowed_null": false
|
6855
|
+
},
|
6856
|
+
{
|
6857
|
+
"disabled": false,
|
6858
|
+
"document": "Topic和Group维度权限配置\n注意:此字段可能返回 null,表示取不到有效值。",
|
6859
|
+
"example": "无",
|
6860
|
+
"member": "DetailedRolePerm",
|
6861
|
+
"name": "DetailedRolePerms",
|
6862
|
+
"output_required": false,
|
6863
|
+
"required": false,
|
6864
|
+
"type": "list",
|
6865
|
+
"value_allowed_null": true
|
6747
6866
|
}
|
6748
6867
|
],
|
6749
6868
|
"usage": "both"
|
@@ -110,13 +110,13 @@
|
|
110
110
|
},
|
111
111
|
{
|
112
112
|
"disabled": false,
|
113
|
-
"document": "用户的 session 内容,腾讯 server
|
113
|
+
"document": "用户的 session 内容,腾讯 server 回包中会原样返回。",
|
114
114
|
"example": "sc-t",
|
115
115
|
"member": "string",
|
116
116
|
"name": "SessionContext",
|
117
117
|
"output_required": true,
|
118
118
|
"type": "string",
|
119
|
-
"value_allowed_null":
|
119
|
+
"value_allowed_null": false
|
120
120
|
}
|
121
121
|
],
|
122
122
|
"usage": "out"
|