tccli 3.0.1274.1__py2.py3-none-any.whl → 3.0.1276.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/__init__.py +0 -9
- tccli/services/ams/v20201229/api.json +82 -0
- tccli/services/asr/v20190614/api.json +1 -1
- tccli/services/batch/v20170312/api.json +24 -24
- tccli/services/cdwdoris/v20211228/api.json +19 -0
- tccli/services/cfw/v20190904/api.json +6 -6
- tccli/services/clb/v20180317/api.json +32 -4
- tccli/services/cloudstudio/v20230508/api.json +1 -1
- tccli/services/cvm/v20170312/api.json +48 -37
- tccli/services/cynosdb/v20190107/api.json +14 -4
- tccli/services/dlc/v20210125/api.json +17 -15
- tccli/services/dlc/v20210125/examples.json +4 -4
- tccli/services/dts/v20211206/api.json +1 -1
- tccli/services/emr/v20190103/api.json +24 -24
- tccli/services/es/v20180416/api.json +2 -2
- tccli/services/es/v20180416/examples.json +4 -4
- tccli/services/ess/ess_client.py +53 -0
- tccli/services/ess/v20201111/api.json +403 -322
- tccli/services/ess/v20201111/examples.json +16 -2
- tccli/services/essbasic/essbasic_client.py +53 -0
- tccli/services/essbasic/v20210526/api.json +310 -238
- tccli/services/essbasic/v20210526/examples.json +14 -0
- tccli/services/faceid/v20180301/api.json +3 -3
- tccli/services/lcic/v20220817/api.json +3 -3
- tccli/services/lighthouse/v20200324/api.json +6 -6
- tccli/services/live/v20180801/api.json +371 -380
- tccli/services/lke/lke_client.py +53 -0
- tccli/services/lke/v20231130/api.json +72 -2
- tccli/services/lke/v20231130/examples.json +8 -0
- tccli/services/ocr/v20181119/api.json +17 -7
- tccli/services/ocr/v20181119/examples.json +4 -4
- tccli/services/organization/v20210331/api.json +19 -0
- tccli/services/rce/v20201103/api.json +15 -15
- tccli/services/taf/v20200210/api.json +9 -9
- tccli/services/tcbr/v20220217/api.json +18 -0
- tccli/services/teo/v20220901/api.json +2 -2
- tccli/services/teo/v20220901/examples.json +1 -1
- tccli/services/tke/v20180525/api.json +328 -323
- tccli/services/tke/v20180525/examples.json +2 -2
- tccli/services/tke/v20220501/api.json +8 -8
- tccli/services/tse/v20201207/api.json +84 -4
- tccli/services/vm/v20201229/api.json +428 -78
- tccli/services/vm/v20210922/api.json +482 -82
- tccli/services/vpc/v20170312/api.json +2 -2
- tccli/services/weilingwith/v20230427/api.json +20 -20
- {tccli-3.0.1274.1.dist-info → tccli-3.0.1276.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1274.1.dist-info → tccli-3.0.1276.1.dist-info}/RECORD +51 -63
- tccli/services/lp/__init__.py +0 -4
- tccli/services/lp/lp_client.py +0 -207
- tccli/services/lp/v20200224/api.json +0 -311
- tccli/services/lp/v20200224/examples.json +0 -13
- tccli/services/rkp/__init__.py +0 -4
- tccli/services/rkp/rkp_client.py +0 -313
- tccli/services/rkp/v20191209/api.json +0 -564
- tccli/services/rkp/v20191209/examples.json +0 -29
- tccli/services/rp/__init__.py +0 -4
- tccli/services/rp/rp_client.py +0 -207
- tccli/services/rp/v20200224/api.json +0 -290
- tccli/services/rp/v20200224/examples.json +0 -13
- {tccli-3.0.1274.1.dist-info → tccli-3.0.1276.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1274.1.dist-info → tccli-3.0.1276.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1274.1.dist-info → tccli-3.0.1276.1.dist-info}/license_files/LICENSE +0 -0
| @@ -892,6 +892,20 @@ | |
| 892 892 | 
             
                    "title": "生成到模板详情的控制台链接"
         | 
| 893 893 | 
             
                  }
         | 
| 894 894 | 
             
                ],
         | 
| 895 | 
            +
                "CreateEmployeeChangeUrl": [
         | 
| 896 | 
            +
                  {
         | 
| 897 | 
            +
                    "document": "",
         | 
| 898 | 
            +
                    "input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateEmployeeInfoChangeUrl\n<公共请求参数>\n\n{\n    \"Agent\": {\n        \"AppId\": \"yDwFoUUckpsomwx1UyhWGhIR2RkhOjw2\",\n        \"ProxyOperator\": {\n            \"OpenId\": \"kevinlcheng_1\"\n        }\n    },\n    \"OpenId\": \"kevinlcheng_1\"\n}",
         | 
| 899 | 
            +
                    "output": "{\n    \"Response\": {\n        \"ExpireTime\": 1741332331,\n        \"MiniAppPath\": \"/pages/guide/index?shortKey=yDtSJUde8JFIMAykHz79\",\n        \"RequestId\": \"s1740727531055190955\"\n    }\n}",
         | 
| 900 | 
            +
                    "title": "生成员工手机号变更链接-不指定手机号"
         | 
| 901 | 
            +
                  },
         | 
| 902 | 
            +
                  {
         | 
| 903 | 
            +
                    "document": "",
         | 
| 904 | 
            +
                    "input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateEmployeeChangeUrl\n<公共请求参数>\n\n{\n    \"Agent\": {\n        \"AppId\": \"yDwFoUUckpsomwx1UyhWGhIR2RkhOjw2\",\n        \"ProxyOperator\": {\n            \"OpenId\": \"kevinlcheng_1\"\n        }\n    },\n    \"OpenId\": \"kevinlcheng_1\",\n    \"NewMobile\": \"+12 12345721\"\n}",
         | 
| 905 | 
            +
                    "output": "{\n    \"Response\": {\n        \"ExpireTime\": 1741332331,\n        \"MiniAppPath\": \"/pages/guide/index?shortKey=yDtSJUde8JFIMAykHz79\",\n        \"RequestId\": \"s1740727531055190955\"\n    }\n}",
         | 
| 906 | 
            +
                    "title": "生成员工手机号变更链接-指定手机号"
         | 
| 907 | 
            +
                  }
         | 
| 908 | 
            +
                ],
         | 
| 895 909 | 
             
                "CreateEmployeeQualificationSealQrCode": [
         | 
| 896 910 | 
             
                  {
         | 
| 897 911 | 
             
                    "document": "企业需要员工授权执业章使用权限给企业时,调用接口产生二维码",
         | 
| @@ -2404,7 +2404,7 @@ | |
| 2404 2404 | 
             
                    },
         | 
| 2405 2405 | 
             
                    {
         | 
| 2406 2406 | 
             
                      "disabled": false,
         | 
| 2407 | 
            -
                      "document": " | 
| 2407 | 
            +
                      "document": "指定需要拉取的结果信息。\n- 取值范围:\n     0:全部。\n    1:文本类。\n    2:身份证信息。\n    3:最佳截图信息。\n    5:意愿核身朗读模式相关结果。\n    6:意愿核身问答/点头模式相关结果。\n- 例如 13表示拉取文本类、最佳截图信息。\n- 默认值:0",
         | 
| 2408 2408 | 
             
                      "example": "1",
         | 
| 2409 2409 | 
             
                      "member": "string",
         | 
| 2410 2410 | 
             
                      "name": "InfoType",
         | 
| @@ -2476,7 +2476,7 @@ | |
| 2476 2476 | 
             
                    },
         | 
| 2477 2477 | 
             
                    {
         | 
| 2478 2478 | 
             
                      "disabled": false,
         | 
| 2479 | 
            -
                      "document": "Eid信息。\n-  | 
| 2479 | 
            +
                      "document": "Eid信息。\n- EidInfo字段只有在人脸核身控制台完成“申请返回实名信息”之后返回,操作指引详见 [E证通获取实名信息指引](https://cloud.tencent.com/document/product/1007/63370)。\n- Eid信息包括商户下用户唯一标识以及加密后的姓名、身份证号信息。\n- 解密方式详见 [E证通获取实名信息指引](https://cloud.tencent.com/document/product/1007/63370)\n- 只有整个核验流程完成之后才能返回该字段信息。\n注意:此字段可能返回 null,表示取不到有效值。",
         | 
| 2480 2480 | 
             
                      "example": "无",
         | 
| 2481 2481 | 
             
                      "member": "EidInfo",
         | 
| 2482 2482 | 
             
                      "name": "EidInfo",
         | 
| @@ -2624,7 +2624,7 @@ | |
| 2624 2624 | 
             
                  "members": [
         | 
| 2625 2625 | 
             
                    {
         | 
| 2626 2626 | 
             
                      "disabled": false,
         | 
| 2627 | 
            -
                      "document": "EID商户ID | 
| 2627 | 
            +
                      "document": "EID商户ID。\n- 商户ID通过人脸核身控制台[自助接入](https://console.cloud.tencent.com/faceid/access)申请。\n- 商户ID与您通过腾讯云人脸核身控制台完成自助接入时所使用的腾讯云账号绑定。\n- 必须使用申请该商户ID时登录的腾讯云账号所对应的腾讯云API密钥调用该接口。",
         | 
| 2628 2628 | 
             
                      "example": "0NSJ243206261600932123",
         | 
| 2629 2629 | 
             
                      "member": "string",
         | 
| 2630 2630 | 
             
                      "name": "MerchantId",
         | 
| @@ -66,7 +66,7 @@ | |
| 66 66 | 
             
                "CreateDocument": {
         | 
| 67 67 | 
             
                  "document": "创建房间内可以使用的文档。",
         | 
| 68 68 | 
             
                  "input": "CreateDocumentRequest",
         | 
| 69 | 
            -
                  "name": " | 
| 69 | 
            +
                  "name": "创建课件",
         | 
| 70 70 | 
             
                  "output": "CreateDocumentResponse",
         | 
| 71 71 | 
             
                  "status": "online"
         | 
| 72 72 | 
             
                },
         | 
| @@ -1349,7 +1349,7 @@ | |
| 1349 1349 | 
             
                    },
         | 
| 1350 1350 | 
             
                    {
         | 
| 1351 1351 | 
             
                      "disabled": false,
         | 
| 1352 | 
            -
                      "document": "转码类型,可以有如下取值:\n0 无需转码(默认),bmp,jpg,jpeg,png,gif\n1 需要转码的文档,ppt,pptx,pdf,doc,docx,xls,xlsx\n2 需要转码的视频,mp4,3pg,mpeg,avi,flv,wmv,rm,h264等\n2 需要转码的音频,mp3,wav,wma,aac,flac,opus",
         | 
| 1352 | 
            +
                      "document": "转码类型,可以有如下取值:\n0 无需转码(默认),bmp,jpg,jpeg,png,gif\n1 需要转码的文档,ppt,pptx,pdf,doc,docx,xls,xlsx\n2 需要转码的视频,mp4,3pg,mpeg,avi,flv,wmv,rm,h264等\n2 需要转码的音频,mp3,wav,wma,aac,flac,opus\n请注意,待录制的页面中任何视频的分辨率不能超过页面录制最大分辨率(1920*1080),否则将导致录制失败。\n - ppt课件内嵌视频或纯视频课件,在上传课件时,云api会进行转码,以确保视频分辨率不超过页面录制最大分辨率。\n - h5课件中内嵌音视频内容时,由于平台无法获取视频内容,因此在制作环节需确保视频分辨率不超过页面录制最大分辨率。\n",
         | 
| 1353 1353 | 
             
                      "example": "1",
         | 
| 1354 1354 | 
             
                      "member": "uint64",
         | 
| 1355 1355 | 
             
                      "name": "TranscodeType",
         | 
| @@ -1394,7 +1394,7 @@ | |
| 1394 1394 | 
             
                    },
         | 
| 1395 1395 | 
             
                    {
         | 
| 1396 1396 | 
             
                      "disabled": false,
         | 
| 1397 | 
            -
                      "document": " | 
| 1397 | 
            +
                      "document": "转码后文档的最小分辨率,不传、传空字符串或分辨率格式错误则使用文档原分辨率。该参数仅对TranscodeType=1的课件生效。示例:1280x720,注意分辨率宽高中间为英文字母\"xyz\"的\"x\"\n示例值:1280x720",
         | 
| 1398 1398 | 
             
                      "example": "1280x720",
         | 
| 1399 1399 | 
             
                      "member": "string",
         | 
| 1400 1400 | 
             
                      "name": "MinScaleResolution",
         | 
| @@ -2731,7 +2731,7 @@ | |
| 2731 2731 | 
             
                  "members": [
         | 
| 2732 2732 | 
             
                    {
         | 
| 2733 2733 | 
             
                      "disabled": false,
         | 
| 2734 | 
            -
                      "document": "镜像 ID  | 
| 2734 | 
            +
                      "document": "镜像 ID 列表。可通过[DescribeBlueprints](https://cloud.tencent.com/document/product/1207/47689)接口返回值字段BlueprintSet获取。列表长度最大值为100。",
         | 
| 2735 2735 | 
             
                      "example": "[\"lhbp-aaaabbbb\"]",
         | 
| 2736 2736 | 
             
                      "member": "string",
         | 
| 2737 2737 | 
             
                      "name": "BlueprintIds",
         | 
| @@ -2999,7 +2999,7 @@ | |
| 2999 2999 | 
             
                  "members": [
         | 
| 3000 3000 | 
             
                    {
         | 
| 3001 3001 | 
             
                      "disabled": false,
         | 
| 3002 | 
            -
                      "document": "查询的云硬盘备份点ID | 
| 3002 | 
            +
                      "document": "查询的云硬盘备份点ID列表。可通过[DescribeDiskBackups](https://cloud.tencent.com/document/product/1207/84379)接口返回值字段DiskBackupSet获取。列表长度最大值为100。参数不支持同时指定 DiskBackupIds 和 Filters。",
         | 
| 3003 3003 | 
             
                      "example": "[\"lhbak-nuen5foj\"]",
         | 
| 3004 3004 | 
             
                      "member": "string",
         | 
| 3005 3005 | 
             
                      "name": "DiskBackupIds",
         | 
| @@ -3212,7 +3212,7 @@ | |
| 3212 3212 | 
             
                  "members": [
         | 
| 3213 3213 | 
             
                    {
         | 
| 3214 3214 | 
             
                      "disabled": false,
         | 
| 3215 | 
            -
                      "document": "云硬盘ID | 
| 3215 | 
            +
                      "document": "云硬盘ID列表。可通过[DescribeDisks](https://cloud.tencent.com/document/product/1207/66093)接口返回值字段KeyPairSet获取。列表长度最大值为100。",
         | 
| 3216 3216 | 
             
                      "example": "[\"lhdisk-p1zflrif\"]",
         | 
| 3217 3217 | 
             
                      "member": "string",
         | 
| 3218 3218 | 
             
                      "name": "DiskIds",
         | 
| @@ -3878,7 +3878,7 @@ | |
| 3878 3878 | 
             
                  "members": [
         | 
| 3879 3879 | 
             
                    {
         | 
| 3880 3880 | 
             
                      "disabled": false,
         | 
| 3881 | 
            -
                      "document": "防火墙模板ID。",
         | 
| 3881 | 
            +
                      "document": "防火墙模板ID列表。可通过[DescribeFirewallTemplates](https://cloud.tencent.com/document/product/1207/96874)接口返回值字段TemplateSet获取。列表长度最大值为100。",
         | 
| 3882 3882 | 
             
                      "example": "lhft-ow2dn19x",
         | 
| 3883 3883 | 
             
                      "member": "string",
         | 
| 3884 3884 | 
             
                      "name": "TemplateId",
         | 
| @@ -3887,7 +3887,7 @@ | |
| 3887 3887 | 
             
                    },
         | 
| 3888 3888 | 
             
                    {
         | 
| 3889 3889 | 
             
                      "disabled": false,
         | 
| 3890 | 
            -
                      "document": "防火墙模板规则ID | 
| 3890 | 
            +
                      "document": "防火墙模板规则ID列表。可通过[DescribeFirewallTemplateRules](https://cloud.tencent.com/document/product/1207/96875)接口返回值字段TemplateRuleSet获取。列表长度最大值为100。",
         | 
| 3891 3891 | 
             
                      "example": "[\"lhftr-gexf7cmvpq\"]",
         | 
| 3892 3892 | 
             
                      "member": "string",
         | 
| 3893 3893 | 
             
                      "name": "TemplateRuleIds",
         | 
| @@ -4443,7 +4443,7 @@ | |
| 4443 4443 | 
             
                  "members": [
         | 
| 4444 4444 | 
             
                    {
         | 
| 4445 4445 | 
             
                      "disabled": false,
         | 
| 4446 | 
            -
                      "document": "密钥对 ID  | 
| 4446 | 
            +
                      "document": "密钥对 ID 列表。可通过[DescribeKeyPairs](https://cloud.tencent.com/document/product/1207/55540)接口返回值字段KeyPairSet获取。列表长度最大值为100。",
         | 
| 4447 4447 | 
             
                      "example": "[\"lhkp-omd12oc1\"]",
         | 
| 4448 4448 | 
             
                      "member": "string",
         | 
| 4449 4449 | 
             
                      "name": "KeyIds",
         |