tccli 3.0.1300.3__py2.py3-none-any.whl → 3.0.1302.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 (187) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +2 -1
  3. tccli/services/asr/v20190614/api.json +18 -18
  4. tccli/services/batch/v20170312/api.json +14 -14
  5. tccli/services/bh/bh_client.py +623 -93
  6. tccli/services/bh/v20230418/api.json +1054 -32
  7. tccli/services/bh/v20230418/examples.json +93 -1
  8. tccli/services/billing/billing_client.py +4 -57
  9. tccli/services/billing/v20180709/api.json +3 -305
  10. tccli/services/billing/v20180709/examples.json +2 -10
  11. tccli/services/bpaas/v20181217/api.json +56 -56
  12. tccli/services/cat/cat_client.py +61 -8
  13. tccli/services/cat/v20180409/api.json +115 -0
  14. tccli/services/cat/v20180409/examples.json +20 -0
  15. tccli/services/cbs/v20170312/api.json +9 -7
  16. tccli/services/cbs/v20170312/examples.json +2 -2
  17. tccli/services/ccc/ccc_client.py +216 -4
  18. tccli/services/ccc/v20200210/api.json +364 -6
  19. tccli/services/ccc/v20200210/examples.json +32 -0
  20. tccli/services/cdb/v20170320/api.json +23 -14
  21. tccli/services/cdb/v20170320/examples.json +3 -3
  22. tccli/services/cdc/cdc_client.py +173 -67
  23. tccli/services/cdc/v20201214/api.json +96 -0
  24. tccli/services/cdc/v20201214/examples.json +16 -0
  25. tccli/services/cdn/v20180606/api.json +365 -279
  26. tccli/services/cdwch/v20200915/api.json +21 -21
  27. tccli/services/cdwdoris/v20211228/api.json +21 -1
  28. tccli/services/cdwdoris/v20211228/examples.json +4 -4
  29. tccli/services/cdwpg/v20201230/api.json +375 -360
  30. tccli/services/cdwpg/v20201230/examples.json +1 -1
  31. tccli/services/cfw/cfw_client.py +53 -0
  32. tccli/services/cfw/v20190904/api.json +201 -5
  33. tccli/services/cfw/v20190904/examples.json +8 -0
  34. tccli/services/chc/chc_client.py +57 -4
  35. tccli/services/chc/v20230418/api.json +108 -1
  36. tccli/services/chc/v20230418/examples.json +8 -0
  37. tccli/services/ckafka/ckafka_client.py +408 -302
  38. tccli/services/ckafka/v20190819/api.json +197 -2
  39. tccli/services/ckafka/v20190819/examples.json +16 -0
  40. tccli/services/clb/v20180317/api.json +439 -379
  41. tccli/services/clb/v20180317/examples.json +7 -7
  42. tccli/services/cls/cls_client.py +53 -0
  43. tccli/services/cls/v20201016/api.json +86 -3
  44. tccli/services/cls/v20201016/examples.json +11 -3
  45. tccli/services/cvm/v20170312/api.json +165 -147
  46. tccli/services/cvm/v20170312/examples.json +6 -6
  47. tccli/services/cwp/v20180228/api.json +93 -14
  48. tccli/services/cwp/v20180228/examples.json +7 -7
  49. tccli/services/cynosdb/cynosdb_client.py +171 -12
  50. tccli/services/cynosdb/v20190107/api.json +252 -3
  51. tccli/services/cynosdb/v20190107/examples.json +24 -0
  52. tccli/services/dbbrain/dbbrain_client.py +57 -4
  53. tccli/services/dbbrain/v20210527/api.json +62 -0
  54. tccli/services/dbbrain/v20210527/examples.json +8 -0
  55. tccli/services/dc/v20180410/api.json +1 -1
  56. tccli/services/dlc/dlc_client.py +53 -0
  57. tccli/services/dlc/v20210125/api.json +816 -655
  58. tccli/services/dlc/v20210125/examples.json +73 -59
  59. tccli/services/dsgc/v20190723/api.json +18 -0
  60. tccli/services/dts/v20211206/api.json +4 -4
  61. tccli/services/dts/v20211206/examples.json +6 -0
  62. tccli/services/emr/emr_client.py +53 -0
  63. tccli/services/emr/v20190103/api.json +127 -0
  64. tccli/services/emr/v20190103/examples.json +8 -0
  65. tccli/services/es/es_client.py +686 -151
  66. tccli/services/es/v20180416/api.json +509 -436
  67. tccli/services/es/v20180416/examples.json +43 -49
  68. tccli/services/es/v20250101/api.json +1391 -0
  69. tccli/services/es/v20250101/examples.json +85 -0
  70. tccli/services/ess/ess_client.py +53 -0
  71. tccli/services/ess/v20201111/api.json +142 -21
  72. tccli/services/ess/v20201111/examples.json +14 -0
  73. tccli/services/essbasic/essbasic_client.py +53 -0
  74. tccli/services/essbasic/v20210526/api.json +112 -9
  75. tccli/services/essbasic/v20210526/examples.json +8 -0
  76. tccli/services/gaap/v20180529/api.json +321 -312
  77. tccli/services/gaap/v20180529/examples.json +2 -2
  78. tccli/services/gs/gs_client.py +538 -8
  79. tccli/services/gs/v20191118/api.json +947 -44
  80. tccli/services/gs/v20191118/examples.json +87 -1
  81. tccli/services/gwlb/v20240906/api.json +56 -37
  82. tccli/services/gwlb/v20240906/examples.json +11 -5
  83. tccli/services/hunyuan/hunyuan_client.py +175 -69
  84. tccli/services/hunyuan/v20230901/api.json +191 -1
  85. tccli/services/hunyuan/v20230901/examples.json +17 -1
  86. tccli/services/ioa/ioa_client.py +227 -15
  87. tccli/services/ioa/v20220601/api.json +479 -0
  88. tccli/services/ioa/v20220601/examples.json +44 -0
  89. tccli/services/iotexplorer/iotexplorer_client.py +322 -4
  90. tccli/services/iotexplorer/v20190423/api.json +865 -52
  91. tccli/services/iotexplorer/v20190423/examples.json +64 -16
  92. tccli/services/iotvideo/iotvideo_client.py +57 -4
  93. tccli/services/iotvideo/v20211125/api.json +146 -0
  94. tccli/services/iotvideo/v20211125/examples.json +8 -0
  95. tccli/services/iotvideoindustry/v20201201/api.json +1 -1
  96. tccli/services/kms/v20190118/api.json +38 -2
  97. tccli/services/lcic/v20220817/api.json +66 -1
  98. tccli/services/lcic/v20220817/examples.json +1 -1
  99. tccli/services/lighthouse/lighthouse_client.py +0 -106
  100. tccli/services/lighthouse/v20200324/api.json +11 -98
  101. tccli/services/lighthouse/v20200324/examples.json +0 -16
  102. tccli/services/live/v20180801/api.json +1 -1
  103. tccli/services/lke/v20231130/api.json +208 -10
  104. tccli/services/lke/v20231130/examples.json +10 -10
  105. tccli/services/lkeap/lkeap_client.py +53 -0
  106. tccli/services/lkeap/v20240522/api.json +48 -4
  107. tccli/services/lkeap/v20240522/examples.json +8 -0
  108. tccli/services/mna/mna_client.py +4 -163
  109. tccli/services/mna/v20210119/api.json +0 -524
  110. tccli/services/mna/v20210119/examples.json +0 -24
  111. tccli/services/monitor/monitor_client.py +114 -8
  112. tccli/services/monitor/v20180724/api.json +129 -18
  113. tccli/services/monitor/v20180724/examples.json +17 -1
  114. tccli/services/mps/v20190612/api.json +1223 -1031
  115. tccli/services/mps/v20190612/examples.json +1 -1
  116. tccli/services/nlp/v20190408/examples.json +1 -1
  117. tccli/services/oceanus/v20190422/api.json +12 -12
  118. tccli/services/oceanus/v20190422/examples.json +15 -3
  119. tccli/services/ocr/v20181119/api.json +13 -3
  120. tccli/services/postgres/v20170312/api.json +2 -2
  121. tccli/services/privatedns/v20201028/api.json +30 -11
  122. tccli/services/privatedns/v20201028/examples.json +10 -10
  123. tccli/services/rce/v20201103/api.json +3 -3
  124. tccli/services/ses/v20201002/api.json +10 -1
  125. tccli/services/smop/v20201203/api.json +2 -2
  126. tccli/services/sqlserver/v20180328/api.json +1 -1
  127. tccli/services/ssm/v20190923/api.json +27 -0
  128. tccli/services/sts/sts_client.py +53 -0
  129. tccli/services/sts/v20180813/api.json +101 -1
  130. tccli/services/sts/v20180813/examples.json +8 -0
  131. tccli/services/taf/taf_client.py +0 -53
  132. tccli/services/taf/v20200210/api.json +0 -138
  133. tccli/services/taf/v20200210/examples.json +0 -8
  134. tccli/services/tan/v20220420/api.json +2 -2
  135. tccli/services/tat/v20201028/api.json +2 -2
  136. tccli/services/tcb/v20180608/api.json +29 -1
  137. tccli/services/tcbr/v20220217/api.json +32 -0
  138. tccli/services/tccatalog/v20241024/api.json +1 -1
  139. tccli/services/tccatalog/v20241024/examples.json +1 -1
  140. tccli/services/tcr/v20190924/api.json +5 -5
  141. tccli/services/tcr/v20190924/examples.json +2 -2
  142. tccli/services/tcss/v20201101/api.json +84 -34
  143. tccli/services/tcss/v20201101/examples.json +2809 -0
  144. tccli/services/tdmq/v20200217/api.json +40 -0
  145. tccli/services/tdmq/v20200217/examples.json +1 -1
  146. tccli/services/tds/tds_client.py +53 -0
  147. tccli/services/tds/v20220801/api.json +265 -0
  148. tccli/services/tds/v20220801/examples.json +8 -0
  149. tccli/services/tem/v20210701/api.json +664 -575
  150. tccli/services/tem/v20210701/examples.json +2 -2
  151. tccli/services/teo/v20220901/api.json +236 -208
  152. tccli/services/teo/v20220901/examples.json +13 -13
  153. tccli/services/tione/tione_client.py +53 -0
  154. tccli/services/tione/v20211111/api.json +256 -0
  155. tccli/services/tione/v20211111/examples.json +8 -0
  156. tccli/services/tke/v20180525/api.json +1 -1
  157. tccli/services/trocket/trocket_client.py +489 -12
  158. tccli/services/trocket/v20230308/api.json +925 -146
  159. tccli/services/trocket/v20230308/examples.json +72 -0
  160. tccli/services/trtc/v20190722/api.json +13 -19
  161. tccli/services/trtc/v20190722/examples.json +8 -8
  162. tccli/services/tse/v20201207/api.json +1016 -995
  163. tccli/services/tse/v20201207/examples.json +2 -2
  164. tccli/services/tsf/v20180326/api.json +510 -465
  165. tccli/services/tsf/v20180326/examples.json +4 -4
  166. tccli/services/tts/v20190823/api.json +10 -10
  167. tccli/services/vclm/v20240523/api.json +2 -2
  168. tccli/services/vcube/v20220410/api.json +10 -0
  169. tccli/services/vdb/v20230616/api.json +10 -0
  170. tccli/services/vdb/v20230616/examples.json +1 -1
  171. tccli/services/vpc/v20170312/api.json +824 -254
  172. tccli/services/vpc/v20170312/examples.json +66 -10
  173. tccli/services/vpc/vpc_client.py +383 -12
  174. tccli/services/vrs/v20200824/api.json +9 -0
  175. tccli/services/waf/v20180125/api.json +8113 -5814
  176. tccli/services/waf/v20180125/examples.json +90 -0
  177. tccli/services/waf/waf_client.py +559 -82
  178. tccli/services/wedata/v20210820/api.json +1379 -24
  179. tccli/services/wedata/v20210820/examples.json +25 -1
  180. tccli/services/wedata/wedata_client.py +171 -12
  181. tccli/services/weilingwith/v20230427/api.json +1 -1
  182. tccli/services/weilingwith/v20230427/examples.json +3 -3
  183. {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/METADATA +2 -2
  184. {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/RECORD +187 -184
  185. {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/WHEEL +0 -0
  186. {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/entry_points.txt +0 -0
  187. {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = '3.0.1300.3'
1
+ __version__ = '3.0.1302.1'
@@ -330,7 +330,8 @@ SERVICE_VERSIONS = {
330
330
  "2019-01-03"
331
331
  ],
332
332
  "es": [
333
- "2018-04-16"
333
+ "2018-04-16",
334
+ "2025-01-01"
334
335
  ],
335
336
  "ess": [
336
337
  "2020-11-11"
@@ -544,7 +544,7 @@
544
544
  {
545
545
  "disabled": false,
546
546
  "document": "自学习模型名称,需在1-20字符之间",
547
- "example": "",
547
+ "example": "出行模型",
548
548
  "member": "string",
549
549
  "name": "ModelName",
550
550
  "required": true,
@@ -553,7 +553,7 @@
553
553
  {
554
554
  "disabled": false,
555
555
  "document": "文本文件的下载地址,服务会从该地址下载文件,目前仅支持腾讯云cos",
556
- "example": "",
556
+ "example": "https://xxx.xx.com/text",
557
557
  "member": "string",
558
558
  "name": "TextUrl",
559
559
  "required": true,
@@ -562,7 +562,7 @@
562
562
  {
563
563
  "disabled": false,
564
564
  "document": "自学习模型类型,填写8k或者16k",
565
- "example": "",
565
+ "example": "8k",
566
566
  "member": "string",
567
567
  "name": "ModelType",
568
568
  "required": true,
@@ -586,7 +586,7 @@
586
586
  {
587
587
  "disabled": false,
588
588
  "document": "模型ID",
589
- "example": "",
589
+ "example": "769762ae-xxxxxxxxxx-ec3cda3142e",
590
590
  "member": "string",
591
591
  "name": "ModelId",
592
592
  "output_required": true,
@@ -644,7 +644,7 @@
644
644
  {
645
645
  "disabled": false,
646
646
  "document": "音频数据base64编码\n**当 SourceType 值为 1 时须填写该字段,为 0 时不需要填写**\n\n注意:音频数据要小于5MB(含)",
647
- "example": "",
647
+ "example": "UklGRka1CQBXQVZFZm10zOjQzAABJU0ZUDgAAAE",
648
648
  "member": "string",
649
649
  "name": "Data",
650
650
  "required": false,
@@ -653,7 +653,7 @@
653
653
  {
654
654
  "disabled": false,
655
655
  "document": "数据长度(此数据长度为数据未进行base64编码时的长度)",
656
- "example": "",
656
+ "example": "50",
657
657
  "member": "uint64",
658
658
  "name": "DataLen",
659
659
  "required": false,
@@ -671,7 +671,7 @@
671
671
  {
672
672
  "disabled": false,
673
673
  "document": "回调 URL\n用户自行搭建的用于接收识别结果的服务URL\n回调格式和内容详见:[录音识别回调说明](https://cloud.tencent.com/document/product/1093/52632)\n\n注意:\n\n- 如果用户使用轮询方式获取识别结果,则无需提交该参数\n- 建议在回调URL中带上您的业务ID等信息,以便处理业务逻辑",
674
- "example": "",
674
+ "example": "https://xxxx.xxx.xxx/callback",
675
675
  "member": "string",
676
676
  "name": "CallbackUrl",
677
677
  "required": false,
@@ -698,7 +698,7 @@
698
698
  {
699
699
  "disabled": false,
700
700
  "document": "热词表id\n如不设置该参数,将自动生效默认热词表;\n如设置该参数,将生效对应id的热词表;\n点击这里查看[热词表配置方法](https://cloud.tencent.com/document/product/1093/40996)",
701
- "example": "",
701
+ "example": "769762aexxxxxxxxxxec3cda3142e",
702
702
  "member": "string",
703
703
  "name": "HotwordId",
704
704
  "required": false,
@@ -716,7 +716,7 @@
716
716
  {
717
717
  "disabled": false,
718
718
  "document": "自学习定制模型 id\n如设置了该参数,将生效对应id的自学习定制模型;\n点击这里查看[自学习定制模型配置方法](https://cloud.tencent.com/document/product/1093/38416)",
719
- "example": "",
719
+ "example": "769762aexxxxxxxxxxec3cda3142e",
720
720
  "member": "string",
721
721
  "name": "CustomizationId",
722
722
  "required": false,
@@ -797,7 +797,7 @@
797
797
  {
798
798
  "disabled": false,
799
799
  "document": "临时热词表:该参数用于提升识别准确率。\n\n- 单个热词限制:\"热词|权重\",单个热词不超过30个字符(最多10个汉字),权重[1-11]或者100,如:“腾讯云|5” 或“ASR|11”;\n\n- 临时热词表限制:多个热词用英文逗号分割,最多支持128个热词,如:“腾讯云|10,语音识别|5,ASR|11”;\n\n- 参数 hotword_id(热词表) 与 hotword_list(临时热词表) 区别:\n\n - hotword_id:热词表。需要先在控制台或接口创建热词表,获得对应hotword_id传入参数来使用热词功能;\n\n - hotword_list:临时热词表。每次请求时直接传入临时热词表来使用热词功能,云端不保留临时热词表。适用于有极大量热词需求的用户;\n\n注意:\n\n- 如果同时传入了 hotword_id 和 hotword_list,只有hotword_list 生效;\n\n- 热词权重设置为11时,当前热词将升级为超级热词,建议仅将重要且必须生效的热词设置到11,设置过多权重为11的热词将影响整体字准率。\n\n- 热词权重设置为100时,当前热词开启热词增强同音替换功能(仅支持8k_zh,16k_zh),举例:热词配置“蜜制|100”时,与“蜜制”同拼音(mizhi)的“秘制”的识别结果会被强制替换成“蜜制”。因此建议客户根据自己的实际情况开启该功能。建议仅将重要且必须生效的热词设置到100,设置过多权重为100的热词将影响整体字准率。",
800
- "example": "",
800
+ "example": "腾讯云|10,语音识别|5,ASR|11",
801
801
  "member": "string",
802
802
  "name": "HotwordList",
803
803
  "required": false,
@@ -806,7 +806,7 @@
806
806
  {
807
807
  "disabled": false,
808
808
  "document": "关键词识别ID列表,默认空为不进行识别,最多10个\n",
809
- "example": "",
809
+ "example": "[\"sdsdasdasf\",\"asdfasdasd\"]",
810
810
  "member": "string",
811
811
  "name": "KeyWordLibIdList",
812
812
  "required": false,
@@ -1307,7 +1307,7 @@
1307
1307
  {
1308
1308
  "disabled": false,
1309
1309
  "document": "分页大小,默认1000",
1310
- "example": "",
1310
+ "example": "10",
1311
1311
  "member": "uint64",
1312
1312
  "name": "Limit",
1313
1313
  "required": false,
@@ -1316,7 +1316,7 @@
1316
1316
  {
1317
1317
  "disabled": false,
1318
1318
  "document": "分页offset,默认0",
1319
- "example": "",
1319
+ "example": "0",
1320
1320
  "member": "uint64",
1321
1321
  "name": "Offset",
1322
1322
  "required": false,
@@ -1341,7 +1341,7 @@
1341
1341
  {
1342
1342
  "disabled": false,
1343
1343
  "document": "自学习模型总量\n注意:此字段可能返回 null,表示取不到有效值。",
1344
- "example": "",
1344
+ "example": "10",
1345
1345
  "member": "uint64",
1346
1346
  "name": "TotalCount",
1347
1347
  "output_required": true,
@@ -2780,7 +2780,7 @@
2780
2780
  {
2781
2781
  "disabled": false,
2782
2782
  "document": "对比源音频数据, 音频要求:base64 编码,16k采样率, 16bit位深,pcm或者wav格式, 单声道,音频时长不超过30秒的音频,base64编码数据大小不超过2M",
2783
- "example": "",
2783
+ "example": "UklGRka1CQBXQVZFZm10zOjQzAABJU0ZUDgAAAE",
2784
2784
  "member": "string",
2785
2785
  "name": "SrcAudioData",
2786
2786
  "required": true,
@@ -2789,7 +2789,7 @@
2789
2789
  {
2790
2790
  "disabled": false,
2791
2791
  "document": "对比目标音频数据, 音频要求:base64 编码,16k采样率, 16bit位深,pcm或者wav格式, 单声道,音频时长不超过30秒的音频,base64编码数据大小不超过2M",
2792
- "example": "",
2792
+ "example": "UklGRka1CQBXQVZFZm10zOjQzAABJU0ZUDgAAAE",
2793
2793
  "member": "string",
2794
2794
  "name": "DestAudioData",
2795
2795
  "required": true,
@@ -3044,7 +3044,7 @@
3044
3044
  {
3045
3045
  "disabled": false,
3046
3046
  "document": "音频数据, base64 编码, 音频时长不能超过30s,数据大小不超过2M",
3047
- "example": "",
3047
+ "example": "UklGRka1CQBXQVZFZm10zOjQzAABJU0ZUDgAAAE*",
3048
3048
  "member": "string",
3049
3049
  "name": "Data",
3050
3050
  "required": true,
@@ -3053,7 +3053,7 @@
3053
3053
  {
3054
3054
  "disabled": false,
3055
3055
  "document": "分组id, 支持数字,字母,下划线,长度不超过128",
3056
- "example": "test_group",
3056
+ "example": "home_group",
3057
3057
  "member": "string",
3058
3058
  "name": "GroupId",
3059
3059
  "required": true,
@@ -1132,7 +1132,7 @@
1132
1132
  "members": [
1133
1133
  {
1134
1134
  "disabled": false,
1135
- "document": "数据盘大小,单位:GB。最小调整步长为10G,不同数据盘类型取值范围不同,具体限制详见:[存储概述](https://cloud.tencent.com/document/product/213/4952)。默认值为0,表示不购买数据盘。更多限制详见产品文档。",
1135
+ "document": "数据盘大小,单位:GiB。最小调整步长为10GiB,不同数据盘类型取值范围不同,具体限制详见:[存储概述](https://cloud.tencent.com/document/product/213/4952)。默认值为0,表示不购买数据盘。更多限制详见产品文档。",
1136
1136
  "example": "50",
1137
1137
  "member": "int64",
1138
1138
  "name": "DiskSize",
@@ -1165,7 +1165,7 @@
1165
1165
  },
1166
1166
  {
1167
1167
  "disabled": false,
1168
- "document": "数据盘是否随子机销毁。取值范围:\n<li>true:子机销毁时,销毁数据盘,只支持按小时后付费云盘</li>\n<li>\n false:子机销毁时,保留数据盘<br />\n 默认取值:true<br />\n 该参数目前仅用于 `RunInstances` 接口。\n</li>",
1168
+ "document": "数据盘是否随子机销毁。取值范围:<li>true:子机销毁时,销毁数据盘,只支持按小时后付费云盘</li><li>false:子机销毁时,保留数据盘</li><br/>默认取值:true <br/>该参数目前仅用于 `RunInstances` 接口。",
1169
1169
  "example": "true",
1170
1170
  "member": "bool",
1171
1171
  "name": "DeleteWithInstance",
@@ -1187,7 +1187,7 @@
1187
1187
  },
1188
1188
  {
1189
1189
  "disabled": false,
1190
- "document": "数据盘是加密。取值范围:\n<li>true:加密</li>\n<li>\n false:不加密<br />\n 默认取值:false<br />\n 该参数目前仅用于 `RunInstances` 接口。\n</li>",
1190
+ "document": "数据盘是否加密。取值范围:<li>true:加密</li><li>false:不加密</li><br/>默认取值:false<br/>该参数目前仅用于 `RunInstances` 接口。",
1191
1191
  "example": "false",
1192
1192
  "member": "bool",
1193
1193
  "name": "Encrypt",
@@ -1209,7 +1209,7 @@
1209
1209
  },
1210
1210
  {
1211
1211
  "disabled": false,
1212
- "document": "云硬盘性能,单位:MB/s",
1212
+ "document": "云硬盘性能,单位:MiB/s。使用此参数可给云硬盘购买额外的性能。\n当前仅支持极速型云盘(CLOUD_TSSD)和增强型SSD云硬盘(CLOUD_HSSD)",
1213
1213
  "example": "20",
1214
1214
  "member": "int64",
1215
1215
  "name": "ThroughputPerformance",
@@ -1242,7 +1242,7 @@
1242
1242
  },
1243
1243
  {
1244
1244
  "disabled": false,
1245
- "document": "磁盘名称,长度不超过128 个字符。\n\n该参数正在邀测中,暂未开放使用。",
1245
+ "document": "磁盘名称,长度不超过128 个字符。",
1246
1246
  "example": "MyDiskName",
1247
1247
  "member": "string",
1248
1248
  "name": "DiskName",
@@ -3341,7 +3341,7 @@
3341
3341
  },
3342
3342
  {
3343
3343
  "disabled": false,
3344
- "document": "实例计费模式。取值范围: <br><li>PREPAID:表示预付费,即包年包月<br></li>POSTPAID_BY_HOUR:表示后付费,即按量计费<br><li>CDHPAID:表示[专用宿主机](https://cloud.tencent.com/document/product/416)付费,即只对`专用宿主机`计费,不对`专用宿主机`上的实例计费。<br></li>`SPOTPAID`:表示竞价实例付费。",
3344
+ "document": "实例计费模式。取值范围: <br><li>PREPAID:表示预付费,即包年包月<br></li><li>POSTPAID_BY_HOUR:表示后付费,即按量计费</li><li>CDHPAID:表示[专用宿主机](https://cloud.tencent.com/document/product/416)付费,即只对`专用宿主机`计费,不对`专用宿主机`上的实例计费。<br></li><li>SPOTPAID:表示竞价实例付费。</li>",
3345
3345
  "example": "PREPAID",
3346
3346
  "member": "string",
3347
3347
  "name": "InstanceChargeType",
@@ -3421,7 +3421,7 @@
3421
3421
  },
3422
3422
  {
3423
3423
  "disabled": false,
3424
- "document": "实例是否售卖。取值范围: <br><li>SELL:表示实例可购买<br></li>SOLD_OUT:表示实例已售罄。",
3424
+ "document": "实例是否售卖。取值范围: <br><li>SELL:表示实例可购买<br></li><li>SOLD_OUT:表示实例已售罄。</li>",
3425
3425
  "example": "SELL",
3426
3426
  "member": "string",
3427
3427
  "name": "Status",
@@ -3541,7 +3541,7 @@
3541
3541
  },
3542
3542
  {
3543
3543
  "disabled": false,
3544
- "document": "描述库存情况。取值范围:\n<li> EnoughStock:表示对应库存非常充足</li> \n<li>NormalStock:表示对应库存供应有保障</li>\n<li> UnderStock:表示对应库存即将售罄</li> \n<li>WithoutStock:表示对应库存已经售罄</li>",
3544
+ "document": "描述库存情况。取值范围:\n<li> EnoughStock:表示对应库存非常充足</li> <li>NormalStock:表示对应库存供应有保障</li><li> UnderStock:表示对应库存即将售罄</li> <li>WithoutStock:表示对应库存已经售罄</li>",
3545
3545
  "example": "EnoughStock",
3546
3546
  "member": "string",
3547
3547
  "name": "StatusCategory",
@@ -3590,7 +3590,7 @@
3590
3590
  },
3591
3591
  {
3592
3592
  "disabled": false,
3593
- "document": "带宽包ID。可通过[`DescribeBandwidthPackages`](https://cloud.tencent.com/document/api/215/19209)接口返回值中的`BandwidthPackageId`获取。该参数仅在RunInstances接口中作为入参使用。",
3593
+ "document": "带宽包ID。可通过[ DescribeBandwidthPackages ](https://cloud.tencent.com/document/api/215/19209)接口返回值中的`BandwidthPackageId`获取。该参数仅在RunInstances接口中作为入参使用。",
3594
3594
  "example": "bwp-h1ro",
3595
3595
  "member": "string",
3596
3596
  "name": "BandwidthPackageId",
@@ -4775,7 +4775,7 @@
4775
4775
  },
4776
4776
  {
4777
4777
  "disabled": false,
4778
- "document": "HDD本地存储的最小容量",
4778
+ "document": "HDD本地存储的最小容量。单位:GiB。",
4779
4779
  "example": "100",
4780
4780
  "member": "int64",
4781
4781
  "name": "MinSize",
@@ -4786,7 +4786,7 @@
4786
4786
  },
4787
4787
  {
4788
4788
  "disabled": false,
4789
- "document": "HDD本地存储的最大容量",
4789
+ "document": "HDD本地存储的最大容量。单位:GiB。",
4790
4790
  "example": "200",
4791
4791
  "member": "int64",
4792
4792
  "name": "MaxSize",
@@ -4880,7 +4880,7 @@
4880
4880
  },
4881
4881
  {
4882
4882
  "disabled": false,
4883
- "document": "系统盘大小,单位:GB。默认值为 50",
4883
+ "document": "系统盘大小,单位:GiB。默认值为 50",
4884
4884
  "example": "50",
4885
4885
  "member": "int64",
4886
4886
  "name": "DiskSize",
@@ -4902,7 +4902,7 @@
4902
4902
  },
4903
4903
  {
4904
4904
  "disabled": false,
4905
- "document": "磁盘名称,长度不超过128 个字符。\n\n该参数正在邀测中,暂未开放使用。",
4905
+ "document": "磁盘名称,长度不超过128 个字符。",
4906
4906
  "example": "name",
4907
4907
  "member": "string",
4908
4908
  "name": "DiskName",
@@ -5782,7 +5782,7 @@
5782
5782
  },
5783
5783
  {
5784
5784
  "disabled": false,
5785
- "document": "私有网络子网ID,形如`subnet-xxx`。有效的私有网络子网ID可通过登录[控制台](https://console.cloud.tencent.com/vpc/subnet?rid=1)查询;也可以调用接口 [DescribeSubnets](/document/api/215/15784) ,从接口返回中的`unSubnetId`字段获取。若在创建子机时SubnetId与VpcId同时传入`DEFAULT`,则强制使用默认vpc网络。",
5785
+ "document": "私有网络子网ID,形如`subnet-xxx`。有效的私有网络子网ID可通过登录[控制台](https://console.cloud.tencent.com/vpc/subnet?rid=1)查询;也可以调用接口 [DescribeSubnets](https://cloud.tencent.com/document/product/215/15784) ,从接口返回中的`SubnetId `字段获取。若在创建子机时SubnetId与VpcId同时传入`DEFAULT`,则强制使用默认vpc网络。",
5786
5786
  "example": "subnet-2ks",
5787
5787
  "member": "string",
5788
5788
  "name": "SubnetId",