tccli-intl-en 3.0.1168.1__py2.py3-none-any.whl → 3.1.16.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 (294) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/argument.py +1 -1
  3. tccli/plugins/sso/__init__.py +14 -0
  4. tccli/plugins/sso/login.py +23 -6
  5. tccli/plugins/sso/texts.py +4 -0
  6. tccli/services/__init__.py +49 -2
  7. tccli/services/advisor/advisor_client.py +10 -4
  8. tccli/services/ai3d/__init__.py +4 -0
  9. tccli/services/ai3d/ai3d_client.py +266 -0
  10. tccli/services/ai3d/v20250513/api.json +264 -0
  11. tccli/services/ai3d/v20250513/examples.json +20 -0
  12. tccli/services/aiart/aiart_client.py +5 -2
  13. tccli/services/ams/ams_client.py +20 -8
  14. tccli/services/antiddos/antiddos_client.py +350 -140
  15. tccli/services/apigateway/apigateway_client.py +465 -186
  16. tccli/services/apm/apm_client.py +835 -68
  17. tccli/services/apm/v20210622/api.json +3936 -1145
  18. tccli/services/apm/v20210622/examples.json +133 -23
  19. tccli/services/asr/asr_client.py +10 -4
  20. tccli/services/autoscaling/autoscaling_client.py +341 -114
  21. tccli/services/autoscaling/v20180419/api.json +514 -333
  22. tccli/services/autoscaling/v20180419/examples.json +46 -38
  23. tccli/services/batch/batch_client.py +140 -56
  24. tccli/services/bi/__init__.py +4 -0
  25. tccli/services/bi/bi_client.py +1498 -0
  26. tccli/services/bi/v20220105/api.json +5769 -0
  27. tccli/services/bi/v20220105/examples.json +215 -0
  28. tccli/services/billing/billing_client.py +1055 -134
  29. tccli/services/billing/v20180709/api.json +1654 -243
  30. tccli/services/billing/v20180709/examples.json +169 -25
  31. tccli/services/cam/cam_client.py +405 -162
  32. tccli/services/captcha/captcha_client.py +5 -2
  33. tccli/services/captcha/v20190722/api.json +16 -6
  34. tccli/services/captcha/v20190722/examples.json +3 -3
  35. tccli/services/car/car_client.py +165 -66
  36. tccli/services/cbs/cbs_client.py +190 -76
  37. tccli/services/ccc/ccc_client.py +1167 -268
  38. tccli/services/ccc/v20200210/api.json +2263 -202
  39. tccli/services/ccc/v20200210/examples.json +116 -12
  40. tccli/services/cdb/cdb_client.py +665 -266
  41. tccli/services/cdb/v20170320/api.json +426 -173
  42. tccli/services/cdb/v20170320/examples.json +6 -6
  43. tccli/services/cdc/cdc_client.py +100 -40
  44. tccli/services/cdc/v20201214/api.json +2 -2
  45. tccli/services/cdc/v20201214/examples.json +4 -4
  46. tccli/services/cdn/cdn_client.py +220 -88
  47. tccli/services/cdwdoris/cdwdoris_client.py +385 -154
  48. tccli/services/cdwpg/cdwpg_client.py +120 -48
  49. tccli/services/cdz/__init__.py +4 -0
  50. tccli/services/cdz/cdz_client.py +210 -0
  51. tccli/services/cdz/v20221123/api.json +233 -0
  52. tccli/services/cdz/v20221123/examples.json +12 -0
  53. tccli/services/cfg/cfg_client.py +80 -32
  54. tccli/services/cfg/v20210820/api.json +30 -10
  55. tccli/services/cfg/v20210820/examples.json +1 -1
  56. tccli/services/cfs/cfs_client.py +195 -78
  57. tccli/services/cfw/cfw_client.py +330 -132
  58. tccli/services/chdfs/chdfs_client.py +145 -58
  59. tccli/services/ciam/ciam_client.py +80 -32
  60. tccli/services/ckafka/ckafka_client.py +1033 -255
  61. tccli/services/ckafka/v20190819/api.json +3378 -1681
  62. tccli/services/ckafka/v20190819/examples.json +254 -160
  63. tccli/services/clb/clb_client.py +1054 -469
  64. tccli/services/clb/v20180317/api.json +2307 -1024
  65. tccli/services/clb/v20180317/examples.json +186 -126
  66. tccli/services/cloudaudit/cloudaudit_client.py +90 -36
  67. tccli/services/cls/cls_client.py +434 -173
  68. tccli/services/cmq/cmq_client.py +14 -803
  69. tccli/services/cmq/v20190304/api.json +173 -1367
  70. tccli/services/cmq/v20190304/examples.json +0 -120
  71. tccli/services/config/config_client.py +30 -12
  72. tccli/services/controlcenter/controlcenter_client.py +229 -2
  73. tccli/services/controlcenter/v20230110/api.json +528 -5
  74. tccli/services/controlcenter/v20230110/examples.json +32 -0
  75. tccli/services/csip/csip_client.py +339 -78
  76. tccli/services/csip/v20221121/api.json +1011 -38
  77. tccli/services/csip/v20221121/examples.json +24 -0
  78. tccli/services/ctsdb/__init__.py +4 -0
  79. tccli/services/ctsdb/ctsdb_client.py +266 -0
  80. tccli/services/ctsdb/v20230202/api.json +677 -0
  81. tccli/services/ctsdb/v20230202/examples.json +20 -0
  82. tccli/services/cvm/cvm_client.py +706 -189
  83. tccli/services/cvm/v20170312/api.json +1141 -510
  84. tccli/services/cvm/v20170312/examples.json +174 -128
  85. tccli/services/cwp/cwp_client.py +2325 -930
  86. tccli/services/cynosdb/cynosdb_client.py +3051 -575
  87. tccli/services/cynosdb/v20190107/api.json +14074 -7139
  88. tccli/services/cynosdb/v20190107/examples.json +597 -287
  89. tccli/services/dataintegration/dataintegration_client.py +5 -2
  90. tccli/services/dayu/dayu_client.py +515 -206
  91. tccli/services/dbbrain/dbbrain_client.py +210 -84
  92. tccli/services/dc/dc_client.py +90 -36
  93. tccli/services/dcdb/dcdb_client.py +310 -124
  94. tccli/services/dlc/dlc_client.py +859 -214
  95. tccli/services/dlc/v20210125/api.json +637 -13
  96. tccli/services/dlc/v20210125/examples.json +48 -0
  97. tccli/services/dms/dms_client.py +10 -4
  98. tccli/services/dnspod/dnspod_client.py +390 -111
  99. tccli/services/dnspod/v20210323/api.json +196 -0
  100. tccli/services/dnspod/v20210323/examples.json +24 -0
  101. tccli/services/domain/domain_client.py +120 -48
  102. tccli/services/dts/dts_client.py +415 -166
  103. tccli/services/eb/eb_client.py +130 -52
  104. tccli/services/ecdn/ecdn_client.py +75 -30
  105. tccli/services/ecm/ecm_client.py +620 -248
  106. tccli/services/eiam/eiam_client.py +200 -80
  107. tccli/services/emr/emr_client.py +3104 -117
  108. tccli/services/emr/v20190103/api.json +15311 -4361
  109. tccli/services/emr/v20190103/examples.json +452 -42
  110. tccli/services/es/es_client.py +105 -42
  111. tccli/services/facefusion/facefusion_client.py +15 -6
  112. tccli/services/faceid/faceid_client.py +95 -38
  113. tccli/services/faceid/v20180301/api.json +172 -45
  114. tccli/services/faceid/v20180301/examples.json +3 -3
  115. tccli/services/gaap/gaap_client.py +440 -176
  116. tccli/services/gme/gme_client.py +50 -20
  117. tccli/services/gpm/gpm_client.py +90 -36
  118. tccli/services/gse/gse_client.py +110 -44
  119. tccli/services/gwlb/gwlb_client.py +90 -36
  120. tccli/services/hunyuan/__init__.py +4 -0
  121. tccli/services/hunyuan/hunyuan_client.py +266 -0
  122. tccli/services/hunyuan/v20230901/api.json +270 -0
  123. tccli/services/hunyuan/v20230901/examples.json +20 -0
  124. tccli/services/iai/iai_client.py +145 -58
  125. tccli/services/iai/v20200303/api.json +187 -51
  126. tccli/services/iai/v20200303/examples.json +30 -12
  127. tccli/services/iap/iap_client.py +30 -12
  128. tccli/services/ims/ims_client.py +5 -2
  129. tccli/services/ims/v20201229/api.json +133 -141
  130. tccli/services/ims/v20201229/examples.json +3 -3
  131. tccli/services/intlpartnersmgt/intlpartnersmgt_client.py +516 -72
  132. tccli/services/intlpartnersmgt/v20220928/api.json +976 -60
  133. tccli/services/intlpartnersmgt/v20220928/examples.json +50 -2
  134. tccli/services/iotcloud/iotcloud_client.py +100 -40
  135. tccli/services/iotcloud/v20210408/api.json +216 -107
  136. tccli/services/iotcloud/v20210408/examples.json +9 -9
  137. tccli/services/ip/ip_client.py +30 -12
  138. tccli/services/kms/kms_client.py +1226 -227
  139. tccli/services/kms/v20190118/api.json +1562 -144
  140. tccli/services/kms/v20190118/examples.json +204 -78
  141. tccli/services/lcic/lcic_client.py +265 -106
  142. tccli/services/lighthouse/lighthouse_client.py +370 -148
  143. tccli/services/lighthouse/v20200324/api.json +14 -14
  144. tccli/services/lighthouse/v20200324/examples.json +5 -5
  145. tccli/services/live/live_client.py +804 -232
  146. tccli/services/live/v20180801/api.json +272 -0
  147. tccli/services/live/v20180801/examples.json +32 -0
  148. tccli/services/lke/__init__.py +4 -0
  149. tccli/services/lke/lke_client.py +5194 -0
  150. tccli/services/lke/v20231130/api.json +14803 -0
  151. tccli/services/lke/v20231130/examples.json +736 -0
  152. tccli/services/lkeap/__init__.py +4 -0
  153. tccli/services/lkeap/lkeap_client.py +602 -0
  154. tccli/services/lkeap/v20240522/api.json +953 -0
  155. tccli/services/lkeap/v20240522/examples.json +92 -0
  156. tccli/services/mariadb/mariadb_client.py +250 -100
  157. tccli/services/mdc/mdc_client.py +90 -36
  158. tccli/services/mdl/mdl_client.py +402 -82
  159. tccli/services/mdl/v20200326/api.json +1144 -58
  160. tccli/services/mdl/v20200326/examples.json +48 -16
  161. tccli/services/mdp/mdp_client.py +785 -122
  162. tccli/services/mdp/v20200527/api.json +1168 -44
  163. tccli/services/mdp/v20200527/examples.json +151 -79
  164. tccli/services/message/__init__.py +4 -0
  165. tccli/services/message/message_client.py +210 -0
  166. tccli/services/message/v20181225/api.json +72 -0
  167. tccli/services/message/v20181225/examples.json +13 -0
  168. tccli/services/mongodb/mongodb_client.py +1452 -136
  169. tccli/services/mongodb/v20190725/api.json +4393 -1462
  170. tccli/services/mongodb/v20190725/examples.json +265 -71
  171. tccli/services/monitor/monitor_client.py +1008 -296
  172. tccli/services/monitor/v20180724/api.json +660 -11
  173. tccli/services/monitor/v20180724/examples.json +152 -4
  174. tccli/services/mps/mps_client.py +1573 -354
  175. tccli/services/mps/v20190612/api.json +12394 -7243
  176. tccli/services/mps/v20190612/examples.json +244 -84
  177. tccli/services/msp/msp_client.py +35 -14
  178. tccli/services/ocr/ocr_client.py +596 -102
  179. tccli/services/ocr/v20181119/api.json +2271 -181
  180. tccli/services/ocr/v20181119/examples.json +70 -8
  181. tccli/services/omics/omics_client.py +100 -40
  182. tccli/services/organization/organization_client.py +580 -232
  183. tccli/services/postgres/postgres_client.py +455 -182
  184. tccli/services/postgres/v20170312/api.json +134 -109
  185. tccli/services/postgres/v20170312/examples.json +14 -14
  186. tccli/services/privatedns/privatedns_client.py +206 -60
  187. tccli/services/privatedns/v20201028/api.json +179 -0
  188. tccli/services/privatedns/v20201028/examples.json +8 -0
  189. tccli/services/pts/pts_client.py +240 -96
  190. tccli/services/quota/__init__.py +4 -0
  191. tccli/services/quota/quota_client.py +434 -0
  192. tccli/services/quota/v20241204/api.json +548 -0
  193. tccli/services/quota/v20241204/examples.json +51 -0
  194. tccli/services/rce/rce_client.py +5 -2
  195. tccli/services/redis/redis_client.py +698 -212
  196. tccli/services/redis/v20180412/api.json +968 -563
  197. tccli/services/redis/v20180412/examples.json +98 -56
  198. tccli/services/region/__init__.py +4 -0
  199. tccli/services/region/region_client.py +322 -0
  200. tccli/services/region/v20220627/api.json +399 -0
  201. tccli/services/region/v20220627/examples.json +29 -0
  202. tccli/services/rum/rum_client.py +300 -120
  203. tccli/services/scf/scf_client.py +210 -84
  204. tccli/services/ses/ses_client.py +368 -69
  205. tccli/services/ses/v20201002/api.json +240 -0
  206. tccli/services/ses/v20201002/examples.json +32 -0
  207. tccli/services/smh/__init__.py +4 -0
  208. tccli/services/smh/smh_client.py +714 -0
  209. tccli/services/smh/v20210712/api.json +1287 -0
  210. tccli/services/smh/v20210712/examples.json +85 -0
  211. tccli/services/sms/sms_client.py +90 -36
  212. tccli/services/sqlserver/sqlserver_client.py +3855 -470
  213. tccli/services/sqlserver/v20180328/api.json +9757 -3347
  214. tccli/services/sqlserver/v20180328/examples.json +480 -20
  215. tccli/services/ssl/ssl_client.py +504 -72
  216. tccli/services/ssl/v20191205/api.json +789 -21
  217. tccli/services/ssl/v20191205/examples.json +54 -0
  218. tccli/services/ssm/ssm_client.py +120 -48
  219. tccli/services/sts/sts_client.py +25 -10
  220. tccli/services/tag/tag_client.py +150 -60
  221. tccli/services/tat/tat_client.py +95 -38
  222. tccli/services/tbaas/__init__.py +4 -0
  223. tccli/services/tbaas/tbaas_client.py +378 -0
  224. tccli/services/tbaas/v20180416/api.json +551 -0
  225. tccli/services/tbaas/v20180416/examples.json +37 -0
  226. tccli/services/tcaplusdb/tcaplusdb_client.py +260 -104
  227. tccli/services/tcaplusdb/v20190823/api.json +836 -760
  228. tccli/services/tcaplusdb/v20190823/examples.json +3 -3
  229. tccli/services/tchd/tchd_client.py +5 -2
  230. tccli/services/tcmpp/tcmpp_client.py +520 -208
  231. tccli/services/tcr/tcr_client.py +380 -152
  232. tccli/services/tcsas/tcsas_client.py +295 -118
  233. tccli/services/tcsas/v20250106/api.json +155 -79
  234. tccli/services/tcsas/v20250106/examples.json +3 -3
  235. tccli/services/tcss/tcss_client.py +1650 -660
  236. tccli/services/tdid/tdid_client.py +240 -96
  237. tccli/services/tdmq/tdmq_client.py +2876 -466
  238. tccli/services/tdmq/v20200217/api.json +11607 -3958
  239. tccli/services/tdmq/v20200217/examples.json +562 -264
  240. tccli/services/tem/tem_client.py +280 -112
  241. tccli/services/teo/teo_client.py +4507 -966
  242. tccli/services/teo/v20220901/api.json +7341 -1405
  243. tccli/services/teo/v20220901/examples.json +679 -99
  244. tccli/services/tione/__init__.py +4 -0
  245. tccli/services/tione/tione_client.py +210 -0
  246. tccli/services/tione/v20211111/api.json +3074 -0
  247. tccli/services/tione/v20211111/examples.json +12 -0
  248. tccli/services/tiw/tiw_client.py +255 -102
  249. tccli/services/tke/tke_client.py +741 -274
  250. tccli/services/tke/v20180525/api.json +132 -7
  251. tccli/services/tke/v20180525/examples.json +42 -16
  252. tccli/services/tms/tms_client.py +5 -2
  253. tccli/services/tms/v20201229/api.json +91 -100
  254. tccli/services/tmt/tmt_client.py +5 -2
  255. tccli/services/trabbit/__init__.py +4 -0
  256. tccli/services/trabbit/trabbit_client.py +1778 -0
  257. tccli/services/trabbit/v20230418/api.json +4772 -0
  258. tccli/services/trabbit/v20230418/examples.json +237 -0
  259. tccli/services/trocket/__init__.py +4 -0
  260. tccli/services/trocket/trocket_client.py +2450 -0
  261. tccli/services/trocket/v20230308/api.json +6062 -0
  262. tccli/services/trocket/v20230308/examples.json +339 -0
  263. tccli/services/trro/trro_client.py +95 -38
  264. tccli/services/trtc/trtc_client.py +928 -192
  265. tccli/services/trtc/v20190722/api.json +1810 -256
  266. tccli/services/trtc/v20190722/examples.json +100 -6
  267. tccli/services/tts/tts_client.py +5 -2
  268. tccli/services/vclm/vclm_client.py +10 -4
  269. tccli/services/vm/v20210922/api.json +61 -30
  270. tccli/services/vm/v20210922/examples.json +0 -12
  271. tccli/services/vm/vm_client.py +20 -8
  272. tccli/services/vod/v20180717/api.json +332 -52
  273. tccli/services/vod/v20180717/examples.json +9 -1
  274. tccli/services/vod/v20240718/api.json +1105 -0
  275. tccli/services/vod/v20240718/examples.json +97 -0
  276. tccli/services/vod/vod_client.py +1316 -350
  277. tccli/services/vpc/v20170312/api.json +1166 -106
  278. tccli/services/vpc/v20170312/examples.json +197 -23
  279. tccli/services/vpc/vpc_client.py +2413 -739
  280. tccli/services/waf/v20180125/api.json +1372 -194
  281. tccli/services/waf/v20180125/examples.json +89 -1
  282. tccli/services/waf/waf_client.py +1149 -245
  283. tccli/services/wedata/v20210820/api.json +1577 -231
  284. tccli/services/wedata/v20210820/examples.json +74 -12
  285. tccli/services/wedata/v20250806/api.json +13644 -0
  286. tccli/services/wedata/v20250806/examples.json +621 -0
  287. tccli/services/wedata/wedata_client.py +6366 -1191
  288. tccli/services/yunjing/yunjing_client.py +355 -142
  289. {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/METADATA +4 -7
  290. {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/RECORD +294 -230
  291. {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/WHEEL +1 -1
  292. {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/entry_points.txt +0 -1
  293. {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/LICENSE +0 -0
  294. {tccli_intl_en-3.0.1168.1.dist-info → tccli_intl_en-3.1.16.1.dist-info}/top_level.txt +0 -0
@@ -140,6 +140,20 @@
140
140
  "output": "DescribeHostUpdateRecordDetailResponse",
141
141
  "status": "online"
142
142
  },
143
+ "DescribeHostUploadUpdateRecord": {
144
+ "document": "This API is used to query the record list of cloud resource updates for certificates (certificate ID unchanged).",
145
+ "input": "DescribeHostUploadUpdateRecordRequest",
146
+ "name": "Query certificate cloud resource updates (certificate ID unchanged) record list",
147
+ "output": "DescribeHostUploadUpdateRecordResponse",
148
+ "status": "online"
149
+ },
150
+ "DescribeHostUploadUpdateRecordDetail": {
151
+ "document": "This API is used to query the deployment record details of certificate update records (certificate ID unchanged).",
152
+ "input": "DescribeHostUploadUpdateRecordDetailRequest",
153
+ "name": "Query certificate update record (certificate ID unchanged) deployment record details",
154
+ "output": "DescribeHostUploadUpdateRecordDetailResponse",
155
+ "status": "online"
156
+ },
143
157
  "DownloadCertificate": {
144
158
  "document": "This API is used to download a certificate.",
145
159
  "input": "DownloadCertificateRequest",
@@ -175,6 +189,13 @@
175
189
  "output": "ModifyCertificateResubmitResponse",
176
190
  "status": "online"
177
191
  },
192
+ "ModifyCertificatesExpiringNotificationSwitch": {
193
+ "document": "Modify to ignore certificate expiration notifications. Enable or disable certificate expiration notifications.",
194
+ "input": "ModifyCertificatesExpiringNotificationSwitchRequest",
195
+ "name": "Modify whether to ignore certificate expiration notification",
196
+ "output": "ModifyCertificatesExpiringNotificationSwitchResponse",
197
+ "status": "online"
198
+ },
178
199
  "ReplaceCertificate": {
179
200
  "document": "This API is used to reissue a certificate. Note that if you have applied for a free certificate, only an RSA-2048 certificate will be reissued, and the certificate can be reissued only once.",
180
201
  "input": "ReplaceCertificateRequest",
@@ -223,6 +244,27 @@
223
244
  "name": "Uploads the confirmation letter for a certificate",
224
245
  "output": "UploadConfirmLetterResponse",
225
246
  "status": "online"
247
+ },
248
+ "UploadUpdateCertificateInstance": {
249
+ "document": "This API is used to update certificate content (certificate ID unchanged) and update associated Tencent Cloud resources. This is an asynchronous API. After calling, a DeployRecordId of 0 indicates that the task is in progress. Repeatedly request this API, and when DeployRecordId is greater than 0, it means the task has been successfully created. If the task is not successfully created, an exception will be thrown.",
250
+ "input": "UploadUpdateCertificateInstanceRequest",
251
+ "name": "Update certificate content (certificate ID unchanged) and update associated tencent cloud resources",
252
+ "output": "UploadUpdateCertificateInstanceResponse",
253
+ "status": "online"
254
+ },
255
+ "UploadUpdateCertificateRecordRetry": {
256
+ "document": "Cloud Resource Update (Certificate ID Unchanged) Deployment Retry Record.",
257
+ "input": "UploadUpdateCertificateRecordRetryRequest",
258
+ "name": "Cloud resource update (certificate ID unchanged) deployment retry after failure record",
259
+ "output": "UploadUpdateCertificateRecordRetryResponse",
260
+ "status": "online"
261
+ },
262
+ "UploadUpdateCertificateRecordRollback": {
263
+ "document": "This API is used to roll back the full task when cloud resource update succeeds with unchanged certificate ID.",
264
+ "input": "UploadUpdateCertificateRecordRollbackRequest",
265
+ "name": "Update cloud resources (certificate ID unchanged) and roll back the record",
266
+ "output": "UploadUpdateCertificateRecordRollbackResponse",
267
+ "status": "online"
226
268
  }
227
269
  },
228
270
  "metadata": {
@@ -2468,6 +2510,344 @@
2468
2510
  ],
2469
2511
  "type": "object"
2470
2512
  },
2513
+ "DeployRecord": {
2514
+ "document": "Managed records.",
2515
+ "members": [
2516
+ {
2517
+ "disabled": false,
2518
+ "document": "Total number.",
2519
+ "example": "无",
2520
+ "member": "int64",
2521
+ "name": "TotalCount",
2522
+ "output_required": true,
2523
+ "type": "int",
2524
+ "value_allowed_null": false
2525
+ },
2526
+ {
2527
+ "disabled": false,
2528
+ "document": "Total successes",
2529
+ "example": "无",
2530
+ "member": "int64",
2531
+ "name": "SuccessTotalCount",
2532
+ "output_required": true,
2533
+ "type": "int",
2534
+ "value_allowed_null": false
2535
+ },
2536
+ {
2537
+ "disabled": false,
2538
+ "document": "Total failed deployments.",
2539
+ "example": "无",
2540
+ "member": "int64",
2541
+ "name": "FailedTotalCount",
2542
+ "output_required": true,
2543
+ "type": "int",
2544
+ "value_allowed_null": false
2545
+ },
2546
+ {
2547
+ "disabled": false,
2548
+ "document": "Deployment in progress total number.",
2549
+ "example": "无",
2550
+ "member": "int64",
2551
+ "name": "RunningTotalCount",
2552
+ "output_required": true,
2553
+ "type": "int",
2554
+ "value_allowed_null": false
2555
+ },
2556
+ {
2557
+ "disabled": false,
2558
+ "document": "Deployment record type 0 specifies deployment, 1 indicates rollback.",
2559
+ "example": "无",
2560
+ "member": "int64",
2561
+ "name": "Type",
2562
+ "output_required": true,
2563
+ "type": "int",
2564
+ "value_allowed_null": false
2565
+ },
2566
+ {
2567
+ "disabled": false,
2568
+ "document": "Deployment record detail list.",
2569
+ "example": "无",
2570
+ "member": "DeployRecordList",
2571
+ "name": "RecordDetailList",
2572
+ "output_required": true,
2573
+ "type": "list",
2574
+ "value_allowed_null": false
2575
+ },
2576
+ {
2577
+ "disabled": false,
2578
+ "document": "Hosted resource deployment state: `0` (awaiting deployment), `1` (deployment successful), `2` (deployment failed), `3` (deploying), `4` (rollback successful), `5` (rollback failure).",
2579
+ "example": "无",
2580
+ "member": "int64",
2581
+ "name": "Status",
2582
+ "output_required": true,
2583
+ "type": "int",
2584
+ "value_allowed_null": false
2585
+ },
2586
+ {
2587
+ "disabled": false,
2588
+ "document": "Managed resource creation time.",
2589
+ "example": "无",
2590
+ "member": "string",
2591
+ "name": "CreateTime",
2592
+ "output_required": true,
2593
+ "type": "string",
2594
+ "value_allowed_null": false
2595
+ }
2596
+ ],
2597
+ "usage": "out"
2598
+ },
2599
+ "DeployRecordItem": {
2600
+ "document": "Deployment record details.",
2601
+ "members": [
2602
+ {
2603
+ "disabled": false,
2604
+ "document": "Deployment record detail ID.",
2605
+ "example": "17990",
2606
+ "member": "uint64",
2607
+ "name": "Id",
2608
+ "output_required": true,
2609
+ "type": "int",
2610
+ "value_allowed_null": false
2611
+ },
2612
+ {
2613
+ "disabled": false,
2614
+ "document": "Bound certificate ID.",
2615
+ "example": "ehy**nsn",
2616
+ "member": "string",
2617
+ "name": "OldCertId",
2618
+ "output_required": true,
2619
+ "type": "string",
2620
+ "value_allowed_null": false
2621
+ },
2622
+ {
2623
+ "disabled": false,
2624
+ "document": "Deployment instance ID.",
2625
+ "example": "lb-****",
2626
+ "member": "string",
2627
+ "name": "InstanceId",
2628
+ "output_required": true,
2629
+ "type": "string",
2630
+ "value_allowed_null": false
2631
+ },
2632
+ {
2633
+ "disabled": false,
2634
+ "document": "Specifies the deployment instance name.",
2635
+ "example": "zrh",
2636
+ "member": "string",
2637
+ "name": "InstanceName",
2638
+ "output_required": true,
2639
+ "type": "string",
2640
+ "value_allowed_null": false
2641
+ },
2642
+ {
2643
+ "disabled": false,
2644
+ "document": "Deploy the listener ID.",
2645
+ "example": "lbl-****",
2646
+ "member": "string",
2647
+ "name": "ListenerId",
2648
+ "output_required": true,
2649
+ "type": "string",
2650
+ "value_allowed_null": false
2651
+ },
2652
+ {
2653
+ "disabled": false,
2654
+ "document": "Deployment domain name list.",
2655
+ "example": "[\"www.**.com\"]",
2656
+ "member": "string",
2657
+ "name": "Domains",
2658
+ "output_required": true,
2659
+ "type": "list",
2660
+ "value_allowed_null": false
2661
+ },
2662
+ {
2663
+ "disabled": false,
2664
+ "document": "Deploy listener protocol.",
2665
+ "example": "https",
2666
+ "member": "string",
2667
+ "name": "Protocol",
2668
+ "output_required": true,
2669
+ "type": "string",
2670
+ "value_allowed_null": false
2671
+ },
2672
+ {
2673
+ "disabled": false,
2674
+ "document": "Deployment state.",
2675
+ "example": "1",
2676
+ "member": "int64",
2677
+ "name": "Status",
2678
+ "output_required": true,
2679
+ "type": "int",
2680
+ "value_allowed_null": false
2681
+ },
2682
+ {
2683
+ "disabled": false,
2684
+ "document": "Deployment error information.",
2685
+ "example": "no domain",
2686
+ "member": "string",
2687
+ "name": "ErrorMsg",
2688
+ "output_required": true,
2689
+ "type": "string",
2690
+ "value_allowed_null": false
2691
+ },
2692
+ {
2693
+ "disabled": false,
2694
+ "document": "Describes the creation time of the deployment record detail.",
2695
+ "example": "2028-09-08 23:00:00",
2696
+ "member": "string",
2697
+ "name": "CreateTime",
2698
+ "output_required": true,
2699
+ "type": "string",
2700
+ "value_allowed_null": false
2701
+ },
2702
+ {
2703
+ "disabled": false,
2704
+ "document": "Specifies the last update time of the deployment record detail.",
2705
+ "example": "2028-09-08 24:00:00",
2706
+ "member": "string",
2707
+ "name": "UpdateTime",
2708
+ "output_required": true,
2709
+ "type": "string",
2710
+ "value_allowed_null": false
2711
+ },
2712
+ {
2713
+ "disabled": false,
2714
+ "document": "Deploy listener name.",
2715
+ "example": "zrh",
2716
+ "member": "string",
2717
+ "name": "ListenerName",
2718
+ "output_required": true,
2719
+ "type": "string",
2720
+ "value_allowed_null": false
2721
+ },
2722
+ {
2723
+ "disabled": false,
2724
+ "document": "Whether SNI is enabled.",
2725
+ "example": "0",
2726
+ "member": "int64",
2727
+ "name": "SniSwitch",
2728
+ "output_required": true,
2729
+ "type": "int",
2730
+ "value_allowed_null": false
2731
+ },
2732
+ {
2733
+ "disabled": false,
2734
+ "document": "COS bucket name.",
2735
+ "example": "cos-****",
2736
+ "member": "string",
2737
+ "name": "Bucket",
2738
+ "output_required": true,
2739
+ "type": "string",
2740
+ "value_allowed_null": false
2741
+ },
2742
+ {
2743
+ "disabled": false,
2744
+ "document": "Namespace name.",
2745
+ "example": "zrhname",
2746
+ "member": "string",
2747
+ "name": "Namespace",
2748
+ "output_required": true,
2749
+ "type": "string",
2750
+ "value_allowed_null": false
2751
+ },
2752
+ {
2753
+ "disabled": false,
2754
+ "document": "The secret name.",
2755
+ "example": "testSc",
2756
+ "member": "string",
2757
+ "name": "SecretName",
2758
+ "output_required": true,
2759
+ "type": "string",
2760
+ "value_allowed_null": false
2761
+ },
2762
+ {
2763
+ "disabled": false,
2764
+ "document": "Port",
2765
+ "example": "90",
2766
+ "member": "int64",
2767
+ "name": "Port",
2768
+ "output_required": true,
2769
+ "type": "int",
2770
+ "value_allowed_null": false
2771
+ },
2772
+ {
2773
+ "disabled": false,
2774
+ "document": "Deployed TCB region.",
2775
+ "example": "ap-guangzhou",
2776
+ "member": "string",
2777
+ "name": "Region",
2778
+ "output_required": true,
2779
+ "type": "string",
2780
+ "value_allowed_null": false
2781
+ },
2782
+ {
2783
+ "disabled": false,
2784
+ "document": "CLB type. valid values: 0 (classic clb); 1 (application clb).",
2785
+ "example": "0",
2786
+ "member": "int64",
2787
+ "name": "Forward",
2788
+ "output_required": true,
2789
+ "type": "int",
2790
+ "value_allowed_null": false
2791
+ },
2792
+ {
2793
+ "disabled": false,
2794
+ "document": "Certificate authentication mode: UNIDIRECTIONAL for one-way authentication, MUTUAL for MUTUAL authentication.",
2795
+ "example": "UNIDIRECTIONAL",
2796
+ "member": "string",
2797
+ "name": "SSLMode",
2798
+ "output_required": true,
2799
+ "type": "string",
2800
+ "value_allowed_null": false
2801
+ },
2802
+ {
2803
+ "disabled": false,
2804
+ "document": "Deployment resource type.",
2805
+ "example": "clb",
2806
+ "member": "string",
2807
+ "name": "ResourceType",
2808
+ "output_required": true,
2809
+ "type": "string",
2810
+ "value_allowed_null": false
2811
+ }
2812
+ ],
2813
+ "usage": "out"
2814
+ },
2815
+ "DeployRecordList": {
2816
+ "document": "Managed record detailed information.",
2817
+ "members": [
2818
+ {
2819
+ "disabled": false,
2820
+ "document": "Deployment resource type.",
2821
+ "example": "无",
2822
+ "member": "string",
2823
+ "name": "ResourceType",
2824
+ "output_required": true,
2825
+ "type": "string",
2826
+ "value_allowed_null": false
2827
+ },
2828
+ {
2829
+ "disabled": false,
2830
+ "document": "Deployment resource detail list.\nNote: This field may return null, indicating that no valid values can be obtained.",
2831
+ "example": "无",
2832
+ "member": "DeployRecordItem",
2833
+ "name": "List",
2834
+ "output_required": true,
2835
+ "type": "list",
2836
+ "value_allowed_null": true
2837
+ },
2838
+ {
2839
+ "disabled": false,
2840
+ "document": "Total count of deployment resources.",
2841
+ "example": "无",
2842
+ "member": "int64",
2843
+ "name": "TotalCount",
2844
+ "output_required": true,
2845
+ "type": "int",
2846
+ "value_allowed_null": false
2847
+ }
2848
+ ],
2849
+ "usage": "out"
2850
+ },
2471
2851
  "DescribeCSRRequest": {
2472
2852
  "document": "DescribeCSR request structure.",
2473
2853
  "members": [
@@ -4293,12 +4673,141 @@
4293
4673
  ],
4294
4674
  "type": "object"
4295
4675
  },
4296
- "DescribeHostUpdateRecordRequest": {
4297
- "document": "DescribeHostUpdateRecord request structure.",
4676
+ "DescribeHostUpdateRecordRequest": {
4677
+ "document": "DescribeHostUpdateRecord request structure.",
4678
+ "members": [
4679
+ {
4680
+ "disabled": false,
4681
+ "document": "Paging offset, starting from 0",
4682
+ "example": "1",
4683
+ "member": "uint64",
4684
+ "name": "Offset",
4685
+ "required": false,
4686
+ "type": "int"
4687
+ },
4688
+ {
4689
+ "disabled": false,
4690
+ "document": "Number per page, 10 by default.",
4691
+ "example": "10",
4692
+ "member": "uint64",
4693
+ "name": "Limit",
4694
+ "required": false,
4695
+ "type": "int"
4696
+ },
4697
+ {
4698
+ "disabled": false,
4699
+ "document": "New certificate ID",
4700
+ "example": "heys**hehs",
4701
+ "member": "string",
4702
+ "name": "CertificateId",
4703
+ "required": false,
4704
+ "type": "string"
4705
+ },
4706
+ {
4707
+ "disabled": false,
4708
+ "document": "Old certificate ID",
4709
+ "example": "egts**hehsy",
4710
+ "member": "string",
4711
+ "name": "OldCertificateId",
4712
+ "required": false,
4713
+ "type": "string"
4714
+ }
4715
+ ],
4716
+ "type": "object"
4717
+ },
4718
+ "DescribeHostUpdateRecordResponse": {
4719
+ "document": "DescribeHostUpdateRecord response structure.",
4720
+ "members": [
4721
+ {
4722
+ "disabled": false,
4723
+ "document": "Total count\nNote: This field may return null, indicating that no valid value can be obtained.",
4724
+ "example": "10",
4725
+ "member": "uint64",
4726
+ "name": "TotalCount",
4727
+ "output_required": true,
4728
+ "type": "int",
4729
+ "value_allowed_null": true
4730
+ },
4731
+ {
4732
+ "disabled": false,
4733
+ "document": "Certificate deployment record list\nNote: This field may return null, indicating that no valid value can be obtained.",
4734
+ "example": "无",
4735
+ "member": "UpdateRecordInfo",
4736
+ "name": "DeployRecordList",
4737
+ "output_required": true,
4738
+ "type": "list",
4739
+ "value_allowed_null": true
4740
+ },
4741
+ {
4742
+ "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.",
4743
+ "member": "string",
4744
+ "name": "RequestId",
4745
+ "type": "string"
4746
+ }
4747
+ ],
4748
+ "type": "object"
4749
+ },
4750
+ "DescribeHostUploadUpdateRecordDetailRequest": {
4751
+ "document": "DescribeHostUploadUpdateRecordDetail request structure.",
4752
+ "members": [
4753
+ {
4754
+ "disabled": false,
4755
+ "document": "Hosting record ID.",
4756
+ "example": "无",
4757
+ "member": "int64",
4758
+ "name": "DeployRecordId",
4759
+ "required": true,
4760
+ "type": "int"
4761
+ },
4762
+ {
4763
+ "disabled": false,
4764
+ "document": "Number of items per page. default is 10, maximum is 200. exceeds 200 will be set to 200.",
4765
+ "example": "无",
4766
+ "member": "int64",
4767
+ "name": "Limit",
4768
+ "required": false,
4769
+ "type": "int"
4770
+ },
4771
+ {
4772
+ "disabled": false,
4773
+ "document": "Offset. Default value: 0.",
4774
+ "example": "无",
4775
+ "member": "int64",
4776
+ "name": "Offset",
4777
+ "required": false,
4778
+ "type": "int"
4779
+ }
4780
+ ],
4781
+ "type": "object"
4782
+ },
4783
+ "DescribeHostUploadUpdateRecordDetailResponse": {
4784
+ "document": "DescribeHostUploadUpdateRecordDetail response structure.",
4785
+ "members": [
4786
+ {
4787
+ "disabled": false,
4788
+ "document": "Hosting record detail list.",
4789
+ "example": "无",
4790
+ "member": "DeployRecord",
4791
+ "name": "DeployRecordDetail",
4792
+ "output_required": false,
4793
+ "type": "list",
4794
+ "value_allowed_null": false
4795
+ },
4796
+ {
4797
+ "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.",
4798
+ "member": "string",
4799
+ "name": "RequestId",
4800
+ "type": "string"
4801
+ }
4802
+ ],
4803
+ "type": "object"
4804
+ },
4805
+ "DescribeHostUploadUpdateRecordRequest": {
4806
+ "document": "DescribeHostUploadUpdateRecord request structure.",
4298
4807
  "members": [
4299
4808
  {
4300
4809
  "disabled": false,
4301
- "document": "Paging offset, starting from 0",
4810
+ "document": "Pagination offset, starting from 0.",
4302
4811
  "example": "1",
4303
4812
  "member": "uint64",
4304
4813
  "name": "Offset",
@@ -4307,7 +4816,7 @@
4307
4816
  },
4308
4817
  {
4309
4818
  "disabled": false,
4310
- "document": "Number per page, 10 by default.",
4819
+ "document": "Number of items per page. default is 10.",
4311
4820
  "example": "10",
4312
4821
  "member": "uint64",
4313
4822
  "name": "Limit",
@@ -4316,16 +4825,7 @@
4316
4825
  },
4317
4826
  {
4318
4827
  "disabled": false,
4319
- "document": "New certificate ID",
4320
- "example": "heys**hehs",
4321
- "member": "string",
4322
- "name": "CertificateId",
4323
- "required": false,
4324
- "type": "string"
4325
- },
4326
- {
4327
- "disabled": false,
4328
- "document": "Old certificate ID",
4828
+ "document": "Original certificate ID",
4329
4829
  "example": "egts**hehsy",
4330
4830
  "member": "string",
4331
4831
  "name": "OldCertificateId",
@@ -4335,28 +4835,28 @@
4335
4835
  ],
4336
4836
  "type": "object"
4337
4837
  },
4338
- "DescribeHostUpdateRecordResponse": {
4339
- "document": "DescribeHostUpdateRecord response structure.",
4838
+ "DescribeHostUploadUpdateRecordResponse": {
4839
+ "document": "DescribeHostUploadUpdateRecord response structure.",
4340
4840
  "members": [
4341
4841
  {
4342
4842
  "disabled": false,
4343
- "document": "Total count\nNote: This field may return null, indicating that no valid value can be obtained.",
4843
+ "document": "Total number.",
4344
4844
  "example": "10",
4345
4845
  "member": "uint64",
4346
4846
  "name": "TotalCount",
4347
4847
  "output_required": true,
4348
4848
  "type": "int",
4349
- "value_allowed_null": true
4849
+ "value_allowed_null": false
4350
4850
  },
4351
4851
  {
4352
4852
  "disabled": false,
4353
- "document": "Certificate deployment record list\nNote: This field may return null, indicating that no valid value can be obtained.",
4853
+ "document": "Certificate deployment record list.",
4354
4854
  "example": "无",
4355
- "member": "UpdateRecordInfo",
4855
+ "member": "UploadUpdateRecordInfo",
4356
4856
  "name": "DeployRecordList",
4357
4857
  "output_required": true,
4358
4858
  "type": "list",
4359
- "value_allowed_null": true
4859
+ "value_allowed_null": false
4360
4860
  },
4361
4861
  {
4362
4862
  "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.",
@@ -5060,6 +5560,52 @@
5060
5560
  ],
5061
5561
  "type": "object"
5062
5562
  },
5563
+ "ModifyCertificatesExpiringNotificationSwitchRequest": {
5564
+ "document": "ModifyCertificatesExpiringNotificationSwitch request structure.",
5565
+ "members": [
5566
+ {
5567
+ "disabled": false,
5568
+ "document": "Certificate ID list. maximum of 50.",
5569
+ "example": "[\"heh***js\"]",
5570
+ "member": "string",
5571
+ "name": "CertificateIds",
5572
+ "required": true,
5573
+ "type": "list"
5574
+ },
5575
+ {
5576
+ "disabled": false,
5577
+ "document": "0: do not ignore notifications. 1: ignore notifications.",
5578
+ "example": "0",
5579
+ "member": "uint64",
5580
+ "name": "SwitchStatus",
5581
+ "required": true,
5582
+ "type": "int"
5583
+ }
5584
+ ],
5585
+ "type": "object"
5586
+ },
5587
+ "ModifyCertificatesExpiringNotificationSwitchResponse": {
5588
+ "document": "ModifyCertificatesExpiringNotificationSwitch response structure.",
5589
+ "members": [
5590
+ {
5591
+ "disabled": false,
5592
+ "document": "Certificate ID list.",
5593
+ "example": "[\"heysh**hejs\"]",
5594
+ "member": "string",
5595
+ "name": "CertificateIds",
5596
+ "output_required": true,
5597
+ "type": "list",
5598
+ "value_allowed_null": false
5599
+ },
5600
+ {
5601
+ "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.",
5602
+ "member": "string",
5603
+ "name": "RequestId",
5604
+ "type": "string"
5605
+ }
5606
+ ],
5607
+ "type": "object"
5608
+ },
5063
5609
  "OperationLog": {
5064
5610
  "document": "Certificate operation logs",
5065
5611
  "members": [
@@ -7591,6 +8137,228 @@
7591
8137
  ],
7592
8138
  "type": "object"
7593
8139
  },
8140
+ "UploadUpdateCertificateInstanceRequest": {
8141
+ "document": "UploadUpdateCertificateInstance request structure.",
8142
+ "members": [
8143
+ {
8144
+ "disabled": false,
8145
+ "document": "Old Certificate ID for One-Click Update. Query the tencent cloud resources bound to this certificate ID and use the new certificate to update these resources.",
8146
+ "example": "hey**shje",
8147
+ "member": "string",
8148
+ "name": "OldCertificateId",
8149
+ "required": true,
8150
+ "type": "string"
8151
+ },
8152
+ {
8153
+ "disabled": false,
8154
+ "document": "Resource type that needs to be deployed, parameter value (lowercase): clb.",
8155
+ "example": "[\"clb\"]",
8156
+ "member": "string",
8157
+ "name": "ResourceTypes",
8158
+ "required": true,
8159
+ "type": "list"
8160
+ },
8161
+ {
8162
+ "disabled": false,
8163
+ "document": "Public key certificate.",
8164
+ "example": "-----BEGIN CERTIFICATE----****",
8165
+ "member": "string",
8166
+ "name": "CertificatePublicKey",
8167
+ "required": true,
8168
+ "type": "string"
8169
+ },
8170
+ {
8171
+ "disabled": false,
8172
+ "document": "Private key certificate.",
8173
+ "example": "-----BEGIN RSA PRIVATE KEY----***",
8174
+ "member": "string",
8175
+ "name": "CertificatePrivateKey",
8176
+ "required": true,
8177
+ "type": "string"
8178
+ },
8179
+ {
8180
+ "disabled": false,
8181
+ "document": "The list of regions where cloud resources need to be deployed. The cloud resource type supported in the region is required. Value: clb.",
8182
+ "example": "无",
8183
+ "member": "ResourceTypeRegions",
8184
+ "name": "ResourceTypesRegions",
8185
+ "required": false,
8186
+ "type": "list"
8187
+ }
8188
+ ],
8189
+ "type": "object"
8190
+ },
8191
+ "UploadUpdateCertificateInstanceResponse": {
8192
+ "document": "UploadUpdateCertificateInstance response structure.",
8193
+ "members": [
8194
+ {
8195
+ "disabled": false,
8196
+ "document": "The tencent cloud resource update task ID. DeployRecordId equals 0 indicates the task is in progress. Repeatedly request this API, and when DeployRecordId is greater than 0, it means the task has been successfully created. If not successfully created, an exception will be thrown.",
8197
+ "example": "17636",
8198
+ "member": "uint64",
8199
+ "name": "DeployRecordId",
8200
+ "output_required": true,
8201
+ "type": "int",
8202
+ "value_allowed_null": false
8203
+ },
8204
+ {
8205
+ "disabled": false,
8206
+ "document": "Update task creation status: 1 indicates successful creation; 0 indicates an existing ongoing update task, and no new update task was created. The return value DeployRecordId represents the ID of the ongoing update task.",
8207
+ "example": "1",
8208
+ "member": "int64",
8209
+ "name": "DeployStatus",
8210
+ "output_required": true,
8211
+ "type": "int",
8212
+ "value_allowed_null": false
8213
+ },
8214
+ {
8215
+ "disabled": false,
8216
+ "document": "Create progress details for asynchronous update tasks.\nNote: This field may return null, indicating that no valid values can be obtained.",
8217
+ "example": "无",
8218
+ "member": "UpdateSyncProgress",
8219
+ "name": "UpdateSyncProgress",
8220
+ "output_required": true,
8221
+ "type": "list",
8222
+ "value_allowed_null": true
8223
+ },
8224
+ {
8225
+ "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.",
8226
+ "member": "string",
8227
+ "name": "RequestId",
8228
+ "type": "string"
8229
+ }
8230
+ ],
8231
+ "type": "object"
8232
+ },
8233
+ "UploadUpdateCertificateRecordRetryRequest": {
8234
+ "document": "UploadUpdateCertificateRecordRetry request structure.",
8235
+ "members": [
8236
+ {
8237
+ "disabled": false,
8238
+ "document": "Retry deployment record ID, obtained through UpdateCertificateInstance to get the deployment record ID. If this parameter is not provided, DeployRecordDetailId must be provided.",
8239
+ "example": "748939",
8240
+ "member": "int64",
8241
+ "name": "DeployRecordId",
8242
+ "required": false,
8243
+ "type": "int"
8244
+ },
8245
+ {
8246
+ "disabled": false,
8247
+ "document": "Retry deployment record detail ID, obtained through the DescribeHostUpdateRecordDetail API. If this parameter is not provided, DeployRecordId must be provided.",
8248
+ "example": "6637737",
8249
+ "member": "int64",
8250
+ "name": "DeployRecordDetailId",
8251
+ "required": false,
8252
+ "type": "int"
8253
+ }
8254
+ ],
8255
+ "type": "object"
8256
+ },
8257
+ "UploadUpdateCertificateRecordRetryResponse": {
8258
+ "document": "UploadUpdateCertificateRecordRetry response structure.",
8259
+ "members": [
8260
+ {
8261
+ "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.",
8262
+ "member": "string",
8263
+ "name": "RequestId",
8264
+ "type": "string"
8265
+ }
8266
+ ],
8267
+ "type": "object"
8268
+ },
8269
+ "UploadUpdateCertificateRecordRollbackRequest": {
8270
+ "document": "UploadUpdateCertificateRecordRollback request structure.",
8271
+ "members": [
8272
+ {
8273
+ "disabled": false,
8274
+ "document": "Record ID of the certificate pending rollback, obtained through the UpdateCertificateInstance API.",
8275
+ "example": "7377374",
8276
+ "member": "int64",
8277
+ "name": "DeployRecordId",
8278
+ "required": true,
8279
+ "type": "int"
8280
+ }
8281
+ ],
8282
+ "type": "object"
8283
+ },
8284
+ "UploadUpdateCertificateRecordRollbackResponse": {
8285
+ "document": "UploadUpdateCertificateRecordRollback response structure.",
8286
+ "members": [
8287
+ {
8288
+ "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.",
8289
+ "member": "string",
8290
+ "name": "RequestId",
8291
+ "type": "string"
8292
+ }
8293
+ ],
8294
+ "type": "object"
8295
+ },
8296
+ "UploadUpdateRecordInfo": {
8297
+ "document": "Deployment record list information.",
8298
+ "members": [
8299
+ {
8300
+ "disabled": false,
8301
+ "document": "Record ID",
8302
+ "example": "178837",
8303
+ "member": "uint64",
8304
+ "name": "Id",
8305
+ "output_required": true,
8306
+ "type": "int",
8307
+ "value_allowed_null": false
8308
+ },
8309
+ {
8310
+ "disabled": false,
8311
+ "document": "Original certificate ID",
8312
+ "example": "hesy*8he",
8313
+ "member": "string",
8314
+ "name": "OldCertId",
8315
+ "output_required": true,
8316
+ "type": "string",
8317
+ "value_allowed_null": false
8318
+ },
8319
+ {
8320
+ "disabled": false,
8321
+ "document": "Deployment resource type list.",
8322
+ "example": "[\"CLB\"]",
8323
+ "member": "string",
8324
+ "name": "ResourceTypes",
8325
+ "output_required": true,
8326
+ "type": "list",
8327
+ "value_allowed_null": false
8328
+ },
8329
+ {
8330
+ "disabled": false,
8331
+ "document": "Deployment state.",
8332
+ "example": "0",
8333
+ "member": "uint64",
8334
+ "name": "Status",
8335
+ "output_required": true,
8336
+ "type": "int",
8337
+ "value_allowed_null": false
8338
+ },
8339
+ {
8340
+ "disabled": false,
8341
+ "document": "Deployment time.",
8342
+ "example": "2018-09-10 12:00:00",
8343
+ "member": "string",
8344
+ "name": "CreateTime",
8345
+ "output_required": true,
8346
+ "type": "string",
8347
+ "value_allowed_null": false
8348
+ },
8349
+ {
8350
+ "disabled": false,
8351
+ "document": "Last update time.",
8352
+ "example": "2018-09-10 12:00:00",
8353
+ "member": "string",
8354
+ "name": "UpdateTime",
8355
+ "output_required": true,
8356
+ "type": "string",
8357
+ "value_allowed_null": false
8358
+ }
8359
+ ],
8360
+ "usage": "out"
8361
+ },
7594
8362
  "VODInstanceList": {
7595
8363
  "document": "Details of VOD instances - data structure of an async task for querying associated cloud resources",
7596
8364
  "members": [