tencentcloud-sdk-python 3.0.1491__py2.py3-none-any.whl → 3.1.6__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 (391) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/aai/v20180522/aai_client_async.py +100 -0
  3. tencentcloud/aca/v20210323/aca_client_async.py +170 -0
  4. tencentcloud/acp/v20220105/acp_client_async.py +170 -0
  5. tencentcloud/advisor/v20200721/advisor_client_async.py +62 -0
  6. tencentcloud/af/v20200226/af_client_async.py +86 -0
  7. tencentcloud/afc/v20200226/afc_client_async.py +82 -0
  8. tencentcloud/ags/v20250920/ags_client_async.py +243 -0
  9. tencentcloud/ai3d/v20250513/ai3d_client_async.py +102 -0
  10. tencentcloud/aiart/v20221229/aiart_client_async.py +513 -0
  11. tencentcloud/ame/v20190916/ame_client_async.py +586 -0
  12. tencentcloud/ams/v20200608/ams_client_async.py +179 -0
  13. tencentcloud/ams/v20201229/ams_client_async.py +169 -0
  14. tencentcloud/anicloud/v20220923/anicloud_client_async.py +80 -0
  15. tencentcloud/antiddos/v20200309/antiddos_client_async.py +1718 -0
  16. tencentcloud/ape/v20200513/ape_client_async.py +170 -0
  17. tencentcloud/api/v20201106/api_client_async.py +80 -0
  18. tencentcloud/apigateway/v20180808/apigateway_client_async.py +1830 -0
  19. tencentcloud/apm/v20210622/apm_client_async.py +495 -0
  20. tencentcloud/asr/v20190614/asr_client_async.py +647 -0
  21. tencentcloud/asw/v20200722/asw_client_async.py +188 -0
  22. tencentcloud/autoscaling/v20180419/autoscaling_client.py +1 -0
  23. tencentcloud/autoscaling/v20180419/autoscaling_client_async.py +1230 -0
  24. tencentcloud/autoscaling/v20180419/models.py +36 -0
  25. tencentcloud/ba/v20200720/ba_client_async.py +81 -0
  26. tencentcloud/batch/v20170312/batch_client_async.py +582 -0
  27. tencentcloud/bda/v20200324/bda_client_async.py +116 -0
  28. tencentcloud/bh/v20230418/bh_client.py +230 -0
  29. tencentcloud/bh/v20230418/bh_client_async.py +1844 -0
  30. tencentcloud/bh/v20230418/models.py +1677 -216
  31. tencentcloud/bi/v20220105/bi_client_async.py +548 -0
  32. tencentcloud/billing/v20180709/billing_client_async.py +1149 -0
  33. tencentcloud/bizlive/v20190313/bizlive_client_async.py +134 -0
  34. tencentcloud/bm/v20180423/bm_client_async.py +1012 -0
  35. tencentcloud/bma/v20210624/bma_client_async.py +530 -0
  36. tencentcloud/bma/v20221115/bma_client_async.py +224 -0
  37. tencentcloud/bmeip/v20180625/bmeip_client_async.py +386 -0
  38. tencentcloud/bmlb/v20180625/bmlb_client_async.py +908 -0
  39. tencentcloud/bmvpc/v20180625/bmvpc_client_async.py +1171 -0
  40. tencentcloud/bpaas/v20181217/bpaas_client_async.py +62 -0
  41. tencentcloud/bri/v20190328/bri_client_async.py +58 -0
  42. tencentcloud/bsca/v20210811/bsca_client_async.py +152 -0
  43. tencentcloud/btoe/v20210303/btoe_client_async.py +267 -0
  44. tencentcloud/btoe/v20210514/btoe_client_async.py +287 -0
  45. tencentcloud/ca/v20230228/ca_client_async.py +80 -0
  46. tencentcloud/cam/v20190116/cam_client_async.py +1684 -0
  47. tencentcloud/captcha/v20190722/captcha_client_async.py +350 -0
  48. tencentcloud/car/v20220110/car_client_async.py +134 -0
  49. tencentcloud/cat/v20180409/cat_client_async.py +279 -0
  50. tencentcloud/cbs/v20170312/cbs_client_async.py +959 -0
  51. tencentcloud/ccc/v20200210/ccc_client_async.py +1494 -0
  52. tencentcloud/ccc/v20200210/models.py +15 -0
  53. tencentcloud/cdb/v20170320/cdb_client_async.py +3254 -0
  54. tencentcloud/cdb/v20170320/models.py +74 -44
  55. tencentcloud/cdc/v20201214/cdc_client_async.py +440 -0
  56. tencentcloud/cdn/v20180606/cdn_client_async.py +1090 -0
  57. tencentcloud/cds/v20180420/cds_client_async.py +116 -0
  58. tencentcloud/cdwch/v20200915/cdwch_client_async.py +548 -0
  59. tencentcloud/cdwch/v20200915/models.py +34 -4
  60. tencentcloud/cdwdoris/v20211228/cdwdoris_client_async.py +1106 -0
  61. tencentcloud/cdwpg/v20201230/cdwpg_client_async.py +458 -0
  62. tencentcloud/cdz/v20221123/cdz_client_async.py +62 -0
  63. tencentcloud/cfg/v20210820/cfg_client_async.py +332 -0
  64. tencentcloud/cfs/v20190719/cfs_client_async.py +1054 -0
  65. tencentcloud/cfs/v20190719/models.py +40 -0
  66. tencentcloud/cfw/v20190904/cfw_client.py +23 -0
  67. tencentcloud/cfw/v20190904/cfw_client_async.py +2067 -0
  68. tencentcloud/cfw/v20190904/models.py +784 -8
  69. tencentcloud/chc/v20230418/chc_client_async.py +710 -0
  70. tencentcloud/chdfs/v20190718/chdfs_client_async.py +546 -0
  71. tencentcloud/chdfs/v20201112/chdfs_client_async.py +548 -0
  72. tencentcloud/ciam/v20220331/ciam_client_async.py +440 -0
  73. tencentcloud/cii/v20201210/cii_client_async.py +80 -0
  74. tencentcloud/cii/v20210408/cii_client_async.py +262 -0
  75. tencentcloud/cim/v20190318/cim_client_async.py +44 -0
  76. tencentcloud/ckafka/v20190819/ckafka_client.py +92 -0
  77. tencentcloud/ckafka/v20190819/ckafka_client_async.py +1701 -0
  78. tencentcloud/ckafka/v20190819/errorcodes.py +3 -0
  79. tencentcloud/ckafka/v20190819/models.py +741 -62
  80. tencentcloud/clb/v20180317/clb_client_async.py +1683 -0
  81. tencentcloud/cloudapp/v20220530/cloudapp_client_async.py +175 -0
  82. tencentcloud/cloudaudit/v20190319/cloudaudit_client_async.py +372 -0
  83. tencentcloud/cloudhsm/v20191112/cloudhsm_client_async.py +278 -0
  84. tencentcloud/cloudhsm/v20191112/models.py +49 -0
  85. tencentcloud/cloudstudio/v20230508/cloudstudio_client_async.py +188 -0
  86. tencentcloud/cls/v20201016/cls_client.py +92 -0
  87. tencentcloud/cls/v20201016/cls_client_async.py +2362 -0
  88. tencentcloud/cls/v20201016/models.py +1427 -74
  89. tencentcloud/cme/v20191029/cme_client_async.py +983 -0
  90. tencentcloud/cmq/v20190304/cmq_client_async.py +62 -0
  91. tencentcloud/cms/v20190321/cms_client_async.py +134 -0
  92. tencentcloud/common/abstract_client_async.py +654 -0
  93. tencentcloud/common/common_client_async.py +45 -0
  94. tencentcloud/common/http/request_async.py +62 -0
  95. tencentcloud/common/retry_async.py +87 -0
  96. tencentcloud/config/v20220802/config_client_async.py +152 -0
  97. tencentcloud/controlcenter/v20230110/controlcenter_client_async.py +116 -0
  98. tencentcloud/cpdp/v20190820/cpdp_client_async.py +3979 -0
  99. tencentcloud/csip/v20221121/csip_client.py +1 -1
  100. tencentcloud/csip/v20221121/csip_client_async.py +1502 -0
  101. tencentcloud/csip/v20221121/models.py +105 -0
  102. tencentcloud/csxg/v20230303/csxg_client_async.py +116 -0
  103. tencentcloud/ctem/v20231128/ctem_client.py +644 -0
  104. tencentcloud/ctem/v20231128/ctem_client_async.py +1124 -0
  105. tencentcloud/ctem/v20231128/models.py +4999 -711
  106. tencentcloud/ctsdb/v20230202/ctsdb_client_async.py +69 -0
  107. tencentcloud/cvm/v20170312/cvm_client.py +1 -1
  108. tencentcloud/cvm/v20170312/cvm_client_async.py +2025 -0
  109. tencentcloud/cvm/v20170312/errorcodes.py +3 -0
  110. tencentcloud/cvm/v20170312/models.py +14 -14
  111. tencentcloud/cwp/v20180228/cwp_client_async.py +9288 -0
  112. tencentcloud/cws/v20180312/cws_client_async.py +368 -0
  113. tencentcloud/cynosdb/v20190107/cynosdb_client_async.py +3068 -0
  114. tencentcloud/cynosdb/v20190107/models.py +99 -2
  115. tencentcloud/dasb/v20191018/dasb_client_async.py +1160 -0
  116. tencentcloud/dataagent/v20250513/dataagent_client_async.py +224 -0
  117. tencentcloud/dataagent/v20250513/models.py +15 -0
  118. tencentcloud/dayu/v20180709/dayu_client_async.py +2042 -0
  119. tencentcloud/dbbrain/v20191016/dbbrain_client_async.py +530 -0
  120. tencentcloud/dbbrain/v20210527/dbbrain_client.py +23 -0
  121. tencentcloud/dbbrain/v20210527/dbbrain_client_async.py +1538 -0
  122. tencentcloud/dbbrain/v20210527/models.py +463 -12
  123. tencentcloud/dbdc/v20201029/dbdc_client_async.py +134 -0
  124. tencentcloud/dc/v20180410/dc_client_async.py +425 -0
  125. tencentcloud/dcdb/v20180411/dcdb_client_async.py +1541 -0
  126. tencentcloud/dlc/v20210125/dlc_client.py +23 -0
  127. tencentcloud/dlc/v20210125/dlc_client_async.py +3322 -0
  128. tencentcloud/dlc/v20210125/errorcodes.py +9 -0
  129. tencentcloud/dlc/v20210125/models.py +1424 -17
  130. tencentcloud/dnspod/v20210323/dnspod_client_async.py +1710 -0
  131. tencentcloud/dnspod/v20210323/errorcodes.py +3 -0
  132. tencentcloud/dnspod/v20210323/models.py +2 -2
  133. tencentcloud/domain/v20180808/domain_client_async.py +1022 -0
  134. tencentcloud/drm/v20181115/drm_client_async.py +231 -0
  135. tencentcloud/ds/v20180523/ds_client_async.py +244 -0
  136. tencentcloud/dsgc/v20190723/dsgc_client_async.py +2452 -0
  137. tencentcloud/dsgc/v20190723/models.py +36 -36
  138. tencentcloud/dts/v20180330/dts_client_async.py +438 -0
  139. tencentcloud/dts/v20211206/dts_client.py +184 -0
  140. tencentcloud/dts/v20211206/dts_client_async.py +1480 -0
  141. tencentcloud/dts/v20211206/models.py +1275 -98
  142. tencentcloud/eb/v20210416/eb_client_async.py +602 -0
  143. tencentcloud/ecc/v20181213/ecc_client_async.py +100 -0
  144. tencentcloud/ecdn/v20191012/ecdn_client_async.py +162 -0
  145. tencentcloud/ecm/v20190719/ecm_client_async.py +2602 -0
  146. tencentcloud/eiam/v20210420/eiam_client_async.py +782 -0
  147. tencentcloud/eis/v20200715/eis_client_async.py +80 -0
  148. tencentcloud/eis/v20210601/eis_client_async.py +116 -0
  149. tencentcloud/emr/v20190103/emr_client.py +23 -0
  150. tencentcloud/emr/v20190103/emr_client_async.py +1659 -0
  151. tencentcloud/emr/v20190103/models.py +395 -0
  152. tencentcloud/es/v20180416/es_client_async.py +1209 -0
  153. tencentcloud/es/v20250101/es_client.py +6 -5
  154. tencentcloud/es/v20250101/es_client_async.py +216 -0
  155. tencentcloud/es/v20250101/models.py +6 -6
  156. tencentcloud/ess/v20201111/ess_client.py +6 -2
  157. tencentcloud/ess/v20201111/ess_client_async.py +3406 -0
  158. tencentcloud/ess/v20201111/models.py +468 -19
  159. tencentcloud/essbasic/v20201222/essbasic_client_async.py +1029 -0
  160. tencentcloud/essbasic/v20210526/essbasic_client.py +1 -1
  161. tencentcloud/essbasic/v20210526/essbasic_client_async.py +2757 -0
  162. tencentcloud/essbasic/v20210526/models.py +320 -6
  163. tencentcloud/evt/__init__.py +0 -0
  164. tencentcloud/evt/v20250217/__init__.py +0 -0
  165. tencentcloud/evt/v20250217/errorcodes.py +15 -0
  166. tencentcloud/evt/v20250217/evt_client.py +49 -0
  167. tencentcloud/evt/v20250217/evt_client_async.py +44 -0
  168. tencentcloud/evt/v20250217/models.py +228 -0
  169. tencentcloud/facefusion/v20181201/facefusion_client_async.py +86 -0
  170. tencentcloud/facefusion/v20220927/facefusion_client_async.py +83 -0
  171. tencentcloud/faceid/v20180301/errorcodes.py +0 -6
  172. tencentcloud/faceid/v20180301/faceid_client.py +0 -23
  173. tencentcloud/faceid/v20180301/faceid_client_async.py +674 -0
  174. tencentcloud/faceid/v20180301/models.py +45 -195
  175. tencentcloud/fmu/v20191213/fmu_client_async.py +161 -0
  176. tencentcloud/ft/v20200304/ft_client_async.py +134 -0
  177. tencentcloud/gaap/v20180529/gaap_client_async.py +1865 -0
  178. tencentcloud/gme/v20180711/gme_client_async.py +865 -0
  179. tencentcloud/goosefs/v20220519/goosefs_client_async.py +514 -0
  180. tencentcloud/gs/v20191118/gs_client.py +46 -0
  181. tencentcloud/gs/v20191118/gs_client_async.py +1527 -0
  182. tencentcloud/gs/v20191118/models.py +227 -0
  183. tencentcloud/gwlb/v20240906/gwlb_client_async.py +373 -0
  184. tencentcloud/habo/v20181203/habo_client_async.py +62 -0
  185. tencentcloud/hai/v20230812/hai_client_async.py +316 -0
  186. tencentcloud/hasim/v20210716/hasim_client_async.py +422 -0
  187. tencentcloud/hcm/v20181106/hcm_client_async.py +44 -0
  188. tencentcloud/hunyuan/v20230901/hunyuan_client_async.py +469 -0
  189. tencentcloud/iai/v20180301/iai_client.py +0 -44
  190. tencentcloud/iai/v20180301/iai_client_async.py +728 -0
  191. tencentcloud/iai/v20180301/models.py +0 -171
  192. tencentcloud/iai/v20200303/iai_client.py +1 -35
  193. tencentcloud/iai/v20200303/iai_client_async.py +802 -0
  194. tencentcloud/iai/v20200303/models.py +0 -175
  195. tencentcloud/iap/v20240713/iap_client_async.py +134 -0
  196. tencentcloud/ic/v20190307/ic_client_async.py +193 -0
  197. tencentcloud/icr/v20211014/icr_client_async.py +44 -0
  198. tencentcloud/ie/v20200304/ie_client_async.py +206 -0
  199. tencentcloud/ig/v20210518/ig_client_async.py +44 -0
  200. tencentcloud/igtm/v20231024/igtm_client_async.py +494 -0
  201. tencentcloud/igtm/v20231024/models.py +110 -0
  202. tencentcloud/ims/v20200713/ims_client_async.py +60 -0
  203. tencentcloud/ims/v20201229/ims_client_async.py +132 -0
  204. tencentcloud/ioa/v20220601/ioa_client_async.py +512 -0
  205. tencentcloud/iot/v20180123/iot_client_async.py +838 -0
  206. tencentcloud/iotcloud/v20180614/iotcloud_client_async.py +1268 -0
  207. tencentcloud/iotcloud/v20210408/iotcloud_client_async.py +1340 -0
  208. tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +161 -0
  209. tencentcloud/iotexplorer/v20190423/iotexplorer_client_async.py +3632 -0
  210. tencentcloud/iotexplorer/v20190423/models.py +1669 -337
  211. tencentcloud/iotvideo/v20191126/iotvideo_client_async.py +1278 -0
  212. tencentcloud/iotvideo/v20201215/iotvideo_client_async.py +1448 -0
  213. tencentcloud/iotvideo/v20211125/iotvideo_client_async.py +1970 -0
  214. tencentcloud/iotvideoindustry/v20201201/iotvideoindustry_client_async.py +1921 -0
  215. tencentcloud/irp/v20220324/irp_client_async.py +98 -0
  216. tencentcloud/irp/v20220805/irp_client_async.py +152 -0
  217. tencentcloud/iss/v20230517/iss_client_async.py +1686 -0
  218. tencentcloud/iss/v20230517/models.py +2 -2
  219. tencentcloud/ivld/v20210903/ivld_client_async.py +636 -0
  220. tencentcloud/keewidb/v20220308/keewidb_client_async.py +711 -0
  221. tencentcloud/kms/v20190118/kms_client_async.py +1252 -0
  222. tencentcloud/lcic/v20220817/lcic_client_async.py +1331 -0
  223. tencentcloud/lighthouse/v20200324/lighthouse_client_async.py +2331 -0
  224. tencentcloud/live/v20180801/live_client.py +0 -25
  225. tencentcloud/live/v20180801/live_client_async.py +3758 -0
  226. tencentcloud/live/v20180801/models.py +0 -282
  227. tencentcloud/lke/v20231130/lke_client_async.py +1923 -0
  228. tencentcloud/lke/v20231130/models.py +82 -0
  229. tencentcloud/lkeap/v20240522/lkeap_client.py +3 -13
  230. tencentcloud/lkeap/v20240522/lkeap_client_async.py +618 -0
  231. tencentcloud/lowcode/v20210108/lowcode_client_async.py +332 -0
  232. tencentcloud/mall/v20230518/mall_client_async.py +44 -0
  233. tencentcloud/mariadb/v20170312/mariadb_client_async.py +1505 -0
  234. tencentcloud/market/v20191010/market_client_async.py +62 -0
  235. tencentcloud/memcached/v20190318/memcached_client_async.py +44 -0
  236. tencentcloud/mmps/v20200710/mmps_client_async.py +296 -0
  237. tencentcloud/mna/v20210119/mna_client_async.py +764 -0
  238. tencentcloud/mongodb/v20180408/mongodb_client_async.py +260 -0
  239. tencentcloud/mongodb/v20190725/errorcodes.py +3 -0
  240. tencentcloud/mongodb/v20190725/models.py +390 -2
  241. tencentcloud/mongodb/v20190725/mongodb_client.py +46 -0
  242. tencentcloud/mongodb/v20190725/mongodb_client_async.py +1220 -0
  243. tencentcloud/monitor/v20180724/monitor_client_async.py +3099 -0
  244. tencentcloud/monitor/v20230616/monitor_client_async.py +44 -0
  245. tencentcloud/mps/v20190612/errorcodes.py +9 -0
  246. tencentcloud/mps/v20190612/models.py +2329 -290
  247. tencentcloud/mps/v20190612/mps_client.py +232 -0
  248. tencentcloud/mps/v20190612/mps_client_async.py +2729 -0
  249. tencentcloud/mqtt/v20240516/mqtt_client_async.py +1153 -0
  250. tencentcloud/mrs/v20200910/mrs_client_async.py +231 -0
  251. tencentcloud/ms/v20180408/ms_client_async.py +450 -0
  252. tencentcloud/msp/v20180319/msp_client_async.py +154 -0
  253. tencentcloud/nlp/v20190408/nlp_client_async.py +140 -0
  254. tencentcloud/npp/v20190823/npp_client_async.py +170 -0
  255. tencentcloud/oceanus/v20190422/oceanus_client_async.py +844 -0
  256. tencentcloud/ocr/v20181119/models.py +232 -0
  257. tencentcloud/ocr/v20181119/ocr_client_async.py +2228 -0
  258. tencentcloud/omics/v20221128/omics_client_async.py +386 -0
  259. tencentcloud/organization/v20181225/organization_client_async.py +386 -0
  260. tencentcloud/organization/v20210331/organization_client_async.py +2348 -0
  261. tencentcloud/partners/v20180321/partners_client_async.py +444 -0
  262. tencentcloud/postgres/v20170312/errorcodes.py +6 -0
  263. tencentcloud/postgres/v20170312/postgres_client_async.py +1908 -0
  264. tencentcloud/privatedns/v20201028/errorcodes.py +9 -0
  265. tencentcloud/privatedns/v20201028/models.py +783 -17
  266. tencentcloud/privatedns/v20201028/privatedns_client.py +93 -1
  267. tencentcloud/privatedns/v20201028/privatedns_client_async.py +746 -0
  268. tencentcloud/pts/v20210728/pts_client_async.py +890 -0
  269. tencentcloud/rce/v20201103/rce_client_async.py +224 -0
  270. tencentcloud/redis/v20180412/redis_client_async.py +2008 -0
  271. tencentcloud/region/v20220627/region_client_async.py +80 -0
  272. tencentcloud/rum/v20210622/rum_client_async.py +999 -0
  273. tencentcloud/scf/v20180416/errorcodes.py +6 -0
  274. tencentcloud/scf/v20180416/models.py +263 -0
  275. tencentcloud/scf/v20180416/scf_client_async.py +984 -0
  276. tencentcloud/securitylake/v20240117/securitylake_client_async.py +44 -0
  277. tencentcloud/ses/v20201002/ses_client_async.py +657 -0
  278. tencentcloud/smh/v20210712/smh_client_async.py +296 -0
  279. tencentcloud/smop/v20201203/smop_client_async.py +46 -0
  280. tencentcloud/sms/v20190711/sms_client_async.py +326 -0
  281. tencentcloud/sms/v20210111/sms_client_async.py +365 -0
  282. tencentcloud/soe/v20180724/soe_client_async.py +98 -0
  283. tencentcloud/sqlserver/v20180328/sqlserver_client_async.py +2693 -0
  284. tencentcloud/ssa/v20180608/ssa_client_async.py +440 -0
  285. tencentcloud/ssl/v20191205/ssl_client_async.py +1257 -0
  286. tencentcloud/sslpod/v20190605/sslpod_client_async.py +206 -0
  287. tencentcloud/ssm/v20190923/ssm_client_async.py +468 -0
  288. tencentcloud/sts/v20180813/sts_client_async.py +205 -0
  289. tencentcloud/svp/v20240125/svp_client_async.py +116 -0
  290. tencentcloud/taf/v20200210/taf_client_async.py +44 -0
  291. tencentcloud/tag/v20180813/tag_client_async.py +584 -0
  292. tencentcloud/tat/v20201028/tat_client_async.py +565 -0
  293. tencentcloud/tbaas/v20180416/tbaas_client_async.py +458 -0
  294. tencentcloud/tbp/v20190311/tbp_client_async.py +98 -0
  295. tencentcloud/tbp/v20190627/tbp_client_async.py +62 -0
  296. tencentcloud/tcaplusdb/v20190823/tcaplusdb_client_async.py +986 -0
  297. tencentcloud/tcb/v20180608/tcb_client_async.py +1632 -0
  298. tencentcloud/tcbr/v20220217/models.py +15 -0
  299. tencentcloud/tcbr/v20220217/tcbr_client_async.py +206 -0
  300. tencentcloud/tccatalog/v20241024/tccatalog_client_async.py +98 -0
  301. tencentcloud/tchd/v20230306/tchd_client_async.py +65 -0
  302. tencentcloud/tcm/v20210413/tcm_client_async.py +242 -0
  303. tencentcloud/tcr/v20190924/tcr_client_async.py +2008 -0
  304. tencentcloud/tcss/v20201101/tcss_client_async.py +6169 -0
  305. tencentcloud/tdai/v20250717/models.py +55 -10
  306. tencentcloud/tdai/v20250717/tdai_client.py +1 -1
  307. tencentcloud/tdai/v20250717/tdai_client_async.py +350 -0
  308. tencentcloud/tdcpg/v20211118/tdcpg_client_async.py +482 -0
  309. tencentcloud/tdid/v20210519/tdid_client_async.py +353 -0
  310. tencentcloud/tdmq/v20200217/errorcodes.py +3 -0
  311. tencentcloud/tdmq/v20200217/models.py +636 -904
  312. tencentcloud/tdmq/v20200217/tdmq_client.py +44 -73
  313. tencentcloud/tdmq/v20200217/tdmq_client_async.py +2732 -0
  314. tencentcloud/tds/v20220801/tds_client_async.py +116 -0
  315. tencentcloud/tem/v20201221/tem_client_async.py +332 -0
  316. tencentcloud/tem/v20210701/tem_client_async.py +949 -0
  317. tencentcloud/teo/v20220106/teo_client_async.py +120 -0
  318. tencentcloud/teo/v20220901/models.py +267 -4
  319. tencentcloud/teo/v20220901/teo_client_async.py +3609 -0
  320. tencentcloud/thpc/v20211109/thpc_client_async.py +98 -0
  321. tencentcloud/thpc/v20220401/thpc_client_async.py +321 -0
  322. tencentcloud/thpc/v20230321/models.py +30 -0
  323. tencentcloud/thpc/v20230321/thpc_client_async.py +591 -0
  324. tencentcloud/tia/v20180226/tia_client_async.py +206 -0
  325. tencentcloud/tiia/v20190529/tiia_client_async.py +536 -0
  326. tencentcloud/tione/v20191022/tione_client_async.py +422 -0
  327. tencentcloud/tione/v20211111/tione_client_async.py +1003 -0
  328. tencentcloud/tiw/v20190919/tiw_client_async.py +656 -0
  329. tencentcloud/tke/v20180525/errorcodes.py +3 -0
  330. tencentcloud/tke/v20180525/models.py +3129 -288
  331. tencentcloud/tke/v20180525/tke_client.py +414 -0
  332. tencentcloud/tke/v20180525/tke_client_async.py +4562 -0
  333. tencentcloud/tke/v20220501/tke_client_async.py +343 -0
  334. tencentcloud/tkgdq/v20190411/tkgdq_client_async.py +80 -0
  335. tencentcloud/tms/v20200713/tms_client_async.py +98 -0
  336. tencentcloud/tms/v20201229/tms_client_async.py +97 -0
  337. tencentcloud/tmt/v20180321/tmt_client_async.py +183 -0
  338. tencentcloud/tourism/v20230215/tourism_client_async.py +44 -0
  339. tencentcloud/trabbit/v20230418/trabbit_client_async.py +548 -0
  340. tencentcloud/trocket/v20230308/trocket_client_async.py +1390 -0
  341. tencentcloud/trp/v20210515/trp_client_async.py +1002 -0
  342. tencentcloud/trro/v20220325/trro_client_async.py +588 -0
  343. tencentcloud/trtc/v20190722/errorcodes.py +3 -0
  344. tencentcloud/trtc/v20190722/models.py +21 -6
  345. tencentcloud/trtc/v20190722/trtc_client.py +1 -0
  346. tencentcloud/trtc/v20190722/trtc_client_async.py +1516 -0
  347. tencentcloud/tse/v20201207/tse_client_async.py +2240 -0
  348. tencentcloud/tsf/v20180326/models.py +4 -4
  349. tencentcloud/tsf/v20180326/tsf_client_async.py +4143 -0
  350. tencentcloud/tsi/v20210325/tsi_client_async.py +104 -0
  351. tencentcloud/tsw/v20200924/tsw_client_async.py +44 -0
  352. tencentcloud/tsw/v20210412/tsw_client_async.py +80 -0
  353. tencentcloud/tts/v20190823/tts_client_async.py +107 -0
  354. tencentcloud/vcg/v20240404/vcg_client_async.py +62 -0
  355. tencentcloud/vclm/v20240523/errorcodes.py +27 -0
  356. tencentcloud/vclm/v20240523/models.py +415 -16
  357. tencentcloud/vclm/v20240523/vclm_client.py +47 -0
  358. tencentcloud/vclm/v20240523/vclm_client_async.py +263 -0
  359. tencentcloud/vcube/v20220410/models.py +98 -0
  360. tencentcloud/vcube/v20220410/vcube_client.py +46 -0
  361. tencentcloud/vcube/v20220410/vcube_client_async.py +674 -0
  362. tencentcloud/vdb/v20230616/vdb_client_async.py +278 -0
  363. tencentcloud/vm/v20200709/vm_client_async.py +120 -0
  364. tencentcloud/vm/v20201229/vm_client_async.py +139 -0
  365. tencentcloud/vm/v20210922/models.py +2 -2
  366. tencentcloud/vm/v20210922/vm_client_async.py +148 -0
  367. tencentcloud/vms/v20200902/vms_client_async.py +62 -0
  368. tencentcloud/vod/v20180717/models.py +6 -2
  369. tencentcloud/vod/v20180717/vod_client_async.py +3712 -0
  370. tencentcloud/vod/v20240718/vod_client_async.py +160 -0
  371. tencentcloud/vpc/v20170312/vpc_client_async.py +8139 -0
  372. tencentcloud/vrs/v20200824/vrs_client_async.py +182 -0
  373. tencentcloud/vtc/v20240223/vtc_client_async.py +132 -0
  374. tencentcloud/waf/v20180125/models.py +3924 -0
  375. tencentcloud/waf/v20180125/waf_client.py +230 -0
  376. tencentcloud/waf/v20180125/waf_client_async.py +3542 -0
  377. tencentcloud/wav/v20210129/wav_client_async.py +494 -0
  378. tencentcloud/wedata/v20210820/wedata_client_async.py +5384 -0
  379. tencentcloud/wedata/v20250806/wedata_client_async.py +2168 -0
  380. tencentcloud/weilingwith/v20230427/weilingwith_client_async.py +1180 -0
  381. tencentcloud/wsa/v20250508/wsa_client_async.py +44 -0
  382. tencentcloud/wss/v20180426/wss_client_async.py +80 -0
  383. tencentcloud/yinsuda/v20220527/yinsuda_client_async.py +386 -0
  384. tencentcloud/yunjing/v20180228/yunjing_client_async.py +1826 -0
  385. tencentcloud/yunsou/v20180504/yunsou_client_async.py +62 -0
  386. tencentcloud/yunsou/v20191115/yunsou_client_async.py +62 -0
  387. {tencentcloud_sdk_python-3.0.1491.dist-info → tencentcloud_sdk_python-3.1.6.dist-info}/METADATA +3 -1
  388. {tencentcloud_sdk_python-3.0.1491.dist-info → tencentcloud_sdk_python-3.1.6.dist-info}/RECORD +391 -103
  389. {tencentcloud_sdk_python-3.0.1491.dist-info → tencentcloud_sdk_python-3.1.6.dist-info}/LICENSE +0 -0
  390. {tencentcloud_sdk_python-3.0.1491.dist-info → tencentcloud_sdk_python-3.1.6.dist-info}/WHEEL +0 -0
  391. {tencentcloud_sdk_python-3.0.1491.dist-info → tencentcloud_sdk_python-3.1.6.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1830 @@
1
+ # -*- coding: utf8 -*-
2
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
3
+ #
4
+ # Licensed under the Apache License, Version 2.0 (the "License");
5
+ # you may not use this file except in compliance with the License.
6
+ # You may obtain a copy of the License at
7
+ #
8
+ # http://www.apache.org/licenses/LICENSE-2.0
9
+ #
10
+ # Unless required by applicable law or agreed to in writing, software
11
+ # distributed under the License is distributed on an "AS IS" BASIS,
12
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ # See the License for the specific language governing permissions and
14
+ # limitations under the License.
15
+
16
+
17
+
18
+ from tencentcloud.common.abstract_client_async import AbstractClient
19
+ from tencentcloud.apigateway.v20180808 import models
20
+ from typing import Dict
21
+
22
+
23
+ class ApigatewayClient(AbstractClient):
24
+ _apiVersion = '2018-08-08'
25
+ _endpoint = 'apigateway.tencentcloudapi.com'
26
+ _service = 'apigateway'
27
+
28
+ async def AttachPlugin(
29
+ self,
30
+ request: models.AttachPluginRequest,
31
+ opts: Dict = None,
32
+ ) -> models.AttachPluginResponse:
33
+ """
34
+ 绑定插件到API上。
35
+ """
36
+
37
+ kwargs = {}
38
+ kwargs["action"] = "AttachPlugin"
39
+ kwargs["params"] = request._serialize()
40
+ kwargs["resp_cls"] = models.AttachPluginResponse
41
+ kwargs["headers"] = request.headers
42
+ kwargs["opts"] = opts or {}
43
+
44
+ return await self.call_and_deserialize(**kwargs)
45
+
46
+ async def BindApiApp(
47
+ self,
48
+ request: models.BindApiAppRequest,
49
+ opts: Dict = None,
50
+ ) -> models.BindApiAppResponse:
51
+ """
52
+ 本接口(BindApiApp)用于绑定应用到API。
53
+ """
54
+
55
+ kwargs = {}
56
+ kwargs["action"] = "BindApiApp"
57
+ kwargs["params"] = request._serialize()
58
+ kwargs["resp_cls"] = models.BindApiAppResponse
59
+ kwargs["headers"] = request.headers
60
+ kwargs["opts"] = opts or {}
61
+
62
+ return await self.call_and_deserialize(**kwargs)
63
+
64
+ async def BindEnvironment(
65
+ self,
66
+ request: models.BindEnvironmentRequest,
67
+ opts: Dict = None,
68
+ ) -> models.BindEnvironmentResponse:
69
+ """
70
+ 本接口(BindEnvironment)用于绑定使用计划到服务或API。
71
+ 用户在发布服务到某个环境中后,如果 API 需要鉴权,还需要绑定使用计划才能进行调用,此接口用户将使用计划绑定到特定环境。
72
+ 目前支持绑定使用计划到API,但是同一个服务不能同时存在绑定到服务的使用计划和绑定到API的使用计划,所以对已经绑定过服务级别使用计划的环境,请先使用 服务级别使用计划降级 接口进行降级操作。
73
+ """
74
+
75
+ kwargs = {}
76
+ kwargs["action"] = "BindEnvironment"
77
+ kwargs["params"] = request._serialize()
78
+ kwargs["resp_cls"] = models.BindEnvironmentResponse
79
+ kwargs["headers"] = request.headers
80
+ kwargs["opts"] = opts or {}
81
+
82
+ return await self.call_and_deserialize(**kwargs)
83
+
84
+ async def BindIPStrategy(
85
+ self,
86
+ request: models.BindIPStrategyRequest,
87
+ opts: Dict = None,
88
+ ) -> models.BindIPStrategyResponse:
89
+ """
90
+ 本接口(BindIPStrategy)用于API绑定IP策略。
91
+ """
92
+
93
+ kwargs = {}
94
+ kwargs["action"] = "BindIPStrategy"
95
+ kwargs["params"] = request._serialize()
96
+ kwargs["resp_cls"] = models.BindIPStrategyResponse
97
+ kwargs["headers"] = request.headers
98
+ kwargs["opts"] = opts or {}
99
+
100
+ return await self.call_and_deserialize(**kwargs)
101
+
102
+ async def BindSecretIds(
103
+ self,
104
+ request: models.BindSecretIdsRequest,
105
+ opts: Dict = None,
106
+ ) -> models.BindSecretIdsResponse:
107
+ """
108
+ 本接口(BindSecretIds)用于为使用计划绑定密钥。
109
+ 将密钥绑定到某个使用计划,并将此使用计划绑定到某个服务发布的环境上,调用者方可使用此密钥调用这个服务中的 API,可使用本接口为使用计划绑定密钥。
110
+ """
111
+
112
+ kwargs = {}
113
+ kwargs["action"] = "BindSecretIds"
114
+ kwargs["params"] = request._serialize()
115
+ kwargs["resp_cls"] = models.BindSecretIdsResponse
116
+ kwargs["headers"] = request.headers
117
+ kwargs["opts"] = opts or {}
118
+
119
+ return await self.call_and_deserialize(**kwargs)
120
+
121
+ async def BindSubDomain(
122
+ self,
123
+ request: models.BindSubDomainRequest,
124
+ opts: Dict = None,
125
+ ) -> models.BindSubDomainResponse:
126
+ """
127
+ 本接口(BindSubDomain)用于绑定自定义域名到服务。
128
+ API 网关中每个服务都会提供一个默认的域名供用户调用,但当用户想使用自己的已有域名时,也可以将自定义域名绑定到此服务,在做好备案、与默认域名的 CNAME 后,可直接调用自定义域名。
129
+ """
130
+
131
+ kwargs = {}
132
+ kwargs["action"] = "BindSubDomain"
133
+ kwargs["params"] = request._serialize()
134
+ kwargs["resp_cls"] = models.BindSubDomainResponse
135
+ kwargs["headers"] = request.headers
136
+ kwargs["opts"] = opts or {}
137
+
138
+ return await self.call_and_deserialize(**kwargs)
139
+
140
+ async def BuildAPIDoc(
141
+ self,
142
+ request: models.BuildAPIDocRequest,
143
+ opts: Dict = None,
144
+ ) -> models.BuildAPIDocResponse:
145
+ """
146
+ 构建 API 文档
147
+ """
148
+
149
+ kwargs = {}
150
+ kwargs["action"] = "BuildAPIDoc"
151
+ kwargs["params"] = request._serialize()
152
+ kwargs["resp_cls"] = models.BuildAPIDocResponse
153
+ kwargs["headers"] = request.headers
154
+ kwargs["opts"] = opts or {}
155
+
156
+ return await self.call_and_deserialize(**kwargs)
157
+
158
+ async def CreateAPIDoc(
159
+ self,
160
+ request: models.CreateAPIDocRequest,
161
+ opts: Dict = None,
162
+ ) -> models.CreateAPIDocResponse:
163
+ """
164
+ 创建 API 文档
165
+ """
166
+
167
+ kwargs = {}
168
+ kwargs["action"] = "CreateAPIDoc"
169
+ kwargs["params"] = request._serialize()
170
+ kwargs["resp_cls"] = models.CreateAPIDocResponse
171
+ kwargs["headers"] = request.headers
172
+ kwargs["opts"] = opts or {}
173
+
174
+ return await self.call_and_deserialize(**kwargs)
175
+
176
+ async def CreateApi(
177
+ self,
178
+ request: models.CreateApiRequest,
179
+ opts: Dict = None,
180
+ ) -> models.CreateApiResponse:
181
+ """
182
+ 本接口(CreateApi)用于创建 API 接口,创建 API 前,用户需要先创建服务,每个 API 都有自己归属的服务。
183
+ """
184
+
185
+ kwargs = {}
186
+ kwargs["action"] = "CreateApi"
187
+ kwargs["params"] = request._serialize()
188
+ kwargs["resp_cls"] = models.CreateApiResponse
189
+ kwargs["headers"] = request.headers
190
+ kwargs["opts"] = opts or {}
191
+
192
+ return await self.call_and_deserialize(**kwargs)
193
+
194
+ async def CreateApiApp(
195
+ self,
196
+ request: models.CreateApiAppRequest,
197
+ opts: Dict = None,
198
+ ) -> models.CreateApiAppResponse:
199
+ """
200
+ 本接口(CreateApiApp)用于创建应用。
201
+ """
202
+
203
+ kwargs = {}
204
+ kwargs["action"] = "CreateApiApp"
205
+ kwargs["params"] = request._serialize()
206
+ kwargs["resp_cls"] = models.CreateApiAppResponse
207
+ kwargs["headers"] = request.headers
208
+ kwargs["opts"] = opts or {}
209
+
210
+ return await self.call_and_deserialize(**kwargs)
211
+
212
+ async def CreateApiKey(
213
+ self,
214
+ request: models.CreateApiKeyRequest,
215
+ opts: Dict = None,
216
+ ) -> models.CreateApiKeyResponse:
217
+ """
218
+ 本接口(CreateApiKey)用于创建一对新的 API 密钥。
219
+ """
220
+
221
+ kwargs = {}
222
+ kwargs["action"] = "CreateApiKey"
223
+ kwargs["params"] = request._serialize()
224
+ kwargs["resp_cls"] = models.CreateApiKeyResponse
225
+ kwargs["headers"] = request.headers
226
+ kwargs["opts"] = opts or {}
227
+
228
+ return await self.call_and_deserialize(**kwargs)
229
+
230
+ async def CreateExclusiveInstances(
231
+ self,
232
+ request: models.CreateExclusiveInstancesRequest,
233
+ opts: Dict = None,
234
+ ) -> models.CreateExclusiveInstancesResponse:
235
+ """
236
+ 创建专享实例
237
+ """
238
+
239
+ kwargs = {}
240
+ kwargs["action"] = "CreateExclusiveInstances"
241
+ kwargs["params"] = request._serialize()
242
+ kwargs["resp_cls"] = models.CreateExclusiveInstancesResponse
243
+ kwargs["headers"] = request.headers
244
+ kwargs["opts"] = opts or {}
245
+
246
+ return await self.call_and_deserialize(**kwargs)
247
+
248
+ async def CreateIPStrategy(
249
+ self,
250
+ request: models.CreateIPStrategyRequest,
251
+ opts: Dict = None,
252
+ ) -> models.CreateIPStrategyResponse:
253
+ """
254
+ 本接口(CreateIPStrategy)用于创建服务IP策略。
255
+ """
256
+
257
+ kwargs = {}
258
+ kwargs["action"] = "CreateIPStrategy"
259
+ kwargs["params"] = request._serialize()
260
+ kwargs["resp_cls"] = models.CreateIPStrategyResponse
261
+ kwargs["headers"] = request.headers
262
+ kwargs["opts"] = opts or {}
263
+
264
+ return await self.call_and_deserialize(**kwargs)
265
+
266
+ async def CreatePlugin(
267
+ self,
268
+ request: models.CreatePluginRequest,
269
+ opts: Dict = None,
270
+ ) -> models.CreatePluginResponse:
271
+ """
272
+ 创建API网关插件。
273
+ """
274
+
275
+ kwargs = {}
276
+ kwargs["action"] = "CreatePlugin"
277
+ kwargs["params"] = request._serialize()
278
+ kwargs["resp_cls"] = models.CreatePluginResponse
279
+ kwargs["headers"] = request.headers
280
+ kwargs["opts"] = opts or {}
281
+
282
+ return await self.call_and_deserialize(**kwargs)
283
+
284
+ async def CreateService(
285
+ self,
286
+ request: models.CreateServiceRequest,
287
+ opts: Dict = None,
288
+ ) -> models.CreateServiceResponse:
289
+ """
290
+ 本接口(CreateService)用于创建服务。
291
+ API 网关使用的最大单元为服务,每个服务中可创建多个 API 接口。每个服务有一个默认域名供客户调用,用户也可绑定自定义域名到此服务中。
292
+ """
293
+
294
+ kwargs = {}
295
+ kwargs["action"] = "CreateService"
296
+ kwargs["params"] = request._serialize()
297
+ kwargs["resp_cls"] = models.CreateServiceResponse
298
+ kwargs["headers"] = request.headers
299
+ kwargs["opts"] = opts or {}
300
+
301
+ return await self.call_and_deserialize(**kwargs)
302
+
303
+ async def CreateUpstream(
304
+ self,
305
+ request: models.CreateUpstreamRequest,
306
+ opts: Dict = None,
307
+ ) -> models.CreateUpstreamResponse:
308
+ """
309
+ 用于创建后端通道
310
+ """
311
+
312
+ kwargs = {}
313
+ kwargs["action"] = "CreateUpstream"
314
+ kwargs["params"] = request._serialize()
315
+ kwargs["resp_cls"] = models.CreateUpstreamResponse
316
+ kwargs["headers"] = request.headers
317
+ kwargs["opts"] = opts or {}
318
+
319
+ return await self.call_and_deserialize(**kwargs)
320
+
321
+ async def CreateUsagePlan(
322
+ self,
323
+ request: models.CreateUsagePlanRequest,
324
+ opts: Dict = None,
325
+ ) -> models.CreateUsagePlanResponse:
326
+ """
327
+ 本接口(CreateUsagePlan)用于创建使用计划。
328
+ 用户在使用 API 网关时,需要创建使用计划并将其绑定到服务的环境中使用。
329
+ """
330
+
331
+ kwargs = {}
332
+ kwargs["action"] = "CreateUsagePlan"
333
+ kwargs["params"] = request._serialize()
334
+ kwargs["resp_cls"] = models.CreateUsagePlanResponse
335
+ kwargs["headers"] = request.headers
336
+ kwargs["opts"] = opts or {}
337
+
338
+ return await self.call_and_deserialize(**kwargs)
339
+
340
+ async def DeleteAPIDoc(
341
+ self,
342
+ request: models.DeleteAPIDocRequest,
343
+ opts: Dict = None,
344
+ ) -> models.DeleteAPIDocResponse:
345
+ """
346
+ 删除 API 文档
347
+ """
348
+
349
+ kwargs = {}
350
+ kwargs["action"] = "DeleteAPIDoc"
351
+ kwargs["params"] = request._serialize()
352
+ kwargs["resp_cls"] = models.DeleteAPIDocResponse
353
+ kwargs["headers"] = request.headers
354
+ kwargs["opts"] = opts or {}
355
+
356
+ return await self.call_and_deserialize(**kwargs)
357
+
358
+ async def DeleteApi(
359
+ self,
360
+ request: models.DeleteApiRequest,
361
+ opts: Dict = None,
362
+ ) -> models.DeleteApiResponse:
363
+ """
364
+ 本接口(DeleteApi)用于删除已经创建的API。
365
+ """
366
+
367
+ kwargs = {}
368
+ kwargs["action"] = "DeleteApi"
369
+ kwargs["params"] = request._serialize()
370
+ kwargs["resp_cls"] = models.DeleteApiResponse
371
+ kwargs["headers"] = request.headers
372
+ kwargs["opts"] = opts or {}
373
+
374
+ return await self.call_and_deserialize(**kwargs)
375
+
376
+ async def DeleteApiApp(
377
+ self,
378
+ request: models.DeleteApiAppRequest,
379
+ opts: Dict = None,
380
+ ) -> models.DeleteApiAppResponse:
381
+ """
382
+ 本接口(DeleteApiApp)用于删除已经创建的应用。
383
+ """
384
+
385
+ kwargs = {}
386
+ kwargs["action"] = "DeleteApiApp"
387
+ kwargs["params"] = request._serialize()
388
+ kwargs["resp_cls"] = models.DeleteApiAppResponse
389
+ kwargs["headers"] = request.headers
390
+ kwargs["opts"] = opts or {}
391
+
392
+ return await self.call_and_deserialize(**kwargs)
393
+
394
+ async def DeleteApiKey(
395
+ self,
396
+ request: models.DeleteApiKeyRequest,
397
+ opts: Dict = None,
398
+ ) -> models.DeleteApiKeyResponse:
399
+ """
400
+ 本接口(DeleteApiKey)用于删除一对 API 密钥。
401
+ """
402
+
403
+ kwargs = {}
404
+ kwargs["action"] = "DeleteApiKey"
405
+ kwargs["params"] = request._serialize()
406
+ kwargs["resp_cls"] = models.DeleteApiKeyResponse
407
+ kwargs["headers"] = request.headers
408
+ kwargs["opts"] = opts or {}
409
+
410
+ return await self.call_and_deserialize(**kwargs)
411
+
412
+ async def DeleteIPStrategy(
413
+ self,
414
+ request: models.DeleteIPStrategyRequest,
415
+ opts: Dict = None,
416
+ ) -> models.DeleteIPStrategyResponse:
417
+ """
418
+ 本接口(DeleteIPStrategy)用于删除服务IP策略。
419
+ """
420
+
421
+ kwargs = {}
422
+ kwargs["action"] = "DeleteIPStrategy"
423
+ kwargs["params"] = request._serialize()
424
+ kwargs["resp_cls"] = models.DeleteIPStrategyResponse
425
+ kwargs["headers"] = request.headers
426
+ kwargs["opts"] = opts or {}
427
+
428
+ return await self.call_and_deserialize(**kwargs)
429
+
430
+ async def DeletePlugin(
431
+ self,
432
+ request: models.DeletePluginRequest,
433
+ opts: Dict = None,
434
+ ) -> models.DeletePluginResponse:
435
+ """
436
+ 删除API网关插件
437
+ """
438
+
439
+ kwargs = {}
440
+ kwargs["action"] = "DeletePlugin"
441
+ kwargs["params"] = request._serialize()
442
+ kwargs["resp_cls"] = models.DeletePluginResponse
443
+ kwargs["headers"] = request.headers
444
+ kwargs["opts"] = opts or {}
445
+
446
+ return await self.call_and_deserialize(**kwargs)
447
+
448
+ async def DeleteService(
449
+ self,
450
+ request: models.DeleteServiceRequest,
451
+ opts: Dict = None,
452
+ ) -> models.DeleteServiceResponse:
453
+ """
454
+ 本接口(DeleteService)用于删除 API 网关中某个服务。
455
+ """
456
+
457
+ kwargs = {}
458
+ kwargs["action"] = "DeleteService"
459
+ kwargs["params"] = request._serialize()
460
+ kwargs["resp_cls"] = models.DeleteServiceResponse
461
+ kwargs["headers"] = request.headers
462
+ kwargs["opts"] = opts or {}
463
+
464
+ return await self.call_and_deserialize(**kwargs)
465
+
466
+ async def DeleteServiceSubDomainMapping(
467
+ self,
468
+ request: models.DeleteServiceSubDomainMappingRequest,
469
+ opts: Dict = None,
470
+ ) -> models.DeleteServiceSubDomainMappingResponse:
471
+ """
472
+ 本接口(DeleteServiceSubDomainMapping)用于删除服务中某个环境的自定义域名映射。
473
+ 当用户使用自定义域名,并使用了自定义映射时,可使用此接口。但需注意,若删除了所有环境的映射时,调用此 API 均会返回失败。
474
+ """
475
+
476
+ kwargs = {}
477
+ kwargs["action"] = "DeleteServiceSubDomainMapping"
478
+ kwargs["params"] = request._serialize()
479
+ kwargs["resp_cls"] = models.DeleteServiceSubDomainMappingResponse
480
+ kwargs["headers"] = request.headers
481
+ kwargs["opts"] = opts or {}
482
+
483
+ return await self.call_and_deserialize(**kwargs)
484
+
485
+ async def DeleteUpstream(
486
+ self,
487
+ request: models.DeleteUpstreamRequest,
488
+ opts: Dict = None,
489
+ ) -> models.DeleteUpstreamResponse:
490
+ """
491
+ 删除后端通道,需要注意有API绑定时,不允许删除
492
+ """
493
+
494
+ kwargs = {}
495
+ kwargs["action"] = "DeleteUpstream"
496
+ kwargs["params"] = request._serialize()
497
+ kwargs["resp_cls"] = models.DeleteUpstreamResponse
498
+ kwargs["headers"] = request.headers
499
+ kwargs["opts"] = opts or {}
500
+
501
+ return await self.call_and_deserialize(**kwargs)
502
+
503
+ async def DeleteUsagePlan(
504
+ self,
505
+ request: models.DeleteUsagePlanRequest,
506
+ opts: Dict = None,
507
+ ) -> models.DeleteUsagePlanResponse:
508
+ """
509
+ 本接口(DeleteUsagePlan)用于删除使用计划。
510
+ """
511
+
512
+ kwargs = {}
513
+ kwargs["action"] = "DeleteUsagePlan"
514
+ kwargs["params"] = request._serialize()
515
+ kwargs["resp_cls"] = models.DeleteUsagePlanResponse
516
+ kwargs["headers"] = request.headers
517
+ kwargs["opts"] = opts or {}
518
+
519
+ return await self.call_and_deserialize(**kwargs)
520
+
521
+ async def DemoteServiceUsagePlan(
522
+ self,
523
+ request: models.DemoteServiceUsagePlanRequest,
524
+ opts: Dict = None,
525
+ ) -> models.DemoteServiceUsagePlanResponse:
526
+ """
527
+ 本接口(DemoteServiceUsagePlan)用于将某个服务在某个环境的使用计划,降级到API上。
528
+ 如果服务内没有API不允许进行此操作。
529
+ 如果当前环境没有发布,不允许进行此操作。
530
+ """
531
+
532
+ kwargs = {}
533
+ kwargs["action"] = "DemoteServiceUsagePlan"
534
+ kwargs["params"] = request._serialize()
535
+ kwargs["resp_cls"] = models.DemoteServiceUsagePlanResponse
536
+ kwargs["headers"] = request.headers
537
+ kwargs["opts"] = opts or {}
538
+
539
+ return await self.call_and_deserialize(**kwargs)
540
+
541
+ async def DescribeAPIDocDetail(
542
+ self,
543
+ request: models.DescribeAPIDocDetailRequest,
544
+ opts: Dict = None,
545
+ ) -> models.DescribeAPIDocDetailResponse:
546
+ """
547
+ 查询 API 文档详情
548
+ """
549
+
550
+ kwargs = {}
551
+ kwargs["action"] = "DescribeAPIDocDetail"
552
+ kwargs["params"] = request._serialize()
553
+ kwargs["resp_cls"] = models.DescribeAPIDocDetailResponse
554
+ kwargs["headers"] = request.headers
555
+ kwargs["opts"] = opts or {}
556
+
557
+ return await self.call_and_deserialize(**kwargs)
558
+
559
+ async def DescribeAPIDocs(
560
+ self,
561
+ request: models.DescribeAPIDocsRequest,
562
+ opts: Dict = None,
563
+ ) -> models.DescribeAPIDocsResponse:
564
+ """
565
+ 查询 API 文档列表
566
+ """
567
+
568
+ kwargs = {}
569
+ kwargs["action"] = "DescribeAPIDocs"
570
+ kwargs["params"] = request._serialize()
571
+ kwargs["resp_cls"] = models.DescribeAPIDocsResponse
572
+ kwargs["headers"] = request.headers
573
+ kwargs["opts"] = opts or {}
574
+
575
+ return await self.call_and_deserialize(**kwargs)
576
+
577
+ async def DescribeAllPluginApis(
578
+ self,
579
+ request: models.DescribeAllPluginApisRequest,
580
+ opts: Dict = None,
581
+ ) -> models.DescribeAllPluginApisResponse:
582
+ """
583
+ 展示插件相关的API列表,包括已绑定的和未绑定的API信息。
584
+ """
585
+
586
+ kwargs = {}
587
+ kwargs["action"] = "DescribeAllPluginApis"
588
+ kwargs["params"] = request._serialize()
589
+ kwargs["resp_cls"] = models.DescribeAllPluginApisResponse
590
+ kwargs["headers"] = request.headers
591
+ kwargs["opts"] = opts or {}
592
+
593
+ return await self.call_and_deserialize(**kwargs)
594
+
595
+ async def DescribeApi(
596
+ self,
597
+ request: models.DescribeApiRequest,
598
+ opts: Dict = None,
599
+ ) -> models.DescribeApiResponse:
600
+ """
601
+ 本接口(DescribeApi)用于查询用户 API 网关的 API 接口的详细信息。​
602
+ """
603
+
604
+ kwargs = {}
605
+ kwargs["action"] = "DescribeApi"
606
+ kwargs["params"] = request._serialize()
607
+ kwargs["resp_cls"] = models.DescribeApiResponse
608
+ kwargs["headers"] = request.headers
609
+ kwargs["opts"] = opts or {}
610
+
611
+ return await self.call_and_deserialize(**kwargs)
612
+
613
+ async def DescribeApiApp(
614
+ self,
615
+ request: models.DescribeApiAppRequest,
616
+ opts: Dict = None,
617
+ ) -> models.DescribeApiAppResponse:
618
+ """
619
+ 本接口(DescribeApiApp)用于根据应用ID搜索应用。此接口已下线,如需使用功能请使用DescribeApiAppsStatus接口。
620
+ """
621
+
622
+ kwargs = {}
623
+ kwargs["action"] = "DescribeApiApp"
624
+ kwargs["params"] = request._serialize()
625
+ kwargs["resp_cls"] = models.DescribeApiAppResponse
626
+ kwargs["headers"] = request.headers
627
+ kwargs["opts"] = opts or {}
628
+
629
+ return await self.call_and_deserialize(**kwargs)
630
+
631
+ async def DescribeApiAppBindApisStatus(
632
+ self,
633
+ request: models.DescribeApiAppBindApisStatusRequest,
634
+ opts: Dict = None,
635
+ ) -> models.DescribeApiAppBindApisStatusResponse:
636
+ """
637
+ 本接口(DescribeApiAppBindApisStatus)查询应用绑定的Api列表。
638
+ """
639
+
640
+ kwargs = {}
641
+ kwargs["action"] = "DescribeApiAppBindApisStatus"
642
+ kwargs["params"] = request._serialize()
643
+ kwargs["resp_cls"] = models.DescribeApiAppBindApisStatusResponse
644
+ kwargs["headers"] = request.headers
645
+ kwargs["opts"] = opts or {}
646
+
647
+ return await self.call_and_deserialize(**kwargs)
648
+
649
+ async def DescribeApiAppsStatus(
650
+ self,
651
+ request: models.DescribeApiAppsStatusRequest,
652
+ opts: Dict = None,
653
+ ) -> models.DescribeApiAppsStatusResponse:
654
+ """
655
+ 本接口(DescribeApiAppsStatus)查询应用列表。
656
+ """
657
+
658
+ kwargs = {}
659
+ kwargs["action"] = "DescribeApiAppsStatus"
660
+ kwargs["params"] = request._serialize()
661
+ kwargs["resp_cls"] = models.DescribeApiAppsStatusResponse
662
+ kwargs["headers"] = request.headers
663
+ kwargs["opts"] = opts or {}
664
+
665
+ return await self.call_and_deserialize(**kwargs)
666
+
667
+ async def DescribeApiBindApiAppsStatus(
668
+ self,
669
+ request: models.DescribeApiBindApiAppsStatusRequest,
670
+ opts: Dict = None,
671
+ ) -> models.DescribeApiBindApiAppsStatusResponse:
672
+ """
673
+ 本接口(DescribeApiBindApiAppsStatus)查询Api绑定的应用列表。
674
+ """
675
+
676
+ kwargs = {}
677
+ kwargs["action"] = "DescribeApiBindApiAppsStatus"
678
+ kwargs["params"] = request._serialize()
679
+ kwargs["resp_cls"] = models.DescribeApiBindApiAppsStatusResponse
680
+ kwargs["headers"] = request.headers
681
+ kwargs["opts"] = opts or {}
682
+
683
+ return await self.call_and_deserialize(**kwargs)
684
+
685
+ async def DescribeApiEnvironmentStrategy(
686
+ self,
687
+ request: models.DescribeApiEnvironmentStrategyRequest,
688
+ opts: Dict = None,
689
+ ) -> models.DescribeApiEnvironmentStrategyResponse:
690
+ """
691
+ 本接口(DescribeApiEnvironmentStrategy)用于展示API绑定的限流策略。
692
+ """
693
+
694
+ kwargs = {}
695
+ kwargs["action"] = "DescribeApiEnvironmentStrategy"
696
+ kwargs["params"] = request._serialize()
697
+ kwargs["resp_cls"] = models.DescribeApiEnvironmentStrategyResponse
698
+ kwargs["headers"] = request.headers
699
+ kwargs["opts"] = opts or {}
700
+
701
+ return await self.call_and_deserialize(**kwargs)
702
+
703
+ async def DescribeApiForApiApp(
704
+ self,
705
+ request: models.DescribeApiForApiAppRequest,
706
+ opts: Dict = None,
707
+ ) -> models.DescribeApiForApiAppResponse:
708
+ """
709
+ 本接口(DescribeApiForApiApp)用于应用使用者查询部署于 API 网关的 API 接口的详细信息。​
710
+ """
711
+
712
+ kwargs = {}
713
+ kwargs["action"] = "DescribeApiForApiApp"
714
+ kwargs["params"] = request._serialize()
715
+ kwargs["resp_cls"] = models.DescribeApiForApiAppResponse
716
+ kwargs["headers"] = request.headers
717
+ kwargs["opts"] = opts or {}
718
+
719
+ return await self.call_and_deserialize(**kwargs)
720
+
721
+ async def DescribeApiKey(
722
+ self,
723
+ request: models.DescribeApiKeyRequest,
724
+ opts: Dict = None,
725
+ ) -> models.DescribeApiKeyResponse:
726
+ """
727
+ 本接口(DescribeApiKey)用于查询密钥详情。
728
+ 用户在创建密钥后,可用此接口查询一个 API 密钥的详情,该接口会显示密钥 Key。
729
+ """
730
+
731
+ kwargs = {}
732
+ kwargs["action"] = "DescribeApiKey"
733
+ kwargs["params"] = request._serialize()
734
+ kwargs["resp_cls"] = models.DescribeApiKeyResponse
735
+ kwargs["headers"] = request.headers
736
+ kwargs["opts"] = opts or {}
737
+
738
+ return await self.call_and_deserialize(**kwargs)
739
+
740
+ async def DescribeApiKeysStatus(
741
+ self,
742
+ request: models.DescribeApiKeysStatusRequest,
743
+ opts: Dict = None,
744
+ ) -> models.DescribeApiKeysStatusResponse:
745
+ """
746
+ 本接口(DescribeApiKeysStatus)用于查询密钥列表。
747
+ 当用户创建了多个密钥对时,可使用本接口查询一个或多个 API 密钥信息。
748
+ """
749
+
750
+ kwargs = {}
751
+ kwargs["action"] = "DescribeApiKeysStatus"
752
+ kwargs["params"] = request._serialize()
753
+ kwargs["resp_cls"] = models.DescribeApiKeysStatusResponse
754
+ kwargs["headers"] = request.headers
755
+ kwargs["opts"] = opts or {}
756
+
757
+ return await self.call_and_deserialize(**kwargs)
758
+
759
+ async def DescribeApiUsagePlan(
760
+ self,
761
+ request: models.DescribeApiUsagePlanRequest,
762
+ opts: Dict = None,
763
+ ) -> models.DescribeApiUsagePlanResponse:
764
+ """
765
+ 本接口(DescribeApiUsagePlan)用于查询服务中 API 使用计划详情。
766
+ 服务若需要鉴权限流生效,则需要绑定使用计划到此服务中,本接口用于查询绑定到一个服务及其中 API 的所有使用计划。
767
+ """
768
+
769
+ kwargs = {}
770
+ kwargs["action"] = "DescribeApiUsagePlan"
771
+ kwargs["params"] = request._serialize()
772
+ kwargs["resp_cls"] = models.DescribeApiUsagePlanResponse
773
+ kwargs["headers"] = request.headers
774
+ kwargs["opts"] = opts or {}
775
+
776
+ return await self.call_and_deserialize(**kwargs)
777
+
778
+ async def DescribeApisStatus(
779
+ self,
780
+ request: models.DescribeApisStatusRequest,
781
+ opts: Dict = None,
782
+ ) -> models.DescribeApisStatusResponse:
783
+ """
784
+ 本接口(DescribeApisStatus)用于查看一个服务下的某个 API 或所有 API 列表及其相关信息。
785
+ """
786
+
787
+ kwargs = {}
788
+ kwargs["action"] = "DescribeApisStatus"
789
+ kwargs["params"] = request._serialize()
790
+ kwargs["resp_cls"] = models.DescribeApisStatusResponse
791
+ kwargs["headers"] = request.headers
792
+ kwargs["opts"] = opts or {}
793
+
794
+ return await self.call_and_deserialize(**kwargs)
795
+
796
+ async def DescribeExclusiveInstanceDetail(
797
+ self,
798
+ request: models.DescribeExclusiveInstanceDetailRequest,
799
+ opts: Dict = None,
800
+ ) -> models.DescribeExclusiveInstanceDetailResponse:
801
+ """
802
+ 本接口(DescribeExclusiveInstanceDetail)用于查询独享实例详情信息。
803
+ """
804
+
805
+ kwargs = {}
806
+ kwargs["action"] = "DescribeExclusiveInstanceDetail"
807
+ kwargs["params"] = request._serialize()
808
+ kwargs["resp_cls"] = models.DescribeExclusiveInstanceDetailResponse
809
+ kwargs["headers"] = request.headers
810
+ kwargs["opts"] = opts or {}
811
+
812
+ return await self.call_and_deserialize(**kwargs)
813
+
814
+ async def DescribeExclusiveInstanceRegions(
815
+ self,
816
+ request: models.DescribeExclusiveInstanceRegionsRequest,
817
+ opts: Dict = None,
818
+ ) -> models.DescribeExclusiveInstanceRegionsResponse:
819
+ """
820
+ Get the list of supported regions for dedicated instances
821
+ """
822
+
823
+ kwargs = {}
824
+ kwargs["action"] = "DescribeExclusiveInstanceRegions"
825
+ kwargs["params"] = request._serialize()
826
+ kwargs["resp_cls"] = models.DescribeExclusiveInstanceRegionsResponse
827
+ kwargs["headers"] = request.headers
828
+ kwargs["opts"] = opts or {}
829
+
830
+ return await self.call_and_deserialize(**kwargs)
831
+
832
+ async def DescribeExclusiveInstances(
833
+ self,
834
+ request: models.DescribeExclusiveInstancesRequest,
835
+ opts: Dict = None,
836
+ ) -> models.DescribeExclusiveInstancesResponse:
837
+ """
838
+ 本接口(DescribeExclusiveInstances)用于查询独享实例列表信息。
839
+ """
840
+
841
+ kwargs = {}
842
+ kwargs["action"] = "DescribeExclusiveInstances"
843
+ kwargs["params"] = request._serialize()
844
+ kwargs["resp_cls"] = models.DescribeExclusiveInstancesResponse
845
+ kwargs["headers"] = request.headers
846
+ kwargs["opts"] = opts or {}
847
+
848
+ return await self.call_and_deserialize(**kwargs)
849
+
850
+ async def DescribeExclusiveInstancesStatus(
851
+ self,
852
+ request: models.DescribeExclusiveInstancesStatusRequest,
853
+ opts: Dict = None,
854
+ ) -> models.DescribeExclusiveInstancesStatusResponse:
855
+ """
856
+ 查询专享实例列表(新)
857
+ """
858
+
859
+ kwargs = {}
860
+ kwargs["action"] = "DescribeExclusiveInstancesStatus"
861
+ kwargs["params"] = request._serialize()
862
+ kwargs["resp_cls"] = models.DescribeExclusiveInstancesStatusResponse
863
+ kwargs["headers"] = request.headers
864
+ kwargs["opts"] = opts or {}
865
+
866
+ return await self.call_and_deserialize(**kwargs)
867
+
868
+ async def DescribeIPStrategy(
869
+ self,
870
+ request: models.DescribeIPStrategyRequest,
871
+ opts: Dict = None,
872
+ ) -> models.DescribeIPStrategyResponse:
873
+ """
874
+ 本接口(DescribeIPStrategy)用于查询IP策略详情。
875
+ """
876
+
877
+ kwargs = {}
878
+ kwargs["action"] = "DescribeIPStrategy"
879
+ kwargs["params"] = request._serialize()
880
+ kwargs["resp_cls"] = models.DescribeIPStrategyResponse
881
+ kwargs["headers"] = request.headers
882
+ kwargs["opts"] = opts or {}
883
+
884
+ return await self.call_and_deserialize(**kwargs)
885
+
886
+ async def DescribeIPStrategyApisStatus(
887
+ self,
888
+ request: models.DescribeIPStrategyApisStatusRequest,
889
+ opts: Dict = None,
890
+ ) -> models.DescribeIPStrategyApisStatusResponse:
891
+ """
892
+ 本接口(DescribeIPStrategyApisStatus)用于查询IP策略可以绑定的API列表。即服务下所有API和该策略已绑定API的差集。
893
+ """
894
+
895
+ kwargs = {}
896
+ kwargs["action"] = "DescribeIPStrategyApisStatus"
897
+ kwargs["params"] = request._serialize()
898
+ kwargs["resp_cls"] = models.DescribeIPStrategyApisStatusResponse
899
+ kwargs["headers"] = request.headers
900
+ kwargs["opts"] = opts or {}
901
+
902
+ return await self.call_and_deserialize(**kwargs)
903
+
904
+ async def DescribeIPStrategysStatus(
905
+ self,
906
+ request: models.DescribeIPStrategysStatusRequest,
907
+ opts: Dict = None,
908
+ ) -> models.DescribeIPStrategysStatusResponse:
909
+ """
910
+ 本接口(DescribeIPStrategysStatus)用于查询服务IP策略列表,因为接口名拼写错误,已不推荐使用,请优先使用DescribeIPStrategiesStatus接口。
911
+ """
912
+
913
+ kwargs = {}
914
+ kwargs["action"] = "DescribeIPStrategysStatus"
915
+ kwargs["params"] = request._serialize()
916
+ kwargs["resp_cls"] = models.DescribeIPStrategysStatusResponse
917
+ kwargs["headers"] = request.headers
918
+ kwargs["opts"] = opts or {}
919
+
920
+ return await self.call_and_deserialize(**kwargs)
921
+
922
+ async def DescribeInstancesNetworkConfig(
923
+ self,
924
+ request: models.DescribeInstancesNetworkConfigRequest,
925
+ opts: Dict = None,
926
+ ) -> models.DescribeInstancesNetworkConfigResponse:
927
+ """
928
+ 获取专享实例网络配置列表
929
+ """
930
+
931
+ kwargs = {}
932
+ kwargs["action"] = "DescribeInstancesNetworkConfig"
933
+ kwargs["params"] = request._serialize()
934
+ kwargs["resp_cls"] = models.DescribeInstancesNetworkConfigResponse
935
+ kwargs["headers"] = request.headers
936
+ kwargs["opts"] = opts or {}
937
+
938
+ return await self.call_and_deserialize(**kwargs)
939
+
940
+ async def DescribeLogSearch(
941
+ self,
942
+ request: models.DescribeLogSearchRequest,
943
+ opts: Dict = None,
944
+ ) -> models.DescribeLogSearchResponse:
945
+ """
946
+ 本接口DescribeLogSearch用于搜索日志
947
+ """
948
+
949
+ kwargs = {}
950
+ kwargs["action"] = "DescribeLogSearch"
951
+ kwargs["params"] = request._serialize()
952
+ kwargs["resp_cls"] = models.DescribeLogSearchResponse
953
+ kwargs["headers"] = request.headers
954
+ kwargs["opts"] = opts or {}
955
+
956
+ return await self.call_and_deserialize(**kwargs)
957
+
958
+ async def DescribePlugin(
959
+ self,
960
+ request: models.DescribePluginRequest,
961
+ opts: Dict = None,
962
+ ) -> models.DescribePluginResponse:
963
+ """
964
+ 展示插件详情,支持按照插件ID进行。
965
+ """
966
+
967
+ kwargs = {}
968
+ kwargs["action"] = "DescribePlugin"
969
+ kwargs["params"] = request._serialize()
970
+ kwargs["resp_cls"] = models.DescribePluginResponse
971
+ kwargs["headers"] = request.headers
972
+ kwargs["opts"] = opts or {}
973
+
974
+ return await self.call_and_deserialize(**kwargs)
975
+
976
+ async def DescribePluginApis(
977
+ self,
978
+ request: models.DescribePluginApisRequest,
979
+ opts: Dict = None,
980
+ ) -> models.DescribePluginApisResponse:
981
+ """
982
+ 查询指定插件下绑定的API信息
983
+ """
984
+
985
+ kwargs = {}
986
+ kwargs["action"] = "DescribePluginApis"
987
+ kwargs["params"] = request._serialize()
988
+ kwargs["resp_cls"] = models.DescribePluginApisResponse
989
+ kwargs["headers"] = request.headers
990
+ kwargs["opts"] = opts or {}
991
+
992
+ return await self.call_and_deserialize(**kwargs)
993
+
994
+ async def DescribePlugins(
995
+ self,
996
+ request: models.DescribePluginsRequest,
997
+ opts: Dict = None,
998
+ ) -> models.DescribePluginsResponse:
999
+ """
1000
+ 展示插件列表和详情,支持分页,支持按照插件类型查询,支持按照插件ID批量查询,支持按照插件名称查询。
1001
+ """
1002
+
1003
+ kwargs = {}
1004
+ kwargs["action"] = "DescribePlugins"
1005
+ kwargs["params"] = request._serialize()
1006
+ kwargs["resp_cls"] = models.DescribePluginsResponse
1007
+ kwargs["headers"] = request.headers
1008
+ kwargs["opts"] = opts or {}
1009
+
1010
+ return await self.call_and_deserialize(**kwargs)
1011
+
1012
+ async def DescribePluginsByApi(
1013
+ self,
1014
+ request: models.DescribePluginsByApiRequest,
1015
+ opts: Dict = None,
1016
+ ) -> models.DescribePluginsByApiResponse:
1017
+ """
1018
+ 展示API上已绑定的插件列表。
1019
+ """
1020
+
1021
+ kwargs = {}
1022
+ kwargs["action"] = "DescribePluginsByApi"
1023
+ kwargs["params"] = request._serialize()
1024
+ kwargs["resp_cls"] = models.DescribePluginsByApiResponse
1025
+ kwargs["headers"] = request.headers
1026
+ kwargs["opts"] = opts or {}
1027
+
1028
+ return await self.call_and_deserialize(**kwargs)
1029
+
1030
+ async def DescribeService(
1031
+ self,
1032
+ request: models.DescribeServiceRequest,
1033
+ opts: Dict = None,
1034
+ ) -> models.DescribeServiceResponse:
1035
+ """
1036
+ 本接口(DescribeService)用于查询一个服务的详细信息、包括服务的描述、域名、协议、创建时间、发布情况等信息。
1037
+ """
1038
+
1039
+ kwargs = {}
1040
+ kwargs["action"] = "DescribeService"
1041
+ kwargs["params"] = request._serialize()
1042
+ kwargs["resp_cls"] = models.DescribeServiceResponse
1043
+ kwargs["headers"] = request.headers
1044
+ kwargs["opts"] = opts or {}
1045
+
1046
+ return await self.call_and_deserialize(**kwargs)
1047
+
1048
+ async def DescribeServiceEnvironmentList(
1049
+ self,
1050
+ request: models.DescribeServiceEnvironmentListRequest,
1051
+ opts: Dict = None,
1052
+ ) -> models.DescribeServiceEnvironmentListResponse:
1053
+ """
1054
+ 本接口(DescribeServiceEnvironmentList)用于查询一个服务的环境列表,可查询到此服务下所有环境及其状态。
1055
+ """
1056
+
1057
+ kwargs = {}
1058
+ kwargs["action"] = "DescribeServiceEnvironmentList"
1059
+ kwargs["params"] = request._serialize()
1060
+ kwargs["resp_cls"] = models.DescribeServiceEnvironmentListResponse
1061
+ kwargs["headers"] = request.headers
1062
+ kwargs["opts"] = opts or {}
1063
+
1064
+ return await self.call_and_deserialize(**kwargs)
1065
+
1066
+ async def DescribeServiceEnvironmentReleaseHistory(
1067
+ self,
1068
+ request: models.DescribeServiceEnvironmentReleaseHistoryRequest,
1069
+ opts: Dict = None,
1070
+ ) -> models.DescribeServiceEnvironmentReleaseHistoryResponse:
1071
+ """
1072
+ 本接口(DescribeServiceEnvironmentReleaseHistory)用于查询服务环境的发布历史。
1073
+ 用户在创建好服务后需要发布到某个环境中才能进行使用,本接口用于查询一个服务某个环境的发布记录。
1074
+ """
1075
+
1076
+ kwargs = {}
1077
+ kwargs["action"] = "DescribeServiceEnvironmentReleaseHistory"
1078
+ kwargs["params"] = request._serialize()
1079
+ kwargs["resp_cls"] = models.DescribeServiceEnvironmentReleaseHistoryResponse
1080
+ kwargs["headers"] = request.headers
1081
+ kwargs["opts"] = opts or {}
1082
+
1083
+ return await self.call_and_deserialize(**kwargs)
1084
+
1085
+ async def DescribeServiceEnvironmentStrategy(
1086
+ self,
1087
+ request: models.DescribeServiceEnvironmentStrategyRequest,
1088
+ opts: Dict = None,
1089
+ ) -> models.DescribeServiceEnvironmentStrategyResponse:
1090
+ """
1091
+ 本接口(DescribeServiceEnvironmentStrategy)用于展示服务限流策略。
1092
+ """
1093
+
1094
+ kwargs = {}
1095
+ kwargs["action"] = "DescribeServiceEnvironmentStrategy"
1096
+ kwargs["params"] = request._serialize()
1097
+ kwargs["resp_cls"] = models.DescribeServiceEnvironmentStrategyResponse
1098
+ kwargs["headers"] = request.headers
1099
+ kwargs["opts"] = opts or {}
1100
+
1101
+ return await self.call_and_deserialize(**kwargs)
1102
+
1103
+ async def DescribeServiceForApiApp(
1104
+ self,
1105
+ request: models.DescribeServiceForApiAppRequest,
1106
+ opts: Dict = None,
1107
+ ) -> models.DescribeServiceForApiAppResponse:
1108
+ """
1109
+ 本接口(DescribeServiceForApiApp)用于应用使用者查询一个服务的详细信息、包括服务的描述、域名、协议等信息。
1110
+ """
1111
+
1112
+ kwargs = {}
1113
+ kwargs["action"] = "DescribeServiceForApiApp"
1114
+ kwargs["params"] = request._serialize()
1115
+ kwargs["resp_cls"] = models.DescribeServiceForApiAppResponse
1116
+ kwargs["headers"] = request.headers
1117
+ kwargs["opts"] = opts or {}
1118
+
1119
+ return await self.call_and_deserialize(**kwargs)
1120
+
1121
+ async def DescribeServiceReleaseVersion(
1122
+ self,
1123
+ request: models.DescribeServiceReleaseVersionRequest,
1124
+ opts: Dict = None,
1125
+ ) -> models.DescribeServiceReleaseVersionResponse:
1126
+ """
1127
+ 本接口(DescribeServiceReleaseVersion)查询一个服务下面所有已经发布的版本列表。
1128
+ 用户在发布服务时,常有多个版本发布,可使用本接口查询已发布的版本。
1129
+ """
1130
+
1131
+ kwargs = {}
1132
+ kwargs["action"] = "DescribeServiceReleaseVersion"
1133
+ kwargs["params"] = request._serialize()
1134
+ kwargs["resp_cls"] = models.DescribeServiceReleaseVersionResponse
1135
+ kwargs["headers"] = request.headers
1136
+ kwargs["opts"] = opts or {}
1137
+
1138
+ return await self.call_and_deserialize(**kwargs)
1139
+
1140
+ async def DescribeServiceSubDomainMappings(
1141
+ self,
1142
+ request: models.DescribeServiceSubDomainMappingsRequest,
1143
+ opts: Dict = None,
1144
+ ) -> models.DescribeServiceSubDomainMappingsResponse:
1145
+ """
1146
+ 本接口(DescribeServiceSubDomainMappings)用于查询自定义域名的路径映射。
1147
+ API 网关可绑定自定义域名到服务,并且可以对自定义域名的路径进行映射,可自定义不同的路径映射到服务中的三个环境,本接口用于查询绑定服务的自定义域名的路径映射列表。
1148
+ """
1149
+
1150
+ kwargs = {}
1151
+ kwargs["action"] = "DescribeServiceSubDomainMappings"
1152
+ kwargs["params"] = request._serialize()
1153
+ kwargs["resp_cls"] = models.DescribeServiceSubDomainMappingsResponse
1154
+ kwargs["headers"] = request.headers
1155
+ kwargs["opts"] = opts or {}
1156
+
1157
+ return await self.call_and_deserialize(**kwargs)
1158
+
1159
+ async def DescribeServiceSubDomains(
1160
+ self,
1161
+ request: models.DescribeServiceSubDomainsRequest,
1162
+ opts: Dict = None,
1163
+ ) -> models.DescribeServiceSubDomainsResponse:
1164
+ """
1165
+ 本接口(DescribeServiceSubDomains)用于查询自定义域名列表。
1166
+ API 网关可绑定自定义域名到服务,用于服务调用。此接口用于查询用户绑定在服务的自定义域名列表。
1167
+ """
1168
+
1169
+ kwargs = {}
1170
+ kwargs["action"] = "DescribeServiceSubDomains"
1171
+ kwargs["params"] = request._serialize()
1172
+ kwargs["resp_cls"] = models.DescribeServiceSubDomainsResponse
1173
+ kwargs["headers"] = request.headers
1174
+ kwargs["opts"] = opts or {}
1175
+
1176
+ return await self.call_and_deserialize(**kwargs)
1177
+
1178
+ async def DescribeServiceUsagePlan(
1179
+ self,
1180
+ request: models.DescribeServiceUsagePlanRequest,
1181
+ opts: Dict = None,
1182
+ ) -> models.DescribeServiceUsagePlanResponse:
1183
+ """
1184
+ 本接口(DescribeServiceUsagePlan)用于查询服务使用计划详情。
1185
+ 服务若需要鉴权限流生效,则需要绑定使用计划到此服务中,本接口用于查询绑定到一个服务的所有使用计划。
1186
+ """
1187
+
1188
+ kwargs = {}
1189
+ kwargs["action"] = "DescribeServiceUsagePlan"
1190
+ kwargs["params"] = request._serialize()
1191
+ kwargs["resp_cls"] = models.DescribeServiceUsagePlanResponse
1192
+ kwargs["headers"] = request.headers
1193
+ kwargs["opts"] = opts or {}
1194
+
1195
+ return await self.call_and_deserialize(**kwargs)
1196
+
1197
+ async def DescribeServicesStatus(
1198
+ self,
1199
+ request: models.DescribeServicesStatusRequest,
1200
+ opts: Dict = None,
1201
+ ) -> models.DescribeServicesStatusResponse:
1202
+ """
1203
+ 本接口(DescribeServicesStatus)用于搜索查询某一个服务或多个服务的列表,并返回服务相关的域名、时间等信息。
1204
+ """
1205
+
1206
+ kwargs = {}
1207
+ kwargs["action"] = "DescribeServicesStatus"
1208
+ kwargs["params"] = request._serialize()
1209
+ kwargs["resp_cls"] = models.DescribeServicesStatusResponse
1210
+ kwargs["headers"] = request.headers
1211
+ kwargs["opts"] = opts or {}
1212
+
1213
+ return await self.call_and_deserialize(**kwargs)
1214
+
1215
+ async def DescribeUpstreamBindApis(
1216
+ self,
1217
+ request: models.DescribeUpstreamBindApisRequest,
1218
+ opts: Dict = None,
1219
+ ) -> models.DescribeUpstreamBindApisResponse:
1220
+ """
1221
+ 查询后端通道所绑定的API列表
1222
+ """
1223
+
1224
+ kwargs = {}
1225
+ kwargs["action"] = "DescribeUpstreamBindApis"
1226
+ kwargs["params"] = request._serialize()
1227
+ kwargs["resp_cls"] = models.DescribeUpstreamBindApisResponse
1228
+ kwargs["headers"] = request.headers
1229
+ kwargs["opts"] = opts or {}
1230
+
1231
+ return await self.call_and_deserialize(**kwargs)
1232
+
1233
+ async def DescribeUpstreams(
1234
+ self,
1235
+ request: models.DescribeUpstreamsRequest,
1236
+ opts: Dict = None,
1237
+ ) -> models.DescribeUpstreamsResponse:
1238
+ """
1239
+ 查询后端通道列表详情
1240
+ """
1241
+
1242
+ kwargs = {}
1243
+ kwargs["action"] = "DescribeUpstreams"
1244
+ kwargs["params"] = request._serialize()
1245
+ kwargs["resp_cls"] = models.DescribeUpstreamsResponse
1246
+ kwargs["headers"] = request.headers
1247
+ kwargs["opts"] = opts or {}
1248
+
1249
+ return await self.call_and_deserialize(**kwargs)
1250
+
1251
+ async def DescribeUsagePlan(
1252
+ self,
1253
+ request: models.DescribeUsagePlanRequest,
1254
+ opts: Dict = None,
1255
+ ) -> models.DescribeUsagePlanResponse:
1256
+ """
1257
+ 本接口(DescribeUsagePlan)用于查询一个使用计划的详细信息,包括名称、QPS、创建时间绑定的环境等。
1258
+ """
1259
+
1260
+ kwargs = {}
1261
+ kwargs["action"] = "DescribeUsagePlan"
1262
+ kwargs["params"] = request._serialize()
1263
+ kwargs["resp_cls"] = models.DescribeUsagePlanResponse
1264
+ kwargs["headers"] = request.headers
1265
+ kwargs["opts"] = opts or {}
1266
+
1267
+ return await self.call_and_deserialize(**kwargs)
1268
+
1269
+ async def DescribeUsagePlanEnvironments(
1270
+ self,
1271
+ request: models.DescribeUsagePlanEnvironmentsRequest,
1272
+ opts: Dict = None,
1273
+ ) -> models.DescribeUsagePlanEnvironmentsResponse:
1274
+ """
1275
+ 本接口(DescribeUsagePlanEnvironments)用于查询使用计划绑定的环境列表。
1276
+ 用户在绑定了某个使用计划到环境后,可使用本接口查询这个使用计划绑定的所有服务的环境。
1277
+ """
1278
+
1279
+ kwargs = {}
1280
+ kwargs["action"] = "DescribeUsagePlanEnvironments"
1281
+ kwargs["params"] = request._serialize()
1282
+ kwargs["resp_cls"] = models.DescribeUsagePlanEnvironmentsResponse
1283
+ kwargs["headers"] = request.headers
1284
+ kwargs["opts"] = opts or {}
1285
+
1286
+ return await self.call_and_deserialize(**kwargs)
1287
+
1288
+ async def DescribeUsagePlanSecretIds(
1289
+ self,
1290
+ request: models.DescribeUsagePlanSecretIdsRequest,
1291
+ opts: Dict = None,
1292
+ ) -> models.DescribeUsagePlanSecretIdsResponse:
1293
+ """
1294
+ 本接口(DescribeUsagePlanSecretIds)用于查询使用计划绑定的密钥列表。
1295
+ 在 API 网关中,一个使用计划可绑定多个密钥对,可使用本接口查询使用计划绑定的密钥列表。
1296
+ """
1297
+
1298
+ kwargs = {}
1299
+ kwargs["action"] = "DescribeUsagePlanSecretIds"
1300
+ kwargs["params"] = request._serialize()
1301
+ kwargs["resp_cls"] = models.DescribeUsagePlanSecretIdsResponse
1302
+ kwargs["headers"] = request.headers
1303
+ kwargs["opts"] = opts or {}
1304
+
1305
+ return await self.call_and_deserialize(**kwargs)
1306
+
1307
+ async def DescribeUsagePlansStatus(
1308
+ self,
1309
+ request: models.DescribeUsagePlansStatusRequest,
1310
+ opts: Dict = None,
1311
+ ) -> models.DescribeUsagePlansStatusResponse:
1312
+ """
1313
+ 本接口(DescribeUsagePlanStatus)用于查询使用计划的列表。
1314
+ """
1315
+
1316
+ kwargs = {}
1317
+ kwargs["action"] = "DescribeUsagePlansStatus"
1318
+ kwargs["params"] = request._serialize()
1319
+ kwargs["resp_cls"] = models.DescribeUsagePlansStatusResponse
1320
+ kwargs["headers"] = request.headers
1321
+ kwargs["opts"] = opts or {}
1322
+
1323
+ return await self.call_and_deserialize(**kwargs)
1324
+
1325
+ async def DetachPlugin(
1326
+ self,
1327
+ request: models.DetachPluginRequest,
1328
+ opts: Dict = None,
1329
+ ) -> models.DetachPluginResponse:
1330
+ """
1331
+ 解除插件与API绑定
1332
+ """
1333
+
1334
+ kwargs = {}
1335
+ kwargs["action"] = "DetachPlugin"
1336
+ kwargs["params"] = request._serialize()
1337
+ kwargs["resp_cls"] = models.DetachPluginResponse
1338
+ kwargs["headers"] = request.headers
1339
+ kwargs["opts"] = opts or {}
1340
+
1341
+ return await self.call_and_deserialize(**kwargs)
1342
+
1343
+ async def DisableApiKey(
1344
+ self,
1345
+ request: models.DisableApiKeyRequest,
1346
+ opts: Dict = None,
1347
+ ) -> models.DisableApiKeyResponse:
1348
+ """
1349
+ 本接口(DisableApiKey)用于禁用一对 API 密钥。
1350
+ """
1351
+
1352
+ kwargs = {}
1353
+ kwargs["action"] = "DisableApiKey"
1354
+ kwargs["params"] = request._serialize()
1355
+ kwargs["resp_cls"] = models.DisableApiKeyResponse
1356
+ kwargs["headers"] = request.headers
1357
+ kwargs["opts"] = opts or {}
1358
+
1359
+ return await self.call_and_deserialize(**kwargs)
1360
+
1361
+ async def EnableApiKey(
1362
+ self,
1363
+ request: models.EnableApiKeyRequest,
1364
+ opts: Dict = None,
1365
+ ) -> models.EnableApiKeyResponse:
1366
+ """
1367
+ 本接口(EnableApiKey)用于启动一对被禁用的 API 密钥。
1368
+ """
1369
+
1370
+ kwargs = {}
1371
+ kwargs["action"] = "EnableApiKey"
1372
+ kwargs["params"] = request._serialize()
1373
+ kwargs["resp_cls"] = models.EnableApiKeyResponse
1374
+ kwargs["headers"] = request.headers
1375
+ kwargs["opts"] = opts or {}
1376
+
1377
+ return await self.call_and_deserialize(**kwargs)
1378
+
1379
+ async def ImportOpenApi(
1380
+ self,
1381
+ request: models.ImportOpenApiRequest,
1382
+ opts: Dict = None,
1383
+ ) -> models.ImportOpenApiResponse:
1384
+ """
1385
+ 本接口(ImportOpenApi)用于将OpenAPI规范定义的API导入到API网关。
1386
+ """
1387
+
1388
+ kwargs = {}
1389
+ kwargs["action"] = "ImportOpenApi"
1390
+ kwargs["params"] = request._serialize()
1391
+ kwargs["resp_cls"] = models.ImportOpenApiResponse
1392
+ kwargs["headers"] = request.headers
1393
+ kwargs["opts"] = opts or {}
1394
+
1395
+ return await self.call_and_deserialize(**kwargs)
1396
+
1397
+ async def ModifyAPIDoc(
1398
+ self,
1399
+ request: models.ModifyAPIDocRequest,
1400
+ opts: Dict = None,
1401
+ ) -> models.ModifyAPIDocResponse:
1402
+ """
1403
+ 修改 API 文档
1404
+ """
1405
+
1406
+ kwargs = {}
1407
+ kwargs["action"] = "ModifyAPIDoc"
1408
+ kwargs["params"] = request._serialize()
1409
+ kwargs["resp_cls"] = models.ModifyAPIDocResponse
1410
+ kwargs["headers"] = request.headers
1411
+ kwargs["opts"] = opts or {}
1412
+
1413
+ return await self.call_and_deserialize(**kwargs)
1414
+
1415
+ async def ModifyApi(
1416
+ self,
1417
+ request: models.ModifyApiRequest,
1418
+ opts: Dict = None,
1419
+ ) -> models.ModifyApiResponse:
1420
+ """
1421
+ 本接口(ModifyApi)用于修改 API 接口,可调用此接口对已经配置的 API 接口进行编辑修改。修改后的 API 需要重新发布 API 所在的服务到对应环境方能生效。
1422
+ """
1423
+
1424
+ kwargs = {}
1425
+ kwargs["action"] = "ModifyApi"
1426
+ kwargs["params"] = request._serialize()
1427
+ kwargs["resp_cls"] = models.ModifyApiResponse
1428
+ kwargs["headers"] = request.headers
1429
+ kwargs["opts"] = opts or {}
1430
+
1431
+ return await self.call_and_deserialize(**kwargs)
1432
+
1433
+ async def ModifyApiApp(
1434
+ self,
1435
+ request: models.ModifyApiAppRequest,
1436
+ opts: Dict = None,
1437
+ ) -> models.ModifyApiAppResponse:
1438
+ """
1439
+ 本接口(ModifyApiApp)用于修改已经创建的应用。
1440
+ """
1441
+
1442
+ kwargs = {}
1443
+ kwargs["action"] = "ModifyApiApp"
1444
+ kwargs["params"] = request._serialize()
1445
+ kwargs["resp_cls"] = models.ModifyApiAppResponse
1446
+ kwargs["headers"] = request.headers
1447
+ kwargs["opts"] = opts or {}
1448
+
1449
+ return await self.call_and_deserialize(**kwargs)
1450
+
1451
+ async def ModifyApiEnvironmentStrategy(
1452
+ self,
1453
+ request: models.ModifyApiEnvironmentStrategyRequest,
1454
+ opts: Dict = None,
1455
+ ) -> models.ModifyApiEnvironmentStrategyResponse:
1456
+ """
1457
+ 本接口(ModifyApiEnvironmentStrategy)用于修改API限流策略
1458
+ """
1459
+
1460
+ kwargs = {}
1461
+ kwargs["action"] = "ModifyApiEnvironmentStrategy"
1462
+ kwargs["params"] = request._serialize()
1463
+ kwargs["resp_cls"] = models.ModifyApiEnvironmentStrategyResponse
1464
+ kwargs["headers"] = request.headers
1465
+ kwargs["opts"] = opts or {}
1466
+
1467
+ return await self.call_and_deserialize(**kwargs)
1468
+
1469
+ async def ModifyApiIncrement(
1470
+ self,
1471
+ request: models.ModifyApiIncrementRequest,
1472
+ opts: Dict = None,
1473
+ ) -> models.ModifyApiIncrementResponse:
1474
+ """
1475
+ 提供增量更新API能力,主要是给程序调用(区别于ModifyApi,该接口是需要传入API的全量参数,对console使用较友好)
1476
+ """
1477
+
1478
+ kwargs = {}
1479
+ kwargs["action"] = "ModifyApiIncrement"
1480
+ kwargs["params"] = request._serialize()
1481
+ kwargs["resp_cls"] = models.ModifyApiIncrementResponse
1482
+ kwargs["headers"] = request.headers
1483
+ kwargs["opts"] = opts or {}
1484
+
1485
+ return await self.call_and_deserialize(**kwargs)
1486
+
1487
+ async def ModifyExclusiveInstance(
1488
+ self,
1489
+ request: models.ModifyExclusiveInstanceRequest,
1490
+ opts: Dict = None,
1491
+ ) -> models.ModifyExclusiveInstanceResponse:
1492
+ """
1493
+ 本接口(ModifyExclusiveInstance)用于修改独享实例信息。​
1494
+ """
1495
+
1496
+ kwargs = {}
1497
+ kwargs["action"] = "ModifyExclusiveInstance"
1498
+ kwargs["params"] = request._serialize()
1499
+ kwargs["resp_cls"] = models.ModifyExclusiveInstanceResponse
1500
+ kwargs["headers"] = request.headers
1501
+ kwargs["opts"] = opts or {}
1502
+
1503
+ return await self.call_and_deserialize(**kwargs)
1504
+
1505
+ async def ModifyIPStrategy(
1506
+ self,
1507
+ request: models.ModifyIPStrategyRequest,
1508
+ opts: Dict = None,
1509
+ ) -> models.ModifyIPStrategyResponse:
1510
+ """
1511
+ 本接口(ModifyIPStrategy)用于修改服务IP策略。
1512
+ """
1513
+
1514
+ kwargs = {}
1515
+ kwargs["action"] = "ModifyIPStrategy"
1516
+ kwargs["params"] = request._serialize()
1517
+ kwargs["resp_cls"] = models.ModifyIPStrategyResponse
1518
+ kwargs["headers"] = request.headers
1519
+ kwargs["opts"] = opts or {}
1520
+
1521
+ return await self.call_and_deserialize(**kwargs)
1522
+
1523
+ async def ModifyPlugin(
1524
+ self,
1525
+ request: models.ModifyPluginRequest,
1526
+ opts: Dict = None,
1527
+ ) -> models.ModifyPluginResponse:
1528
+ """
1529
+ 修改API网关插件。
1530
+ """
1531
+
1532
+ kwargs = {}
1533
+ kwargs["action"] = "ModifyPlugin"
1534
+ kwargs["params"] = request._serialize()
1535
+ kwargs["resp_cls"] = models.ModifyPluginResponse
1536
+ kwargs["headers"] = request.headers
1537
+ kwargs["opts"] = opts or {}
1538
+
1539
+ return await self.call_and_deserialize(**kwargs)
1540
+
1541
+ async def ModifyService(
1542
+ self,
1543
+ request: models.ModifyServiceRequest,
1544
+ opts: Dict = None,
1545
+ ) -> models.ModifyServiceResponse:
1546
+ """
1547
+ 本接口(ModifyService)用于修改服务的相关信息。当服务创建后,服务的名称、描述和服务类型均可被修改。
1548
+ """
1549
+
1550
+ kwargs = {}
1551
+ kwargs["action"] = "ModifyService"
1552
+ kwargs["params"] = request._serialize()
1553
+ kwargs["resp_cls"] = models.ModifyServiceResponse
1554
+ kwargs["headers"] = request.headers
1555
+ kwargs["opts"] = opts or {}
1556
+
1557
+ return await self.call_and_deserialize(**kwargs)
1558
+
1559
+ async def ModifyServiceEnvironmentStrategy(
1560
+ self,
1561
+ request: models.ModifyServiceEnvironmentStrategyRequest,
1562
+ opts: Dict = None,
1563
+ ) -> models.ModifyServiceEnvironmentStrategyResponse:
1564
+ """
1565
+ 本接口(ModifyServiceEnvironmentStrategy)用于修改服务限流策略
1566
+ """
1567
+
1568
+ kwargs = {}
1569
+ kwargs["action"] = "ModifyServiceEnvironmentStrategy"
1570
+ kwargs["params"] = request._serialize()
1571
+ kwargs["resp_cls"] = models.ModifyServiceEnvironmentStrategyResponse
1572
+ kwargs["headers"] = request.headers
1573
+ kwargs["opts"] = opts or {}
1574
+
1575
+ return await self.call_and_deserialize(**kwargs)
1576
+
1577
+ async def ModifySubDomain(
1578
+ self,
1579
+ request: models.ModifySubDomainRequest,
1580
+ opts: Dict = None,
1581
+ ) -> models.ModifySubDomainResponse:
1582
+ """
1583
+ 本接口(ModifySubDomain)用于修改服务的自定义域名设置中的路径映射,可以修改绑定自定义域名之前的路径映射规则。
1584
+ """
1585
+
1586
+ kwargs = {}
1587
+ kwargs["action"] = "ModifySubDomain"
1588
+ kwargs["params"] = request._serialize()
1589
+ kwargs["resp_cls"] = models.ModifySubDomainResponse
1590
+ kwargs["headers"] = request.headers
1591
+ kwargs["opts"] = opts or {}
1592
+
1593
+ return await self.call_and_deserialize(**kwargs)
1594
+
1595
+ async def ModifyUpstream(
1596
+ self,
1597
+ request: models.ModifyUpstreamRequest,
1598
+ opts: Dict = None,
1599
+ ) -> models.ModifyUpstreamResponse:
1600
+ """
1601
+ 修改后端通道
1602
+ """
1603
+
1604
+ kwargs = {}
1605
+ kwargs["action"] = "ModifyUpstream"
1606
+ kwargs["params"] = request._serialize()
1607
+ kwargs["resp_cls"] = models.ModifyUpstreamResponse
1608
+ kwargs["headers"] = request.headers
1609
+ kwargs["opts"] = opts or {}
1610
+
1611
+ return await self.call_and_deserialize(**kwargs)
1612
+
1613
+ async def ModifyUsagePlan(
1614
+ self,
1615
+ request: models.ModifyUsagePlanRequest,
1616
+ opts: Dict = None,
1617
+ ) -> models.ModifyUsagePlanResponse:
1618
+ """
1619
+ 本接口(ModifyUsagePlan)用于修改使用计划的名称,描述及 QPS。
1620
+ """
1621
+
1622
+ kwargs = {}
1623
+ kwargs["action"] = "ModifyUsagePlan"
1624
+ kwargs["params"] = request._serialize()
1625
+ kwargs["resp_cls"] = models.ModifyUsagePlanResponse
1626
+ kwargs["headers"] = request.headers
1627
+ kwargs["opts"] = opts or {}
1628
+
1629
+ return await self.call_and_deserialize(**kwargs)
1630
+
1631
+ async def ReleaseService(
1632
+ self,
1633
+ request: models.ReleaseServiceRequest,
1634
+ opts: Dict = None,
1635
+ ) -> models.ReleaseServiceResponse:
1636
+ """
1637
+ 本接口(ReleaseService)用于发布服务。
1638
+ API 网关的服务创建后,需要发布到某个环境方生效后,使用者才能进行调用,此接口用于发布服务到环境,如 release 环境。
1639
+ """
1640
+
1641
+ kwargs = {}
1642
+ kwargs["action"] = "ReleaseService"
1643
+ kwargs["params"] = request._serialize()
1644
+ kwargs["resp_cls"] = models.ReleaseServiceResponse
1645
+ kwargs["headers"] = request.headers
1646
+ kwargs["opts"] = opts or {}
1647
+
1648
+ return await self.call_and_deserialize(**kwargs)
1649
+
1650
+ async def ResetAPIDocPassword(
1651
+ self,
1652
+ request: models.ResetAPIDocPasswordRequest,
1653
+ opts: Dict = None,
1654
+ ) -> models.ResetAPIDocPasswordResponse:
1655
+ """
1656
+ 重置API文档密码
1657
+ """
1658
+
1659
+ kwargs = {}
1660
+ kwargs["action"] = "ResetAPIDocPassword"
1661
+ kwargs["params"] = request._serialize()
1662
+ kwargs["resp_cls"] = models.ResetAPIDocPasswordResponse
1663
+ kwargs["headers"] = request.headers
1664
+ kwargs["opts"] = opts or {}
1665
+
1666
+ return await self.call_and_deserialize(**kwargs)
1667
+
1668
+ async def UnBindEnvironment(
1669
+ self,
1670
+ request: models.UnBindEnvironmentRequest,
1671
+ opts: Dict = None,
1672
+ ) -> models.UnBindEnvironmentResponse:
1673
+ """
1674
+ 本接口(UnBindEnvironment)用于将使用计划从特定环境解绑。
1675
+ """
1676
+
1677
+ kwargs = {}
1678
+ kwargs["action"] = "UnBindEnvironment"
1679
+ kwargs["params"] = request._serialize()
1680
+ kwargs["resp_cls"] = models.UnBindEnvironmentResponse
1681
+ kwargs["headers"] = request.headers
1682
+ kwargs["opts"] = opts or {}
1683
+
1684
+ return await self.call_and_deserialize(**kwargs)
1685
+
1686
+ async def UnBindIPStrategy(
1687
+ self,
1688
+ request: models.UnBindIPStrategyRequest,
1689
+ opts: Dict = None,
1690
+ ) -> models.UnBindIPStrategyResponse:
1691
+ """
1692
+ 本接口(UnBindIPStrategy)用于服务解绑IP策略。
1693
+ """
1694
+
1695
+ kwargs = {}
1696
+ kwargs["action"] = "UnBindIPStrategy"
1697
+ kwargs["params"] = request._serialize()
1698
+ kwargs["resp_cls"] = models.UnBindIPStrategyResponse
1699
+ kwargs["headers"] = request.headers
1700
+ kwargs["opts"] = opts or {}
1701
+
1702
+ return await self.call_and_deserialize(**kwargs)
1703
+
1704
+ async def UnBindSecretIds(
1705
+ self,
1706
+ request: models.UnBindSecretIdsRequest,
1707
+ opts: Dict = None,
1708
+ ) -> models.UnBindSecretIdsResponse:
1709
+ """
1710
+ 本接口(UnBindSecretIds)用于为使用计划解绑密钥。
1711
+ """
1712
+
1713
+ kwargs = {}
1714
+ kwargs["action"] = "UnBindSecretIds"
1715
+ kwargs["params"] = request._serialize()
1716
+ kwargs["resp_cls"] = models.UnBindSecretIdsResponse
1717
+ kwargs["headers"] = request.headers
1718
+ kwargs["opts"] = opts or {}
1719
+
1720
+ return await self.call_and_deserialize(**kwargs)
1721
+
1722
+ async def UnBindSubDomain(
1723
+ self,
1724
+ request: models.UnBindSubDomainRequest,
1725
+ opts: Dict = None,
1726
+ ) -> models.UnBindSubDomainResponse:
1727
+ """
1728
+ 本接口(UnBindSubDomain)用于解绑自定义域名。
1729
+ 用户使用 API 网关绑定了自定义域名到服务中后,若想要解绑此自定义域名,可使用此接口。
1730
+ """
1731
+
1732
+ kwargs = {}
1733
+ kwargs["action"] = "UnBindSubDomain"
1734
+ kwargs["params"] = request._serialize()
1735
+ kwargs["resp_cls"] = models.UnBindSubDomainResponse
1736
+ kwargs["headers"] = request.headers
1737
+ kwargs["opts"] = opts or {}
1738
+
1739
+ return await self.call_and_deserialize(**kwargs)
1740
+
1741
+ async def UnReleaseService(
1742
+ self,
1743
+ request: models.UnReleaseServiceRequest,
1744
+ opts: Dict = None,
1745
+ ) -> models.UnReleaseServiceResponse:
1746
+ """
1747
+ 本接口(UnReleaseService)用于下线服务。
1748
+ 用户发布服务到某个环境后,此服务中的 API 方可被调用者进行调用,当用户需要将此服务从发布环境中下线时,可调用此 API。下线后的服务不可被调用。
1749
+ """
1750
+
1751
+ kwargs = {}
1752
+ kwargs["action"] = "UnReleaseService"
1753
+ kwargs["params"] = request._serialize()
1754
+ kwargs["resp_cls"] = models.UnReleaseServiceResponse
1755
+ kwargs["headers"] = request.headers
1756
+ kwargs["opts"] = opts or {}
1757
+
1758
+ return await self.call_and_deserialize(**kwargs)
1759
+
1760
+ async def UnbindApiApp(
1761
+ self,
1762
+ request: models.UnbindApiAppRequest,
1763
+ opts: Dict = None,
1764
+ ) -> models.UnbindApiAppResponse:
1765
+ """
1766
+ 本接口(UnbindApiApp)用于解除应用和API绑定。
1767
+ """
1768
+
1769
+ kwargs = {}
1770
+ kwargs["action"] = "UnbindApiApp"
1771
+ kwargs["params"] = request._serialize()
1772
+ kwargs["resp_cls"] = models.UnbindApiAppResponse
1773
+ kwargs["headers"] = request.headers
1774
+ kwargs["opts"] = opts or {}
1775
+
1776
+ return await self.call_and_deserialize(**kwargs)
1777
+
1778
+ async def UpdateApiAppKey(
1779
+ self,
1780
+ request: models.UpdateApiAppKeyRequest,
1781
+ opts: Dict = None,
1782
+ ) -> models.UpdateApiAppKeyResponse:
1783
+ """
1784
+ 本接口(UpdateApiAppKey)用于更新应用密钥。
1785
+ """
1786
+
1787
+ kwargs = {}
1788
+ kwargs["action"] = "UpdateApiAppKey"
1789
+ kwargs["params"] = request._serialize()
1790
+ kwargs["resp_cls"] = models.UpdateApiAppKeyResponse
1791
+ kwargs["headers"] = request.headers
1792
+ kwargs["opts"] = opts or {}
1793
+
1794
+ return await self.call_and_deserialize(**kwargs)
1795
+
1796
+ async def UpdateApiKey(
1797
+ self,
1798
+ request: models.UpdateApiKeyRequest,
1799
+ opts: Dict = None,
1800
+ ) -> models.UpdateApiKeyResponse:
1801
+ """
1802
+ 本接口(UpdateApiKey)用于更换用户已创建的一对 API 密钥。
1803
+ """
1804
+
1805
+ kwargs = {}
1806
+ kwargs["action"] = "UpdateApiKey"
1807
+ kwargs["params"] = request._serialize()
1808
+ kwargs["resp_cls"] = models.UpdateApiKeyResponse
1809
+ kwargs["headers"] = request.headers
1810
+ kwargs["opts"] = opts or {}
1811
+
1812
+ return await self.call_and_deserialize(**kwargs)
1813
+
1814
+ async def UpdateService(
1815
+ self,
1816
+ request: models.UpdateServiceRequest,
1817
+ opts: Dict = None,
1818
+ ) -> models.UpdateServiceResponse:
1819
+ """
1820
+ 本接口(UpdateService)用于从服务已发布的环境中将运行版本切换到特定版本。用户在使用 API 网关创建服务并发布服务到某个环境后,如在开发过程产生多个版本需要切换,此时可调用本接口。
1821
+ """
1822
+
1823
+ kwargs = {}
1824
+ kwargs["action"] = "UpdateService"
1825
+ kwargs["params"] = request._serialize()
1826
+ kwargs["resp_cls"] = models.UpdateServiceResponse
1827
+ kwargs["headers"] = request.headers
1828
+ kwargs["opts"] = opts or {}
1829
+
1830
+ return await self.call_and_deserialize(**kwargs)