tccli-intl-en 3.0.1248.1__py2.py3-none-any.whl → 3.1.33.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 (245) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/argument.py +1 -1
  3. tccli/services/__init__.py +32 -1
  4. tccli/services/advisor/advisor_client.py +10 -4
  5. tccli/services/ai3d/__init__.py +4 -0
  6. tccli/services/ai3d/ai3d_client.py +266 -0
  7. tccli/services/ai3d/v20250513/api.json +264 -0
  8. tccli/services/ai3d/v20250513/examples.json +20 -0
  9. tccli/services/aiart/aiart_client.py +5 -2
  10. tccli/services/ams/ams_client.py +20 -8
  11. tccli/services/antiddos/antiddos_client.py +350 -140
  12. tccli/services/apigateway/apigateway_client.py +465 -186
  13. tccli/services/apm/apm_client.py +835 -68
  14. tccli/services/apm/v20210622/api.json +3936 -1145
  15. tccli/services/apm/v20210622/examples.json +133 -23
  16. tccli/services/asr/asr_client.py +10 -4
  17. tccli/services/autoscaling/autoscaling_client.py +290 -116
  18. tccli/services/autoscaling/v20180419/api.json +78 -28
  19. tccli/services/batch/batch_client.py +140 -56
  20. tccli/services/bi/bi_client.py +120 -48
  21. tccli/services/billing/billing_client.py +210 -84
  22. tccli/services/cam/cam_client.py +405 -162
  23. tccli/services/captcha/captcha_client.py +5 -2
  24. tccli/services/car/car_client.py +165 -66
  25. tccli/services/cbs/cbs_client.py +190 -76
  26. tccli/services/ccc/ccc_client.py +794 -160
  27. tccli/services/ccc/v20200210/api.json +1778 -202
  28. tccli/services/ccc/v20200210/examples.json +64 -0
  29. tccli/services/cdb/cdb_client.py +1770 -531
  30. tccli/services/cdb/v20170320/api.json +2166 -335
  31. tccli/services/cdb/v20170320/examples.json +126 -6
  32. tccli/services/cdc/cdc_client.py +100 -40
  33. tccli/services/cdc/v20201214/api.json +2 -2
  34. tccli/services/cdc/v20201214/examples.json +4 -4
  35. tccli/services/cdn/cdn_client.py +220 -88
  36. tccli/services/cdn/v20180606/api.json +22 -22
  37. tccli/services/cdn/v20180606/examples.json +1 -1
  38. tccli/services/cdwdoris/cdwdoris_client.py +385 -154
  39. tccli/services/cdwpg/cdwpg_client.py +120 -48
  40. tccli/services/cdz/__init__.py +4 -0
  41. tccli/services/cdz/cdz_client.py +210 -0
  42. tccli/services/cdz/v20221123/api.json +233 -0
  43. tccli/services/cdz/v20221123/examples.json +12 -0
  44. tccli/services/cfg/cfg_client.py +80 -32
  45. tccli/services/cfs/cfs_client.py +195 -78
  46. tccli/services/cfw/cfw_client.py +330 -132
  47. tccli/services/chdfs/chdfs_client.py +145 -58
  48. tccli/services/ciam/ciam_client.py +80 -32
  49. tccli/services/ckafka/ckafka_client.py +1149 -259
  50. tccli/services/ckafka/v20190819/api.json +3738 -1696
  51. tccli/services/ckafka/v20190819/examples.json +266 -162
  52. tccli/services/clb/clb_client.py +1054 -469
  53. tccli/services/clb/v20180317/api.json +2273 -1020
  54. tccli/services/clb/v20180317/examples.json +184 -124
  55. tccli/services/cloudaudit/cloudaudit_client.py +90 -36
  56. tccli/services/cls/cls_client.py +434 -173
  57. tccli/services/cmq/cmq_client.py +14 -803
  58. tccli/services/cmq/v20190304/api.json +173 -1367
  59. tccli/services/cmq/v20190304/examples.json +0 -120
  60. tccli/services/config/config_client.py +30 -12
  61. tccli/services/controlcenter/controlcenter_client.py +229 -2
  62. tccli/services/controlcenter/v20230110/api.json +528 -5
  63. tccli/services/controlcenter/v20230110/examples.json +32 -0
  64. tccli/services/csip/csip_client.py +170 -68
  65. tccli/services/ctsdb/ctsdb_client.py +10 -4
  66. tccli/services/cvm/cvm_client.py +706 -189
  67. tccli/services/cvm/v20170312/api.json +598 -185
  68. tccli/services/cvm/v20170312/examples.json +172 -126
  69. tccli/services/cwp/cwp_client.py +2325 -930
  70. tccli/services/cynosdb/cynosdb_client.py +1887 -577
  71. tccli/services/cynosdb/v20190107/api.json +11763 -7697
  72. tccli/services/cynosdb/v20190107/examples.json +132 -4
  73. tccli/services/dataintegration/dataintegration_client.py +5 -2
  74. tccli/services/dayu/dayu_client.py +515 -206
  75. tccli/services/dbbrain/dbbrain_client.py +210 -84
  76. tccli/services/dc/dc_client.py +90 -36
  77. tccli/services/dcdb/dcdb_client.py +310 -124
  78. tccli/services/dlc/dlc_client.py +859 -214
  79. tccli/services/dlc/v20210125/api.json +637 -13
  80. tccli/services/dlc/v20210125/examples.json +48 -0
  81. tccli/services/dms/dms_client.py +10 -4
  82. tccli/services/dnspod/dnspod_client.py +302 -76
  83. tccli/services/dnspod/v20210323/api.json +153 -0
  84. tccli/services/dnspod/v20210323/examples.json +16 -0
  85. tccli/services/domain/domain_client.py +120 -48
  86. tccli/services/dts/dts_client.py +415 -166
  87. tccli/services/eb/eb_client.py +130 -52
  88. tccli/services/ecdn/ecdn_client.py +75 -30
  89. tccli/services/ecm/ecm_client.py +620 -248
  90. tccli/services/eiam/eiam_client.py +200 -80
  91. tccli/services/emr/emr_client.py +2815 -146
  92. tccli/services/emr/v20190103/api.json +14527 -4841
  93. tccli/services/emr/v20190103/examples.json +404 -36
  94. tccli/services/es/es_client.py +105 -42
  95. tccli/services/facefusion/facefusion_client.py +15 -6
  96. tccli/services/faceid/faceid_client.py +95 -38
  97. tccli/services/faceid/v20180301/api.json +196 -53
  98. tccli/services/faceid/v20180301/examples.json +3 -3
  99. tccli/services/gaap/gaap_client.py +440 -176
  100. tccli/services/gme/gme_client.py +50 -20
  101. tccli/services/gpm/gpm_client.py +90 -36
  102. tccli/services/gse/gse_client.py +110 -44
  103. tccli/services/gwlb/gwlb_client.py +90 -36
  104. tccli/services/hunyuan/__init__.py +4 -0
  105. tccli/services/hunyuan/hunyuan_client.py +546 -0
  106. tccli/services/hunyuan/v20230901/api.json +628 -0
  107. tccli/services/hunyuan/v20230901/examples.json +60 -0
  108. tccli/services/iai/iai_client.py +145 -58
  109. tccli/services/iap/iap_client.py +30 -12
  110. tccli/services/ims/ims_client.py +5 -2
  111. tccli/services/intlpartnersmgt/intlpartnersmgt_client.py +210 -84
  112. tccli/services/iotcloud/iotcloud_client.py +100 -40
  113. tccli/services/ip/ip_client.py +30 -12
  114. tccli/services/kms/kms_client.py +340 -136
  115. tccli/services/kms/v20190118/api.json +80 -3
  116. tccli/services/kms/v20190118/examples.json +3 -3
  117. tccli/services/lcic/lcic_client.py +265 -106
  118. tccli/services/lighthouse/lighthouse_client.py +730 -172
  119. tccli/services/lighthouse/v20200324/api.json +502 -14
  120. tccli/services/lighthouse/v20200324/examples.json +59 -5
  121. tccli/services/live/live_client.py +600 -240
  122. tccli/services/lke/lke_client.py +450 -180
  123. tccli/services/lkeap/__init__.py +4 -0
  124. tccli/services/lkeap/lkeap_client.py +602 -0
  125. tccli/services/lkeap/v20240522/api.json +989 -0
  126. tccli/services/lkeap/v20240522/examples.json +92 -0
  127. tccli/services/mariadb/mariadb_client.py +250 -100
  128. tccli/services/mdc/mdc_client.py +90 -36
  129. tccli/services/mdl/mdl_client.py +357 -90
  130. tccli/services/mdl/v20200326/api.json +1095 -77
  131. tccli/services/mdl/v20200326/examples.json +40 -16
  132. tccli/services/mdp/mdp_client.py +416 -124
  133. tccli/services/mdp/v20200527/api.json +335 -40
  134. tccli/services/mdp/v20200527/examples.json +95 -79
  135. tccli/services/message/__init__.py +4 -0
  136. tccli/services/message/message_client.py +210 -0
  137. tccli/services/message/v20181225/api.json +72 -0
  138. tccli/services/message/v20181225/examples.json +13 -0
  139. tccli/services/mongodb/mongodb_client.py +1404 -141
  140. tccli/services/mongodb/v20190725/api.json +2919 -677
  141. tccli/services/mongodb/v20190725/examples.json +190 -22
  142. tccli/services/monitor/monitor_client.py +1008 -296
  143. tccli/services/monitor/v20180724/api.json +664 -15
  144. tccli/services/monitor/v20180724/examples.json +152 -4
  145. tccli/services/mps/mps_client.py +1721 -381
  146. tccli/services/mps/v20190612/api.json +4905 -561
  147. tccli/services/mps/v20190612/examples.json +221 -69
  148. tccli/services/mqtt/__init__.py +4 -0
  149. tccli/services/mqtt/mqtt_client.py +1610 -0
  150. tccli/services/mqtt/v20240516/api.json +3057 -0
  151. tccli/services/mqtt/v20240516/examples.json +213 -0
  152. tccli/services/msp/msp_client.py +35 -14
  153. tccli/services/ocr/ocr_client.py +358 -76
  154. tccli/services/ocr/v20181119/api.json +731 -88
  155. tccli/services/ocr/v20181119/examples.json +40 -10
  156. tccli/services/omics/omics_client.py +100 -40
  157. tccli/services/organization/organization_client.py +580 -232
  158. tccli/services/postgres/postgres_client.py +455 -182
  159. tccli/services/privatedns/privatedns_client.py +155 -62
  160. tccli/services/pts/pts_client.py +240 -96
  161. tccli/services/quota/__init__.py +4 -0
  162. tccli/services/quota/quota_client.py +434 -0
  163. tccli/services/quota/v20241204/api.json +548 -0
  164. tccli/services/quota/v20241204/examples.json +51 -0
  165. tccli/services/rce/rce_client.py +5 -2
  166. tccli/services/redis/redis_client.py +545 -218
  167. tccli/services/redis/v20180412/api.json +227 -115
  168. tccli/services/redis/v20180412/examples.json +19 -19
  169. tccli/services/region/region_client.py +15 -6
  170. tccli/services/rum/rum_client.py +300 -120
  171. tccli/services/scf/scf_client.py +210 -84
  172. tccli/services/ses/ses_client.py +145 -58
  173. tccli/services/smh/__init__.py +4 -0
  174. tccli/services/smh/smh_client.py +714 -0
  175. tccli/services/smh/v20210712/api.json +1287 -0
  176. tccli/services/smh/v20210712/examples.json +85 -0
  177. tccli/services/sms/sms_client.py +90 -36
  178. tccli/services/sqlserver/sqlserver_client.py +3759 -480
  179. tccli/services/sqlserver/v20180328/api.json +8909 -2941
  180. tccli/services/sqlserver/v20180328/examples.json +447 -3
  181. tccli/services/ssl/ssl_client.py +190 -76
  182. tccli/services/ssm/ssm_client.py +120 -48
  183. tccli/services/sts/sts_client.py +25 -10
  184. tccli/services/tag/tag_client.py +150 -60
  185. tccli/services/tat/tat_client.py +95 -38
  186. tccli/services/tbaas/tbaas_client.py +20 -8
  187. tccli/services/tcaplusdb/tcaplusdb_client.py +260 -104
  188. tccli/services/tcaplusdb/v20190823/api.json +836 -760
  189. tccli/services/tcaplusdb/v20190823/examples.json +3 -3
  190. tccli/services/tchd/tchd_client.py +5 -2
  191. tccli/services/tcmpp/tcmpp_client.py +520 -208
  192. tccli/services/tcr/tcr_client.py +380 -152
  193. tccli/services/tcsas/tcsas_client.py +2576 -327
  194. tccli/services/tcsas/v20250106/api.json +8304 -3241
  195. tccli/services/tcsas/v20250106/examples.json +311 -15
  196. tccli/services/tcss/tcss_client.py +1650 -660
  197. tccli/services/tdid/tdid_client.py +240 -96
  198. tccli/services/tdmq/tdmq_client.py +2876 -466
  199. tccli/services/tdmq/v20200217/api.json +11607 -3958
  200. tccli/services/tdmq/v20200217/examples.json +562 -264
  201. tccli/services/tem/tem_client.py +280 -112
  202. tccli/services/teo/teo_client.py +1590 -540
  203. tccli/services/teo/v20220901/api.json +703 -71
  204. tccli/services/teo/v20220901/examples.json +88 -22
  205. tccli/services/tione/__init__.py +4 -0
  206. tccli/services/tione/tione_client.py +210 -0
  207. tccli/services/tione/v20211111/api.json +3074 -0
  208. tccli/services/tione/v20211111/examples.json +12 -0
  209. tccli/services/tiw/tiw_client.py +255 -102
  210. tccli/services/tke/tke_client.py +858 -276
  211. tccli/services/tke/v20180525/api.json +227 -0
  212. tccli/services/tke/v20180525/examples.json +24 -0
  213. tccli/services/tms/tms_client.py +5 -2
  214. tccli/services/tmt/tmt_client.py +5 -2
  215. tccli/services/trabbit/trabbit_client.py +145 -58
  216. tccli/services/trocket/__init__.py +4 -0
  217. tccli/services/trocket/trocket_client.py +2450 -0
  218. tccli/services/trocket/v20230308/api.json +6062 -0
  219. tccli/services/trocket/v20230308/examples.json +339 -0
  220. tccli/services/trro/trro_client.py +95 -38
  221. tccli/services/trtc/trtc_client.py +255 -102
  222. tccli/services/trtc/v20190722/api.json +135 -31
  223. tccli/services/trtc/v20190722/examples.json +7 -7
  224. tccli/services/tts/tts_client.py +5 -2
  225. tccli/services/vclm/vclm_client.py +10 -4
  226. tccli/services/vm/vm_client.py +20 -8
  227. tccli/services/vod/v20180717/api.json +2929 -296
  228. tccli/services/vod/v20180717/examples.json +40 -6
  229. tccli/services/vod/vod_client.py +1175 -358
  230. tccli/services/vpc/v20170312/api.json +1102 -137
  231. tccli/services/vpc/v20170312/examples.json +127 -23
  232. tccli/services/vpc/vpc_client.py +2241 -670
  233. tccli/services/waf/v20180125/api.json +1372 -194
  234. tccli/services/waf/v20180125/examples.json +89 -1
  235. tccli/services/waf/waf_client.py +1149 -245
  236. tccli/services/wedata/v20250806/api.json +13644 -0
  237. tccli/services/wedata/v20250806/examples.json +621 -0
  238. tccli/services/wedata/wedata_client.py +6067 -1263
  239. tccli/services/yunjing/yunjing_client.py +355 -142
  240. {tccli_intl_en-3.0.1248.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/METADATA +4 -7
  241. {tccli_intl_en-3.0.1248.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/RECORD +245 -203
  242. {tccli_intl_en-3.0.1248.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/WHEEL +1 -1
  243. {tccli_intl_en-3.0.1248.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/entry_points.txt +0 -1
  244. {tccli_intl_en-3.0.1248.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/LICENSE +0 -0
  245. {tccli_intl_en-3.0.1248.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/top_level.txt +0 -0
@@ -28,6 +28,13 @@
28
28
  "output": "AttachDisksResponse",
29
29
  "status": "online"
30
30
  },
31
+ "CancelShareBlueprintAcrossAccounts": {
32
+ "document": "This API is used to cancel image sharing across accounts.\nAn image to be canceled sharing must be a custom image that is originally shared from another account to your account.",
33
+ "input": "CancelShareBlueprintAcrossAccountsRequest",
34
+ "name": "Cancels image sharing across accounts",
35
+ "output": "CancelShareBlueprintAcrossAccountsResponse",
36
+ "status": "online"
37
+ },
31
38
  "CreateBlueprint": {
32
39
  "document": "This API is used to create an image.",
33
40
  "input": "CreateBlueprintRequest",
@@ -196,6 +203,13 @@
196
203
  "output": "DescribeGeneralResourceQuotasResponse",
197
204
  "status": "online"
198
205
  },
206
+ "DescribeImagesToShare": {
207
+ "document": "This API is used to query the list of Cloud Virtual Machine (CVM) custom images and share the images to Tencent Cloud Lighthouse (Lighthouse).",
208
+ "input": "DescribeImagesToShareRequest",
209
+ "name": "Queries the CVM image list",
210
+ "output": "DescribeImagesToShareResponse",
211
+ "status": "online"
212
+ },
199
213
  "DescribeInstanceLoginKeyPairAttribute": {
200
214
  "document": "This API is used to query the attributes of the default login key of an instance.",
201
215
  "input": "DescribeInstanceLoginKeyPairAttributeRequest",
@@ -413,6 +427,13 @@
413
427
  "output": "ModifyFirewallRulesResponse",
414
428
  "status": "online"
415
429
  },
430
+ "ModifyImageSharePermission": {
431
+ "document": "This API is used to share and cancel sharing of CVM custom images to the Lighthouse service.\nSharing CVM images to Lighthouse requires the following conditions to be met:\n1. Images that have been shared cannot be shared again.\n2. Images imported from external sources are not supported for sharing.\n3. Full-instance images are not supported for sharing.\n4. Images need to support CloudInit to be eligible for sharing.\n5. The Platform and OsName of the images must meet the sharing conditions before the images are eligible for sharing.\n6. Only images in the NORMAL status are supported for sharing.",
432
+ "input": "ModifyImageSharePermissionRequest",
433
+ "name": "Modifies CVM image sharing information",
434
+ "output": "ModifyImageSharePermissionResponse",
435
+ "status": "online"
436
+ },
416
437
  "ModifyInstancesAttribute": {
417
438
  "document": "This API is used to modify an instance attribute. \n* The instance name is used only for users’ convenience. \n* Batch operations are supported. The maximum number of instances in each request is 100.",
418
439
  "input": "ModifyInstancesAttributeRequest",
@@ -490,6 +511,20 @@
490
511
  "output": "ResetInstancesPasswordResponse",
491
512
  "status": "online"
492
513
  },
514
+ "ResizeDisks": {
515
+ "document": "This API is used to scale out a cloud disk. The operation currently only supports cloud disks of the data disk type that are in the ATTACHED or UNATTACHED status.",
516
+ "input": "ResizeDisksRequest",
517
+ "name": "Scales out a cloud disk",
518
+ "output": "ResizeDisksResponse",
519
+ "status": "online"
520
+ },
521
+ "ShareBlueprintAcrossAccounts": {
522
+ "document": "This API is used to share an image across accounts.\nThis API is used to share custom images only, and the status of the shared image must be NORMAL.\nThe account receiving the shared image must be a root account.",
523
+ "input": "ShareBlueprintAcrossAccountsRequest",
524
+ "name": "Shares an image across accounts",
525
+ "output": "ShareBlueprintAcrossAccountsResponse",
526
+ "status": "online"
527
+ },
493
528
  "StartInstances": {
494
529
  "document": "This API is used to start one or more instances.\n\n* You can only perform this operation on instances whose status is `STOPPED`.\n* The instance status will become `STARTING` when the API is called successfully and will become `RUNNING` when the instance is successfully started.\n* Batch operations are supported. The maximum number of instances in each request is 100.\n* This API is async. After the request is sent successfully, a `RequestId` will be returned. At this time, the operation is not completed immediately. The result of the instance operation can be queried by calling the `DescribeInstances` API. If the latest operation status (LatestOperationState) of the instance is `SUCCESS`, the operation is successful.",
495
530
  "input": "StartInstancesRequest",
@@ -504,6 +539,13 @@
504
539
  "output": "StopInstancesResponse",
505
540
  "status": "online"
506
541
  },
542
+ "SyncBlueprint": {
543
+ "document": "This API is used to synchronize a custom image to other regions.\n\n* Synchronization to multiple regions is supported. Up to 10 regions are supported.\n* Synchronization to the source region is not supported.\n* Only images in the NORMAL status are supported for synchronization.\n* Synchronization between Chinese mainland regions and regions outside the Chinese mainland is not supported.\n * You can use the [DescribeBlueprints](https://www.tencentcloud.com/document/api/1207/47689?from_cn_redirect=1) API to query the image status. When the status is NORMAL, it indicates that the source region synchronization ends.",
544
+ "input": "SyncBlueprintRequest",
545
+ "name": "Synchronizes an image",
546
+ "output": "SyncBlueprintResponse",
547
+ "status": "online"
548
+ },
507
549
  "TerminateDisks": {
508
550
  "document": "This API is used to terminate one or more cloud disk.",
509
551
  "input": "TerminateDisksRequest",
@@ -1185,6 +1227,42 @@
1185
1227
  ],
1186
1228
  "usage": "out"
1187
1229
  },
1230
+ "CancelShareBlueprintAcrossAccountsRequest": {
1231
+ "document": "CancelShareBlueprintAcrossAccounts request structure.",
1232
+ "members": [
1233
+ {
1234
+ "disabled": false,
1235
+ "document": "Image ID, which can be obtained through the BlueprintId returned by the [DescribeBlueprints](https://www.tencentcloud.com/document/product/1207/47689?from_cn_redirect=1) API.",
1236
+ "example": "\"lhbp-6jc6l8yb\"",
1237
+ "member": "string",
1238
+ "name": "BlueprintId",
1239
+ "required": true,
1240
+ "type": "string"
1241
+ },
1242
+ {
1243
+ "disabled": false,
1244
+ "document": "List of [account IDs](https://www.tencentcloud.com/document/product/213/4944?from_cn_redirect=1#.E8.8E.B7.E5.8F.96.E4.B8.BB.E8.B4.A6.E5.8F.B7.E7.9A.84.E8.B4.A6.E5.8F.B7-id) that receive the shared images. The account ID is different from the QQ number. To query a user account ID, view the account ID column in the account information. The maximum number of accounts is 10.",
1245
+ "example": "[\"700000164995\"]",
1246
+ "member": "string",
1247
+ "name": "AccountIds",
1248
+ "required": true,
1249
+ "type": "list"
1250
+ }
1251
+ ],
1252
+ "type": "object"
1253
+ },
1254
+ "CancelShareBlueprintAcrossAccountsResponse": {
1255
+ "document": "CancelShareBlueprintAcrossAccounts response structure.",
1256
+ "members": [
1257
+ {
1258
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
1259
+ "member": "string",
1260
+ "name": "RequestId",
1261
+ "type": "string"
1262
+ }
1263
+ ],
1264
+ "type": "object"
1265
+ },
1188
1266
  "CcnAttachedInstance": {
1189
1267
  "document": "List of instances associated with the CCN instance.",
1190
1268
  "members": [
@@ -2290,12 +2368,12 @@
2290
2368
  "example": "无",
2291
2369
  "member": "DiskConfig",
2292
2370
  "name": "DiskConfigSet",
2293
- "required": true,
2371
+ "output_required": true,
2294
2372
  "type": "list",
2295
2373
  "value_allowed_null": false
2296
2374
  },
2297
2375
  {
2298
- "document": "The unique request ID, which is returned for each request. RequestId is required for locating a problem.",
2376
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
2299
2377
  "member": "string",
2300
2378
  "name": "RequestId",
2301
2379
  "type": "string"
@@ -2711,6 +2789,80 @@
2711
2789
  ],
2712
2790
  "type": "object"
2713
2791
  },
2792
+ "DescribeImagesToShareRequest": {
2793
+ "document": "DescribeImagesToShare request structure.",
2794
+ "members": [
2795
+ {
2796
+ "disabled": false,
2797
+ "document": "List of CVM image IDs, which can be obtained through the ImageId in the returned value of the [DescribeImages](https://www.tencentcloud.com/document/api/213/15715?from_cn_redirect=1) API.",
2798
+ "example": "[\"img-xksdu822\"]",
2799
+ "member": "string",
2800
+ "name": "ImageIds",
2801
+ "required": false,
2802
+ "type": "list"
2803
+ },
2804
+ {
2805
+ "disabled": false,
2806
+ "document": "Offset. The default value is 0. For more information on `Offset`, see the relevant section in API [Introduction](https://www.tencentcloud.com/document/product/1207/47578?from_cn_redirect=1).",
2807
+ "example": "0",
2808
+ "member": "int64",
2809
+ "name": "Offset",
2810
+ "required": false,
2811
+ "type": "int"
2812
+ },
2813
+ {
2814
+ "disabled": false,
2815
+ "document": "Number of returned results. The default value is 20, and the maximum value is 100. For more information on `Limit`, see the relevant section in API [Introduction](https://www.tencentcloud.com/document/product/1207/47578?from_cn_redirect=1).",
2816
+ "example": "1",
2817
+ "member": "int64",
2818
+ "name": "Limit",
2819
+ "required": false,
2820
+ "type": "int"
2821
+ },
2822
+ {
2823
+ "disabled": false,
2824
+ "document": "Filter list.\n<li>image-id</li>: filter by [CVM image ID].\nType: string.\nRequired: no.\n<li>image-name</li>: filter by [CVM image name].\nType: string.\nRequired: no.\n\n<li>image-type</li>: filter by [CVM image type].\nType: string.\nRequired: no.\nValid values:\nPRIVATE_IMAGE: private image (image created by the account).\nPUBLIC_IMAGE: public image (Tencent Cloud official image).\nSHARED_IMAGE: shared image (image shared by other accounts to this account).\n\nThe maximum number of Filters per request is 10, and the maximum number of Filter.Values per request is 5.\nImageIds and Filters cannot be specified simultaneously for parameters.",
2825
+ "example": "无",
2826
+ "member": "Filter",
2827
+ "name": "Filters",
2828
+ "required": false,
2829
+ "type": "list"
2830
+ }
2831
+ ],
2832
+ "type": "object"
2833
+ },
2834
+ "DescribeImagesToShareResponse": {
2835
+ "document": "DescribeImagesToShare response structure.",
2836
+ "members": [
2837
+ {
2838
+ "disabled": false,
2839
+ "document": "Number of images that meet the conditions.",
2840
+ "example": "1",
2841
+ "member": "int64",
2842
+ "name": "TotalCount",
2843
+ "required": true,
2844
+ "type": "int",
2845
+ "value_allowed_null": false
2846
+ },
2847
+ {
2848
+ "disabled": false,
2849
+ "document": "List of CVM image detailed information.",
2850
+ "example": "无",
2851
+ "member": "Image",
2852
+ "name": "ImageSet",
2853
+ "required": true,
2854
+ "type": "list",
2855
+ "value_allowed_null": false
2856
+ },
2857
+ {
2858
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
2859
+ "member": "string",
2860
+ "name": "RequestId",
2861
+ "type": "string"
2862
+ }
2863
+ ],
2864
+ "type": "object"
2865
+ },
2714
2866
  "DescribeInstanceLoginKeyPairAttributeRequest": {
2715
2867
  "document": "DescribeInstanceLoginKeyPairAttribute request structure.",
2716
2868
  "members": [
@@ -3511,7 +3663,7 @@
3511
3663
  "members": [
3512
3664
  {
3513
3665
  "disabled": false,
3514
- "document": "Sorting field. Valid values:\n<li>`ZONE`: Sort by the availability zone.\n<li>`INSTANCE_DISPLAY_LABEL`: Sort by visibility labels (`HIDDEN`, `NORMAL` and `SELECTED`). Default: ['HIDDEN', 'NORMAL', 'SELECTED'].\nThe default value is `ZONE`.",
3666
+ "document": "Field on which the AZ list is sorted. value range:.\n<Li>ZONE: sorted based on availability zone.</li>.\nINSTANCE_DISPLAY_LABEL: specifies the Tag DISPLAY sorting order based on availability zone. valid values: HIDDEN (hide), NORMAL (ordinary), SELECTED (chosen by default). defaults to ascending order: ['HIDDEN', 'NORMAL', 'SELECTED'].\nSpecifies the default sorting order by availability zone.",
3515
3667
  "example": "\"ZONE\"",
3516
3668
  "member": "string",
3517
3669
  "name": "OrderField",
@@ -3520,7 +3672,7 @@
3520
3672
  },
3521
3673
  {
3522
3674
  "disabled": false,
3523
- "document": "Specifies how availability zones are listed. Valid values:\n<li>ASC: Ascending sort. \n<li>DESC: Descending sort.\nThe default value is `ASC`.",
3675
+ "document": "Outputs the sorting order of the availability zone list. value range:.\n<Li>ASC: ascending order.</li>.\n<Li>DESC: sort in descending order.</li>.\nSpecifies the default ascending order.",
3524
3676
  "example": "\"DESC\"",
3525
3677
  "member": "string",
3526
3678
  "name": "Order",
@@ -3539,7 +3691,7 @@
3539
3691
  "example": "1",
3540
3692
  "member": "int64",
3541
3693
  "name": "TotalCount",
3542
- "required": true,
3694
+ "output_required": true,
3543
3695
  "type": "int",
3544
3696
  "value_allowed_null": false
3545
3697
  },
@@ -3549,12 +3701,12 @@
3549
3701
  "example": "无",
3550
3702
  "member": "ZoneInfo",
3551
3703
  "name": "ZoneInfoSet",
3552
- "required": true,
3704
+ "output_required": true,
3553
3705
  "type": "list",
3554
3706
  "value_allowed_null": false
3555
3707
  },
3556
3708
  {
3557
- "document": "The unique request ID, which is returned for each request. RequestId is required for locating a problem.",
3709
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
3558
3710
  "member": "string",
3559
3711
  "name": "RequestId",
3560
3712
  "type": "string"
@@ -3562,6 +3714,32 @@
3562
3714
  ],
3563
3715
  "type": "object"
3564
3716
  },
3717
+ "DestinationRegionBlueprint": {
3718
+ "document": "Image information of the target region.",
3719
+ "members": [
3720
+ {
3721
+ "disabled": false,
3722
+ "document": "Target region.",
3723
+ "example": "ap-guangzhou",
3724
+ "member": "string",
3725
+ "name": "Region",
3726
+ "output_required": true,
3727
+ "type": "string",
3728
+ "value_allowed_null": false
3729
+ },
3730
+ {
3731
+ "disabled": false,
3732
+ "document": "Target region image ID.",
3733
+ "example": "lhbp-lf3gjs2f",
3734
+ "member": "string",
3735
+ "name": "BlueprintId",
3736
+ "output_required": true,
3737
+ "type": "string",
3738
+ "value_allowed_null": false
3739
+ }
3740
+ ],
3741
+ "usage": "out"
3742
+ },
3565
3743
  "DetachCcnRequest": {
3566
3744
  "document": "DetachCcn request structure.",
3567
3745
  "members": [
@@ -4022,17 +4200,17 @@
4022
4200
  "example": "ap-guangzhou-1",
4023
4201
  "member": "string",
4024
4202
  "name": "Zone",
4025
- "required": true,
4203
+ "output_required": true,
4026
4204
  "type": "string",
4027
4205
  "value_allowed_null": false
4028
4206
  },
4029
4207
  {
4030
4208
  "disabled": false,
4031
- "document": "Cloud disk type.",
4209
+ "document": "Cloud disk type. valid values are as follows:.\n\n<Li>CLOUD_BASIC: basic cloud disk.</li>.\n<Li>CLOUD_PREMIUM: specifies the high-performance cloud block storage.</li>.\n<Li>CLOUD_SSD: ssd cloud disk</li>.",
4032
4210
  "example": "CLOUD_SSD",
4033
4211
  "member": "string",
4034
4212
  "name": "DiskType",
4035
- "required": true,
4213
+ "output_required": true,
4036
4214
  "type": "string",
4037
4215
  "value_allowed_null": false
4038
4216
  },
@@ -4042,7 +4220,7 @@
4042
4220
  "example": "AVAILABLE",
4043
4221
  "member": "string",
4044
4222
  "name": "DiskSalesState",
4045
- "required": true,
4223
+ "output_required": true,
4046
4224
  "type": "string",
4047
4225
  "value_allowed_null": false
4048
4226
  },
@@ -4052,7 +4230,7 @@
4052
4230
  "example": "1000",
4053
4231
  "member": "int64",
4054
4232
  "name": "MaxDiskSize",
4055
- "required": true,
4233
+ "output_required": true,
4056
4234
  "type": "int",
4057
4235
  "value_allowed_null": false
4058
4236
  },
@@ -4062,7 +4240,7 @@
4062
4240
  "example": "10",
4063
4241
  "member": "int64",
4064
4242
  "name": "MinDiskSize",
4065
- "required": true,
4243
+ "output_required": true,
4066
4244
  "type": "int",
4067
4245
  "value_allowed_null": false
4068
4246
  },
@@ -4072,7 +4250,7 @@
4072
4250
  "example": "10",
4073
4251
  "member": "int64",
4074
4252
  "name": "DiskStepSize",
4075
- "required": true,
4253
+ "output_required": true,
4076
4254
  "type": "int",
4077
4255
  "value_allowed_null": false
4078
4256
  }
@@ -4529,6 +4707,152 @@
4529
4707
  ],
4530
4708
  "usage": "out"
4531
4709
  },
4710
+ "Image": {
4711
+ "document": "CVM image information.",
4712
+ "members": [
4713
+ {
4714
+ "disabled": false,
4715
+ "document": "CVM Image ID, which is the unique identifier of the image.",
4716
+ "example": "img-cs2rrmp0",
4717
+ "member": "string",
4718
+ "name": "ImageId",
4719
+ "required": true,
4720
+ "type": "string",
4721
+ "value_allowed_null": false
4722
+ },
4723
+ {
4724
+ "disabled": false,
4725
+ "document": "Image name.",
4726
+ "example": "test-image",
4727
+ "member": "string",
4728
+ "name": "ImageName",
4729
+ "required": true,
4730
+ "type": "string",
4731
+ "value_allowed_null": false
4732
+ },
4733
+ {
4734
+ "disabled": false,
4735
+ "document": "Image description.",
4736
+ "example": "test-image",
4737
+ "member": "string",
4738
+ "name": "ImageDescription",
4739
+ "required": true,
4740
+ "type": "string",
4741
+ "value_allowed_null": false
4742
+ },
4743
+ {
4744
+ "disabled": false,
4745
+ "document": "Image size, in GB.",
4746
+ "example": "50",
4747
+ "member": "int64",
4748
+ "name": "ImageSize",
4749
+ "required": true,
4750
+ "type": "int",
4751
+ "value_allowed_null": false
4752
+ },
4753
+ {
4754
+ "disabled": false,
4755
+ "document": "Image source.\n<li>CREATE_IMAGE: custom image.</li>\n<li>EXTERNAL_IMPORT: externally imported image.</li>",
4756
+ "example": "CREATE_IMAGE",
4757
+ "member": "string",
4758
+ "name": "ImageSource",
4759
+ "required": true,
4760
+ "type": "string",
4761
+ "value_allowed_null": false
4762
+ },
4763
+ {
4764
+ "disabled": false,
4765
+ "document": "Image classification.\n<li>SystemImage: system disk image.</li>\n<li>InstanceImage: full-instance image.</li>",
4766
+ "example": "SystemImage",
4767
+ "member": "string",
4768
+ "name": "ImageClass",
4769
+ "required": true,
4770
+ "type": "string",
4771
+ "value_allowed_null": false
4772
+ },
4773
+ {
4774
+ "disabled": false,
4775
+ "document": "Image status.\nCREATING: creating.\nNORMAL: normal.\nCREATEFAILED: creation failed.\nUSING: in use.\nSYNCING: synchronizing.\nIMPORTING: importing.\nIMPORTFAILED: import failed.",
4776
+ "example": "NORMAL",
4777
+ "member": "string",
4778
+ "name": "ImageState",
4779
+ "required": true,
4780
+ "type": "string",
4781
+ "value_allowed_null": false
4782
+ },
4783
+ {
4784
+ "disabled": false,
4785
+ "document": "Whether the image supports Cloudinit.",
4786
+ "example": "true",
4787
+ "member": "bool",
4788
+ "name": "IsSupportCloudinit",
4789
+ "required": true,
4790
+ "type": "bool",
4791
+ "value_allowed_null": false
4792
+ },
4793
+ {
4794
+ "disabled": false,
4795
+ "document": "Image architecture.",
4796
+ "example": "x86_64",
4797
+ "member": "string",
4798
+ "name": "Architecture",
4799
+ "required": true,
4800
+ "type": "string",
4801
+ "value_allowed_null": false
4802
+ },
4803
+ {
4804
+ "disabled": false,
4805
+ "document": "Image operating system.",
4806
+ "example": "Ubuntu Server 20.04 LTS 64bit",
4807
+ "member": "string",
4808
+ "name": "OsName",
4809
+ "required": true,
4810
+ "type": "string",
4811
+ "value_allowed_null": false
4812
+ },
4813
+ {
4814
+ "disabled": false,
4815
+ "document": "Image source platform.",
4816
+ "example": "Ubuntu",
4817
+ "member": "string",
4818
+ "name": "Platform",
4819
+ "required": true,
4820
+ "type": "string",
4821
+ "value_allowed_null": false
4822
+ },
4823
+ {
4824
+ "disabled": false,
4825
+ "document": "Image creation time.",
4826
+ "example": "2021-07-23T08:49:36Z",
4827
+ "member": "datetime_iso",
4828
+ "name": "CreatedTime",
4829
+ "required": true,
4830
+ "type": "string",
4831
+ "value_allowed_null": false
4832
+ },
4833
+ {
4834
+ "disabled": false,
4835
+ "document": "Whether the image can be shared to Lighthouse.",
4836
+ "example": "true",
4837
+ "member": "bool",
4838
+ "name": "IsShareable",
4839
+ "required": true,
4840
+ "type": "bool",
4841
+ "value_allowed_null": false
4842
+ },
4843
+ {
4844
+ "disabled": false,
4845
+ "document": "Reason for not being shared.",
4846
+ "example": "镜像已共享。",
4847
+ "member": "string",
4848
+ "name": "UnshareableReason",
4849
+ "required": true,
4850
+ "type": "string",
4851
+ "value_allowed_null": false
4852
+ }
4853
+ ],
4854
+ "usage": "out"
4855
+ },
4532
4856
  "ImportKeyPairRequest": {
4533
4857
  "document": "ImportKeyPair request structure.",
4534
4858
  "members": [
@@ -5844,6 +6168,52 @@
5844
6168
  ],
5845
6169
  "type": "object"
5846
6170
  },
6171
+ "ModifyImageSharePermissionRequest": {
6172
+ "document": "ModifyImageSharePermission request structure.",
6173
+ "members": [
6174
+ {
6175
+ "disabled": false,
6176
+ "document": "Image ID, which can be obtained through the ImageId in the returned value of the [DescribeImages](https://www.tencentcloud.com/document/api/213/15715?from_cn_redirect=1) API.",
6177
+ "example": "img-dw8adx",
6178
+ "member": "string",
6179
+ "name": "ImageId",
6180
+ "required": true,
6181
+ "type": "string"
6182
+ },
6183
+ {
6184
+ "disabled": false,
6185
+ "document": "Sharing property, including SHARE and CANCEL. Among them, SHARE indicates sharing, and CANCEL indicates canceling sharing.",
6186
+ "example": "SHARE",
6187
+ "member": "string",
6188
+ "name": "Permission",
6189
+ "required": true,
6190
+ "type": "string"
6191
+ }
6192
+ ],
6193
+ "type": "object"
6194
+ },
6195
+ "ModifyImageSharePermissionResponse": {
6196
+ "document": "ModifyImageSharePermission response structure.",
6197
+ "members": [
6198
+ {
6199
+ "disabled": false,
6200
+ "document": "Image ID after a CVM custom image is shared to Lighthouse.\nNote: This field may return null, indicating that no valid values can be obtained.",
6201
+ "example": "lhbp-xkeh87da",
6202
+ "member": "string",
6203
+ "name": "BlueprintId",
6204
+ "required": true,
6205
+ "type": "string",
6206
+ "value_allowed_null": true
6207
+ },
6208
+ {
6209
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
6210
+ "member": "string",
6211
+ "name": "RequestId",
6212
+ "type": "string"
6213
+ }
6214
+ ],
6215
+ "type": "object"
6216
+ },
5847
6217
  "ModifyInstancesAttributeRequest": {
5848
6218
  "document": "ModifyInstancesAttribute request structure.",
5849
6219
  "members": [
@@ -6463,6 +6833,42 @@
6463
6833
  ],
6464
6834
  "type": "object"
6465
6835
  },
6836
+ "ResizeDisksRequest": {
6837
+ "document": "ResizeDisks request structure.",
6838
+ "members": [
6839
+ {
6840
+ "disabled": false,
6841
+ "document": "Cloud disk ID list, which can be queried via the [DescribeDisks](https://www.tencentcloud.com/document/api/1207/66093?from_cn_redirect=1) API. The maximum length of the list is 15.",
6842
+ "example": "[\"lhdisk-guzg7nsa\"]\t",
6843
+ "member": "string",
6844
+ "name": "DiskIds",
6845
+ "required": true,
6846
+ "type": "list"
6847
+ },
6848
+ {
6849
+ "disabled": false,
6850
+ "document": "Size of the cloud disk after scale-out, in GB. The value range of the Premium Disk size is [10, 4000], and that of the Cloud SSD size is [20, 4000]. The cloud disk size after scale-out must be greater than the current disk size.",
6851
+ "example": "40",
6852
+ "member": "int64",
6853
+ "name": "DiskSize",
6854
+ "required": true,
6855
+ "type": "int"
6856
+ }
6857
+ ],
6858
+ "type": "object"
6859
+ },
6860
+ "ResizeDisksResponse": {
6861
+ "document": "ResizeDisks response structure.",
6862
+ "members": [
6863
+ {
6864
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
6865
+ "member": "string",
6866
+ "name": "RequestId",
6867
+ "type": "string"
6868
+ }
6869
+ ],
6870
+ "type": "object"
6871
+ },
6466
6872
  "Scene": {
6467
6873
  "document": "Scene information",
6468
6874
  "members": [
@@ -6535,6 +6941,42 @@
6535
6941
  ],
6536
6942
  "usage": "out"
6537
6943
  },
6944
+ "ShareBlueprintAcrossAccountsRequest": {
6945
+ "document": "ShareBlueprintAcrossAccounts request structure.",
6946
+ "members": [
6947
+ {
6948
+ "disabled": false,
6949
+ "document": "Image ID, which can be obtained through the BlueprintId returned by the [DescribeBlueprints](https://www.tencentcloud.com/document/product/1207/47689?from_cn_redirect=1) API.",
6950
+ "example": "lhbp-6jc6l8yb",
6951
+ "member": "string",
6952
+ "name": "BlueprintId",
6953
+ "required": true,
6954
+ "type": "string"
6955
+ },
6956
+ {
6957
+ "disabled": false,
6958
+ "document": "List of [account IDs](https://www.tencentcloud.com/document/product/213/4944?from_cn_redirect=1#.E8.8E.B7.E5.8F.96.E4.B8.BB.E8.B4.A6.E5.8F.B7.E7.9A.84.E8.B4.A6.E5.8F.B7-id) that receive the shared images. The account ID is different from the QQ number. To query a user account ID, view the account ID column in the account information. The maximum number of accounts is 10.",
6959
+ "example": "[\"700000164995\"]",
6960
+ "member": "string",
6961
+ "name": "AccountIds",
6962
+ "required": true,
6963
+ "type": "list"
6964
+ }
6965
+ ],
6966
+ "type": "object"
6967
+ },
6968
+ "ShareBlueprintAcrossAccountsResponse": {
6969
+ "document": "ShareBlueprintAcrossAccounts response structure.",
6970
+ "members": [
6971
+ {
6972
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
6973
+ "member": "string",
6974
+ "name": "RequestId",
6975
+ "type": "string"
6976
+ }
6977
+ ],
6978
+ "type": "object"
6979
+ },
6538
6980
  "Snapshot": {
6539
6981
  "document": "Snapshot information.",
6540
6982
  "members": [
@@ -6823,6 +7265,52 @@
6823
7265
  ],
6824
7266
  "type": "object"
6825
7267
  },
7268
+ "SyncBlueprintRequest": {
7269
+ "document": "SyncBlueprint request structure.",
7270
+ "members": [
7271
+ {
7272
+ "disabled": false,
7273
+ "document": "Image ID.",
7274
+ "example": "lhbp-sdeji832",
7275
+ "member": "string",
7276
+ "name": "BlueprintId",
7277
+ "required": true,
7278
+ "type": "string"
7279
+ },
7280
+ {
7281
+ "disabled": false,
7282
+ "document": "List of target regions for image synchronization.",
7283
+ "example": "[\"ap-beijing\",\"ap-shanghai\"]",
7284
+ "member": "string",
7285
+ "name": "DestinationRegions",
7286
+ "required": true,
7287
+ "type": "list"
7288
+ }
7289
+ ],
7290
+ "type": "object"
7291
+ },
7292
+ "SyncBlueprintResponse": {
7293
+ "document": "SyncBlueprint response structure.",
7294
+ "members": [
7295
+ {
7296
+ "disabled": false,
7297
+ "document": "Image information of the target region.",
7298
+ "example": "无",
7299
+ "member": "DestinationRegionBlueprint",
7300
+ "name": "DestinationRegionBlueprintSet",
7301
+ "output_required": true,
7302
+ "type": "list",
7303
+ "value_allowed_null": false
7304
+ },
7305
+ {
7306
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
7307
+ "member": "string",
7308
+ "name": "RequestId",
7309
+ "type": "string"
7310
+ }
7311
+ ],
7312
+ "type": "object"
7313
+ },
6826
7314
  "SystemDisk": {
6827
7315
  "document": "Information on the block device where the operating system is installed, namely the system disk.",
6828
7316
  "members": [