tccli 3.0.1407.1__py2.py3-none-any.whl → 3.0.1409.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 (47) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/ccc/v20200210/api.json +9 -0
  3. tccli/services/cdb/cdb_client.py +53 -0
  4. tccli/services/cdb/v20170320/api.json +73 -1
  5. tccli/services/cdb/v20170320/examples.json +11 -3
  6. tccli/services/cfg/v20210820/api.json +11 -1
  7. tccli/services/cfw/v20190904/api.json +1 -1
  8. tccli/services/ckafka/v20190819/api.json +1 -1
  9. tccli/services/csip/v20221121/api.json +51 -1
  10. tccli/services/dbbrain/v20210527/api.json +7 -7
  11. tccli/services/dcdb/v20180411/api.json +1 -1
  12. tccli/services/dts/v20211206/api.json +144 -67
  13. tccli/services/dts/v20211206/examples.json +13 -7
  14. tccli/services/es/v20180416/api.json +99 -4
  15. tccli/services/essbasic/v20210526/api.json +3 -3
  16. tccli/services/essbasic/v20210526/examples.json +6 -6
  17. tccli/services/gaap/v20180529/api.json +13 -3
  18. tccli/services/ioa/ioa_client.py +61 -8
  19. tccli/services/ioa/v20220601/api.json +126 -0
  20. tccli/services/ioa/v20220601/examples.json +8 -0
  21. tccli/services/lighthouse/v20200324/api.json +36 -0
  22. tccli/services/lighthouse/v20200324/examples.json +1 -1
  23. tccli/services/live/v20180801/examples.json +6 -0
  24. tccli/services/mariadb/v20170312/api.json +1 -1
  25. tccli/services/monitor/monitor_client.py +53 -0
  26. tccli/services/monitor/v20180724/api.json +100 -3
  27. tccli/services/monitor/v20180724/examples.json +9 -1
  28. tccli/services/mps/v20190612/api.json +26 -4
  29. tccli/services/oceanus/v20190422/api.json +9 -12
  30. tccli/services/oceanus/v20190422/examples.json +2 -2
  31. tccli/services/ocr/v20181119/api.json +10 -10
  32. tccli/services/pts/v20210728/api.json +2 -2
  33. tccli/services/rum/v20210622/api.json +18 -0
  34. tccli/services/teo/v20220901/api.json +5 -5
  35. tccli/services/tke/v20180525/api.json +3 -3
  36. tccli/services/tmt/v20180321/api.json +78 -1
  37. tccli/services/tsf/v20180326/api.json +3 -0
  38. tccli/services/vcube/v20220410/api.json +1 -1
  39. tccli/services/vpc/v20170312/api.json +819 -0
  40. tccli/services/vpc/v20170312/examples.json +96 -0
  41. tccli/services/vpc/vpc_client.py +669 -33
  42. tccli/services/wedata/v20250806/api.json +43 -4
  43. {tccli-3.0.1407.1.dist-info → tccli-3.0.1409.1.dist-info}/METADATA +2 -2
  44. {tccli-3.0.1407.1.dist-info → tccli-3.0.1409.1.dist-info}/RECORD +47 -47
  45. {tccli-3.0.1407.1.dist-info → tccli-3.0.1409.1.dist-info}/WHEEL +0 -0
  46. {tccli-3.0.1407.1.dist-info → tccli-3.0.1409.1.dist-info}/entry_points.txt +0 -0
  47. {tccli-3.0.1407.1.dist-info → tccli-3.0.1409.1.dist-info}/license_files/LICENSE +0 -0
@@ -253,11 +253,11 @@
253
253
  "status": "online"
254
254
  },
255
255
  "InstitutionOCR": {
256
- "document": "<b>因技术原因,本接口将不再迭代升级。文档抽取(基础版)可支持此类证书的识别抽取,效果、功能更强并将持续迭代优化,建议使用<a href=\"https://cloud.tencent.com/document/product/866/119452\">文档抽取(基础版)</a>。</b>\n本接口支持事业单位法人证书关键字段识别,包括注册号、有效期、住所、名称、法定代表人等。\n\n默认接口请求频率限制:5次/秒。",
256
+ "document": "不再维护,功能已切到其它接口\n\n<b>因技术原因,本接口将不再迭代升级。文档抽取(基础版)可支持此类证书的识别抽取,效果、功能更强并将持续迭代优化,建议使用<a href=\"https://cloud.tencent.com/document/product/866/119452\">文档抽取(基础版)</a>。</b>\n本接口支持事业单位法人证书关键字段识别,包括注册号、有效期、住所、名称、法定代表人等。\n\n默认接口请求频率限制:5次/秒。",
257
257
  "input": "InstitutionOCRRequest",
258
258
  "name": "事业单位法人证书识别",
259
259
  "output": "InstitutionOCRResponse",
260
- "status": "online"
260
+ "status": "deprecated"
261
261
  },
262
262
  "InsuranceBillOCR": {
263
263
  "document": "本接口支持病案首页、费用清单、结算单、医疗发票四种保险理赔单据的文本识别和结构化输出。\n\n默认接口请求频率限制:1次/秒。",
@@ -316,11 +316,11 @@
316
316
  "status": "online"
317
317
  },
318
318
  "OrgCodeCertOCR": {
319
- "document": "<b>因技术原因,本接口将不再迭代升级。文档抽取(基础版)可支持此类证书的识别抽取,效果、功能更强并将持续迭代优化,建议使用<a href=\"https://cloud.tencent.com/document/product/866/119452\">文档抽取(基础版)</a>。</b>\n本接口支持组织机构代码证关键字段的识别,包括代码、有效期、地址、机构名称等。\n\n默认接口请求频率限制:5次/秒。",
319
+ "document": "不再维护,功能已切到其它接口\n\n<b>因技术原因,本接口将不再迭代升级。文档抽取(基础版)可支持此类证书的识别抽取,效果、功能更强并将持续迭代优化,建议使用<a href=\"https://cloud.tencent.com/document/product/866/119452\">文档抽取(基础版)</a>。</b>\n本接口支持组织机构代码证关键字段的识别,包括代码、有效期、地址、机构名称等。\n\n默认接口请求频率限制:5次/秒。",
320
320
  "input": "OrgCodeCertOCRRequest",
321
321
  "name": "组织机构代码证识别",
322
322
  "output": "OrgCodeCertOCRResponse",
323
- "status": "online"
323
+ "status": "deprecated"
324
324
  },
325
325
  "PassportOCR": {
326
326
  "document": "<b>此接口为护照识别(中国大陆地区护照)的旧版本服务,不再进行服务升级,建议您使用识别能力更强、服务性能更优的<a href=\"https://cloud.tencent.com/document/product/866/37657\">护照识别(多国多地区护照)</a>。</b>\n\n本接口支持中国大陆地区护照个人资料页多个字段的检测与识别。已支持字段包括英文姓名、中文姓名、国家码、护照号、出生地、出生日期、国籍英文、性别英文、有效期、签发地点英文、签发日期、持证人签名、护照机读码(MRZ码)等。\n\n默认接口请求频率限制:10次/秒。",
@@ -337,11 +337,11 @@
337
337
  "status": "online"
338
338
  },
339
339
  "PropOwnerCertOCR": {
340
- "document": "<b>因技术原因,本接口将不再迭代升级。文档抽取(基础版)可支持此类证书的识别抽取,效果、功能更强并将持续迭代优化,建议使用<a href=\"https://cloud.tencent.com/document/product/866/119452\">文档抽取(基础版)</a>。</b>\n本接口支持房产证关键字段的识别,包括房地产权利人、共有情况、登记时间、规划用途、房屋性质、房屋坐落等。\n目前接口对合肥、成都、佛山三个城市的房产证版式识别较好。\n\n默认接口请求频率限制:5次/秒。",
340
+ "document": "不再维护,功能已切到其它接口\n\n<b>因技术原因,本接口将不再迭代升级。文档抽取(基础版)可支持此类证书的识别抽取,效果、功能更强并将持续迭代优化,建议使用<a href=\"https://cloud.tencent.com/document/product/866/119452\">文档抽取(基础版)</a>。</b>\n本接口支持房产证关键字段的识别,包括房地产权利人、共有情况、登记时间、规划用途、房屋性质、房屋坐落等。\n目前接口对合肥、成都、佛山三个城市的房产证版式识别较好。\n\n默认接口请求频率限制:5次/秒。",
341
341
  "input": "PropOwnerCertOCRRequest",
342
342
  "name": "房产证识别",
343
343
  "output": "PropOwnerCertOCRResponse",
344
- "status": "online"
344
+ "status": "deprecated"
345
345
  },
346
346
  "QrcodeOCR": {
347
347
  "document": "本接口支持条形码和二维码的识别(包括 DataMatrix 和 PDF417)。\n\n默认接口请求频率限制:5次/秒。",
@@ -386,11 +386,11 @@
386
386
  "status": "online"
387
387
  },
388
388
  "RecognizeForeignPermanentResidentIdCard": {
389
- "document": "<b>因技术原因,本接口将不再迭代升级。有效身份证件识别(鉴伪版)可支持此类证件的识别,并包含质量和PS告警,效果、功能更强并将持续迭代优化,建议使用<a href=\"https://cloud.tencent.com/document/product/866/112345\">有效身份证件识别(鉴伪版)</a>。</b>\n外国人永久居留身份证识别",
389
+ "document": "不再维护,功能已切到其它接口\n\n<b>因技术原因,本接口将不再迭代升级。有效身份证件识别(鉴伪版)可支持此类证件的识别,并包含质量和PS告警,效果、功能更强并将持续迭代优化,建议使用<a href=\"https://cloud.tencent.com/document/product/866/112345\">有效身份证件识别(鉴伪版)</a>。</b>\n外国人永久居留身份证识别",
390
390
  "input": "RecognizeForeignPermanentResidentIdCardRequest",
391
391
  "name": "外国人永久居留身份证识别",
392
392
  "output": "RecognizeForeignPermanentResidentIdCardResponse",
393
- "status": "online"
393
+ "status": "deprecated"
394
394
  },
395
395
  "RecognizeFormulaOCR": {
396
396
  "document": "公式识别是教育的基础OCR识别能力,可支持理科(数学、物理、化学、生物)的印刷体和手写体的公式识别。\n\n默认接口请求频率限制:2次/秒。",
@@ -414,11 +414,11 @@
414
414
  "status": "online"
415
415
  },
416
416
  "RecognizeGeneralTextImageWarn": {
417
- "document": "<b>因技术原因,本接口将不再迭代升级。通用卡证鉴伪可支持更多告警类型,效果、功能更强并将持续迭代优化,建议使用<a href=\"https://cloud.tencent.com/document/product/866/115916\">通用卡证鉴伪</a>。</b>\n本接口支持多种类型证件有效性检测告警,包括卡证复印件告警、卡证翻拍告警等功能。可以应用于各种证件信息有效性校验场景,例如银行开户、用户注册等场景。",
417
+ "document": "不再维护,功能已切到其它接口\n\n<b>因技术原因,本接口将不再迭代升级。通用卡证鉴伪可支持更多告警类型,效果、功能更强并将持续迭代优化,建议使用<a href=\"https://cloud.tencent.com/document/product/866/115916\">通用卡证鉴伪</a>。</b>\n本接口支持多种类型证件有效性检测告警,包括卡证复印件告警、卡证翻拍告警等功能。可以应用于各种证件信息有效性校验场景,例如银行开户、用户注册等场景。",
418
418
  "input": "RecognizeGeneralTextImageWarnRequest",
419
419
  "name": "通用文本图像告警",
420
420
  "output": "RecognizeGeneralTextImageWarnResponse",
421
- "status": "online"
421
+ "status": "deprecated"
422
422
  },
423
423
  "RecognizeHealthCodeOCR": {
424
424
  "document": "本接口支持北京、上海、广东、江苏、吉林、黑龙江、天津、辽宁、浙江、河南、四川、贵州、山东、安徽、福建、江西、湖北、湖南等省份健康码的识别,包括持码人姓名、持码人身份证号、健康码更新时间、健康码颜色、核酸检测结果、核酸检测间隔时长、核酸检测时间,疫苗接种信息,八个字段的识别结果输出。不同省市健康码显示的字段信息有所不同,上述字段的识别结果可能为空,以图片上具体展示的信息为准。\n\n默认接口请求频率限制:10次/秒。",
@@ -3796,7 +3796,7 @@
3796
3796
  {
3797
3797
  "disabled": false,
3798
3798
  "document": "用标签过滤规则来过滤指标,规则中包含标签名 LabelName、标签值 LabelValue、操作符 Operator(0代表相等,1代表不等)",
3799
- "example": "{ \"LabelName\": \"method\", \"LabelValue\": \"GET\", \"Operator\": 0 }",
3799
+ "example": "",
3800
3800
  "member": "Filter",
3801
3801
  "name": "Filters",
3802
3802
  "required": false,
@@ -3805,7 +3805,7 @@
3805
3805
  {
3806
3806
  "disabled": false,
3807
3807
  "document": "分组;取值范围参见 DescribeMetricLabelWithValues 接口返回的指标及其支持的标签名",
3808
- "example": "[\"service\", \"result\", \"status\"]]",
3808
+ "example": "[\"service\", \"result\", \"status\"]",
3809
3809
  "member": "string",
3810
3810
  "name": "GroupBy",
3811
3811
  "required": false,
@@ -698,6 +698,24 @@
698
698
  "name": "InstanceType",
699
699
  "required": false,
700
700
  "type": "int"
701
+ },
702
+ {
703
+ "disabled": false,
704
+ "document": "自动续费类型",
705
+ "example": "0",
706
+ "member": "int64",
707
+ "name": "AutoRenewalType",
708
+ "required": false,
709
+ "type": "int"
710
+ },
711
+ {
712
+ "disabled": false,
713
+ "document": "自动续费阈值",
714
+ "example": "10",
715
+ "member": "int64",
716
+ "name": "AutoRenewalThreshold",
717
+ "required": false,
718
+ "type": "int"
701
719
  }
702
720
  ],
703
721
  "type": "object"
@@ -1670,7 +1670,7 @@
1670
1670
  "members": [
1671
1671
  {
1672
1672
  "disabled": false,
1673
- "document": "配置证书的模式,取值有: <li>disable:不配置证书;</li> <li>eofreecert:配置 EdgeOne 免费证书;</li> <li>sslcert:配置 SSL 证书。</li>",
1673
+ "document": "配置服务端证书的模式,取值有: <ul><li>disable:不配置服务端证书;</li> <li>eofreecert:通过自动验证申请免费证书并部署。验证方式详见:[申请免费证书支持的验证方式](https://cloud.tencent.com/document/product/1552/90437) - 在 NS 或者 DNSPod 托管接入模式下,仅支持自动验证的方式申请免费证书。 - 当免费证书申请失败时会导致证书部署失败,您可以通过<a href = 'https://tcloud4api.woa.com/document/product/1657/927938?!preview&!document=1'>检查免费证书申请结果</a>接口获取申请失败原因。</li><li>eofreecert_manual:部署 DNS 委派验证或者文件验证申请的免费证书。在部署免费证书前,您需要触发<a href = 'https://tcloud4api.woa.com/document/product/1657/927322?!preview&!document=1'>申请免费证书</a>接口申请免费证书。在免费证书申请成功后,你可以通过该枚举值对免费证书进行部署;</li> <ul><li>注意:在对免费证书部署时,需要保证当前已存在申请成功的免费证书。您可以通过<a href = 'https://tcloud4api.woa.com/document/product/1657/927938?!preview&!document=1'>检查免费证书申请结果</a>接口检查当前是否已存在申请成功的免费证书。</li> </ul> <li>sslcert:配置 SSL 托管服务端证书。</li></ul>",
1674
1674
  "example": "\"ssl\"",
1675
1675
  "member": "string",
1676
1676
  "name": "Mode",
@@ -15121,7 +15121,7 @@
15121
15121
  "usage": "both"
15122
15122
  },
15123
15123
  "DnsVerification": {
15124
- "document": "CNAME 接入,使用 DNS 解析验证时所需的信息。",
15124
+ "document": "站点 CNAME 模式接入验证归属权或域名申请免费证书时,使用 DNS 解析验证时所需的信息。",
15125
15125
  "members": [
15126
15126
  {
15127
15127
  "disabled": false,
@@ -16154,11 +16154,11 @@
16154
16154
  "usage": "out"
16155
16155
  },
16156
16156
  "FileVerification": {
16157
- "document": "CNAME 接入,使用文件验证时所需的信息。",
16157
+ "document": "站点 CNAME 模式接入验证归属权或域名申请免费证书时,使用 HTTP 访问验证文件时所需的信息。",
16158
16158
  "members": [
16159
16159
  {
16160
16160
  "disabled": false,
16161
- "document": "EdgeOne 后台服务器将通过 Scheme + Host + URL Path 的格式(例如 https://www.example.com/.well-known/teo-verification/z12h416twn.txt)获取文件验证信息。该字段为您需要创建的 URL Path 部分。",
16161
+ "document": "EdgeOne 后台服务器将通过 http://{Host}{URL Path} 的格式(例如 http://www.example.com/.well-known/teo-verification/z12h416twn.txt)获取文件验证信息。其中,本字段为您需要创建的 URL Path 部分,Host 为当前加速域名。",
16162
16162
  "example": "/.well-known/teo-verification/z12h416twn.txt",
16163
16163
  "member": "string",
16164
16164
  "name": "Path",
@@ -20243,7 +20243,7 @@
20243
20243
  },
20244
20244
  {
20245
20245
  "disabled": false,
20246
- "document": "配置服务端证书的模式,取值有:\n<li>disable:不配置服务端证书;</li>\n<li>eofreecert:配置 EdgeOne 免费服务端证书;</li>\n<li>sslcert:配置 SSL 托管服务端证书;</li>\n不填写表示服务端证书保持原有配置。",
20246
+ "document": "配置服务端证书的模式,取值有:\n<ul><li>disable:不配置服务端证书;</li>\n<li>eofreecert:通过自动验证申请免费证书并部署。验证方式详见:[申请免费证书支持的验证方式](https://cloud.tencent.com/document/product/1552/90437)\n\n- NS 或者 DNSPod 托管接入模式下,仅支持自动验证的方式申请免费证书。\n- 当免费证书申请失败时会导致证书部署失败,您可以通过<a href = 'https://tcloud4api.woa.com/document/product/1657/927938?!preview&!document=1'>检查免费证书申请结果</a>接口获取申请失败原因。</li>\n</ul><li>eofreecert_manual:部署 DNS 委派验证或者文件验证申请的免费证书。在部署免费证书前,您需要触发<a href = 'https://tcloud4api.woa.com/document/product/1657/927322?!preview&!document=1'>申请免费证书</a>接口申请免费证书。在免费证书申请成功后,你可以通过该枚举值对免费证书进行部署;</li>\n<ul><li>注意:在对免费证书部署时,需要保证当前已存在申请成功的免费证书。您可以通过<a href = 'https://tcloud4api.woa.com/document/product/1657/927938?!preview&!document=1'>检查免费证书申请结果</a>接口检查当前是否已存在申请成功的免费证书。</li>\n</ul><li>sslcert:配置 SSL 托管服务端证书。</li>",
20247
20247
  "example": "eofreecert",
20248
20248
  "member": "string",
20249
20249
  "name": "Mode",
@@ -19679,7 +19679,7 @@
19679
19679
  "members": [
19680
19680
  {
19681
19681
  "disabled": false,
19682
- "document": "集群ID",
19682
+ "document": "集群ID,请从容器服务集群控制台获取(https://console.cloud.tencent.com/tke2/cluster)。",
19683
19683
  "example": "cls-abcd1234",
19684
19684
  "member": "string",
19685
19685
  "name": "ClusterId",
@@ -19689,7 +19689,7 @@
19689
19689
  {
19690
19690
  "disabled": false,
19691
19691
  "document": "修改的策略列表,目前仅支持修改EnforcementAction字段",
19692
- "example": "[ { \"EnforcementAction\": \"dryrun\", \"Name\": \"block-namespace-deletion-rule\", \"Kind\": \"blocknamespacedeletion\" } ]",
19692
+ "example": "",
19693
19693
  "member": "OpenPolicySwitch",
19694
19694
  "name": "OpenPolicyInfoList",
19695
19695
  "required": false,
@@ -20824,7 +20824,7 @@
20824
20824
  },
20825
20825
  {
20826
20826
  "disabled": false,
20827
- "document": "策略模板类型",
20827
+ "document": "策略模板类型,可选值:\n优选策略:\nblocknamespacedeletion:存在pod的命名空间不允许删除\nblockcrddeletion:存在cr的crd不允许删除\nblockmountablevolumetype:禁止挂载指定的volume类型\ndisallowalwayspullimage:禁止镜像拉取策略使用Always\ntkeallowedrepos:容器镜像来源限制\nblockunknowndaemonset:禁止未知的DaemonSet部署\nblockpvdeletion:PV处于绑定状态则不允许删除\ncorednsprotect:CoreDNS组件删除保护\nblockschedulablenodedelete:非封锁状态的Node不允许删除\nresourcesdeletionprotection:资源删除保护\ntkeenirequest:弹性网卡资源配置限制\nblockworkloadcrossversionupgrade:工作负载镜像版本升级策略管控\nblockserviceaccountgranthighprivilegepermission:ServiceAccount权限管控\nblockclusteripserviceexist:不允许Service为ClusterIP类型\nblockinternetaccess:禁止公网访问\nassign:禁止访问Metadata Server\nblockhostnetworkpod:禁止创建HostNetwork类型Pod\n\n可选策略:\nblockvolumemountpath:禁止容器挂载指定的目录\nk8sallowedrepos:容器镜像必须以指定字符串列表中的字符串开头\nk8sblockendpointeditdefaultrole:禁止默认ClusterRole修改Endpoints\nk8sblockloadbalancer:不允许Service为LoadBalancer类型\nk8sblocknodeport:不允许Service为NodePort类型\nk8sblockwildcardingress:禁止ingress配置空白或通配符类型的hostname\nk8scontainerlimits:限制容器必须设置CPU和内存Limit\nk8scontainerratios:限制CPU和内存的Request与Limit的最大比率\nk8scontainerrequests:限制CPU和内存的Request必须设置且小于配置的最大值\nk8srequiredresources:必须配置内存的Limit,CPU和内存的Request\nk8sdisallowanonymous:不允许将白名单以外的ClusterRole和Role关联到system:anonymous User和system:unauthenticated Group\nk8sdisallowedtags:约束容器镜像tag\nk8sexternalips:限制服务externalIP仅为允许的IP地址列表\nk8simagedigests:容器镜像必须包含digest\nnoupdateserviceaccount:拒绝白名单外的资源更新ServiceAccount\nk8sreplicalimits:要求具有spec.replicas字段的对象(Deployments、ReplicaSets等)在定义的范围内\nk8srequiredannotations:要求资源包含指定的annotations,其值与提供的正则表达式匹配\nk8srequiredlabels:要求资源包含指定的标签,其值与提供的正则表达式匹配\nk8srequiredprobes:要求Pod具有Readiness或Liveness Probe\nk8spspautomountserviceaccounttokenpod:约束容器不能设置automountServiceAccountToken为true\nk8spspallowprivilegeescalationcontainer:约束PodSecurityPolicy中的allowPrivilegeEscalation字段为false\nk8spspapparmor:约束AppArmor字段列表\nk8spspcapabilities:限制PodSecurityPolicy中的allowedCapabilities和requiredDropCapabilities字段\nk8spspflexvolumes:约束PodSecurityPolicy中的allowedFlexVolumes字段类型\nk8spspforbiddensysctls:约束PodSecurityPolicy中的sysctls字段不能使用的name\nk8spspfsgroup:控制PodSecurityPolicy中的fsGroup字段在限制范围内\nk8spsphostfilesystem:约束PodSecurityPolicy中的hostPath字段的参数\nk8spsphostnamespace:限制PodSecurityPolicy中的hostPID和hostIPC字段\nk8spsphostnetworkingports:约束PodSecurityPolicy中的hostNetwork和hostPorts字段\nk8spspprivilegedcontainer:禁止PodSecurityPolicy中的privileged字段为true\nk8spspprocmount:约束PodSecurityPolicy中的allowedProcMountTypes字段\nk8spspreadonlyrootfilesystem:约束PodSecurityPolicy中的readOnlyRootFilesystem字段\nk8spspseccomp:约束PodSecurityPolicy上的seccomp.security.alpha.kubernetes.io/allowedProfileNames注解\nk8spspselinuxv2:约束Pod定义SELinux配置的允许列表\nk8spspallowedusers:约束PodSecurityPolicy中的runAsUser、runAsGroup、supplementalGroups和fsGroup字段\nk8spspvolumetypes:约束PodSecurityPolicy中的volumes字段类型",
20828
20828
  "example": "BlockCrdDeletion",
20829
20829
  "member": "string",
20830
20830
  "name": "Kind",
@@ -110,6 +110,34 @@
110
110
  ],
111
111
  "usage": "out"
112
112
  },
113
+ "Coord": {
114
+ "document": "坐标详细信息",
115
+ "members": [
116
+ {
117
+ "disabled": false,
118
+ "document": "X坐标",
119
+ "example": "10",
120
+ "member": "int64",
121
+ "name": "X",
122
+ "output_required": false,
123
+ "required": false,
124
+ "type": "int",
125
+ "value_allowed_null": false
126
+ },
127
+ {
128
+ "disabled": false,
129
+ "document": "Y坐标",
130
+ "example": "10",
131
+ "member": "int64",
132
+ "name": "Y",
133
+ "output_required": false,
134
+ "required": false,
135
+ "type": "int",
136
+ "value_allowed_null": false
137
+ }
138
+ ],
139
+ "usage": "both"
140
+ },
113
141
  "FileTranslateRequest": {
114
142
  "document": "FileTranslate请求参数结构体",
115
143
  "members": [
@@ -668,6 +696,45 @@
668
696
  ],
669
697
  "type": "object"
670
698
  },
699
+ "RotateParagraphRect": {
700
+ "document": "段落文本旋转信息",
701
+ "members": [
702
+ {
703
+ "disabled": false,
704
+ "document": "段落文本坐标",
705
+ "example": "无",
706
+ "member": "Coord",
707
+ "name": "Coord",
708
+ "output_required": false,
709
+ "required": false,
710
+ "type": "list",
711
+ "value_allowed_null": false
712
+ },
713
+ {
714
+ "disabled": false,
715
+ "document": "旋转角度",
716
+ "example": "1.0",
717
+ "member": "float",
718
+ "name": "TiltAngle",
719
+ "output_required": false,
720
+ "required": false,
721
+ "type": "float",
722
+ "value_allowed_null": false
723
+ },
724
+ {
725
+ "disabled": false,
726
+ "document": "段落文本信息是否有效",
727
+ "example": "true",
728
+ "member": "bool",
729
+ "name": "Valid",
730
+ "output_required": false,
731
+ "required": false,
732
+ "type": "bool",
733
+ "value_allowed_null": false
734
+ }
735
+ ],
736
+ "usage": "both"
737
+ },
671
738
  "SpeechTranslateRequest": {
672
739
  "document": "SpeechTranslate请求参数结构体",
673
740
  "members": [
@@ -1131,7 +1198,7 @@
1131
1198
  {
1132
1199
  "disabled": false,
1133
1200
  "document": "段落文本框位置",
1134
- "example": "{ \"Height\": 26, \"Width\": 356, \"X\": 527, \"Y\": 25 }",
1201
+ "example": "",
1135
1202
  "member": "BoundingBox",
1136
1203
  "name": "BoundingBox",
1137
1204
  "output_required": false,
@@ -1167,6 +1234,16 @@
1167
1234
  "output_required": false,
1168
1235
  "type": "int",
1169
1236
  "value_allowed_null": false
1237
+ },
1238
+ {
1239
+ "disabled": false,
1240
+ "document": "段落文本旋转信息,只在valid为true时表示坐标有效",
1241
+ "example": "无",
1242
+ "member": "RotateParagraphRect",
1243
+ "name": "RotateParagraphRect",
1244
+ "output_required": false,
1245
+ "type": "object",
1246
+ "value_allowed_null": false
1170
1247
  }
1171
1248
  ],
1172
1249
  "usage": "out"
@@ -20148,6 +20148,7 @@
20148
20148
  "example": "foo",
20149
20149
  "member": "string",
20150
20150
  "name": "Name",
20151
+ "output_required": true,
20151
20152
  "required": true,
20152
20153
  "type": "string",
20153
20154
  "value_allowed_null": false
@@ -20158,6 +20159,7 @@
20158
20159
  "example": "bar",
20159
20160
  "member": "string",
20160
20161
  "name": "Value",
20162
+ "output_required": true,
20161
20163
  "required": false,
20162
20164
  "type": "string",
20163
20165
  "value_allowed_null": false
@@ -20168,6 +20170,7 @@
20168
20170
  "example": "无",
20169
20171
  "member": "ValueFrom",
20170
20172
  "name": "ValueFrom",
20173
+ "output_required": true,
20171
20174
  "required": false,
20172
20175
  "type": "object",
20173
20176
  "value_allowed_null": true
@@ -241,7 +241,7 @@
241
241
  },
242
242
  "metadata": {
243
243
  "apiVersion": "2022-04-10",
244
- "api_brief": "提供音视频终端引擎能力",
244
+ "api_brief": "通过 API 实现 License 文件的创建,续期等管理功能,并分发到CDN。",
245
245
  "serviceNameCN": "音视频终端引擎",
246
246
  "serviceShortName": "vcube"
247
247
  },