tccli 3.0.1017.1__py2.py3-none-any.whl → 3.0.1018.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/examples/bi/v20220105/CreateEmbedToken.md +4 -2
- tccli/examples/faceid/v20180301/ImageRecognitionV2.md +25 -0
- tccli/services/bi/v20220105/api.json +37 -0
- tccli/services/bi/v20220105/examples.json +2 -2
- tccli/services/cynosdb/v20190107/api.json +10 -0
- tccli/services/ess/v20201111/api.json +2 -2
- tccli/services/essbasic/v20210526/api.json +2 -2
- tccli/services/faceid/faceid_client.py +53 -0
- tccli/services/faceid/v20180301/api.json +100 -0
- tccli/services/faceid/v20180301/examples.json +8 -0
- tccli/services/gme/v20180711/api.json +4 -4
- tccli/services/monitor/v20180724/api.json +1 -1
- tccli/services/teo/v20220901/api.json +75 -8
- {tccli-3.0.1017.1.dist-info → tccli-3.0.1018.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1017.1.dist-info → tccli-3.0.1018.1.dist-info}/RECORD +19 -18
- {tccli-3.0.1017.1.dist-info → tccli-3.0.1018.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1017.1.dist-info → tccli-3.0.1018.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1017.1.dist-info → tccli-3.0.1018.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = '3.0.
|
1
|
+
__version__ = '3.0.1018.1'
|
@@ -11,7 +11,8 @@ tccli bi CreateEmbedToken --cli-unfold-argument \
|
|
11
11
|
--ExtraParam \
|
12
12
|
--ProjectId 1 \
|
13
13
|
--UserCorpId \
|
14
|
-
--UserId
|
14
|
+
--UserId \
|
15
|
+
--TicketNum 0
|
15
16
|
```
|
16
17
|
|
17
18
|
Output:
|
@@ -34,7 +35,8 @@ Output:
|
|
34
35
|
"UpdatedAt": "2022-04-28 14:26:01",
|
35
36
|
"BIToken": "300cf2a4-cfb8-47b8-9bc0-4a1f1f74bc1d",
|
36
37
|
"UserCorpId": "",
|
37
|
-
"UserId": ""
|
38
|
+
"UserId": "",
|
39
|
+
"TicketNum": 0
|
38
40
|
}
|
39
41
|
}
|
40
42
|
}
|
@@ -0,0 +1,25 @@
|
|
1
|
+
**Example 1: 照片人脸核身 [前往调试工具](https://console.cloud.tencent.com/api/explorer?Product=faceid&Version=2018-03-01&Action=ImageRecognitionV2)**
|
2
|
+
|
3
|
+
|
4
|
+
|
5
|
+
Input:
|
6
|
+
|
7
|
+
```
|
8
|
+
tccli faceid ImageRecognitionV2 --cli-unfold-argument \
|
9
|
+
--IdCard 11204416541220243X \
|
10
|
+
--Name 韦小宝 \
|
11
|
+
--ImageBase64 <ImageBase64>
|
12
|
+
```
|
13
|
+
|
14
|
+
Output:
|
15
|
+
```
|
16
|
+
{
|
17
|
+
"Response": {
|
18
|
+
"Result": "Success",
|
19
|
+
"Description": "成功",
|
20
|
+
"Sim": 89.88,
|
21
|
+
"RequestId": "f904f4cf-75db-4f8f-a5ec-dc4f942c7f7a"
|
22
|
+
}
|
23
|
+
}
|
24
|
+
```
|
25
|
+
|
@@ -596,6 +596,15 @@
|
|
596
596
|
"name": "DataOriginDatasourceId",
|
597
597
|
"required": false,
|
598
598
|
"type": "string"
|
599
|
+
},
|
600
|
+
{
|
601
|
+
"disabled": false,
|
602
|
+
"document": "集群id",
|
603
|
+
"example": "无",
|
604
|
+
"member": "string",
|
605
|
+
"name": "ClusterId",
|
606
|
+
"required": false,
|
607
|
+
"type": "string"
|
599
608
|
}
|
600
609
|
],
|
601
610
|
"type": "object"
|
@@ -926,6 +935,15 @@
|
|
926
935
|
"name": "UserId",
|
927
936
|
"required": false,
|
928
937
|
"type": "string"
|
938
|
+
},
|
939
|
+
{
|
940
|
+
"disabled": false,
|
941
|
+
"document": "访问次数限制,限制范围1-99999,为空则不设置访问次数限制",
|
942
|
+
"example": "1",
|
943
|
+
"member": "int64",
|
944
|
+
"name": "TicketNum",
|
945
|
+
"required": false,
|
946
|
+
"type": "int"
|
929
947
|
}
|
930
948
|
],
|
931
949
|
"type": "object"
|
@@ -2574,6 +2592,16 @@
|
|
2574
2592
|
"output_required": false,
|
2575
2593
|
"type": "string",
|
2576
2594
|
"value_allowed_null": true
|
2595
|
+
},
|
2596
|
+
{
|
2597
|
+
"disabled": false,
|
2598
|
+
"document": "访问次数限制,限制范围1-99999,为空则不设置访问次数限制\n注意:此字段可能返回 null,表示取不到有效值。",
|
2599
|
+
"example": "1",
|
2600
|
+
"member": "int64",
|
2601
|
+
"name": "TicketNum",
|
2602
|
+
"output_required": false,
|
2603
|
+
"type": "int",
|
2604
|
+
"value_allowed_null": true
|
2577
2605
|
}
|
2578
2606
|
],
|
2579
2607
|
"usage": "out"
|
@@ -2821,6 +2849,15 @@
|
|
2821
2849
|
"name": "DataOriginDatasourceId",
|
2822
2850
|
"required": false,
|
2823
2851
|
"type": "string"
|
2852
|
+
},
|
2853
|
+
{
|
2854
|
+
"disabled": false,
|
2855
|
+
"document": "集群id",
|
2856
|
+
"example": "无",
|
2857
|
+
"member": "string",
|
2858
|
+
"name": "ClusterId",
|
2859
|
+
"required": false,
|
2860
|
+
"type": "string"
|
2824
2861
|
}
|
2825
2862
|
],
|
2826
2863
|
"type": "object"
|
@@ -27,8 +27,8 @@
|
|
27
27
|
"CreateEmbedToken": [
|
28
28
|
{
|
29
29
|
"document": "报表嵌出创建Token接口示例",
|
30
|
-
"input": "POST / HTTP/1.1\nHost: bi.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateEmbedToken\n<公共请求参数>\n\n{\n \"ExpireTime\": \"10\",\n \"Scope\": \"panel\",\n \"ExtraParam\": \"\",\n \"ProjectId\": \"1\",\n \"UserCorpId\": \"\",\n \"UserId\": \"\"\n}",
|
31
|
-
"output": "{\n \"Response\": {\n \"Msg\": \"success\",\n \"RequestId\": \"adfacf71-c59c-4569-897d-955a1e41ee89\",\n \"Extra\": \"\",\n \"Data\": {\n \"Id\": 11,\n \"ProjectId\": \"1\",\n \"PageId\": null,\n \"ExtraParam\": \"\",\n \"Scope\": \"panel\",\n \"ExpireTime\": 10,\n \"CreatedUser\": null,\n \"CreatedAt\": \"2022-04-28 14:26:01\",\n \"UpdatedUser\": null,\n \"UpdatedAt\": \"2022-04-28 14:26:01\",\n \"BIToken\": \"300cf2a4-cfb8-47b8-9bc0-4a1f1f74bc1d\",\n \"UserCorpId\": \"\",\n \"UserId\": \"\"\n }\n }\n}",
|
30
|
+
"input": "POST / HTTP/1.1\nHost: bi.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateEmbedToken\n<公共请求参数>\n\n{\n \"ExpireTime\": \"10\",\n \"Scope\": \"panel\",\n \"ExtraParam\": \"\",\n \"ProjectId\": \"1\",\n \"UserCorpId\": \"\",\n \"UserId\": \"\",\n \"TicketNum\": 0\n}",
|
31
|
+
"output": "{\n \"Response\": {\n \"Msg\": \"success\",\n \"RequestId\": \"adfacf71-c59c-4569-897d-955a1e41ee89\",\n \"Extra\": \"\",\n \"Data\": {\n \"Id\": 11,\n \"ProjectId\": \"1\",\n \"PageId\": null,\n \"ExtraParam\": \"\",\n \"Scope\": \"panel\",\n \"ExpireTime\": 10,\n \"CreatedUser\": null,\n \"CreatedAt\": \"2022-04-28 14:26:01\",\n \"UpdatedUser\": null,\n \"UpdatedAt\": \"2022-04-28 14:26:01\",\n \"BIToken\": \"300cf2a4-cfb8-47b8-9bc0-4a1f1f74bc1d\",\n \"UserCorpId\": \"\",\n \"UserId\": \"\",\n \"TicketNum\": 0\n }\n }\n}",
|
32
32
|
"title": "报表嵌出创建Token接口示例-强鉴权"
|
33
33
|
}
|
34
34
|
],
|
@@ -13533,6 +13533,16 @@
|
|
13533
13533
|
"output_required": true,
|
13534
13534
|
"type": "string",
|
13535
13535
|
"value_allowed_null": true
|
13536
|
+
},
|
13537
|
+
{
|
13538
|
+
"disabled": false,
|
13539
|
+
"document": "资源包历史绑定(已解绑)实例信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
13540
|
+
"example": "无",
|
13541
|
+
"member": "BindInstanceInfo",
|
13542
|
+
"name": "HistoryBindResourceInfos",
|
13543
|
+
"output_required": false,
|
13544
|
+
"type": "list",
|
13545
|
+
"value_allowed_null": true
|
13536
13546
|
}
|
13537
13547
|
],
|
13538
13548
|
"usage": "out"
|
@@ -2342,7 +2342,7 @@
|
|
2342
2342
|
},
|
2343
2343
|
{
|
2344
2344
|
"disabled": false,
|
2345
|
-
"document": "用户自定义参数\n<ul>\n<li>目前仅支持EmbedType=CREATE_TEMPLATE时传入</li>\n<li
|
2345
|
+
"document": "用户自定义参数\n<ul>\n<li>目前仅支持EmbedType=CREATE_TEMPLATE时传入</li>\n<li>指定后,创建,编辑,删除模板时,回调都会携带该userData</li>\n<li>支持的格式:json字符串的BASE64编码字符串</li>\n<li>示例:<ul>\n <li>json字符串:{\"ComeFrom\":\"xxx\"},BASE64编码:eyJDb21lRnJvbSI6Inh4eCJ9</li>\n <li>eyJDb21lRnJvbSI6Inh4eCJ9,为符合要求的userData数据格式</li>\n</ul>\n</li>\n</ul>",
|
2346
2346
|
"example": "eyJDb21lRnJvbSI6IuadpeiHqnh4eOWFrOWPuOeahOaooeeJiCJ9",
|
2347
2347
|
"member": "string",
|
2348
2348
|
"name": "UserData",
|
@@ -8561,7 +8561,7 @@
|
|
8561
8561
|
"usage": "in"
|
8562
8562
|
},
|
8563
8563
|
"FormField": {
|
8564
|
-
"document": "电子文档的控件填充信息。按照控件类型进行相应的填充。\n\n当控件的 ComponentType=‘SIGN_SEAL'时,FormField.ComponentValue填入印章id。\n\n*
|
8564
|
+
"document": "电子文档的控件填充信息。按照控件类型进行相应的填充。\n\n当控件的 ComponentType=‘SIGN_SEAL'时,FormField.ComponentValue填入印章id。\n\n* 可用于指定自动签模板未设置自动签印章时,可由接口传入自动签印章\n* 若指定的控件上已设置ComponentValue,那以已经设置的ComponentValue为准\n\n```\nFormField输入示例:\n{\n \"ComponentId\": \"componentId1\",\n \"ComponentValue\": \"sealId(印章id)\"\n}\n```\n\n当控件的 ComponentType='TEXT'时,FormField.ComponentValue填入文本内容\n\n```\nFormField输入示例:\n{\n \"ComponentId\": \"componentId1\",\n \"ComponentValue\": \"文本内容\"\n}\n```\n\n当控件的 ComponentType='MULTI_LINE_TEXT'时,FormField.ComponentValue填入文本内容,支持自动换行。\n\n```\nFormField输入示例:\n{\n \"ComponentId\": \"componentId1\",\n \"ComponentValue\": \"多行文本内容\"\n}\n```\n\n当控件的 ComponentType='CHECK_BOX'时,FormField.ComponentValue填入true或false文本\n\n```\nFormField输入示例:\n{\n \"ComponentId\": \"componentId1\",\n \"ComponentValue\": \"true\"\n}\n```\n\n当控件的 ComponentType='FILL_IMAGE'时,FormField.ComponentValue填入图片的资源ID\n\n```\nFormField输入示例:\n{\n \"ComponentId\": \"componentId1\",\n \"ComponentValue\": \"yDwhsxxxxxxxxxxxxxxxxxxxxxxxxxxx\"\n}\n```\n\n当控件的 ComponentType='ATTACHMENT'时,FormField.ComponentValue填入附件图片的资源ID列表,以逗号分隔,单个附件控件最多支持6个资源ID;\n\n```\nFormField输入示例:\n{\n \"ComponentId\": \"componentId1\",\n \"ComponentValue\": \"yDwhsxxxxxxxxxxxxxxxxxxxxxxxxxx1,yDwhsxxxxxxxxxxxxxxxxxxxxxxxxxx2,yDwhsxxxxxxxxxxxxxxxxxxxxxxxxxx3\"\n}\n```\n\n当控件的 ComponentType='SELECTOR'时,FormField.ComponentValue填入选择的选项内容;\n\n```\nFormField输入示例:\n{\n \"ComponentId\": \"componentId1\",\n \"ComponentValue\": \"选择的内容\"\n}\n```\n\n当控件的 ComponentType='DATE'时,FormField.ComponentValue填入日期内容;\n\n```\nFormField输入示例:\n{\n \"ComponentId\": \"componentId1\",\n \"ComponentValue\": \"2023年01月01日\"\n}\n```\n\n当控件的 ComponentType='DISTRICT'时,FormField.ComponentValue填入省市区内容;\n\n```\nFormField输入示例:\n{\n \"ComponentId\": \"componentId1\",\n \"ComponentValue\": \"广东省深圳市福田区\"\n}\n```\n\n【数据表格传参说明】\n当控件的 ComponentType='DYNAMIC_TABLE'时,FormField.ComponentValue需要传递json格式的字符串参数,用于确定表头&填充数据表格(支持内容的单元格合并)\n输入示例1:\n\n```\n{\n \"headers\":[\n {\n \"content\":\"head1\"\n },\n {\n \"content\":\"head2\"\n },\n {\n \"content\":\"head3\"\n }\n ],\n \"rowCount\":3,\n \"body\":{\n \"cells\":[\n {\n \"rowStart\":1,\n \"rowEnd\":1,\n \"columnStart\":1,\n \"columnEnd\":1,\n \"content\":\"123\"\n },\n {\n \"rowStart\":2,\n \"rowEnd\":3,\n \"columnStart\":1,\n \"columnEnd\":2,\n \"content\":\"456\"\n },\n {\n \"rowStart\":3,\n \"rowEnd\":3,\n \"columnStart\":3,\n \"columnEnd\":3,\n \"content\":\"789\"\n }\n ]\n }\n}\n```\n\n输入示例2(表格表头宽度比例配置):\n\n```\n{\n \"headers\":[\n {\n \"content\":\"head1\",\n \"widthPercent\": 30\n },\n {\n \"content\":\"head2\",\n \"widthPercent\": 30\n },\n {\n \"content\":\"head3\",\n \"widthPercent\": 40\n }\n ],\n \"rowCount\":3,\n \"body\":{\n \"cells\":[\n {\n \"rowStart\":1,\n \"rowEnd\":1,\n \"columnStart\":1,\n \"columnEnd\":1,\n \"content\":\"123\"\n },\n {\n \"rowStart\":2,\n \"rowEnd\":3,\n \"columnStart\":1,\n \"columnEnd\":2,\n \"content\":\"456\"\n },\n {\n \"rowStart\":3,\n \"rowEnd\":3,\n \"columnStart\":3,\n \"columnEnd\":3,\n \"content\":\"789\"\n }\n ]\n }\n}\n```\n\n输入示例3(表格设置字体加粗颜色):\n\n```\n{\n \"headers\":[\n {\n \"content\":\"head1\"\n },\n {\n \"content\":\"head2\"\n },\n {\n \"content\":\"head3\"\n }\n ],\n \"rowCount\":3,\n \"body\":{\n \"cells\":[\n {\n \"rowStart\":1,\n \"rowEnd\":1,\n \"columnStart\":1,\n \"columnEnd\":1,\n \"content\":\"123\",\n \"style\": \"{\\\"color\\\": \\\"#b50000\\\", \\\"fontSize\\\": 12,\\\"bold\\\": true,\\\"align\\\": \\\"CENTER\\\"}\" \n },\n {\n \"rowStart\":2,\n \"rowEnd\":3,\n \"columnStart\":1,\n \"columnEnd\":2,\n \"content\":\"456\",\n \"style\": \"{\\\"color\\\": \\\"#b50000\\\", \\\"fontSize\\\": 12,\\\"bold\\\": true,\\\"align\\\": \\\"LEFT\\\"}\" \n },\n {\n \"rowStart\":3,\n \"rowEnd\":3,\n \"columnStart\":3,\n \"columnEnd\":3,\n \"content\":\"789\",\n \"style\": \"{\\\"color\\\": \\\"#b500bf\\\", \\\"fontSize\\\": 12,\\\"bold\\\": false,\\\"align\\\": \\\"RIGHT\\\"}\" \n }\n ]\n }\n}\n\n```\n\n表格参数说明\n\n| 名称 | 类型 | 描述 |\n| ------------------- | ------- | ------------------------------------------------- |\n| headers | Array | 表头:不超过10列,不支持单元格合并,字数不超过100 |\n| rowCount | Integer | 表格内容最大行数 |\n| cells.N.rowStart | Integer | 单元格坐标:行起始index |\n| cells.N.rowEnd | Integer | 单元格坐标:行结束index |\n| cells.N.columnStart | Integer | 单元格坐标:列起始index |\n| cells.N.columnEnd | Integer | 单元格坐标:列结束index |\n| cells.N.content | String | 单元格内容,字数不超过100 |\n| cells.N.style | String | 单元格字体风格配置 ,风格配置的json字符串 如: {\"font\":\"黑体\",\"fontSize\":12,\"color\":\"FFFFFF\",\"bold\":true,\"align\":\"CENTER\"} |\n\n表格参数headers说明\nwidthPercent Integer 表头单元格列占总表头的比例,例如1:30表示 此列占表头的30%,不填写时列宽度平均拆分;例如2:总2列,某一列填写40,剩余列可以为空,按照60计算。;例如3:总3列,某一列填写30,剩余2列可以为空,分别为(100-30)/2=35\n\ncontent String 表头单元格内容,字数不超过100\n\n\nstyle String 为字体风格设置 风格支持: font : 目前支持 黑体、宋体; fontSize: 6-72; color:000000-FFFFFF 字符串形如: \"FFFFFF\"; bold : 是否加粗, true : 加粗 false: 不加粗; align: 对其方式, 支持 LEFT / RIGHT / CENTER",
|
8565
8565
|
"members": [
|
8566
8566
|
{
|
8567
8567
|
"disabled": false,
|
@@ -1874,7 +1874,7 @@
|
|
1874
1874
|
},
|
1875
1875
|
{
|
1876
1876
|
"disabled": false,
|
1877
|
-
"document": "用户自定义参数\n<ul>\n<li>目前仅支持EmbedType=CREATE_TEMPLATE时传入</li>\n<li
|
1877
|
+
"document": "用户自定义参数\n<ul>\n<li>目前仅支持EmbedType=CREATE_TEMPLATE时传入</li>\n<li>指定后,创建,编辑,删除模板时,回调都会携带该userData</li>\n<li>支持的格式:json字符串的BASE64编码字符串</li>\n<li>示例:<ul>\n <li>json字符串:{\"ComeFrom\":\"xxx\"},BASE64编码:eyJDb21lRnJvbSI6Inh4eCJ9</li>\n <li>eyJDb21lRnJvbSI6Inh4eCJ9,为符合要求的userData数据格式</li>\n</ul>\n</li>\n</ul>",
|
1878
1878
|
"example": "eyJDb21lRnJvbSI6Inh4eCJ9",
|
1879
1879
|
"member": "string",
|
1880
1880
|
"name": "UserData",
|
@@ -7821,7 +7821,7 @@
|
|
7821
7821
|
"usage": "in"
|
7822
7822
|
},
|
7823
7823
|
"FlowInfo": {
|
7824
|
-
"document": "此结构体 (FlowInfo)
|
7824
|
+
"document": "此结构体 (FlowInfo) 用于描述签署流程信息。",
|
7825
7825
|
"members": [
|
7826
7826
|
{
|
7827
7827
|
"disabled": false,
|
@@ -589,6 +589,58 @@ def doBankCardVerification(args, parsed_globals):
|
|
589
589
|
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
590
590
|
|
591
591
|
|
592
|
+
def doImageRecognitionV2(args, parsed_globals):
|
593
|
+
g_param = parse_global_arg(parsed_globals)
|
594
|
+
|
595
|
+
if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
|
596
|
+
cred = credential.CVMRoleCredential()
|
597
|
+
elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
|
598
|
+
cred = credential.STSAssumeRoleCredential(
|
599
|
+
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
|
600
|
+
g_param[OptionsDefine.RoleSessionName.replace('-', '_')]
|
601
|
+
)
|
602
|
+
elif os.getenv(OptionsDefine.ENV_TKE_REGION) and os.getenv(OptionsDefine.ENV_TKE_PROVIDER_ID) and os.getenv(OptionsDefine.ENV_TKE_WEB_IDENTITY_TOKEN_FILE) and os.getenv(OptionsDefine.ENV_TKE_ROLE_ARN):
|
603
|
+
cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
|
604
|
+
else:
|
605
|
+
cred = credential.Credential(
|
606
|
+
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
|
607
|
+
)
|
608
|
+
http_profile = HttpProfile(
|
609
|
+
reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
|
610
|
+
reqMethod="POST",
|
611
|
+
endpoint=g_param[OptionsDefine.Endpoint],
|
612
|
+
proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
|
613
|
+
)
|
614
|
+
profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
|
615
|
+
if g_param[OptionsDefine.Language]:
|
616
|
+
profile.language = g_param[OptionsDefine.Language]
|
617
|
+
mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
|
618
|
+
client = mod.FaceidClient(cred, g_param[OptionsDefine.Region], profile)
|
619
|
+
client._sdkVersion += ("_CLI_" + __version__)
|
620
|
+
models = MODELS_MAP[g_param[OptionsDefine.Version]]
|
621
|
+
model = models.ImageRecognitionV2Request()
|
622
|
+
model.from_json_string(json.dumps(args))
|
623
|
+
start_time = time.time()
|
624
|
+
while True:
|
625
|
+
rsp = client.ImageRecognitionV2(model)
|
626
|
+
result = rsp.to_json_string()
|
627
|
+
try:
|
628
|
+
json_obj = json.loads(result)
|
629
|
+
except TypeError as e:
|
630
|
+
json_obj = json.loads(result.decode('utf-8')) # python3.3
|
631
|
+
if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
|
632
|
+
break
|
633
|
+
cur_time = time.time()
|
634
|
+
if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
|
635
|
+
raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
|
636
|
+
(g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
|
637
|
+
search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
|
638
|
+
else:
|
639
|
+
print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
|
640
|
+
time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
|
641
|
+
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
642
|
+
|
643
|
+
|
592
644
|
def doLivenessCompare(args, parsed_globals):
|
593
645
|
g_param = parse_global_arg(parsed_globals)
|
594
646
|
|
@@ -1807,6 +1859,7 @@ ACTION_MAP = {
|
|
1807
1859
|
"GetFaceIdToken": doGetFaceIdToken,
|
1808
1860
|
"CheckPhoneAndName": doCheckPhoneAndName,
|
1809
1861
|
"BankCardVerification": doBankCardVerification,
|
1862
|
+
"ImageRecognitionV2": doImageRecognitionV2,
|
1810
1863
|
"LivenessCompare": doLivenessCompare,
|
1811
1864
|
"DetectAuth": doDetectAuth,
|
1812
1865
|
"BankCard4EVerification": doBankCard4EVerification,
|
@@ -161,6 +161,13 @@
|
|
161
161
|
"output": "ImageRecognitionResponse",
|
162
162
|
"status": "online"
|
163
163
|
},
|
164
|
+
"ImageRecognitionV2": {
|
165
|
+
"document": "传入照片和身份信息,判断该照片与权威库的证件照是否属于同一个人。",
|
166
|
+
"input": "ImageRecognitionV2Request",
|
167
|
+
"name": "照片人脸核身(V2.0)",
|
168
|
+
"output": "ImageRecognitionV2Response",
|
169
|
+
"status": "online"
|
170
|
+
},
|
164
171
|
"Liveness": {
|
165
172
|
"document": "活体检测",
|
166
173
|
"input": "LivenessRequest",
|
@@ -3223,6 +3230,99 @@
|
|
3223
3230
|
],
|
3224
3231
|
"type": "object"
|
3225
3232
|
},
|
3233
|
+
"ImageRecognitionV2Request": {
|
3234
|
+
"document": "ImageRecognitionV2请求参数结构体",
|
3235
|
+
"members": [
|
3236
|
+
{
|
3237
|
+
"disabled": false,
|
3238
|
+
"document": "身份证号",
|
3239
|
+
"example": "11204416541220243X",
|
3240
|
+
"member": "string",
|
3241
|
+
"name": "IdCard",
|
3242
|
+
"required": true,
|
3243
|
+
"type": "string"
|
3244
|
+
},
|
3245
|
+
{
|
3246
|
+
"disabled": false,
|
3247
|
+
"document": "姓名。中文请使用UTF-8编码。",
|
3248
|
+
"example": "韦小宝",
|
3249
|
+
"member": "string",
|
3250
|
+
"name": "Name",
|
3251
|
+
"required": true,
|
3252
|
+
"type": "string"
|
3253
|
+
},
|
3254
|
+
{
|
3255
|
+
"disabled": false,
|
3256
|
+
"document": "用于人脸比对的照片,图片的Base64值;\nBase64编码后的图片数据大小不超过3M,仅支持jpg、png格式。\n请使用标准的Base64编码方式(带=补位),编码规范参考RFC4648。",
|
3257
|
+
"example": "<ImageBase64>",
|
3258
|
+
"member": "string",
|
3259
|
+
"name": "ImageBase64",
|
3260
|
+
"required": true,
|
3261
|
+
"type": "string"
|
3262
|
+
},
|
3263
|
+
{
|
3264
|
+
"disabled": false,
|
3265
|
+
"document": "本接口不需要传递此参数。",
|
3266
|
+
"example": "无",
|
3267
|
+
"member": "string",
|
3268
|
+
"name": "Optional",
|
3269
|
+
"required": false,
|
3270
|
+
"type": "string"
|
3271
|
+
},
|
3272
|
+
{
|
3273
|
+
"disabled": false,
|
3274
|
+
"document": "敏感数据加密信息。对传入信息(姓名、身份证号)有加密需求的用户可使用此参数,详情请点击左侧链接。",
|
3275
|
+
"example": "无",
|
3276
|
+
"member": "Encryption",
|
3277
|
+
"name": "Encryption",
|
3278
|
+
"required": false,
|
3279
|
+
"type": "object"
|
3280
|
+
}
|
3281
|
+
],
|
3282
|
+
"type": "object"
|
3283
|
+
},
|
3284
|
+
"ImageRecognitionV2Response": {
|
3285
|
+
"document": "ImageRecognitionV2返回参数结构体",
|
3286
|
+
"members": [
|
3287
|
+
{
|
3288
|
+
"disabled": false,
|
3289
|
+
"document": "相似度,取值范围 [0.00, 100.00]。推荐相似度大于等于70时可判断为同一人,可根据具体场景自行调整阈值(阈值70的误通过率为千分之一,阈值80的误通过率是万分之一)",
|
3290
|
+
"example": "89.88",
|
3291
|
+
"member": "float",
|
3292
|
+
"name": "Sim",
|
3293
|
+
"output_required": true,
|
3294
|
+
"type": "float",
|
3295
|
+
"value_allowed_null": false
|
3296
|
+
},
|
3297
|
+
{
|
3298
|
+
"disabled": false,
|
3299
|
+
"document": "业务错误码,成功情况返回Success, 错误情况请参考下方错误码 列表中FailedOperation部分",
|
3300
|
+
"example": "Success",
|
3301
|
+
"member": "string",
|
3302
|
+
"name": "Result",
|
3303
|
+
"output_required": true,
|
3304
|
+
"type": "string",
|
3305
|
+
"value_allowed_null": false
|
3306
|
+
},
|
3307
|
+
{
|
3308
|
+
"disabled": false,
|
3309
|
+
"document": "业务结果描述。",
|
3310
|
+
"example": "成功",
|
3311
|
+
"member": "string",
|
3312
|
+
"name": "Description",
|
3313
|
+
"output_required": true,
|
3314
|
+
"type": "string",
|
3315
|
+
"value_allowed_null": false
|
3316
|
+
},
|
3317
|
+
{
|
3318
|
+
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
3319
|
+
"member": "string",
|
3320
|
+
"name": "RequestId",
|
3321
|
+
"type": "string"
|
3322
|
+
}
|
3323
|
+
],
|
3324
|
+
"type": "object"
|
3325
|
+
},
|
3226
3326
|
"IntentionActionConfig": {
|
3227
3327
|
"document": "意愿核身(点头确认模式)配置",
|
3228
3328
|
"members": [
|
@@ -238,6 +238,14 @@
|
|
238
238
|
"title": "照片人脸核身 [前往调试工具](https://console.cloud.tencent.com/api/explorer?Product=faceid&Version=2018-03-01&Action=ImageRecognition)"
|
239
239
|
}
|
240
240
|
],
|
241
|
+
"ImageRecognitionV2": [
|
242
|
+
{
|
243
|
+
"document": "",
|
244
|
+
"input": "https://faceid.tencentcloudapi.com/?Action=ImageRecognitionV2\n&IdCard=11204416541220243X\n&Name=韦小宝\n&ImageBase64=<ImageBase64>\n&<公共请求参数>",
|
245
|
+
"output": "{\n \"Response\": {\n \"Result\": \"Success\",\n \"Description\": \"成功\",\n \"Sim\": 89.88,\n \"RequestId\": \"f904f4cf-75db-4f8f-a5ec-dc4f942c7f7a\"\n }\n}",
|
246
|
+
"title": "照片人脸核身 [前往调试工具](https://console.cloud.tencent.com/api/explorer?Product=faceid&Version=2018-03-01&Action=ImageRecognitionV2)"
|
247
|
+
}
|
248
|
+
],
|
241
249
|
"Liveness": [
|
242
250
|
{
|
243
251
|
"document": "",
|
@@ -1,11 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"actions": {
|
3
3
|
"CreateAgeDetectTask": {
|
4
|
-
"document": "用于创建年龄语音识别任务的接口,请求频率10次/秒。该接口目前通过白名单开放试用,如有需求,请提交工单申请。\n</br>\n<h4><b>接口功能说明:</b></h4>\n<li>支持对语音文件进行检测,判断是否为未成年人。</li>\n<li>支持批量提交检测子任务。检测子任务列表最多支持100个。</li>\n</br>\n<h4><b>音频文件限制说明:</b></h4>\n<li>音频文件大小限制:10 M</li>\n<li>音频文件时长限制:3分钟</li>\n<li>音频文件格式支持的类型:.wav、.m4a、.amr、.mp3、.aac、.wma、.ogg</li>\n</br>",
|
4
|
+
"document": "目前该功能底层能力已不具备,不对外提供,目前需要下线,走预下线流程。\n\n用于创建年龄语音识别任务的接口,请求频率10次/秒。该接口目前通过白名单开放试用,如有需求,请提交工单申请。\n</br>\n<h4><b>接口功能说明:</b></h4>\n<li>支持对语音文件进行检测,判断是否为未成年人。</li>\n<li>支持批量提交检测子任务。检测子任务列表最多支持100个。</li>\n</br>\n<h4><b>音频文件限制说明:</b></h4>\n<li>音频文件大小限制:10 M</li>\n<li>音频文件时长限制:3分钟</li>\n<li>音频文件格式支持的类型:.wav、.m4a、.amr、.mp3、.aac、.wma、.ogg</li>\n</br>",
|
5
5
|
"input": "CreateAgeDetectTaskRequest",
|
6
6
|
"name": "提交年龄语音识别任务",
|
7
7
|
"output": "CreateAgeDetectTaskResponse",
|
8
|
-
"status": "
|
8
|
+
"status": "deprecated"
|
9
9
|
},
|
10
10
|
"CreateApp": {
|
11
11
|
"document": "本接口(CreateApp)用于创建一个GME应用。",
|
@@ -50,11 +50,11 @@
|
|
50
50
|
"status": "online"
|
51
51
|
},
|
52
52
|
"DescribeAgeDetectTask": {
|
53
|
-
"document": "查询年龄语音识别任务结果,请求频率10次/秒。该接口目前通过白名单开放试用,如有需求,请提交工单申请。",
|
53
|
+
"document": "目前该功能底层能力已不具备,不对外提供,目前需要下线,走预下线流程。\n\n查询年龄语音识别任务结果,请求频率10次/秒。该接口目前通过白名单开放试用,如有需求,请提交工单申请。",
|
54
54
|
"input": "DescribeAgeDetectTaskRequest",
|
55
55
|
"name": "查询年龄语音识别任务结果",
|
56
56
|
"output": "DescribeAgeDetectTaskResponse",
|
57
|
-
"status": "
|
57
|
+
"status": "deprecated"
|
58
58
|
},
|
59
59
|
"DescribeAppStatistics": {
|
60
60
|
"document": "本接口(DescribeAppStatistics)用于获取某个GME应用的用量数据。包括实时语音,语音消息及转文本,语音分析等。最长查询周期为最近60天。",
|
@@ -14110,7 +14110,7 @@
|
|
14110
14110
|
{
|
14111
14111
|
"disabled": false,
|
14112
14112
|
"document": "告警通知规则名称 60字符以内",
|
14113
|
-
"example": "
|
14113
|
+
"example": "默认通知模板",
|
14114
14114
|
"member": "string",
|
14115
14115
|
"name": "Name",
|
14116
14116
|
"required": true,
|
@@ -4639,7 +4639,7 @@
|
|
4639
4639
|
},
|
4640
4640
|
{
|
4641
4641
|
"disabled": false,
|
4642
|
-
"document": "过滤条件,Filters.Values 的上限为 20。该参数不填写时,返回当前 zone-id 下所有域名信息。详细的过滤条件如下:\n<li>domain-name:按照加速域名进行过滤;</li>\n<li>origin-type:按照源站类型进行过滤;</li>\n<li>origin:按照主源站地址进行过滤;</li>\n<li>backup-origin: 按照备用源站地址进行过滤;</li>\n<li>domain-cname:按照 CNAME 进行过滤;</li>\n<li>share-cname:按照共享 CNAME 进行过滤;</li>",
|
4642
|
+
"document": "过滤条件,Filters.Values 的上限为 20。该参数不填写时,返回当前 zone-id 下所有域名信息。详细的过滤条件如下:\n<li>domain-name:按照加速域名进行过滤;</li>\n<li>origin-type:按照源站类型进行过滤;</li>\n<li>origin:按照主源站地址进行过滤;</li>\n<li>backup-origin: 按照备用源站地址进行过滤;</li>\n<li>domain-cname:按照 CNAME 进行过滤;</li>\n<li>share-cname:按照共享 CNAME 进行过滤;</li>\n<li>vodeo-sub-app-id:按照【 vodeo 子应用 ID】进行过滤;</li>\n<li>vodeo-distribution-range:按照【 vodeo 分发范围】进行过滤;</li>\n<li>vodeo-bucket-id:按照【vodeo 存储桶 ID】进行过滤;</li>",
|
4643
4643
|
"example": "无",
|
4644
4644
|
"member": "AdvancedFilter",
|
4645
4645
|
"name": "Filters",
|
@@ -10127,7 +10127,7 @@
|
|
10127
10127
|
"members": [
|
10128
10128
|
{
|
10129
10129
|
"disabled": false,
|
10130
|
-
"document": "源站类型,取值有:\n<li>IP_DOMAIN:IPV4、IPV6或域名类型源站;</li>\n<li>COS
|
10130
|
+
"document": "源站类型,取值有:\n<li>IP_DOMAIN:IPV4、IPV6 或域名类型源站;</li>\n<li>COS:腾讯云 COS 对象存储源站;</li>\n<li>AWS_S3:AWS S3 对象存储源站;</li>\n<li>ORIGIN_GROUP:源站组类型源站;</li>\n <li>VODEO:云点播(混合云版);</li>\n<li>SPACE:源站卸载,当前仅白名单开放;</li>\n<li>LB:负载均衡,当前仅白名单开放。</li>",
|
10131
10131
|
"example": "ip_domain",
|
10132
10132
|
"member": "string",
|
10133
10133
|
"name": "OriginType",
|
@@ -10137,7 +10137,7 @@
|
|
10137
10137
|
},
|
10138
10138
|
{
|
10139
10139
|
"disabled": false,
|
10140
|
-
"document": "
|
10140
|
+
"document": "源站地址,根据 OriginType 的取值分为以下情况:\n<li>当 OriginType = IP_DOMAIN 时,该参数为 IPv4、IPv6 地址或域名;</li>\n<li>当 OriginType = COS 时,该参数为 COS 桶的访问域名;</li>\n<li>当 OriginType = AWS_S3,该参数为 S3 桶的访问域名;</li>\n<li>当 OriginType = ORIGIN_GROUP 时,该参数为源站组 ID;</li>\n<li>当 OriginType = VODEO 时,如果 VodeoDistributionRange = ALL,则该参数为 \"all-buckets-in-vodeo-application\";如果 VodeoDistributionRange = Bucket,则该参数为对应存储桶域名。</li>\n",
|
10141
10141
|
"example": "qq.com",
|
10142
10142
|
"member": "string",
|
10143
10143
|
"name": "Origin",
|
@@ -10147,7 +10147,7 @@
|
|
10147
10147
|
},
|
10148
10148
|
{
|
10149
10149
|
"disabled": false,
|
10150
|
-
"document": "备用源站组ID
|
10150
|
+
"document": "备用源站组 ID,该参数仅在 OriginType = ORIGIN_GROUP 且配置了备源站组时会生效。",
|
10151
10151
|
"example": "\"origin-07fa3f6c-4498-11ed-a368-5254006ca63d\"",
|
10152
10152
|
"member": "string",
|
10153
10153
|
"name": "BackupOrigin",
|
@@ -10157,7 +10157,7 @@
|
|
10157
10157
|
},
|
10158
10158
|
{
|
10159
10159
|
"disabled": false,
|
10160
|
-
"document": "主源源站组名称,当OriginType
|
10160
|
+
"document": "主源源站组名称,当 OriginType = ORIGIN_GROUP 时该参数会返回值。",
|
10161
10161
|
"example": "\"QQ\"",
|
10162
10162
|
"member": "string",
|
10163
10163
|
"name": "OriginGroupName",
|
@@ -10167,7 +10167,7 @@
|
|
10167
10167
|
},
|
10168
10168
|
{
|
10169
10169
|
"disabled": false,
|
10170
|
-
"document": "
|
10170
|
+
"document": "备用源站组名称,该参数仅当 OriginType = ORIGIN_GROUP 且配置了备用源站组时会生效。",
|
10171
10171
|
"example": "\"腾讯云\"",
|
10172
10172
|
"member": "string",
|
10173
10173
|
"name": "BackOriginGroupName",
|
@@ -10177,7 +10177,7 @@
|
|
10177
10177
|
},
|
10178
10178
|
{
|
10179
10179
|
"disabled": false,
|
10180
|
-
"document": "
|
10180
|
+
"document": "指定是否允许访问私有对象存储源站,该参数仅当源站类型 OriginType = COS 或 AWS_S3 时会生效,取值有:\n<li>on:使用私有鉴权;</li>\n<li>off:不使用私有鉴权。</li>\n不填写,默认值为off。",
|
10181
10181
|
"example": "on",
|
10182
10182
|
"member": "string",
|
10183
10183
|
"name": "PrivateAccess",
|
@@ -10187,13 +10187,43 @@
|
|
10187
10187
|
},
|
10188
10188
|
{
|
10189
10189
|
"disabled": false,
|
10190
|
-
"document": "
|
10190
|
+
"document": "私有鉴权使用参数,该参数仅当源站类型 PrivateAccess = on 时会生效。\n注意:此字段可能返回 null,表示取不到有效值。",
|
10191
10191
|
"example": "无",
|
10192
10192
|
"member": "PrivateParameter",
|
10193
10193
|
"name": "PrivateParameters",
|
10194
10194
|
"output_required": true,
|
10195
10195
|
"type": "list",
|
10196
10196
|
"value_allowed_null": true
|
10197
|
+
},
|
10198
|
+
{
|
10199
|
+
"disabled": false,
|
10200
|
+
"document": "MO 子应用 ID",
|
10201
|
+
"example": "无",
|
10202
|
+
"member": "int64",
|
10203
|
+
"name": "VodeoSubAppId",
|
10204
|
+
"output_required": false,
|
10205
|
+
"type": "int",
|
10206
|
+
"value_allowed_null": false
|
10207
|
+
},
|
10208
|
+
{
|
10209
|
+
"disabled": false,
|
10210
|
+
"document": "MO 分发范围,取值有: <li>All:全部</li> <li>Bucket:存储桶</li>\t",
|
10211
|
+
"example": "无",
|
10212
|
+
"member": "string",
|
10213
|
+
"name": "VodeoDistributionRange",
|
10214
|
+
"output_required": false,
|
10215
|
+
"type": "string",
|
10216
|
+
"value_allowed_null": false
|
10217
|
+
},
|
10218
|
+
{
|
10219
|
+
"disabled": false,
|
10220
|
+
"document": "MO 存储桶 ID,分发范围(DistributionRange)为存储桶(Bucket)时必填",
|
10221
|
+
"example": "无",
|
10222
|
+
"member": "string",
|
10223
|
+
"name": "VodeoBucketId",
|
10224
|
+
"output_required": false,
|
10225
|
+
"type": "string",
|
10226
|
+
"value_allowed_null": false
|
10197
10227
|
}
|
10198
10228
|
],
|
10199
10229
|
"usage": "out"
|
@@ -10367,6 +10397,33 @@
|
|
10367
10397
|
"name": "PrivateParameters",
|
10368
10398
|
"required": false,
|
10369
10399
|
"type": "list"
|
10400
|
+
},
|
10401
|
+
{
|
10402
|
+
"disabled": false,
|
10403
|
+
"document": "MO 子应用 ID",
|
10404
|
+
"example": "无",
|
10405
|
+
"member": "int64",
|
10406
|
+
"name": "VodeoSubAppId",
|
10407
|
+
"required": false,
|
10408
|
+
"type": "int"
|
10409
|
+
},
|
10410
|
+
{
|
10411
|
+
"disabled": false,
|
10412
|
+
"document": "MO 分发范围,取值有: <li>All:全部</li> <li>Bucket:存储桶</li>",
|
10413
|
+
"example": "无",
|
10414
|
+
"member": "string",
|
10415
|
+
"name": "VodeoDistributionRange",
|
10416
|
+
"required": false,
|
10417
|
+
"type": "string"
|
10418
|
+
},
|
10419
|
+
{
|
10420
|
+
"disabled": false,
|
10421
|
+
"document": "MO 存储桶 ID,分发范围(DistributionRange)为存储桶(Bucket)时必填\t",
|
10422
|
+
"example": "无",
|
10423
|
+
"member": "string",
|
10424
|
+
"name": "VodeoBucketId",
|
10425
|
+
"required": false,
|
10426
|
+
"type": "string"
|
10370
10427
|
}
|
10371
10428
|
],
|
10372
10429
|
"usage": "in"
|
@@ -11377,6 +11434,16 @@
|
|
11377
11434
|
"output_required": false,
|
11378
11435
|
"type": "int",
|
11379
11436
|
"value_allowed_null": true
|
11437
|
+
},
|
11438
|
+
{
|
11439
|
+
"disabled": false,
|
11440
|
+
"document": "资源标记类型,取值有:\n<li>vodeo:vodeo资源。</li>",
|
11441
|
+
"example": "vodeo",
|
11442
|
+
"member": "string",
|
11443
|
+
"name": "Type",
|
11444
|
+
"output_required": false,
|
11445
|
+
"type": "string",
|
11446
|
+
"value_allowed_null": false
|
11380
11447
|
}
|
11381
11448
|
],
|
11382
11449
|
"usage": "out"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: tccli
|
3
|
-
Version: 3.0.
|
3
|
+
Version: 3.0.1018.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.
|
16
|
+
Requires-Dist: tencentcloud-sdk-python>=3.0.1018
|
17
17
|
Description-Content-Type: text/markdown
|
18
18
|
|
19
19
|
# 命令行工具简介
|
@@ -1,4 +1,4 @@
|
|
1
|
-
tccli/__init__.py,sha256=
|
1
|
+
tccli/__init__.py,sha256=we7dBU8RBc5hsvb77fkN5sNrY0yNcOcliZdOXr6pJ8Q,27
|
2
2
|
tccli/argparser.py,sha256=iFaw_iIMdyVwUdcv2_2OHQfe7-7j9yGzoOgXgXswoBo,5555
|
3
3
|
tccli/argument.py,sha256=ZtVo3AySpzM-Hw6_hPdU27FjUsc8QPB2fIuLy7JSBAk,8091
|
4
4
|
tccli/base_command.py,sha256=rFWNAwfS0GA6LLGNOM-iPI0RV81Jag5cZn536ZQN0pw,2859
|
@@ -470,7 +470,7 @@ tccli/examples/bda/v20200324/TerminateSegmentationTask.md,sha256=PPyYwGmzeVHW9_P
|
|
470
470
|
tccli/examples/bi/v20220105/ApplyEmbedInterval.md,sha256=J7CpGvmwVG0XKnRXUSOY3Jg41gJbhwh2Syhge99GLhQ,455
|
471
471
|
tccli/examples/bi/v20220105/CreateDatasource.md,sha256=JI_lVtgFGrFZATgetydjayVDSrV9mHgv2B4v6r6USxc,807
|
472
472
|
tccli/examples/bi/v20220105/CreateDatasourceCloud.md,sha256=1z5XK_H_elDyqDRc6aRIVoONLbhY17YcUKSdin7aCYI,849
|
473
|
-
tccli/examples/bi/v20220105/CreateEmbedToken.md,sha256=
|
473
|
+
tccli/examples/bi/v20220105/CreateEmbedToken.md,sha256=iKWrpwd6Mgr4NHLnEtX0p5jNDB8Xbpa04DazUNzD-U0,964
|
474
474
|
tccli/examples/bi/v20220105/CreateProject.md,sha256=RYPvCjOlz0_26Z4YuN3b0gd2PfoKtW6nNkUN-DmwFtQ,396
|
475
475
|
tccli/examples/bi/v20220105/CreateUserRole.md,sha256=hYTQAabacuKEMCJ7wWNkVUof00llYlU6aXIvksrLbJw,1053
|
476
476
|
tccli/examples/bi/v20220105/CreateUserRoleProject.md,sha256=5RKrs7p50DJv1ajxW80ZgoqPQq0Y737AfOS_O2qKdV0,1058
|
@@ -4511,6 +4511,7 @@ tccli/examples/faceid/v20180301/GetWebVerificationResult.md,sha256=DCuFhgLJUHm9F
|
|
4511
4511
|
tccli/examples/faceid/v20180301/IdCardOCRVerification.md,sha256=cQtilBGpLCuOf9OZJtZabfRzL7zwr-9dfMjLsXKHbc8,1624
|
4512
4512
|
tccli/examples/faceid/v20180301/IdCardVerification.md,sha256=VITP-0eT877ygr2OcCOf2snG3WG7eUOHCFpHxqAjUWU,739
|
4513
4513
|
tccli/examples/faceid/v20180301/ImageRecognition.md,sha256=MWdCmCRSrBHC3P6nrC7-TTp-8UoVE9vZAQlTRrKu4uc,516
|
4514
|
+
tccli/examples/faceid/v20180301/ImageRecognitionV2.md,sha256=ceET_4C6eFqTNmBEgBNpWygOPYpVtck5AjYQjlKmCPA,520
|
4514
4515
|
tccli/examples/faceid/v20180301/Liveness.md,sha256=7uaValJuXQjwsbSQT6bjRYEz2L8VpTfpe2PadMsDv7A,500
|
4515
4516
|
tccli/examples/faceid/v20180301/LivenessCompare.md,sha256=xSyuUZuKdEceB4eJADgBEXlyQoiM-K9F6fYTgwN32T0,505
|
4516
4517
|
tccli/examples/faceid/v20180301/LivenessRecognition.md,sha256=KEtcAIyniJ7RImEPkNVXiq_oD8n0au9idOZzHstI93A,526
|
@@ -11347,8 +11348,8 @@ tccli/services/bda/v20200324/api.json,sha256=RHIHXJsongIsYr8cuGuuQnZoXu6NDP6EnNT
|
|
11347
11348
|
tccli/services/bda/v20200324/examples.json,sha256=PY5q65GP8KcjbR96xVuUgSTCWjdISb2Uj_7VjJprDcQ,27629
|
11348
11349
|
tccli/services/bi/__init__.py,sha256=Spp7MdXcW1J-2jUPyNqqn8H5FgFXyTVCaIjR6jqp72I,83
|
11349
11350
|
tccli/services/bi/bi_client.py,sha256=7jbnsg5rHY0JWKPqf6K8nCKVfRccyUVapYZrOO-WnMc,72539
|
11350
|
-
tccli/services/bi/v20220105/api.json,sha256=
|
11351
|
-
tccli/services/bi/v20220105/examples.json,sha256=
|
11351
|
+
tccli/services/bi/v20220105/api.json,sha256=y-_m8nBIbNdNe0idgWEDG6pESN7OVoFXHhbN7bnYzwg,131470
|
11352
|
+
tccli/services/bi/v20220105/examples.json,sha256=WGLZNwO22ySFm3cTos6FIUiG0yFButs4jNFrmOUc7n0,25929
|
11352
11353
|
tccli/services/billing/__init__.py,sha256=nXe5kwm1G0HeH0itxncDA2xjwgaXNuqihS3NdFYZyR0,93
|
11353
11354
|
tccli/services/billing/billing_client.py,sha256=IUdBMOJiwhl9xciLMDwWytVYhD1wGInlEs-CCWYyzDc,104194
|
11354
11355
|
tccli/services/billing/v20180709/api.json,sha256=4Um2kHyCKfLg1-l-9r4gZsoRPpRpiVghedKBeeK8xPc,287246
|
@@ -11551,7 +11552,7 @@ tccli/services/cws/v20180312/api.json,sha256=yvPs5gzcrgBkZti57TJNssoNSIq0rgozU3F
|
|
11551
11552
|
tccli/services/cws/v20180312/examples.json,sha256=QmYFbj9zOOBlm4aAxhOw45f5SPrzp5SDfqTv5b3n3Go,17899
|
11552
11553
|
tccli/services/cynosdb/__init__.py,sha256=MBWPrBSMnHBk0CGpJoI_LU1UxxPO0CX-LO2xxuCFCzg,93
|
11553
11554
|
tccli/services/cynosdb/cynosdb_client.py,sha256=knZ-fM3ikU05MSShlx3z3iE3BJd3mPlC-yXLCEULVDw,404040
|
11554
|
-
tccli/services/cynosdb/v20190107/api.json,sha256=
|
11555
|
+
tccli/services/cynosdb/v20190107/api.json,sha256=_bgXSNjYNqZMwttMP_es9FUScgZK4zxoW6TDix3Af5o,524592
|
11555
11556
|
tccli/services/cynosdb/v20190107/examples.json,sha256=qj4aCnoqbygE7YW4SqbR0rcdb91XSnHYYCs4wOd8Fow,124173
|
11556
11557
|
tccli/services/dasb/__init__.py,sha256=x5ez0S2wQBIe-qTkGhVvwqG-rdYdP4NXZn2WfQDvF98,87
|
11557
11558
|
tccli/services/dasb/dasb_client.py,sha256=btdRGvsaOXF5b_nxAnau5AEckuwFHsxt7joKefPdCKo,172979
|
@@ -11653,13 +11654,13 @@ tccli/services/es/v20180416/api.json,sha256=ueFK-kWFZo-7DwEo-x_w89RG9pl0UhPKmlC6
|
|
11653
11654
|
tccli/services/es/v20180416/examples.json,sha256=7k7uzDz53nZjsviyeLGLyjUi-iDpAzbK6AAT7t6mslM,49958
|
11654
11655
|
tccli/services/ess/__init__.py,sha256=heBHzUKDuNxQ68yNutgyA8stCndyFWqYJqiQFozTiDs,85
|
11655
11656
|
tccli/services/ess/ess_client.py,sha256=eJ3vDRCQhgFyPVTUjO-sPq5ktIuGtfuisaTCrQfKk1g,214306
|
11656
|
-
tccli/services/ess/v20201111/api.json,sha256=
|
11657
|
+
tccli/services/ess/v20201111/api.json,sha256=FmZ2_s599LBGAQttYKQRtYZo24KqkexJ2SjyqnCQmjI,539794
|
11657
11658
|
tccli/services/ess/v20201111/examples.json,sha256=mp-728T7gO-WtiTwu4Ayi9ZGkPbUsNdAPMK8pZkIFTQ,462109
|
11658
11659
|
tccli/services/essbasic/__init__.py,sha256=Uh5kuYtJvJ4F1S2w-19_B6a_JMF1ubh8Se-7p5LA0PE,95
|
11659
11660
|
tccli/services/essbasic/essbasic_client.py,sha256=fbzl3k-Fhk3aa2VQIrLFO9Amx1q33dlytdmGKaMozfc,362366
|
11660
11661
|
tccli/services/essbasic/v20201222/api.json,sha256=8yA-0DwpjBAZajDJnp3flQ2xn1sdkZMVQcvegUcemSM,184116
|
11661
11662
|
tccli/services/essbasic/v20201222/examples.json,sha256=TsEP0F9v4W6KvnFnczr2diMh2NX2Tp7TcCEkoeBw69Q,68751
|
11662
|
-
tccli/services/essbasic/v20210526/api.json,sha256=
|
11663
|
+
tccli/services/essbasic/v20210526/api.json,sha256=OqlZb6jMKmsN_VjWJmrvFJckjCvxKrcnOtzlTl0OGK0,502209
|
11663
11664
|
tccli/services/essbasic/v20210526/examples.json,sha256=MIOC695bpGoTWADXb-cvVAE0xbtjGHtBAo1Cn4kXM8g,331465
|
11664
11665
|
tccli/services/facefusion/__init__.py,sha256=5IsXKY7EJG73GoLZDaRk_QwthyDmfes1nKAVdwZETUE,99
|
11665
11666
|
tccli/services/facefusion/facefusion_client.py,sha256=x5I8qyOGlVHMSl6mzDDCklQ-41bvh0NXDRKpKKsA2no,17937
|
@@ -11668,9 +11669,9 @@ tccli/services/facefusion/v20181201/examples.json,sha256=BbgxYLz36yJTf25Y1qIZU2C
|
|
11668
11669
|
tccli/services/facefusion/v20220927/api.json,sha256=IS-BlVOiLG6ljJ9385okQXFxY9JmF0cTT-maB5f_lPs,16625
|
11669
11670
|
tccli/services/facefusion/v20220927/examples.json,sha256=qWRwUvfMlVONM0pr7NJqwilVlqXeRKJQXe-7AsYuSdo,5082
|
11670
11671
|
tccli/services/faceid/__init__.py,sha256=zbcAvv37wx7NH6hsSFPSCqgR2ih1UiQOdqNfmitdeVY,91
|
11671
|
-
tccli/services/faceid/faceid_client.py,sha256=
|
11672
|
-
tccli/services/faceid/v20180301/api.json,sha256=
|
11673
|
-
tccli/services/faceid/v20180301/examples.json,sha256=
|
11672
|
+
tccli/services/faceid/faceid_client.py,sha256=gbJo9SpzwZmj2ODhxc47NHUuLbXR5lkxFYzZ7rnq7HI,112228
|
11673
|
+
tccli/services/faceid/v20180301/api.json,sha256=yHGRvhnJcSDyiB_xrJ-ADxJ6-F1u6GbnJivfG1y0Je0,187437
|
11674
|
+
tccli/services/faceid/v20180301/examples.json,sha256=eLBb-p7d66YiNYRrZFNWz1Pd9m7lp0XzpAwVnnNxHqI,39001
|
11674
11675
|
tccli/services/fmu/__init__.py,sha256=uYgLsNe53oF1T-qH3hFFAdGC7d9SKthtORQ7dLiPfx8,85
|
11675
11676
|
tccli/services/fmu/fmu_client.py,sha256=ffAhdVlHxX9ScuaXzAcm83vHurSD6igv-HG_o2csPyE,35772
|
11676
11677
|
tccli/services/fmu/v20191213/api.json,sha256=CcI7fNFrCyezJVzCvicR-gNXigJ0tkBAN0YtVhHDJ8U,35164
|
@@ -11685,7 +11686,7 @@ tccli/services/gaap/v20180529/api.json,sha256=9ndyVCi_S0O1FX6rxuIHezCLgkyKHCLkaX
|
|
11685
11686
|
tccli/services/gaap/v20180529/examples.json,sha256=pNrE2Dx6aVvnCe0Fm7bNYr6eO3hX9CJ-uOYDp325hXE,126081
|
11686
11687
|
tccli/services/gme/__init__.py,sha256=tXSp5JKMLRFhOoNpHFYIkkFxsRnVmEDaRH3PFB5urfY,85
|
11687
11688
|
tccli/services/gme/gme_client.py,sha256=qQlA5OIgs4Nd_sgl_WI9iM9Qor1iDuPLe_K3nSyt7QA,90791
|
11688
|
-
tccli/services/gme/v20180711/api.json,sha256=
|
11689
|
+
tccli/services/gme/v20180711/api.json,sha256=BeKKflyzo0WUbv5fpUU4aruug63zjyQl3EYCdvDDMeA,119166
|
11689
11690
|
tccli/services/gme/v20180711/examples.json,sha256=9Vu3GO6j5OCBcC5DbUFVE94NWMLBVEoOyXLnDV_hctQ,37372
|
11690
11691
|
tccli/services/goosefs/__init__.py,sha256=kpSjGCo6__XlnM9TBgEi67FDvAbrnHg9CUUp8h9rzc8,93
|
11691
11692
|
tccli/services/goosefs/goosefs_client.py,sha256=Mo9gJ8hyNZrPaOc6kApQJDNdXz2kfGWhPJKxSIEY4VU,67235
|
@@ -11865,7 +11866,7 @@ tccli/services/mongodb/v20190725/api.json,sha256=alQbC1LMScJipgvqa3oDVaPdpbFWxFa
|
|
11865
11866
|
tccli/services/mongodb/v20190725/examples.json,sha256=N08iYCbxeC_l_Vci2FlXXSQ7VENStDNLvBF6b1TrEA4,57800
|
11866
11867
|
tccli/services/monitor/__init__.py,sha256=Fqyy64XBMByiqJHyjxbaJeQDJAGMyktujsYRmXhosc8,93
|
11867
11868
|
tccli/services/monitor/monitor_client.py,sha256=Xoz7O1ZySLICMA6J0zTWVg0ra_hNGAO3gbij_yhDwEI,467675
|
11868
|
-
tccli/services/monitor/v20180724/api.json,sha256=
|
11869
|
+
tccli/services/monitor/v20180724/api.json,sha256=nIKhJUNPwA2kgGCIS8Rl0UvxCOzhzAH_rQdPfKVgUkk,642157
|
11869
11870
|
tccli/services/monitor/v20180724/examples.json,sha256=V0OKqdGT8gslZSNt8B72b14kUup_DUagApEBSfDrJaw,214621
|
11870
11871
|
tccli/services/mps/__init__.py,sha256=4M5o2xc0u3rqtgz_5an9Qxw2QaOqwBq8Fjc3IB64p2o,85
|
11871
11872
|
tccli/services/mps/mps_client.py,sha256=Khv-7xYJG8mRykpIQhY-NlH4BbdsZzpSDaYI3URVUmk,313152
|
@@ -12111,7 +12112,7 @@ tccli/services/teo/__init__.py,sha256=nvzcUSkSQuTftWEJ399BUZpUk_0jEq-l97539DwbAw
|
|
12111
12112
|
tccli/services/teo/teo_client.py,sha256=390XY1DFc6BmbieS_VYlJmO1pXyXYiKSElVNZPr1j5Q,241344
|
12112
12113
|
tccli/services/teo/v20220106/api.json,sha256=x4jXj4tTP68SWt6IILZsrgny4pTa_CaXCZzcl7y0dWU,29173
|
12113
12114
|
tccli/services/teo/v20220106/examples.json,sha256=2s6dgk31pZ26N8hrFLCmQzVocmsC_QK1dO8WVBdJ8A0,5325
|
12114
|
-
tccli/services/teo/v20220901/api.json,sha256=
|
12115
|
+
tccli/services/teo/v20220901/api.json,sha256=z2lM-1H-E5hox6pA3ZRmWf7cxW9VW52ezZA5bwJtiD4,516611
|
12115
12116
|
tccli/services/teo/v20220901/examples.json,sha256=jc8xz0LS9m7TZnFGMb08XeEMGtdAjQOTJ6jt7HlQ02E,177060
|
12116
12117
|
tccli/services/thpc/__init__.py,sha256=NancJ76I7PbEBt7VJCaGnBsfMEZm2ezBvYqwxyLbLHo,87
|
12117
12118
|
tccli/services/thpc/thpc_client.py,sha256=wa1GZGhzp8hwUF9mJN-TyeNJQTrLgRfhDJ2vVyrBVHI,60903
|
@@ -12281,8 +12282,8 @@ tccli/services/yunsou/v20180504/api.json,sha256=2808fil5p3pTEJ3SqXEEq7eSrASZOiv8
|
|
12281
12282
|
tccli/services/yunsou/v20180504/examples.json,sha256=Jg4WuqS_Wxl7eTBMbzjem65FuUZQi3qq3xtlBNFZlTU,11870
|
12282
12283
|
tccli/services/yunsou/v20191115/api.json,sha256=Dyfl3mC3NXGFINdyU_vxC-86gQe40YLOWjKkSK7XA2U,15708
|
12283
12284
|
tccli/services/yunsou/v20191115/examples.json,sha256=vN5MzexHVPMckm4MbnXNiOe3KKiVchvf4_uLpjOskuk,3983
|
12284
|
-
tccli-3.0.
|
12285
|
-
tccli-3.0.
|
12286
|
-
tccli-3.0.
|
12287
|
-
tccli-3.0.
|
12288
|
-
tccli-3.0.
|
12285
|
+
tccli-3.0.1018.1.dist-info/METADATA,sha256=bFrz_KB6nQjaHx76fWMnh-2FgAJXYHQ0gq68OtI9dKE,16172
|
12286
|
+
tccli-3.0.1018.1.dist-info/WHEEL,sha256=HyPWovjK_wfsxZqVnw7Bu5rgKxNh3Nm__lHm0ALDcb4,101
|
12287
|
+
tccli-3.0.1018.1.dist-info/entry_points.txt,sha256=9ZzsXxi7Xj3ZneT7VxRVJpFvnmdEOeysh999_0gWVvo,85
|
12288
|
+
tccli-3.0.1018.1.dist-info/license_files/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
12289
|
+
tccli-3.0.1018.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|