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,2452 @@
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.dsgc.v20190723 import models
20
+ from typing import Dict
21
+
22
+
23
+ class DsgcClient(AbstractClient):
24
+ _apiVersion = '2019-07-23'
25
+ _endpoint = 'dsgc.tencentcloudapi.com'
26
+ _service = 'dsgc'
27
+
28
+ async def AuthorizeDSPAMetaResources(
29
+ self,
30
+ request: models.AuthorizeDSPAMetaResourcesRequest,
31
+ opts: Dict = None,
32
+ ) -> models.AuthorizeDSPAMetaResourcesResponse:
33
+ """
34
+ 授权用户云资源
35
+ """
36
+
37
+ kwargs = {}
38
+ kwargs["action"] = "AuthorizeDSPAMetaResources"
39
+ kwargs["params"] = request._serialize()
40
+ kwargs["resp_cls"] = models.AuthorizeDSPAMetaResourcesResponse
41
+ kwargs["headers"] = request.headers
42
+ kwargs["opts"] = opts or {}
43
+
44
+ return await self.call_and_deserialize(**kwargs)
45
+
46
+ async def BindDSPAResourceCosBuckets(
47
+ self,
48
+ request: models.BindDSPAResourceCosBucketsRequest,
49
+ opts: Dict = None,
50
+ ) -> models.BindDSPAResourceCosBucketsResponse:
51
+ """
52
+ 绑定或解绑COS桶
53
+ """
54
+
55
+ kwargs = {}
56
+ kwargs["action"] = "BindDSPAResourceCosBuckets"
57
+ kwargs["params"] = request._serialize()
58
+ kwargs["resp_cls"] = models.BindDSPAResourceCosBucketsResponse
59
+ kwargs["headers"] = request.headers
60
+ kwargs["opts"] = opts or {}
61
+
62
+ return await self.call_and_deserialize(**kwargs)
63
+
64
+ async def BindDSPAResourceDatabases(
65
+ self,
66
+ request: models.BindDSPAResourceDatabasesRequest,
67
+ opts: Dict = None,
68
+ ) -> models.BindDSPAResourceDatabasesResponse:
69
+ """
70
+ 绑定或解绑数据库实例DB
71
+ """
72
+
73
+ kwargs = {}
74
+ kwargs["action"] = "BindDSPAResourceDatabases"
75
+ kwargs["params"] = request._serialize()
76
+ kwargs["resp_cls"] = models.BindDSPAResourceDatabasesResponse
77
+ kwargs["headers"] = request.headers
78
+ kwargs["opts"] = opts or {}
79
+
80
+ return await self.call_and_deserialize(**kwargs)
81
+
82
+ async def CopyDSPATemplate(
83
+ self,
84
+ request: models.CopyDSPATemplateRequest,
85
+ opts: Dict = None,
86
+ ) -> models.CopyDSPATemplateResponse:
87
+ """
88
+ 复制合规组模板
89
+ """
90
+
91
+ kwargs = {}
92
+ kwargs["action"] = "CopyDSPATemplate"
93
+ kwargs["params"] = request._serialize()
94
+ kwargs["resp_cls"] = models.CopyDSPATemplateResponse
95
+ kwargs["headers"] = request.headers
96
+ kwargs["opts"] = opts or {}
97
+
98
+ return await self.call_and_deserialize(**kwargs)
99
+
100
+ async def CreateAssetSortingReportRetryTask(
101
+ self,
102
+ request: models.CreateAssetSortingReportRetryTaskRequest,
103
+ opts: Dict = None,
104
+ ) -> models.CreateAssetSortingReportRetryTaskResponse:
105
+ """
106
+ 创建资产梳理报表导出重试任务
107
+ """
108
+
109
+ kwargs = {}
110
+ kwargs["action"] = "CreateAssetSortingReportRetryTask"
111
+ kwargs["params"] = request._serialize()
112
+ kwargs["resp_cls"] = models.CreateAssetSortingReportRetryTaskResponse
113
+ kwargs["headers"] = request.headers
114
+ kwargs["opts"] = opts or {}
115
+
116
+ return await self.call_and_deserialize(**kwargs)
117
+
118
+ async def CreateAssetSortingReportTask(
119
+ self,
120
+ request: models.CreateAssetSortingReportTaskRequest,
121
+ opts: Dict = None,
122
+ ) -> models.CreateAssetSortingReportTaskResponse:
123
+ """
124
+ 创建资产梳理报告任务
125
+ """
126
+
127
+ kwargs = {}
128
+ kwargs["action"] = "CreateAssetSortingReportTask"
129
+ kwargs["params"] = request._serialize()
130
+ kwargs["resp_cls"] = models.CreateAssetSortingReportTaskResponse
131
+ kwargs["headers"] = request.headers
132
+ kwargs["opts"] = opts or {}
133
+
134
+ return await self.call_and_deserialize(**kwargs)
135
+
136
+ async def CreateDSPAAssessmentRiskLevel(
137
+ self,
138
+ request: models.CreateDSPAAssessmentRiskLevelRequest,
139
+ opts: Dict = None,
140
+ ) -> models.CreateDSPAAssessmentRiskLevelResponse:
141
+ """
142
+ 风险项页面---创建风险等级
143
+ """
144
+
145
+ kwargs = {}
146
+ kwargs["action"] = "CreateDSPAAssessmentRiskLevel"
147
+ kwargs["params"] = request._serialize()
148
+ kwargs["resp_cls"] = models.CreateDSPAAssessmentRiskLevelResponse
149
+ kwargs["headers"] = request.headers
150
+ kwargs["opts"] = opts or {}
151
+
152
+ return await self.call_and_deserialize(**kwargs)
153
+
154
+ async def CreateDSPAAssessmentRiskTemplate(
155
+ self,
156
+ request: models.CreateDSPAAssessmentRiskTemplateRequest,
157
+ opts: Dict = None,
158
+ ) -> models.CreateDSPAAssessmentRiskTemplateResponse:
159
+ """
160
+ 风险评估模板---创建风险评估模板
161
+ """
162
+
163
+ kwargs = {}
164
+ kwargs["action"] = "CreateDSPAAssessmentRiskTemplate"
165
+ kwargs["params"] = request._serialize()
166
+ kwargs["resp_cls"] = models.CreateDSPAAssessmentRiskTemplateResponse
167
+ kwargs["headers"] = request.headers
168
+ kwargs["opts"] = opts or {}
169
+
170
+ return await self.call_and_deserialize(**kwargs)
171
+
172
+ async def CreateDSPAAssessmentTask(
173
+ self,
174
+ request: models.CreateDSPAAssessmentTaskRequest,
175
+ opts: Dict = None,
176
+ ) -> models.CreateDSPAAssessmentTaskResponse:
177
+ """
178
+ 新建DSPA风险评估任务
179
+ """
180
+
181
+ kwargs = {}
182
+ kwargs["action"] = "CreateDSPAAssessmentTask"
183
+ kwargs["params"] = request._serialize()
184
+ kwargs["resp_cls"] = models.CreateDSPAAssessmentTaskResponse
185
+ kwargs["headers"] = request.headers
186
+ kwargs["opts"] = opts or {}
187
+
188
+ return await self.call_and_deserialize(**kwargs)
189
+
190
+ async def CreateDSPACOSDiscoveryTask(
191
+ self,
192
+ request: models.CreateDSPACOSDiscoveryTaskRequest,
193
+ opts: Dict = None,
194
+ ) -> models.CreateDSPACOSDiscoveryTaskResponse:
195
+ """
196
+ 新增COS分类分级扫描任务,单个用户最多允许创建100个任务。
197
+ """
198
+
199
+ kwargs = {}
200
+ kwargs["action"] = "CreateDSPACOSDiscoveryTask"
201
+ kwargs["params"] = request._serialize()
202
+ kwargs["resp_cls"] = models.CreateDSPACOSDiscoveryTaskResponse
203
+ kwargs["headers"] = request.headers
204
+ kwargs["opts"] = opts or {}
205
+
206
+ return await self.call_and_deserialize(**kwargs)
207
+
208
+ async def CreateDSPACategory(
209
+ self,
210
+ request: models.CreateDSPACategoryRequest,
211
+ opts: Dict = None,
212
+ ) -> models.CreateDSPACategoryResponse:
213
+ """
214
+ 新增分类,单个用户最多允许创建100个数据分类。
215
+ """
216
+
217
+ kwargs = {}
218
+ kwargs["action"] = "CreateDSPACategory"
219
+ kwargs["params"] = request._serialize()
220
+ kwargs["resp_cls"] = models.CreateDSPACategoryResponse
221
+ kwargs["headers"] = request.headers
222
+ kwargs["opts"] = opts or {}
223
+
224
+ return await self.call_and_deserialize(**kwargs)
225
+
226
+ async def CreateDSPACategoryRelation(
227
+ self,
228
+ request: models.CreateDSPACategoryRelationRequest,
229
+ opts: Dict = None,
230
+ ) -> models.CreateDSPACategoryRelationResponse:
231
+ """
232
+ 创建分类关联关系
233
+ """
234
+
235
+ kwargs = {}
236
+ kwargs["action"] = "CreateDSPACategoryRelation"
237
+ kwargs["params"] = request._serialize()
238
+ kwargs["resp_cls"] = models.CreateDSPACategoryRelationResponse
239
+ kwargs["headers"] = request.headers
240
+ kwargs["opts"] = opts or {}
241
+
242
+ return await self.call_and_deserialize(**kwargs)
243
+
244
+ async def CreateDSPAComplianceGroup(
245
+ self,
246
+ request: models.CreateDSPAComplianceGroupRequest,
247
+ opts: Dict = None,
248
+ ) -> models.CreateDSPAComplianceGroupResponse:
249
+ """
250
+ 新增分类分级模板,单个用户最多允许创建100个合规组。
251
+ """
252
+
253
+ kwargs = {}
254
+ kwargs["action"] = "CreateDSPAComplianceGroup"
255
+ kwargs["params"] = request._serialize()
256
+ kwargs["resp_cls"] = models.CreateDSPAComplianceGroupResponse
257
+ kwargs["headers"] = request.headers
258
+ kwargs["opts"] = opts or {}
259
+
260
+ return await self.call_and_deserialize(**kwargs)
261
+
262
+ async def CreateDSPAComplianceRules(
263
+ self,
264
+ request: models.CreateDSPAComplianceRulesRequest,
265
+ opts: Dict = None,
266
+ ) -> models.CreateDSPAComplianceRulesResponse:
267
+ """
268
+ 创建合规组分类规则关联关系
269
+ """
270
+
271
+ kwargs = {}
272
+ kwargs["action"] = "CreateDSPAComplianceRules"
273
+ kwargs["params"] = request._serialize()
274
+ kwargs["resp_cls"] = models.CreateDSPAComplianceRulesResponse
275
+ kwargs["headers"] = request.headers
276
+ kwargs["opts"] = opts or {}
277
+
278
+ return await self.call_and_deserialize(**kwargs)
279
+
280
+ async def CreateDSPACosMetaResources(
281
+ self,
282
+ request: models.CreateDSPACosMetaResourcesRequest,
283
+ opts: Dict = None,
284
+ ) -> models.CreateDSPACosMetaResourcesResponse:
285
+ """
286
+ 添加COS元数据
287
+ """
288
+
289
+ kwargs = {}
290
+ kwargs["action"] = "CreateDSPACosMetaResources"
291
+ kwargs["params"] = request._serialize()
292
+ kwargs["resp_cls"] = models.CreateDSPACosMetaResourcesResponse
293
+ kwargs["headers"] = request.headers
294
+ kwargs["opts"] = opts or {}
295
+
296
+ return await self.call_and_deserialize(**kwargs)
297
+
298
+ async def CreateDSPADbMetaResources(
299
+ self,
300
+ request: models.CreateDSPADbMetaResourcesRequest,
301
+ opts: Dict = None,
302
+ ) -> models.CreateDSPADbMetaResourcesResponse:
303
+ """
304
+ 添加用户云上数据库类型资源
305
+ """
306
+
307
+ kwargs = {}
308
+ kwargs["action"] = "CreateDSPADbMetaResources"
309
+ kwargs["params"] = request._serialize()
310
+ kwargs["resp_cls"] = models.CreateDSPADbMetaResourcesResponse
311
+ kwargs["headers"] = request.headers
312
+ kwargs["opts"] = opts or {}
313
+
314
+ return await self.call_and_deserialize(**kwargs)
315
+
316
+ async def CreateDSPADiscoveryRule(
317
+ self,
318
+ request: models.CreateDSPADiscoveryRuleRequest,
319
+ opts: Dict = None,
320
+ ) -> models.CreateDSPADiscoveryRuleResponse:
321
+ """
322
+ 新增分类分级规则,单个用户最多允许创建200个规则。
323
+ """
324
+
325
+ kwargs = {}
326
+ kwargs["action"] = "CreateDSPADiscoveryRule"
327
+ kwargs["params"] = request._serialize()
328
+ kwargs["resp_cls"] = models.CreateDSPADiscoveryRuleResponse
329
+ kwargs["headers"] = request.headers
330
+ kwargs["opts"] = opts or {}
331
+
332
+ return await self.call_and_deserialize(**kwargs)
333
+
334
+ async def CreateDSPADiscoveryTask(
335
+ self,
336
+ request: models.CreateDSPADiscoveryTaskRequest,
337
+ opts: Dict = None,
338
+ ) -> models.CreateDSPADiscoveryTaskResponse:
339
+ """
340
+ 新增分类分级任务,单个用户最多允许创建100个任务。
341
+ """
342
+
343
+ kwargs = {}
344
+ kwargs["action"] = "CreateDSPADiscoveryTask"
345
+ kwargs["params"] = request._serialize()
346
+ kwargs["resp_cls"] = models.CreateDSPADiscoveryTaskResponse
347
+ kwargs["headers"] = request.headers
348
+ kwargs["opts"] = opts or {}
349
+
350
+ return await self.call_and_deserialize(**kwargs)
351
+
352
+ async def CreateDSPALevelGroup(
353
+ self,
354
+ request: models.CreateDSPALevelGroupRequest,
355
+ opts: Dict = None,
356
+ ) -> models.CreateDSPALevelGroupResponse:
357
+ """
358
+ 新增分级,单个Casb实例最多允许创建100个数据分级
359
+ """
360
+
361
+ kwargs = {}
362
+ kwargs["action"] = "CreateDSPALevelGroup"
363
+ kwargs["params"] = request._serialize()
364
+ kwargs["resp_cls"] = models.CreateDSPALevelGroupResponse
365
+ kwargs["headers"] = request.headers
366
+ kwargs["opts"] = opts or {}
367
+
368
+ return await self.call_and_deserialize(**kwargs)
369
+
370
+ async def CreateDSPAMetaResources(
371
+ self,
372
+ request: models.CreateDSPAMetaResourcesRequest,
373
+ opts: Dict = None,
374
+ ) -> models.CreateDSPAMetaResourcesResponse:
375
+ """
376
+ 添加用户云上资源列表
377
+ """
378
+
379
+ kwargs = {}
380
+ kwargs["action"] = "CreateDSPAMetaResources"
381
+ kwargs["params"] = request._serialize()
382
+ kwargs["resp_cls"] = models.CreateDSPAMetaResourcesResponse
383
+ kwargs["headers"] = request.headers
384
+ kwargs["opts"] = opts or {}
385
+
386
+ return await self.call_and_deserialize(**kwargs)
387
+
388
+ async def CreateDSPASelfBuildMetaResource(
389
+ self,
390
+ request: models.CreateDSPASelfBuildMetaResourceRequest,
391
+ opts: Dict = None,
392
+ ) -> models.CreateDSPASelfBuildMetaResourceResponse:
393
+ """
394
+ 新建用户自建云资源
395
+ """
396
+
397
+ kwargs = {}
398
+ kwargs["action"] = "CreateDSPASelfBuildMetaResource"
399
+ kwargs["params"] = request._serialize()
400
+ kwargs["resp_cls"] = models.CreateDSPASelfBuildMetaResourceResponse
401
+ kwargs["headers"] = request.headers
402
+ kwargs["opts"] = opts or {}
403
+
404
+ return await self.call_and_deserialize(**kwargs)
405
+
406
+ async def CreateIdentifyRuleAnotherName(
407
+ self,
408
+ request: models.CreateIdentifyRuleAnotherNameRequest,
409
+ opts: Dict = None,
410
+ ) -> models.CreateIdentifyRuleAnotherNameResponse:
411
+ """
412
+ 创建规则别名
413
+ """
414
+
415
+ kwargs = {}
416
+ kwargs["action"] = "CreateIdentifyRuleAnotherName"
417
+ kwargs["params"] = request._serialize()
418
+ kwargs["resp_cls"] = models.CreateIdentifyRuleAnotherNameResponse
419
+ kwargs["headers"] = request.headers
420
+ kwargs["opts"] = opts or {}
421
+
422
+ return await self.call_and_deserialize(**kwargs)
423
+
424
+ async def DecribeSuggestRiskLevelMatrix(
425
+ self,
426
+ request: models.DecribeSuggestRiskLevelMatrixRequest,
427
+ opts: Dict = None,
428
+ ) -> models.DecribeSuggestRiskLevelMatrixResponse:
429
+ """
430
+ 风险等级的定义页面-创建风险等级的时候生成的一个默认的矩阵
431
+ """
432
+
433
+ kwargs = {}
434
+ kwargs["action"] = "DecribeSuggestRiskLevelMatrix"
435
+ kwargs["params"] = request._serialize()
436
+ kwargs["resp_cls"] = models.DecribeSuggestRiskLevelMatrixResponse
437
+ kwargs["headers"] = request.headers
438
+ kwargs["opts"] = opts or {}
439
+
440
+ return await self.call_and_deserialize(**kwargs)
441
+
442
+ async def DeleteCosMetaResource(
443
+ self,
444
+ request: models.DeleteCosMetaResourceRequest,
445
+ opts: Dict = None,
446
+ ) -> models.DeleteCosMetaResourceResponse:
447
+ """
448
+ 本接口(DeleteCOSMetaData)用于删除COS元数据信息。
449
+ """
450
+
451
+ kwargs = {}
452
+ kwargs["action"] = "DeleteCosMetaResource"
453
+ kwargs["params"] = request._serialize()
454
+ kwargs["resp_cls"] = models.DeleteCosMetaResourceResponse
455
+ kwargs["headers"] = request.headers
456
+ kwargs["opts"] = opts or {}
457
+
458
+ return await self.call_and_deserialize(**kwargs)
459
+
460
+ async def DeleteDSPAAssessmentTask(
461
+ self,
462
+ request: models.DeleteDSPAAssessmentTaskRequest,
463
+ opts: Dict = None,
464
+ ) -> models.DeleteDSPAAssessmentTaskResponse:
465
+ """
466
+ 删除DSPA风险评估任务
467
+ """
468
+
469
+ kwargs = {}
470
+ kwargs["action"] = "DeleteDSPAAssessmentTask"
471
+ kwargs["params"] = request._serialize()
472
+ kwargs["resp_cls"] = models.DeleteDSPAAssessmentTaskResponse
473
+ kwargs["headers"] = request.headers
474
+ kwargs["opts"] = opts or {}
475
+
476
+ return await self.call_and_deserialize(**kwargs)
477
+
478
+ async def DeleteDSPACOSDiscoveryTask(
479
+ self,
480
+ request: models.DeleteDSPACOSDiscoveryTaskRequest,
481
+ opts: Dict = None,
482
+ ) -> models.DeleteDSPACOSDiscoveryTaskResponse:
483
+ """
484
+ 删除COS分类分级任务,该接口只有在任务状态为以下几个状态值时才支持正确删除:
485
+ 0 待扫描,
486
+ 2 扫描终止,
487
+ 3 扫描成功,
488
+ 4 扫描失败
489
+ """
490
+
491
+ kwargs = {}
492
+ kwargs["action"] = "DeleteDSPACOSDiscoveryTask"
493
+ kwargs["params"] = request._serialize()
494
+ kwargs["resp_cls"] = models.DeleteDSPACOSDiscoveryTaskResponse
495
+ kwargs["headers"] = request.headers
496
+ kwargs["opts"] = opts or {}
497
+
498
+ return await self.call_and_deserialize(**kwargs)
499
+
500
+ async def DeleteDSPACOSDiscoveryTaskResult(
501
+ self,
502
+ request: models.DeleteDSPACOSDiscoveryTaskResultRequest,
503
+ opts: Dict = None,
504
+ ) -> models.DeleteDSPACOSDiscoveryTaskResultResponse:
505
+ """
506
+ 删除COS分类分级任务结果
507
+ """
508
+
509
+ kwargs = {}
510
+ kwargs["action"] = "DeleteDSPACOSDiscoveryTaskResult"
511
+ kwargs["params"] = request._serialize()
512
+ kwargs["resp_cls"] = models.DeleteDSPACOSDiscoveryTaskResultResponse
513
+ kwargs["headers"] = request.headers
514
+ kwargs["opts"] = opts or {}
515
+
516
+ return await self.call_and_deserialize(**kwargs)
517
+
518
+ async def DeleteDSPADiscoveryTask(
519
+ self,
520
+ request: models.DeleteDSPADiscoveryTaskRequest,
521
+ opts: Dict = None,
522
+ ) -> models.DeleteDSPADiscoveryTaskResponse:
523
+ """
524
+ 删除分类分级识别任务,该接口只有在任务状态为以下几个状态值时才支持正确删除:
525
+ 0 待扫描,
526
+ 2 扫描终止,
527
+ 3 扫描成功,
528
+ 4 扫描失败
529
+ """
530
+
531
+ kwargs = {}
532
+ kwargs["action"] = "DeleteDSPADiscoveryTask"
533
+ kwargs["params"] = request._serialize()
534
+ kwargs["resp_cls"] = models.DeleteDSPADiscoveryTaskResponse
535
+ kwargs["headers"] = request.headers
536
+ kwargs["opts"] = opts or {}
537
+
538
+ return await self.call_and_deserialize(**kwargs)
539
+
540
+ async def DeleteDSPADiscoveryTaskResult(
541
+ self,
542
+ request: models.DeleteDSPADiscoveryTaskResultRequest,
543
+ opts: Dict = None,
544
+ ) -> models.DeleteDSPADiscoveryTaskResultResponse:
545
+ """
546
+ 删除分类分级识别任务结果
547
+ """
548
+
549
+ kwargs = {}
550
+ kwargs["action"] = "DeleteDSPADiscoveryTaskResult"
551
+ kwargs["params"] = request._serialize()
552
+ kwargs["resp_cls"] = models.DeleteDSPADiscoveryTaskResultResponse
553
+ kwargs["headers"] = request.headers
554
+ kwargs["opts"] = opts or {}
555
+
556
+ return await self.call_and_deserialize(**kwargs)
557
+
558
+ async def DeleteDSPAMetaResource(
559
+ self,
560
+ request: models.DeleteDSPAMetaResourceRequest,
561
+ opts: Dict = None,
562
+ ) -> models.DeleteDSPAMetaResourceResponse:
563
+ """
564
+ 删除用户云资源
565
+ """
566
+
567
+ kwargs = {}
568
+ kwargs["action"] = "DeleteDSPAMetaResource"
569
+ kwargs["params"] = request._serialize()
570
+ kwargs["resp_cls"] = models.DeleteDSPAMetaResourceResponse
571
+ kwargs["headers"] = request.headers
572
+ kwargs["opts"] = opts or {}
573
+
574
+ return await self.call_and_deserialize(**kwargs)
575
+
576
+ async def DescribeAssetDetailDataExportResult(
577
+ self,
578
+ request: models.DescribeAssetDetailDataExportResultRequest,
579
+ opts: Dict = None,
580
+ ) -> models.DescribeAssetDetailDataExportResultResponse:
581
+ """
582
+ 查询敏感数据导出结果URL
583
+ """
584
+
585
+ kwargs = {}
586
+ kwargs["action"] = "DescribeAssetDetailDataExportResult"
587
+ kwargs["params"] = request._serialize()
588
+ kwargs["resp_cls"] = models.DescribeAssetDetailDataExportResultResponse
589
+ kwargs["headers"] = request.headers
590
+ kwargs["opts"] = opts or {}
591
+
592
+ return await self.call_and_deserialize(**kwargs)
593
+
594
+ async def DescribeAssetOverview(
595
+ self,
596
+ request: models.DescribeAssetOverviewRequest,
597
+ opts: Dict = None,
598
+ ) -> models.DescribeAssetOverviewResponse:
599
+ """
600
+ 数据资产报告页面-查询数据资产概览接口(包括数据库资产详情和存储资产详情)
601
+ """
602
+
603
+ kwargs = {}
604
+ kwargs["action"] = "DescribeAssetOverview"
605
+ kwargs["params"] = request._serialize()
606
+ kwargs["resp_cls"] = models.DescribeAssetOverviewResponse
607
+ kwargs["headers"] = request.headers
608
+ kwargs["opts"] = opts or {}
609
+
610
+ return await self.call_and_deserialize(**kwargs)
611
+
612
+ async def DescribeBindDBList(
613
+ self,
614
+ request: models.DescribeBindDBListRequest,
615
+ opts: Dict = None,
616
+ ) -> models.DescribeBindDBListResponse:
617
+ """
618
+ 查询DB绑定的列表
619
+ """
620
+
621
+ kwargs = {}
622
+ kwargs["action"] = "DescribeBindDBList"
623
+ kwargs["params"] = request._serialize()
624
+ kwargs["resp_cls"] = models.DescribeBindDBListResponse
625
+ kwargs["headers"] = request.headers
626
+ kwargs["opts"] = opts or {}
627
+
628
+ return await self.call_and_deserialize(**kwargs)
629
+
630
+ async def DescribeCOSAssetSensitiveDistribution(
631
+ self,
632
+ request: models.DescribeCOSAssetSensitiveDistributionRequest,
633
+ opts: Dict = None,
634
+ ) -> models.DescribeCOSAssetSensitiveDistributionResponse:
635
+ """
636
+ 数据资产报告-查询cos的资产分布详情接口
637
+ """
638
+
639
+ kwargs = {}
640
+ kwargs["action"] = "DescribeCOSAssetSensitiveDistribution"
641
+ kwargs["params"] = request._serialize()
642
+ kwargs["resp_cls"] = models.DescribeCOSAssetSensitiveDistributionResponse
643
+ kwargs["headers"] = request.headers
644
+ kwargs["opts"] = opts or {}
645
+
646
+ return await self.call_and_deserialize(**kwargs)
647
+
648
+ async def DescribeDSPAAssessmentHighRiskTop10Overview(
649
+ self,
650
+ request: models.DescribeDSPAAssessmentHighRiskTop10OverviewRequest,
651
+ opts: Dict = None,
652
+ ) -> models.DescribeDSPAAssessmentHighRiskTop10OverviewResponse:
653
+ """
654
+ 查询高风险资产的top10
655
+ """
656
+
657
+ kwargs = {}
658
+ kwargs["action"] = "DescribeDSPAAssessmentHighRiskTop10Overview"
659
+ kwargs["params"] = request._serialize()
660
+ kwargs["resp_cls"] = models.DescribeDSPAAssessmentHighRiskTop10OverviewResponse
661
+ kwargs["headers"] = request.headers
662
+ kwargs["opts"] = opts or {}
663
+
664
+ return await self.call_and_deserialize(**kwargs)
665
+
666
+ async def DescribeDSPAAssessmentLatestRiskDetailInfo(
667
+ self,
668
+ request: models.DescribeDSPAAssessmentLatestRiskDetailInfoRequest,
669
+ opts: Dict = None,
670
+ ) -> models.DescribeDSPAAssessmentLatestRiskDetailInfoResponse:
671
+ """
672
+ 查询最新风险项详情数据
673
+ """
674
+
675
+ kwargs = {}
676
+ kwargs["action"] = "DescribeDSPAAssessmentLatestRiskDetailInfo"
677
+ kwargs["params"] = request._serialize()
678
+ kwargs["resp_cls"] = models.DescribeDSPAAssessmentLatestRiskDetailInfoResponse
679
+ kwargs["headers"] = request.headers
680
+ kwargs["opts"] = opts or {}
681
+
682
+ return await self.call_and_deserialize(**kwargs)
683
+
684
+ async def DescribeDSPAAssessmentLatestRiskList(
685
+ self,
686
+ request: models.DescribeDSPAAssessmentLatestRiskListRequest,
687
+ opts: Dict = None,
688
+ ) -> models.DescribeDSPAAssessmentLatestRiskListResponse:
689
+ """
690
+ 查询最新的风险详情列表数据
691
+ """
692
+
693
+ kwargs = {}
694
+ kwargs["action"] = "DescribeDSPAAssessmentLatestRiskList"
695
+ kwargs["params"] = request._serialize()
696
+ kwargs["resp_cls"] = models.DescribeDSPAAssessmentLatestRiskListResponse
697
+ kwargs["headers"] = request.headers
698
+ kwargs["opts"] = opts or {}
699
+
700
+ return await self.call_and_deserialize(**kwargs)
701
+
702
+ async def DescribeDSPAAssessmentNewDiscoveredRiskOverview(
703
+ self,
704
+ request: models.DescribeDSPAAssessmentNewDiscoveredRiskOverviewRequest,
705
+ opts: Dict = None,
706
+ ) -> models.DescribeDSPAAssessmentNewDiscoveredRiskOverviewResponse:
707
+ """
708
+ 风险概览-查询新发现风险统计数
709
+ """
710
+
711
+ kwargs = {}
712
+ kwargs["action"] = "DescribeDSPAAssessmentNewDiscoveredRiskOverview"
713
+ kwargs["params"] = request._serialize()
714
+ kwargs["resp_cls"] = models.DescribeDSPAAssessmentNewDiscoveredRiskOverviewResponse
715
+ kwargs["headers"] = request.headers
716
+ kwargs["opts"] = opts or {}
717
+
718
+ return await self.call_and_deserialize(**kwargs)
719
+
720
+ async def DescribeDSPAAssessmentPendingRiskOverview(
721
+ self,
722
+ request: models.DescribeDSPAAssessmentPendingRiskOverviewRequest,
723
+ opts: Dict = None,
724
+ ) -> models.DescribeDSPAAssessmentPendingRiskOverviewResponse:
725
+ """
726
+ 风险概览-查询待处理风险统计数
727
+ """
728
+
729
+ kwargs = {}
730
+ kwargs["action"] = "DescribeDSPAAssessmentPendingRiskOverview"
731
+ kwargs["params"] = request._serialize()
732
+ kwargs["resp_cls"] = models.DescribeDSPAAssessmentPendingRiskOverviewResponse
733
+ kwargs["headers"] = request.headers
734
+ kwargs["opts"] = opts or {}
735
+
736
+ return await self.call_and_deserialize(**kwargs)
737
+
738
+ async def DescribeDSPAAssessmentProcessingRiskOverview(
739
+ self,
740
+ request: models.DescribeDSPAAssessmentProcessingRiskOverviewRequest,
741
+ opts: Dict = None,
742
+ ) -> models.DescribeDSPAAssessmentProcessingRiskOverviewResponse:
743
+ """
744
+ 风险概览-查询处理中风险统计数
745
+ """
746
+
747
+ kwargs = {}
748
+ kwargs["action"] = "DescribeDSPAAssessmentProcessingRiskOverview"
749
+ kwargs["params"] = request._serialize()
750
+ kwargs["resp_cls"] = models.DescribeDSPAAssessmentProcessingRiskOverviewResponse
751
+ kwargs["headers"] = request.headers
752
+ kwargs["opts"] = opts or {}
753
+
754
+ return await self.call_and_deserialize(**kwargs)
755
+
756
+ async def DescribeDSPAAssessmentRiskAmountOverview(
757
+ self,
758
+ request: models.DescribeDSPAAssessmentRiskAmountOverviewRequest,
759
+ opts: Dict = None,
760
+ ) -> models.DescribeDSPAAssessmentRiskAmountOverviewResponse:
761
+ """
762
+ 风险概览页风险数量和受影响资产数概览统计
763
+ """
764
+
765
+ kwargs = {}
766
+ kwargs["action"] = "DescribeDSPAAssessmentRiskAmountOverview"
767
+ kwargs["params"] = request._serialize()
768
+ kwargs["resp_cls"] = models.DescribeDSPAAssessmentRiskAmountOverviewResponse
769
+ kwargs["headers"] = request.headers
770
+ kwargs["opts"] = opts or {}
771
+
772
+ return await self.call_and_deserialize(**kwargs)
773
+
774
+ async def DescribeDSPAAssessmentRiskDatasourceTop5(
775
+ self,
776
+ request: models.DescribeDSPAAssessmentRiskDatasourceTop5Request,
777
+ opts: Dict = None,
778
+ ) -> models.DescribeDSPAAssessmentRiskDatasourceTop5Response:
779
+ """
780
+ 受影响资产TOP5统计
781
+ """
782
+
783
+ kwargs = {}
784
+ kwargs["action"] = "DescribeDSPAAssessmentRiskDatasourceTop5"
785
+ kwargs["params"] = request._serialize()
786
+ kwargs["resp_cls"] = models.DescribeDSPAAssessmentRiskDatasourceTop5Response
787
+ kwargs["headers"] = request.headers
788
+ kwargs["opts"] = opts or {}
789
+
790
+ return await self.call_and_deserialize(**kwargs)
791
+
792
+ async def DescribeDSPAAssessmentRiskDealedOverview(
793
+ self,
794
+ request: models.DescribeDSPAAssessmentRiskDealedOverviewRequest,
795
+ opts: Dict = None,
796
+ ) -> models.DescribeDSPAAssessmentRiskDealedOverviewResponse:
797
+ """
798
+ 遗留待处理&昨日完成风险处置概览统计
799
+ """
800
+
801
+ kwargs = {}
802
+ kwargs["action"] = "DescribeDSPAAssessmentRiskDealedOverview"
803
+ kwargs["params"] = request._serialize()
804
+ kwargs["resp_cls"] = models.DescribeDSPAAssessmentRiskDealedOverviewResponse
805
+ kwargs["headers"] = request.headers
806
+ kwargs["opts"] = opts or {}
807
+
808
+ return await self.call_and_deserialize(**kwargs)
809
+
810
+ async def DescribeDSPAAssessmentRiskDealedTrend(
811
+ self,
812
+ request: models.DescribeDSPAAssessmentRiskDealedTrendRequest,
813
+ opts: Dict = None,
814
+ ) -> models.DescribeDSPAAssessmentRiskDealedTrendResponse:
815
+ """
816
+ 风险项处理趋势统计
817
+ """
818
+
819
+ kwargs = {}
820
+ kwargs["action"] = "DescribeDSPAAssessmentRiskDealedTrend"
821
+ kwargs["params"] = request._serialize()
822
+ kwargs["resp_cls"] = models.DescribeDSPAAssessmentRiskDealedTrendResponse
823
+ kwargs["headers"] = request.headers
824
+ kwargs["opts"] = opts or {}
825
+
826
+ return await self.call_and_deserialize(**kwargs)
827
+
828
+ async def DescribeDSPAAssessmentRiskDistributionOverview(
829
+ self,
830
+ request: models.DescribeDSPAAssessmentRiskDistributionOverviewRequest,
831
+ opts: Dict = None,
832
+ ) -> models.DescribeDSPAAssessmentRiskDistributionOverviewResponse:
833
+ """
834
+ 查询风险分布数据,包含风险类型分布,风险详情分布,风险资产的分布
835
+ """
836
+
837
+ kwargs = {}
838
+ kwargs["action"] = "DescribeDSPAAssessmentRiskDistributionOverview"
839
+ kwargs["params"] = request._serialize()
840
+ kwargs["resp_cls"] = models.DescribeDSPAAssessmentRiskDistributionOverviewResponse
841
+ kwargs["headers"] = request.headers
842
+ kwargs["opts"] = opts or {}
843
+
844
+ return await self.call_and_deserialize(**kwargs)
845
+
846
+ async def DescribeDSPAAssessmentRiskItemTop5(
847
+ self,
848
+ request: models.DescribeDSPAAssessmentRiskItemTop5Request,
849
+ opts: Dict = None,
850
+ ) -> models.DescribeDSPAAssessmentRiskItemTop5Response:
851
+ """
852
+ 风险分类TOP5统计
853
+ """
854
+
855
+ kwargs = {}
856
+ kwargs["action"] = "DescribeDSPAAssessmentRiskItemTop5"
857
+ kwargs["params"] = request._serialize()
858
+ kwargs["resp_cls"] = models.DescribeDSPAAssessmentRiskItemTop5Response
859
+ kwargs["headers"] = request.headers
860
+ kwargs["opts"] = opts or {}
861
+
862
+ return await self.call_and_deserialize(**kwargs)
863
+
864
+ async def DescribeDSPAAssessmentRiskLevelDetail(
865
+ self,
866
+ request: models.DescribeDSPAAssessmentRiskLevelDetailRequest,
867
+ opts: Dict = None,
868
+ ) -> models.DescribeDSPAAssessmentRiskLevelDetailResponse:
869
+ """
870
+ 风险项页面----查询风险等级的详情数据
871
+ """
872
+
873
+ kwargs = {}
874
+ kwargs["action"] = "DescribeDSPAAssessmentRiskLevelDetail"
875
+ kwargs["params"] = request._serialize()
876
+ kwargs["resp_cls"] = models.DescribeDSPAAssessmentRiskLevelDetailResponse
877
+ kwargs["headers"] = request.headers
878
+ kwargs["opts"] = opts or {}
879
+
880
+ return await self.call_and_deserialize(**kwargs)
881
+
882
+ async def DescribeDSPAAssessmentRiskLevelList(
883
+ self,
884
+ request: models.DescribeDSPAAssessmentRiskLevelListRequest,
885
+ opts: Dict = None,
886
+ ) -> models.DescribeDSPAAssessmentRiskLevelListResponse:
887
+ """
888
+ 风险项页面----查询风险等级的列表
889
+ """
890
+
891
+ kwargs = {}
892
+ kwargs["action"] = "DescribeDSPAAssessmentRiskLevelList"
893
+ kwargs["params"] = request._serialize()
894
+ kwargs["resp_cls"] = models.DescribeDSPAAssessmentRiskLevelListResponse
895
+ kwargs["headers"] = request.headers
896
+ kwargs["opts"] = opts or {}
897
+
898
+ return await self.call_and_deserialize(**kwargs)
899
+
900
+ async def DescribeDSPAAssessmentRiskLevelTrend(
901
+ self,
902
+ request: models.DescribeDSPAAssessmentRiskLevelTrendRequest,
903
+ opts: Dict = None,
904
+ ) -> models.DescribeDSPAAssessmentRiskLevelTrendResponse:
905
+ """
906
+ 风险级别趋势统计
907
+ """
908
+
909
+ kwargs = {}
910
+ kwargs["action"] = "DescribeDSPAAssessmentRiskLevelTrend"
911
+ kwargs["params"] = request._serialize()
912
+ kwargs["resp_cls"] = models.DescribeDSPAAssessmentRiskLevelTrendResponse
913
+ kwargs["headers"] = request.headers
914
+ kwargs["opts"] = opts or {}
915
+
916
+ return await self.call_and_deserialize(**kwargs)
917
+
918
+ async def DescribeDSPAAssessmentRiskOverview(
919
+ self,
920
+ request: models.DescribeDSPAAssessmentRiskOverviewRequest,
921
+ opts: Dict = None,
922
+ ) -> models.DescribeDSPAAssessmentRiskOverviewResponse:
923
+ """
924
+ 风险数量概览统计
925
+ """
926
+
927
+ kwargs = {}
928
+ kwargs["action"] = "DescribeDSPAAssessmentRiskOverview"
929
+ kwargs["params"] = request._serialize()
930
+ kwargs["resp_cls"] = models.DescribeDSPAAssessmentRiskOverviewResponse
931
+ kwargs["headers"] = request.headers
932
+ kwargs["opts"] = opts or {}
933
+
934
+ return await self.call_and_deserialize(**kwargs)
935
+
936
+ async def DescribeDSPAAssessmentRiskProcessHistory(
937
+ self,
938
+ request: models.DescribeDSPAAssessmentRiskProcessHistoryRequest,
939
+ opts: Dict = None,
940
+ ) -> models.DescribeDSPAAssessmentRiskProcessHistoryResponse:
941
+ """
942
+ 查询风险的处理历史
943
+ """
944
+
945
+ kwargs = {}
946
+ kwargs["action"] = "DescribeDSPAAssessmentRiskProcessHistory"
947
+ kwargs["params"] = request._serialize()
948
+ kwargs["resp_cls"] = models.DescribeDSPAAssessmentRiskProcessHistoryResponse
949
+ kwargs["headers"] = request.headers
950
+ kwargs["opts"] = opts or {}
951
+
952
+ return await self.call_and_deserialize(**kwargs)
953
+
954
+ async def DescribeDSPAAssessmentRiskSideDistributed(
955
+ self,
956
+ request: models.DescribeDSPAAssessmentRiskSideDistributedRequest,
957
+ opts: Dict = None,
958
+ ) -> models.DescribeDSPAAssessmentRiskSideDistributedResponse:
959
+ """
960
+ 风险评估概览页,查询风险面的分布
961
+ """
962
+
963
+ kwargs = {}
964
+ kwargs["action"] = "DescribeDSPAAssessmentRiskSideDistributed"
965
+ kwargs["params"] = request._serialize()
966
+ kwargs["resp_cls"] = models.DescribeDSPAAssessmentRiskSideDistributedResponse
967
+ kwargs["headers"] = request.headers
968
+ kwargs["opts"] = opts or {}
969
+
970
+ return await self.call_and_deserialize(**kwargs)
971
+
972
+ async def DescribeDSPAAssessmentRiskSideList(
973
+ self,
974
+ request: models.DescribeDSPAAssessmentRiskSideListRequest,
975
+ opts: Dict = None,
976
+ ) -> models.DescribeDSPAAssessmentRiskSideListResponse:
977
+ """
978
+ 风险评估概览页,查询风险面的分布
979
+ """
980
+
981
+ kwargs = {}
982
+ kwargs["action"] = "DescribeDSPAAssessmentRiskSideList"
983
+ kwargs["params"] = request._serialize()
984
+ kwargs["resp_cls"] = models.DescribeDSPAAssessmentRiskSideListResponse
985
+ kwargs["headers"] = request.headers
986
+ kwargs["opts"] = opts or {}
987
+
988
+ return await self.call_and_deserialize(**kwargs)
989
+
990
+ async def DescribeDSPAAssessmentRiskTemplateDetail(
991
+ self,
992
+ request: models.DescribeDSPAAssessmentRiskTemplateDetailRequest,
993
+ opts: Dict = None,
994
+ ) -> models.DescribeDSPAAssessmentRiskTemplateDetailResponse:
995
+ """
996
+ 风险项页面--查看评估模板详情
997
+ """
998
+
999
+ kwargs = {}
1000
+ kwargs["action"] = "DescribeDSPAAssessmentRiskTemplateDetail"
1001
+ kwargs["params"] = request._serialize()
1002
+ kwargs["resp_cls"] = models.DescribeDSPAAssessmentRiskTemplateDetailResponse
1003
+ kwargs["headers"] = request.headers
1004
+ kwargs["opts"] = opts or {}
1005
+
1006
+ return await self.call_and_deserialize(**kwargs)
1007
+
1008
+ async def DescribeDSPAAssessmentRiskTemplateVulnerableList(
1009
+ self,
1010
+ request: models.DescribeDSPAAssessmentRiskTemplateVulnerableListRequest,
1011
+ opts: Dict = None,
1012
+ ) -> models.DescribeDSPAAssessmentRiskTemplateVulnerableListResponse:
1013
+ """
1014
+ 风险模板页面--查询风险模板中的脆弱项配置
1015
+ """
1016
+
1017
+ kwargs = {}
1018
+ kwargs["action"] = "DescribeDSPAAssessmentRiskTemplateVulnerableList"
1019
+ kwargs["params"] = request._serialize()
1020
+ kwargs["resp_cls"] = models.DescribeDSPAAssessmentRiskTemplateVulnerableListResponse
1021
+ kwargs["headers"] = request.headers
1022
+ kwargs["opts"] = opts or {}
1023
+
1024
+ return await self.call_and_deserialize(**kwargs)
1025
+
1026
+ async def DescribeDSPAAssessmentRisks(
1027
+ self,
1028
+ request: models.DescribeDSPAAssessmentRisksRequest,
1029
+ opts: Dict = None,
1030
+ ) -> models.DescribeDSPAAssessmentRisksResponse:
1031
+ """
1032
+ 获取DSPA评估风险项列表
1033
+ """
1034
+
1035
+ kwargs = {}
1036
+ kwargs["action"] = "DescribeDSPAAssessmentRisks"
1037
+ kwargs["params"] = request._serialize()
1038
+ kwargs["resp_cls"] = models.DescribeDSPAAssessmentRisksResponse
1039
+ kwargs["headers"] = request.headers
1040
+ kwargs["opts"] = opts or {}
1041
+
1042
+ return await self.call_and_deserialize(**kwargs)
1043
+
1044
+ async def DescribeDSPAAssessmentTasks(
1045
+ self,
1046
+ request: models.DescribeDSPAAssessmentTasksRequest,
1047
+ opts: Dict = None,
1048
+ ) -> models.DescribeDSPAAssessmentTasksResponse:
1049
+ """
1050
+ 获取DSPA评估任务列表
1051
+ """
1052
+
1053
+ kwargs = {}
1054
+ kwargs["action"] = "DescribeDSPAAssessmentTasks"
1055
+ kwargs["params"] = request._serialize()
1056
+ kwargs["resp_cls"] = models.DescribeDSPAAssessmentTasksResponse
1057
+ kwargs["headers"] = request.headers
1058
+ kwargs["opts"] = opts or {}
1059
+
1060
+ return await self.call_and_deserialize(**kwargs)
1061
+
1062
+ async def DescribeDSPAAssessmentTemplateControlItems(
1063
+ self,
1064
+ request: models.DescribeDSPAAssessmentTemplateControlItemsRequest,
1065
+ opts: Dict = None,
1066
+ ) -> models.DescribeDSPAAssessmentTemplateControlItemsResponse:
1067
+ """
1068
+ 获取DSPA评估模板关联的评估控制项列表
1069
+ """
1070
+
1071
+ kwargs = {}
1072
+ kwargs["action"] = "DescribeDSPAAssessmentTemplateControlItems"
1073
+ kwargs["params"] = request._serialize()
1074
+ kwargs["resp_cls"] = models.DescribeDSPAAssessmentTemplateControlItemsResponse
1075
+ kwargs["headers"] = request.headers
1076
+ kwargs["opts"] = opts or {}
1077
+
1078
+ return await self.call_and_deserialize(**kwargs)
1079
+
1080
+ async def DescribeDSPAAssessmentTemplates(
1081
+ self,
1082
+ request: models.DescribeDSPAAssessmentTemplatesRequest,
1083
+ opts: Dict = None,
1084
+ ) -> models.DescribeDSPAAssessmentTemplatesResponse:
1085
+ """
1086
+ 获取DSPA评估模板列表
1087
+ """
1088
+
1089
+ kwargs = {}
1090
+ kwargs["action"] = "DescribeDSPAAssessmentTemplates"
1091
+ kwargs["params"] = request._serialize()
1092
+ kwargs["resp_cls"] = models.DescribeDSPAAssessmentTemplatesResponse
1093
+ kwargs["headers"] = request.headers
1094
+ kwargs["opts"] = opts or {}
1095
+
1096
+ return await self.call_and_deserialize(**kwargs)
1097
+
1098
+ async def DescribeDSPACOSDataAssetBuckets(
1099
+ self,
1100
+ request: models.DescribeDSPACOSDataAssetBucketsRequest,
1101
+ opts: Dict = None,
1102
+ ) -> models.DescribeDSPACOSDataAssetBucketsResponse:
1103
+ """
1104
+ 获取COS敏感数据资产桶列表
1105
+ """
1106
+
1107
+ kwargs = {}
1108
+ kwargs["action"] = "DescribeDSPACOSDataAssetBuckets"
1109
+ kwargs["params"] = request._serialize()
1110
+ kwargs["resp_cls"] = models.DescribeDSPACOSDataAssetBucketsResponse
1111
+ kwargs["headers"] = request.headers
1112
+ kwargs["opts"] = opts or {}
1113
+
1114
+ return await self.call_and_deserialize(**kwargs)
1115
+
1116
+ async def DescribeDSPACOSDataAssetByComplianceId(
1117
+ self,
1118
+ request: models.DescribeDSPACOSDataAssetByComplianceIdRequest,
1119
+ opts: Dict = None,
1120
+ ) -> models.DescribeDSPACOSDataAssetByComplianceIdResponse:
1121
+ """
1122
+ 获取COS单个模板下的敏感数据资产
1123
+ """
1124
+
1125
+ kwargs = {}
1126
+ kwargs["action"] = "DescribeDSPACOSDataAssetByComplianceId"
1127
+ kwargs["params"] = request._serialize()
1128
+ kwargs["resp_cls"] = models.DescribeDSPACOSDataAssetByComplianceIdResponse
1129
+ kwargs["headers"] = request.headers
1130
+ kwargs["opts"] = opts or {}
1131
+
1132
+ return await self.call_and_deserialize(**kwargs)
1133
+
1134
+ async def DescribeDSPACOSDataAssetDetail(
1135
+ self,
1136
+ request: models.DescribeDSPACOSDataAssetDetailRequest,
1137
+ opts: Dict = None,
1138
+ ) -> models.DescribeDSPACOSDataAssetDetailResponse:
1139
+ """
1140
+ 获取COS分类分级数据资产详情
1141
+ """
1142
+
1143
+ kwargs = {}
1144
+ kwargs["action"] = "DescribeDSPACOSDataAssetDetail"
1145
+ kwargs["params"] = request._serialize()
1146
+ kwargs["resp_cls"] = models.DescribeDSPACOSDataAssetDetailResponse
1147
+ kwargs["headers"] = request.headers
1148
+ kwargs["opts"] = opts or {}
1149
+
1150
+ return await self.call_and_deserialize(**kwargs)
1151
+
1152
+ async def DescribeDSPACOSDiscoveryTaskDetail(
1153
+ self,
1154
+ request: models.DescribeDSPACOSDiscoveryTaskDetailRequest,
1155
+ opts: Dict = None,
1156
+ ) -> models.DescribeDSPACOSDiscoveryTaskDetailResponse:
1157
+ """
1158
+ 获取COS分类分级任务详情
1159
+ """
1160
+
1161
+ kwargs = {}
1162
+ kwargs["action"] = "DescribeDSPACOSDiscoveryTaskDetail"
1163
+ kwargs["params"] = request._serialize()
1164
+ kwargs["resp_cls"] = models.DescribeDSPACOSDiscoveryTaskDetailResponse
1165
+ kwargs["headers"] = request.headers
1166
+ kwargs["opts"] = opts or {}
1167
+
1168
+ return await self.call_and_deserialize(**kwargs)
1169
+
1170
+ async def DescribeDSPACOSDiscoveryTaskFiles(
1171
+ self,
1172
+ request: models.DescribeDSPACOSDiscoveryTaskFilesRequest,
1173
+ opts: Dict = None,
1174
+ ) -> models.DescribeDSPACOSDiscoveryTaskFilesResponse:
1175
+ """
1176
+ 获取COS分类分级任务结果详情文件列表
1177
+ """
1178
+
1179
+ kwargs = {}
1180
+ kwargs["action"] = "DescribeDSPACOSDiscoveryTaskFiles"
1181
+ kwargs["params"] = request._serialize()
1182
+ kwargs["resp_cls"] = models.DescribeDSPACOSDiscoveryTaskFilesResponse
1183
+ kwargs["headers"] = request.headers
1184
+ kwargs["opts"] = opts or {}
1185
+
1186
+ return await self.call_and_deserialize(**kwargs)
1187
+
1188
+ async def DescribeDSPACOSDiscoveryTaskResult(
1189
+ self,
1190
+ request: models.DescribeDSPACOSDiscoveryTaskResultRequest,
1191
+ opts: Dict = None,
1192
+ ) -> models.DescribeDSPACOSDiscoveryTaskResultResponse:
1193
+ """
1194
+ 获取COS分类分级任务结果,该接口只有在任务状态为以下状态时才支持结果正常查询:
1195
+ 3 扫描成功,
1196
+ 4 扫描失败
1197
+ """
1198
+
1199
+ kwargs = {}
1200
+ kwargs["action"] = "DescribeDSPACOSDiscoveryTaskResult"
1201
+ kwargs["params"] = request._serialize()
1202
+ kwargs["resp_cls"] = models.DescribeDSPACOSDiscoveryTaskResultResponse
1203
+ kwargs["headers"] = request.headers
1204
+ kwargs["opts"] = opts or {}
1205
+
1206
+ return await self.call_and_deserialize(**kwargs)
1207
+
1208
+ async def DescribeDSPACOSDiscoveryTasks(
1209
+ self,
1210
+ request: models.DescribeDSPACOSDiscoveryTasksRequest,
1211
+ opts: Dict = None,
1212
+ ) -> models.DescribeDSPACOSDiscoveryTasksResponse:
1213
+ """
1214
+ 获取COS分类分级任务列表
1215
+ """
1216
+
1217
+ kwargs = {}
1218
+ kwargs["action"] = "DescribeDSPACOSDiscoveryTasks"
1219
+ kwargs["params"] = request._serialize()
1220
+ kwargs["resp_cls"] = models.DescribeDSPACOSDiscoveryTasksResponse
1221
+ kwargs["headers"] = request.headers
1222
+ kwargs["opts"] = opts or {}
1223
+
1224
+ return await self.call_and_deserialize(**kwargs)
1225
+
1226
+ async def DescribeDSPACOSTaskResultDetail(
1227
+ self,
1228
+ request: models.DescribeDSPACOSTaskResultDetailRequest,
1229
+ opts: Dict = None,
1230
+ ) -> models.DescribeDSPACOSTaskResultDetailResponse:
1231
+ """
1232
+ 获取COS分类分级任务结果详情,该接口只有在任务状态为时才支持结果正确查询:
1233
+ 3 扫描成功
1234
+ """
1235
+
1236
+ kwargs = {}
1237
+ kwargs["action"] = "DescribeDSPACOSTaskResultDetail"
1238
+ kwargs["params"] = request._serialize()
1239
+ kwargs["resp_cls"] = models.DescribeDSPACOSTaskResultDetailResponse
1240
+ kwargs["headers"] = request.headers
1241
+ kwargs["opts"] = opts or {}
1242
+
1243
+ return await self.call_and_deserialize(**kwargs)
1244
+
1245
+ async def DescribeDSPACategories(
1246
+ self,
1247
+ request: models.DescribeDSPACategoriesRequest,
1248
+ opts: Dict = None,
1249
+ ) -> models.DescribeDSPACategoriesResponse:
1250
+ """
1251
+ 获取敏感数据分类列表
1252
+ """
1253
+
1254
+ kwargs = {}
1255
+ kwargs["action"] = "DescribeDSPACategories"
1256
+ kwargs["params"] = request._serialize()
1257
+ kwargs["resp_cls"] = models.DescribeDSPACategoriesResponse
1258
+ kwargs["headers"] = request.headers
1259
+ kwargs["opts"] = opts or {}
1260
+
1261
+ return await self.call_and_deserialize(**kwargs)
1262
+
1263
+ async def DescribeDSPACategoryRuleStatistic(
1264
+ self,
1265
+ request: models.DescribeDSPACategoryRuleStatisticRequest,
1266
+ opts: Dict = None,
1267
+ ) -> models.DescribeDSPACategoryRuleStatisticResponse:
1268
+ """
1269
+ 获取分类规则统计信息
1270
+ """
1271
+
1272
+ kwargs = {}
1273
+ kwargs["action"] = "DescribeDSPACategoryRuleStatistic"
1274
+ kwargs["params"] = request._serialize()
1275
+ kwargs["resp_cls"] = models.DescribeDSPACategoryRuleStatisticResponse
1276
+ kwargs["headers"] = request.headers
1277
+ kwargs["opts"] = opts or {}
1278
+
1279
+ return await self.call_and_deserialize(**kwargs)
1280
+
1281
+ async def DescribeDSPACategoryRules(
1282
+ self,
1283
+ request: models.DescribeDSPACategoryRulesRequest,
1284
+ opts: Dict = None,
1285
+ ) -> models.DescribeDSPACategoryRulesResponse:
1286
+ """
1287
+ 获取合规组分类规则信息
1288
+ """
1289
+
1290
+ kwargs = {}
1291
+ kwargs["action"] = "DescribeDSPACategoryRules"
1292
+ kwargs["params"] = request._serialize()
1293
+ kwargs["resp_cls"] = models.DescribeDSPACategoryRulesResponse
1294
+ kwargs["headers"] = request.headers
1295
+ kwargs["opts"] = opts or {}
1296
+
1297
+ return await self.call_and_deserialize(**kwargs)
1298
+
1299
+ async def DescribeDSPACategoryTree(
1300
+ self,
1301
+ request: models.DescribeDSPACategoryTreeRequest,
1302
+ opts: Dict = None,
1303
+ ) -> models.DescribeDSPACategoryTreeResponse:
1304
+ """
1305
+ 获取分类树信息
1306
+ """
1307
+
1308
+ kwargs = {}
1309
+ kwargs["action"] = "DescribeDSPACategoryTree"
1310
+ kwargs["params"] = request._serialize()
1311
+ kwargs["resp_cls"] = models.DescribeDSPACategoryTreeResponse
1312
+ kwargs["headers"] = request.headers
1313
+ kwargs["opts"] = opts or {}
1314
+
1315
+ return await self.call_and_deserialize(**kwargs)
1316
+
1317
+ async def DescribeDSPACategoryTreeWithRules(
1318
+ self,
1319
+ request: models.DescribeDSPACategoryTreeWithRulesRequest,
1320
+ opts: Dict = None,
1321
+ ) -> models.DescribeDSPACategoryTreeWithRulesResponse:
1322
+ """
1323
+ 获取分类规则树信息
1324
+ """
1325
+
1326
+ kwargs = {}
1327
+ kwargs["action"] = "DescribeDSPACategoryTreeWithRules"
1328
+ kwargs["params"] = request._serialize()
1329
+ kwargs["resp_cls"] = models.DescribeDSPACategoryTreeWithRulesResponse
1330
+ kwargs["headers"] = request.headers
1331
+ kwargs["opts"] = opts or {}
1332
+
1333
+ return await self.call_and_deserialize(**kwargs)
1334
+
1335
+ async def DescribeDSPAComplianceGroupDetail(
1336
+ self,
1337
+ request: models.DescribeDSPAComplianceGroupDetailRequest,
1338
+ opts: Dict = None,
1339
+ ) -> models.DescribeDSPAComplianceGroupDetailResponse:
1340
+ """
1341
+ 获取模板详情信息
1342
+ """
1343
+
1344
+ kwargs = {}
1345
+ kwargs["action"] = "DescribeDSPAComplianceGroupDetail"
1346
+ kwargs["params"] = request._serialize()
1347
+ kwargs["resp_cls"] = models.DescribeDSPAComplianceGroupDetailResponse
1348
+ kwargs["headers"] = request.headers
1349
+ kwargs["opts"] = opts or {}
1350
+
1351
+ return await self.call_and_deserialize(**kwargs)
1352
+
1353
+ async def DescribeDSPAComplianceGroups(
1354
+ self,
1355
+ request: models.DescribeDSPAComplianceGroupsRequest,
1356
+ opts: Dict = None,
1357
+ ) -> models.DescribeDSPAComplianceGroupsResponse:
1358
+ """
1359
+ 获取分类分级模板列表
1360
+ """
1361
+
1362
+ kwargs = {}
1363
+ kwargs["action"] = "DescribeDSPAComplianceGroups"
1364
+ kwargs["params"] = request._serialize()
1365
+ kwargs["resp_cls"] = models.DescribeDSPAComplianceGroupsResponse
1366
+ kwargs["headers"] = request.headers
1367
+ kwargs["opts"] = opts or {}
1368
+
1369
+ return await self.call_and_deserialize(**kwargs)
1370
+
1371
+ async def DescribeDSPAComplianceUpdateNotification(
1372
+ self,
1373
+ request: models.DescribeDSPAComplianceUpdateNotificationRequest,
1374
+ opts: Dict = None,
1375
+ ) -> models.DescribeDSPAComplianceUpdateNotificationResponse:
1376
+ """
1377
+ 获取模板更新提示信息
1378
+ """
1379
+
1380
+ kwargs = {}
1381
+ kwargs["action"] = "DescribeDSPAComplianceUpdateNotification"
1382
+ kwargs["params"] = request._serialize()
1383
+ kwargs["resp_cls"] = models.DescribeDSPAComplianceUpdateNotificationResponse
1384
+ kwargs["headers"] = request.headers
1385
+ kwargs["opts"] = opts or {}
1386
+
1387
+ return await self.call_and_deserialize(**kwargs)
1388
+
1389
+ async def DescribeDSPADataSourceDbInfo(
1390
+ self,
1391
+ request: models.DescribeDSPADataSourceDbInfoRequest,
1392
+ opts: Dict = None,
1393
+ ) -> models.DescribeDSPADataSourceDbInfoResponse:
1394
+ """
1395
+ 获取数据源的数据库信息
1396
+ """
1397
+
1398
+ kwargs = {}
1399
+ kwargs["action"] = "DescribeDSPADataSourceDbInfo"
1400
+ kwargs["params"] = request._serialize()
1401
+ kwargs["resp_cls"] = models.DescribeDSPADataSourceDbInfoResponse
1402
+ kwargs["headers"] = request.headers
1403
+ kwargs["opts"] = opts or {}
1404
+
1405
+ return await self.call_and_deserialize(**kwargs)
1406
+
1407
+ async def DescribeDSPADiscoveryRules(
1408
+ self,
1409
+ request: models.DescribeDSPADiscoveryRulesRequest,
1410
+ opts: Dict = None,
1411
+ ) -> models.DescribeDSPADiscoveryRulesResponse:
1412
+ """
1413
+ 获取分类分级规则列表
1414
+ """
1415
+
1416
+ kwargs = {}
1417
+ kwargs["action"] = "DescribeDSPADiscoveryRules"
1418
+ kwargs["params"] = request._serialize()
1419
+ kwargs["resp_cls"] = models.DescribeDSPADiscoveryRulesResponse
1420
+ kwargs["headers"] = request.headers
1421
+ kwargs["opts"] = opts or {}
1422
+
1423
+ return await self.call_and_deserialize(**kwargs)
1424
+
1425
+ async def DescribeDSPADiscoveryServiceStatus(
1426
+ self,
1427
+ request: models.DescribeDSPADiscoveryServiceStatusRequest,
1428
+ opts: Dict = None,
1429
+ ) -> models.DescribeDSPADiscoveryServiceStatusResponse:
1430
+ """
1431
+ 用于查询该用户是否已开通分类分级服务
1432
+ """
1433
+
1434
+ kwargs = {}
1435
+ kwargs["action"] = "DescribeDSPADiscoveryServiceStatus"
1436
+ kwargs["params"] = request._serialize()
1437
+ kwargs["resp_cls"] = models.DescribeDSPADiscoveryServiceStatusResponse
1438
+ kwargs["headers"] = request.headers
1439
+ kwargs["opts"] = opts or {}
1440
+
1441
+ return await self.call_and_deserialize(**kwargs)
1442
+
1443
+ async def DescribeDSPADiscoveryTaskDetail(
1444
+ self,
1445
+ request: models.DescribeDSPADiscoveryTaskDetailRequest,
1446
+ opts: Dict = None,
1447
+ ) -> models.DescribeDSPADiscoveryTaskDetailResponse:
1448
+ """
1449
+ 获取分类分级任务详情
1450
+ """
1451
+
1452
+ kwargs = {}
1453
+ kwargs["action"] = "DescribeDSPADiscoveryTaskDetail"
1454
+ kwargs["params"] = request._serialize()
1455
+ kwargs["resp_cls"] = models.DescribeDSPADiscoveryTaskDetailResponse
1456
+ kwargs["headers"] = request.headers
1457
+ kwargs["opts"] = opts or {}
1458
+
1459
+ return await self.call_and_deserialize(**kwargs)
1460
+
1461
+ async def DescribeDSPADiscoveryTaskResult(
1462
+ self,
1463
+ request: models.DescribeDSPADiscoveryTaskResultRequest,
1464
+ opts: Dict = None,
1465
+ ) -> models.DescribeDSPADiscoveryTaskResultResponse:
1466
+ """
1467
+ 获取分类分级任务结果,该接口只有在任务状态为以下状态时才支持结果正常查询:3 扫描成功,4 扫描失败
1468
+ """
1469
+
1470
+ kwargs = {}
1471
+ kwargs["action"] = "DescribeDSPADiscoveryTaskResult"
1472
+ kwargs["params"] = request._serialize()
1473
+ kwargs["resp_cls"] = models.DescribeDSPADiscoveryTaskResultResponse
1474
+ kwargs["headers"] = request.headers
1475
+ kwargs["opts"] = opts or {}
1476
+
1477
+ return await self.call_and_deserialize(**kwargs)
1478
+
1479
+ async def DescribeDSPADiscoveryTaskResultDetail(
1480
+ self,
1481
+ request: models.DescribeDSPADiscoveryTaskResultDetailRequest,
1482
+ opts: Dict = None,
1483
+ ) -> models.DescribeDSPADiscoveryTaskResultDetailResponse:
1484
+ """
1485
+ 获取分类分级任务结果详情,该接口只有在任务状态为时才支持结果正确查询:
1486
+ 3 扫描成功
1487
+ """
1488
+
1489
+ kwargs = {}
1490
+ kwargs["action"] = "DescribeDSPADiscoveryTaskResultDetail"
1491
+ kwargs["params"] = request._serialize()
1492
+ kwargs["resp_cls"] = models.DescribeDSPADiscoveryTaskResultDetailResponse
1493
+ kwargs["headers"] = request.headers
1494
+ kwargs["opts"] = opts or {}
1495
+
1496
+ return await self.call_and_deserialize(**kwargs)
1497
+
1498
+ async def DescribeDSPADiscoveryTaskTables(
1499
+ self,
1500
+ request: models.DescribeDSPADiscoveryTaskTablesRequest,
1501
+ opts: Dict = None,
1502
+ ) -> models.DescribeDSPADiscoveryTaskTablesResponse:
1503
+ """
1504
+ 获取分级分级扫描的表集合
1505
+ """
1506
+
1507
+ kwargs = {}
1508
+ kwargs["action"] = "DescribeDSPADiscoveryTaskTables"
1509
+ kwargs["params"] = request._serialize()
1510
+ kwargs["resp_cls"] = models.DescribeDSPADiscoveryTaskTablesResponse
1511
+ kwargs["headers"] = request.headers
1512
+ kwargs["opts"] = opts or {}
1513
+
1514
+ return await self.call_and_deserialize(**kwargs)
1515
+
1516
+ async def DescribeDSPADiscoveryTasks(
1517
+ self,
1518
+ request: models.DescribeDSPADiscoveryTasksRequest,
1519
+ opts: Dict = None,
1520
+ ) -> models.DescribeDSPADiscoveryTasksResponse:
1521
+ """
1522
+ 获取分类分级任务列表
1523
+ """
1524
+
1525
+ kwargs = {}
1526
+ kwargs["action"] = "DescribeDSPADiscoveryTasks"
1527
+ kwargs["params"] = request._serialize()
1528
+ kwargs["resp_cls"] = models.DescribeDSPADiscoveryTasksResponse
1529
+ kwargs["headers"] = request.headers
1530
+ kwargs["opts"] = opts or {}
1531
+
1532
+ return await self.call_and_deserialize(**kwargs)
1533
+
1534
+ async def DescribeDSPAESDataAssetByComplianceId(
1535
+ self,
1536
+ request: models.DescribeDSPAESDataAssetByComplianceIdRequest,
1537
+ opts: Dict = None,
1538
+ ) -> models.DescribeDSPAESDataAssetByComplianceIdResponse:
1539
+ """
1540
+ 根据合规组id,去查询ES的概览页统计数据
1541
+ """
1542
+
1543
+ kwargs = {}
1544
+ kwargs["action"] = "DescribeDSPAESDataAssetByComplianceId"
1545
+ kwargs["params"] = request._serialize()
1546
+ kwargs["resp_cls"] = models.DescribeDSPAESDataAssetByComplianceIdResponse
1547
+ kwargs["headers"] = request.headers
1548
+ kwargs["opts"] = opts or {}
1549
+
1550
+ return await self.call_and_deserialize(**kwargs)
1551
+
1552
+ async def DescribeDSPAESDataAssetDetail(
1553
+ self,
1554
+ request: models.DescribeDSPAESDataAssetDetailRequest,
1555
+ opts: Dict = None,
1556
+ ) -> models.DescribeDSPAESDataAssetDetailResponse:
1557
+ """
1558
+ 根据合规组id,去查询ES的概览页下的统计列表数据
1559
+ """
1560
+
1561
+ kwargs = {}
1562
+ kwargs["action"] = "DescribeDSPAESDataAssetDetail"
1563
+ kwargs["params"] = request._serialize()
1564
+ kwargs["resp_cls"] = models.DescribeDSPAESDataAssetDetailResponse
1565
+ kwargs["headers"] = request.headers
1566
+ kwargs["opts"] = opts or {}
1567
+
1568
+ return await self.call_and_deserialize(**kwargs)
1569
+
1570
+ async def DescribeDSPAESDataSample(
1571
+ self,
1572
+ request: models.DescribeDSPAESDataSampleRequest,
1573
+ opts: Dict = None,
1574
+ ) -> models.DescribeDSPAESDataSampleResponse:
1575
+ """
1576
+ 获取ES扫描结果数据样本
1577
+ """
1578
+
1579
+ kwargs = {}
1580
+ kwargs["action"] = "DescribeDSPAESDataSample"
1581
+ kwargs["params"] = request._serialize()
1582
+ kwargs["resp_cls"] = models.DescribeDSPAESDataSampleResponse
1583
+ kwargs["headers"] = request.headers
1584
+ kwargs["opts"] = opts or {}
1585
+
1586
+ return await self.call_and_deserialize(**kwargs)
1587
+
1588
+ async def DescribeDSPAESDiscoveryTaskResultDetail(
1589
+ self,
1590
+ request: models.DescribeDSPAESDiscoveryTaskResultDetailRequest,
1591
+ opts: Dict = None,
1592
+ ) -> models.DescribeDSPAESDiscoveryTaskResultDetailResponse:
1593
+ """
1594
+ 获取ES的分类分级任务结果详情,该接口只有在任务状态为时才支持结果正确查询:
1595
+ 3 扫描成功
1596
+ """
1597
+
1598
+ kwargs = {}
1599
+ kwargs["action"] = "DescribeDSPAESDiscoveryTaskResultDetail"
1600
+ kwargs["params"] = request._serialize()
1601
+ kwargs["resp_cls"] = models.DescribeDSPAESDiscoveryTaskResultDetailResponse
1602
+ kwargs["headers"] = request.headers
1603
+ kwargs["opts"] = opts or {}
1604
+
1605
+ return await self.call_and_deserialize(**kwargs)
1606
+
1607
+ async def DescribeDSPALevelDetail(
1608
+ self,
1609
+ request: models.DescribeDSPALevelDetailRequest,
1610
+ opts: Dict = None,
1611
+ ) -> models.DescribeDSPALevelDetailResponse:
1612
+ """
1613
+ 获取分级详情
1614
+ """
1615
+
1616
+ kwargs = {}
1617
+ kwargs["action"] = "DescribeDSPALevelDetail"
1618
+ kwargs["params"] = request._serialize()
1619
+ kwargs["resp_cls"] = models.DescribeDSPALevelDetailResponse
1620
+ kwargs["headers"] = request.headers
1621
+ kwargs["opts"] = opts or {}
1622
+
1623
+ return await self.call_and_deserialize(**kwargs)
1624
+
1625
+ async def DescribeDSPALevelGroups(
1626
+ self,
1627
+ request: models.DescribeDSPALevelGroupsRequest,
1628
+ opts: Dict = None,
1629
+ ) -> models.DescribeDSPALevelGroupsResponse:
1630
+ """
1631
+ 获取分级列表,限制100个 不分页返回
1632
+ """
1633
+
1634
+ kwargs = {}
1635
+ kwargs["action"] = "DescribeDSPALevelGroups"
1636
+ kwargs["params"] = request._serialize()
1637
+ kwargs["resp_cls"] = models.DescribeDSPALevelGroupsResponse
1638
+ kwargs["headers"] = request.headers
1639
+ kwargs["opts"] = opts or {}
1640
+
1641
+ return await self.call_and_deserialize(**kwargs)
1642
+
1643
+ async def DescribeDSPARDBDataAssetByComplianceId(
1644
+ self,
1645
+ request: models.DescribeDSPARDBDataAssetByComplianceIdRequest,
1646
+ opts: Dict = None,
1647
+ ) -> models.DescribeDSPARDBDataAssetByComplianceIdResponse:
1648
+ """
1649
+ 获取单个合规组下的RDB关系数据库分类分级数据资产
1650
+ """
1651
+
1652
+ kwargs = {}
1653
+ kwargs["action"] = "DescribeDSPARDBDataAssetByComplianceId"
1654
+ kwargs["params"] = request._serialize()
1655
+ kwargs["resp_cls"] = models.DescribeDSPARDBDataAssetByComplianceIdResponse
1656
+ kwargs["headers"] = request.headers
1657
+ kwargs["opts"] = opts or {}
1658
+
1659
+ return await self.call_and_deserialize(**kwargs)
1660
+
1661
+ async def DescribeDSPARDBDataAssetDetail(
1662
+ self,
1663
+ request: models.DescribeDSPARDBDataAssetDetailRequest,
1664
+ opts: Dict = None,
1665
+ ) -> models.DescribeDSPARDBDataAssetDetailResponse:
1666
+ """
1667
+ 获取RDB关系数据库分类分级资产详情
1668
+ """
1669
+
1670
+ kwargs = {}
1671
+ kwargs["action"] = "DescribeDSPARDBDataAssetDetail"
1672
+ kwargs["params"] = request._serialize()
1673
+ kwargs["resp_cls"] = models.DescribeDSPARDBDataAssetDetailResponse
1674
+ kwargs["headers"] = request.headers
1675
+ kwargs["opts"] = opts or {}
1676
+
1677
+ return await self.call_and_deserialize(**kwargs)
1678
+
1679
+ async def DescribeDSPASupportedMetas(
1680
+ self,
1681
+ request: models.DescribeDSPASupportedMetasRequest,
1682
+ opts: Dict = None,
1683
+ ) -> models.DescribeDSPASupportedMetasResponse:
1684
+ """
1685
+ 拉取DSPA支持的Meta元数据类型,返回包括:元数据类型,支持的元数据地域信息
1686
+ """
1687
+
1688
+ kwargs = {}
1689
+ kwargs["action"] = "DescribeDSPASupportedMetas"
1690
+ kwargs["params"] = request._serialize()
1691
+ kwargs["resp_cls"] = models.DescribeDSPASupportedMetasResponse
1692
+ kwargs["headers"] = request.headers
1693
+ kwargs["opts"] = opts or {}
1694
+
1695
+ return await self.call_and_deserialize(**kwargs)
1696
+
1697
+ async def DescribeDSPATaskResultDataSample(
1698
+ self,
1699
+ request: models.DescribeDSPATaskResultDataSampleRequest,
1700
+ opts: Dict = None,
1701
+ ) -> models.DescribeDSPATaskResultDataSampleResponse:
1702
+ """
1703
+ 获取扫描结果数据样本
1704
+ """
1705
+
1706
+ kwargs = {}
1707
+ kwargs["action"] = "DescribeDSPATaskResultDataSample"
1708
+ kwargs["params"] = request._serialize()
1709
+ kwargs["resp_cls"] = models.DescribeDSPATaskResultDataSampleResponse
1710
+ kwargs["headers"] = request.headers
1711
+ kwargs["opts"] = opts or {}
1712
+
1713
+ return await self.call_and_deserialize(**kwargs)
1714
+
1715
+ async def DescribeESAssetSensitiveDistribution(
1716
+ self,
1717
+ request: models.DescribeESAssetSensitiveDistributionRequest,
1718
+ opts: Dict = None,
1719
+ ) -> models.DescribeESAssetSensitiveDistributionResponse:
1720
+ """
1721
+ 数据资产报告-查询es的敏感资产报告,包含(数据库资产,设敏级别数据库top10,资产详情)
1722
+ """
1723
+
1724
+ kwargs = {}
1725
+ kwargs["action"] = "DescribeESAssetSensitiveDistribution"
1726
+ kwargs["params"] = request._serialize()
1727
+ kwargs["resp_cls"] = models.DescribeESAssetSensitiveDistributionResponse
1728
+ kwargs["headers"] = request.headers
1729
+ kwargs["opts"] = opts or {}
1730
+
1731
+ return await self.call_and_deserialize(**kwargs)
1732
+
1733
+ async def DescribeExportTaskResult(
1734
+ self,
1735
+ request: models.DescribeExportTaskResultRequest,
1736
+ opts: Dict = None,
1737
+ ) -> models.DescribeExportTaskResultResponse:
1738
+ """
1739
+ 获取导出任务结果
1740
+ """
1741
+
1742
+ kwargs = {}
1743
+ kwargs["action"] = "DescribeExportTaskResult"
1744
+ kwargs["params"] = request._serialize()
1745
+ kwargs["resp_cls"] = models.DescribeExportTaskResultResponse
1746
+ kwargs["headers"] = request.headers
1747
+ kwargs["opts"] = opts or {}
1748
+
1749
+ return await self.call_and_deserialize(**kwargs)
1750
+
1751
+ async def DescribeMongoAssetSensitiveDistribution(
1752
+ self,
1753
+ request: models.DescribeMongoAssetSensitiveDistributionRequest,
1754
+ opts: Dict = None,
1755
+ ) -> models.DescribeMongoAssetSensitiveDistributionResponse:
1756
+ """
1757
+ 数据资产报告-查询mongo 的敏感资产报告,包含(数据库资产,设敏级别数据库top10,资产详情)
1758
+ """
1759
+
1760
+ kwargs = {}
1761
+ kwargs["action"] = "DescribeMongoAssetSensitiveDistribution"
1762
+ kwargs["params"] = request._serialize()
1763
+ kwargs["resp_cls"] = models.DescribeMongoAssetSensitiveDistributionResponse
1764
+ kwargs["headers"] = request.headers
1765
+ kwargs["opts"] = opts or {}
1766
+
1767
+ return await self.call_and_deserialize(**kwargs)
1768
+
1769
+ async def DescribeRDBAssetSensitiveDistribution(
1770
+ self,
1771
+ request: models.DescribeRDBAssetSensitiveDistributionRequest,
1772
+ opts: Dict = None,
1773
+ ) -> models.DescribeRDBAssetSensitiveDistributionResponse:
1774
+ """
1775
+ 数据资产报告-查询rbd 的敏感资产报告,包含(数据库资产,设敏级别数据库top10,资产详情)
1776
+ """
1777
+
1778
+ kwargs = {}
1779
+ kwargs["action"] = "DescribeRDBAssetSensitiveDistribution"
1780
+ kwargs["params"] = request._serialize()
1781
+ kwargs["resp_cls"] = models.DescribeRDBAssetSensitiveDistributionResponse
1782
+ kwargs["headers"] = request.headers
1783
+ kwargs["opts"] = opts or {}
1784
+
1785
+ return await self.call_and_deserialize(**kwargs)
1786
+
1787
+ async def DescribeReportTaskDownloadUrl(
1788
+ self,
1789
+ request: models.DescribeReportTaskDownloadUrlRequest,
1790
+ opts: Dict = None,
1791
+ ) -> models.DescribeReportTaskDownloadUrlResponse:
1792
+ """
1793
+ 获取报表下载链接
1794
+ """
1795
+
1796
+ kwargs = {}
1797
+ kwargs["action"] = "DescribeReportTaskDownloadUrl"
1798
+ kwargs["params"] = request._serialize()
1799
+ kwargs["resp_cls"] = models.DescribeReportTaskDownloadUrlResponse
1800
+ kwargs["headers"] = request.headers
1801
+ kwargs["opts"] = opts or {}
1802
+
1803
+ return await self.call_and_deserialize(**kwargs)
1804
+
1805
+ async def DescribeReportTasks(
1806
+ self,
1807
+ request: models.DescribeReportTasksRequest,
1808
+ opts: Dict = None,
1809
+ ) -> models.DescribeReportTasksResponse:
1810
+ """
1811
+ 获取资产报表任务列表
1812
+ """
1813
+
1814
+ kwargs = {}
1815
+ kwargs["action"] = "DescribeReportTasks"
1816
+ kwargs["params"] = request._serialize()
1817
+ kwargs["resp_cls"] = models.DescribeReportTasksResponse
1818
+ kwargs["headers"] = request.headers
1819
+ kwargs["opts"] = opts or {}
1820
+
1821
+ return await self.call_and_deserialize(**kwargs)
1822
+
1823
+ async def DescribeSensitiveCOSDataDistribution(
1824
+ self,
1825
+ request: models.DescribeSensitiveCOSDataDistributionRequest,
1826
+ opts: Dict = None,
1827
+ ) -> models.DescribeSensitiveCOSDataDistributionResponse:
1828
+ """
1829
+ 数据资产报告-查询cos的敏感数据分布(分级分布 分类分布 敏感规则分布详情列表)
1830
+ """
1831
+
1832
+ kwargs = {}
1833
+ kwargs["action"] = "DescribeSensitiveCOSDataDistribution"
1834
+ kwargs["params"] = request._serialize()
1835
+ kwargs["resp_cls"] = models.DescribeSensitiveCOSDataDistributionResponse
1836
+ kwargs["headers"] = request.headers
1837
+ kwargs["opts"] = opts or {}
1838
+
1839
+ return await self.call_and_deserialize(**kwargs)
1840
+
1841
+ async def DescribeSensitiveRDBDataDistribution(
1842
+ self,
1843
+ request: models.DescribeSensitiveRDBDataDistributionRequest,
1844
+ opts: Dict = None,
1845
+ ) -> models.DescribeSensitiveRDBDataDistributionResponse:
1846
+ """
1847
+ 数据资产报告-查询rdb的敏感数据分布-敏感规则字段分布-敏感分布详情
1848
+ """
1849
+
1850
+ kwargs = {}
1851
+ kwargs["action"] = "DescribeSensitiveRDBDataDistribution"
1852
+ kwargs["params"] = request._serialize()
1853
+ kwargs["resp_cls"] = models.DescribeSensitiveRDBDataDistributionResponse
1854
+ kwargs["headers"] = request.headers
1855
+ kwargs["opts"] = opts or {}
1856
+
1857
+ return await self.call_and_deserialize(**kwargs)
1858
+
1859
+ async def DisableDSPAMetaResourceAuth(
1860
+ self,
1861
+ request: models.DisableDSPAMetaResourceAuthRequest,
1862
+ opts: Dict = None,
1863
+ ) -> models.DisableDSPAMetaResourceAuthResponse:
1864
+ """
1865
+ 取消用户云资源授权
1866
+ """
1867
+
1868
+ kwargs = {}
1869
+ kwargs["action"] = "DisableDSPAMetaResourceAuth"
1870
+ kwargs["params"] = request._serialize()
1871
+ kwargs["resp_cls"] = models.DisableDSPAMetaResourceAuthResponse
1872
+ kwargs["headers"] = request.headers
1873
+ kwargs["opts"] = opts or {}
1874
+
1875
+ return await self.call_and_deserialize(**kwargs)
1876
+
1877
+ async def EnableDSPADiscoveryRule(
1878
+ self,
1879
+ request: models.EnableDSPADiscoveryRuleRequest,
1880
+ opts: Dict = None,
1881
+ ) -> models.EnableDSPADiscoveryRuleResponse:
1882
+ """
1883
+ 打开或者关闭分类分级规则
1884
+ 注:此API同时对该规则下的RDB跟COS规则操作。
1885
+ """
1886
+
1887
+ kwargs = {}
1888
+ kwargs["action"] = "EnableDSPADiscoveryRule"
1889
+ kwargs["params"] = request._serialize()
1890
+ kwargs["resp_cls"] = models.EnableDSPADiscoveryRuleResponse
1891
+ kwargs["headers"] = request.headers
1892
+ kwargs["opts"] = opts or {}
1893
+
1894
+ return await self.call_and_deserialize(**kwargs)
1895
+
1896
+ async def EnableTrialVersion(
1897
+ self,
1898
+ request: models.EnableTrialVersionRequest,
1899
+ opts: Dict = None,
1900
+ ) -> models.EnableTrialVersionResponse:
1901
+ """
1902
+ 启用版本体验
1903
+ """
1904
+
1905
+ kwargs = {}
1906
+ kwargs["action"] = "EnableTrialVersion"
1907
+ kwargs["params"] = request._serialize()
1908
+ kwargs["resp_cls"] = models.EnableTrialVersionResponse
1909
+ kwargs["headers"] = request.headers
1910
+ kwargs["opts"] = opts or {}
1911
+
1912
+ return await self.call_and_deserialize(**kwargs)
1913
+
1914
+ async def ExportAssetDetailData(
1915
+ self,
1916
+ request: models.ExportAssetDetailDataRequest,
1917
+ opts: Dict = None,
1918
+ ) -> models.ExportAssetDetailDataResponse:
1919
+ """
1920
+ 创建敏感数据导出任务
1921
+ """
1922
+
1923
+ kwargs = {}
1924
+ kwargs["action"] = "ExportAssetDetailData"
1925
+ kwargs["params"] = request._serialize()
1926
+ kwargs["resp_cls"] = models.ExportAssetDetailDataResponse
1927
+ kwargs["headers"] = request.headers
1928
+ kwargs["opts"] = opts or {}
1929
+
1930
+ return await self.call_and_deserialize(**kwargs)
1931
+
1932
+ async def GetResourceConnectionStatus(
1933
+ self,
1934
+ request: models.GetResourceConnectionStatusRequest,
1935
+ opts: Dict = None,
1936
+ ) -> models.GetResourceConnectionStatusResponse:
1937
+ """
1938
+ 获取授权资源的连接状态
1939
+ """
1940
+
1941
+ kwargs = {}
1942
+ kwargs["action"] = "GetResourceConnectionStatus"
1943
+ kwargs["params"] = request._serialize()
1944
+ kwargs["resp_cls"] = models.GetResourceConnectionStatusResponse
1945
+ kwargs["headers"] = request.headers
1946
+ kwargs["opts"] = opts or {}
1947
+
1948
+ return await self.call_and_deserialize(**kwargs)
1949
+
1950
+ async def GetTrialVersion(
1951
+ self,
1952
+ request: models.GetTrialVersionRequest,
1953
+ opts: Dict = None,
1954
+ ) -> models.GetTrialVersionResponse:
1955
+ """
1956
+ 获取体验版本信息
1957
+ """
1958
+
1959
+ kwargs = {}
1960
+ kwargs["action"] = "GetTrialVersion"
1961
+ kwargs["params"] = request._serialize()
1962
+ kwargs["resp_cls"] = models.GetTrialVersionResponse
1963
+ kwargs["headers"] = request.headers
1964
+ kwargs["opts"] = opts or {}
1965
+
1966
+ return await self.call_and_deserialize(**kwargs)
1967
+
1968
+ async def GetUserQuotaInfo(
1969
+ self,
1970
+ request: models.GetUserQuotaInfoRequest,
1971
+ opts: Dict = None,
1972
+ ) -> models.GetUserQuotaInfoResponse:
1973
+ """
1974
+ 获取用户购买配额信息
1975
+ """
1976
+
1977
+ kwargs = {}
1978
+ kwargs["action"] = "GetUserQuotaInfo"
1979
+ kwargs["params"] = request._serialize()
1980
+ kwargs["resp_cls"] = models.GetUserQuotaInfoResponse
1981
+ kwargs["headers"] = request.headers
1982
+ kwargs["opts"] = opts or {}
1983
+
1984
+ return await self.call_and_deserialize(**kwargs)
1985
+
1986
+ async def ListDSPAClusters(
1987
+ self,
1988
+ request: models.ListDSPAClustersRequest,
1989
+ opts: Dict = None,
1990
+ ) -> models.ListDSPAClustersResponse:
1991
+ """
1992
+ 拉取DSPA集群列表
1993
+ """
1994
+
1995
+ kwargs = {}
1996
+ kwargs["action"] = "ListDSPAClusters"
1997
+ kwargs["params"] = request._serialize()
1998
+ kwargs["resp_cls"] = models.ListDSPAClustersResponse
1999
+ kwargs["headers"] = request.headers
2000
+ kwargs["opts"] = opts or {}
2001
+
2002
+ return await self.call_and_deserialize(**kwargs)
2003
+
2004
+ async def ListDSPACosMetaResources(
2005
+ self,
2006
+ request: models.ListDSPACosMetaResourcesRequest,
2007
+ opts: Dict = None,
2008
+ ) -> models.ListDSPACosMetaResourcesResponse:
2009
+ """
2010
+ 本接口用于获取COS元数据信息,返回COS元数据信息列表。
2011
+ """
2012
+
2013
+ kwargs = {}
2014
+ kwargs["action"] = "ListDSPACosMetaResources"
2015
+ kwargs["params"] = request._serialize()
2016
+ kwargs["resp_cls"] = models.ListDSPACosMetaResourcesResponse
2017
+ kwargs["headers"] = request.headers
2018
+ kwargs["opts"] = opts or {}
2019
+
2020
+ return await self.call_and_deserialize(**kwargs)
2021
+
2022
+ async def ListDSPAMetaResources(
2023
+ self,
2024
+ request: models.ListDSPAMetaResourcesRequest,
2025
+ opts: Dict = None,
2026
+ ) -> models.ListDSPAMetaResourcesResponse:
2027
+ """
2028
+ 拉取用户云资源
2029
+ """
2030
+
2031
+ kwargs = {}
2032
+ kwargs["action"] = "ListDSPAMetaResources"
2033
+ kwargs["params"] = request._serialize()
2034
+ kwargs["resp_cls"] = models.ListDSPAMetaResourcesResponse
2035
+ kwargs["headers"] = request.headers
2036
+ kwargs["opts"] = opts or {}
2037
+
2038
+ return await self.call_and_deserialize(**kwargs)
2039
+
2040
+ async def ModifyDSPAAssessmentRisk(
2041
+ self,
2042
+ request: models.ModifyDSPAAssessmentRiskRequest,
2043
+ opts: Dict = None,
2044
+ ) -> models.ModifyDSPAAssessmentRiskResponse:
2045
+ """
2046
+ 修改DSPA评估风险项,支持修改Status
2047
+ """
2048
+
2049
+ kwargs = {}
2050
+ kwargs["action"] = "ModifyDSPAAssessmentRisk"
2051
+ kwargs["params"] = request._serialize()
2052
+ kwargs["resp_cls"] = models.ModifyDSPAAssessmentRiskResponse
2053
+ kwargs["headers"] = request.headers
2054
+ kwargs["opts"] = opts or {}
2055
+
2056
+ return await self.call_and_deserialize(**kwargs)
2057
+
2058
+ async def ModifyDSPAAssessmentRiskLatest(
2059
+ self,
2060
+ request: models.ModifyDSPAAssessmentRiskLatestRequest,
2061
+ opts: Dict = None,
2062
+ ) -> models.ModifyDSPAAssessmentRiskLatestResponse:
2063
+ """
2064
+ 修改最新评估风险项状态
2065
+ """
2066
+
2067
+ kwargs = {}
2068
+ kwargs["action"] = "ModifyDSPAAssessmentRiskLatest"
2069
+ kwargs["params"] = request._serialize()
2070
+ kwargs["resp_cls"] = models.ModifyDSPAAssessmentRiskLatestResponse
2071
+ kwargs["headers"] = request.headers
2072
+ kwargs["opts"] = opts or {}
2073
+
2074
+ return await self.call_and_deserialize(**kwargs)
2075
+
2076
+ async def ModifyDSPAAssessmentRiskLevel(
2077
+ self,
2078
+ request: models.ModifyDSPAAssessmentRiskLevelRequest,
2079
+ opts: Dict = None,
2080
+ ) -> models.ModifyDSPAAssessmentRiskLevelResponse:
2081
+ """
2082
+ 风险项页面----修改风险等级的详情数据
2083
+ """
2084
+
2085
+ kwargs = {}
2086
+ kwargs["action"] = "ModifyDSPAAssessmentRiskLevel"
2087
+ kwargs["params"] = request._serialize()
2088
+ kwargs["resp_cls"] = models.ModifyDSPAAssessmentRiskLevelResponse
2089
+ kwargs["headers"] = request.headers
2090
+ kwargs["opts"] = opts or {}
2091
+
2092
+ return await self.call_and_deserialize(**kwargs)
2093
+
2094
+ async def ModifyDSPAAssessmentRiskTemplate(
2095
+ self,
2096
+ request: models.ModifyDSPAAssessmentRiskTemplateRequest,
2097
+ opts: Dict = None,
2098
+ ) -> models.ModifyDSPAAssessmentRiskTemplateResponse:
2099
+ """
2100
+ 风险模板---修改风险模板
2101
+ """
2102
+
2103
+ kwargs = {}
2104
+ kwargs["action"] = "ModifyDSPAAssessmentRiskTemplate"
2105
+ kwargs["params"] = request._serialize()
2106
+ kwargs["resp_cls"] = models.ModifyDSPAAssessmentRiskTemplateResponse
2107
+ kwargs["headers"] = request.headers
2108
+ kwargs["opts"] = opts or {}
2109
+
2110
+ return await self.call_and_deserialize(**kwargs)
2111
+
2112
+ async def ModifyDSPACOSDiscoveryTask(
2113
+ self,
2114
+ request: models.ModifyDSPACOSDiscoveryTaskRequest,
2115
+ opts: Dict = None,
2116
+ ) -> models.ModifyDSPACOSDiscoveryTaskResponse:
2117
+ """
2118
+ 修改COS分类分级任务,该接口只有在任务状态为以下状态时才支持正确修改:
2119
+ 0 待扫描,
2120
+ 2 扫描终止,
2121
+ 3 扫描成功,
2122
+ 4 扫描失败
2123
+ """
2124
+
2125
+ kwargs = {}
2126
+ kwargs["action"] = "ModifyDSPACOSDiscoveryTask"
2127
+ kwargs["params"] = request._serialize()
2128
+ kwargs["resp_cls"] = models.ModifyDSPACOSDiscoveryTaskResponse
2129
+ kwargs["headers"] = request.headers
2130
+ kwargs["opts"] = opts or {}
2131
+
2132
+ return await self.call_and_deserialize(**kwargs)
2133
+
2134
+ async def ModifyDSPACOSTaskResult(
2135
+ self,
2136
+ request: models.ModifyDSPACOSTaskResultRequest,
2137
+ opts: Dict = None,
2138
+ ) -> models.ModifyDSPACOSTaskResultResponse:
2139
+ """
2140
+ 调整COS任务扫描结果
2141
+ """
2142
+
2143
+ kwargs = {}
2144
+ kwargs["action"] = "ModifyDSPACOSTaskResult"
2145
+ kwargs["params"] = request._serialize()
2146
+ kwargs["resp_cls"] = models.ModifyDSPACOSTaskResultResponse
2147
+ kwargs["headers"] = request.headers
2148
+ kwargs["opts"] = opts or {}
2149
+
2150
+ return await self.call_and_deserialize(**kwargs)
2151
+
2152
+ async def ModifyDSPACategory(
2153
+ self,
2154
+ request: models.ModifyDSPACategoryRequest,
2155
+ opts: Dict = None,
2156
+ ) -> models.ModifyDSPACategoryResponse:
2157
+ """
2158
+ 修改分类,内置分类不支持修改。
2159
+ """
2160
+
2161
+ kwargs = {}
2162
+ kwargs["action"] = "ModifyDSPACategory"
2163
+ kwargs["params"] = request._serialize()
2164
+ kwargs["resp_cls"] = models.ModifyDSPACategoryResponse
2165
+ kwargs["headers"] = request.headers
2166
+ kwargs["opts"] = opts or {}
2167
+
2168
+ return await self.call_and_deserialize(**kwargs)
2169
+
2170
+ async def ModifyDSPACategoryRelation(
2171
+ self,
2172
+ request: models.ModifyDSPACategoryRelationRequest,
2173
+ opts: Dict = None,
2174
+ ) -> models.ModifyDSPACategoryRelationResponse:
2175
+ """
2176
+ 修改分类分级关系
2177
+ """
2178
+
2179
+ kwargs = {}
2180
+ kwargs["action"] = "ModifyDSPACategoryRelation"
2181
+ kwargs["params"] = request._serialize()
2182
+ kwargs["resp_cls"] = models.ModifyDSPACategoryRelationResponse
2183
+ kwargs["headers"] = request.headers
2184
+ kwargs["opts"] = opts or {}
2185
+
2186
+ return await self.call_and_deserialize(**kwargs)
2187
+
2188
+ async def ModifyDSPAClusterInfo(
2189
+ self,
2190
+ request: models.ModifyDSPAClusterInfoRequest,
2191
+ opts: Dict = None,
2192
+ ) -> models.ModifyDSPAClusterInfoResponse:
2193
+ """
2194
+ 修改DSPA集群信息
2195
+ """
2196
+
2197
+ kwargs = {}
2198
+ kwargs["action"] = "ModifyDSPAClusterInfo"
2199
+ kwargs["params"] = request._serialize()
2200
+ kwargs["resp_cls"] = models.ModifyDSPAClusterInfoResponse
2201
+ kwargs["headers"] = request.headers
2202
+ kwargs["opts"] = opts or {}
2203
+
2204
+ return await self.call_and_deserialize(**kwargs)
2205
+
2206
+ async def ModifyDSPAComplianceGroup(
2207
+ self,
2208
+ request: models.ModifyDSPAComplianceGroupRequest,
2209
+ opts: Dict = None,
2210
+ ) -> models.ModifyDSPAComplianceGroupResponse:
2211
+ """
2212
+ 修改分类分级模板,内置模板不支持修改。
2213
+ """
2214
+
2215
+ kwargs = {}
2216
+ kwargs["action"] = "ModifyDSPAComplianceGroup"
2217
+ kwargs["params"] = request._serialize()
2218
+ kwargs["resp_cls"] = models.ModifyDSPAComplianceGroupResponse
2219
+ kwargs["headers"] = request.headers
2220
+ kwargs["opts"] = opts or {}
2221
+
2222
+ return await self.call_and_deserialize(**kwargs)
2223
+
2224
+ async def ModifyDSPADiscoveryRule(
2225
+ self,
2226
+ request: models.ModifyDSPADiscoveryRuleRequest,
2227
+ opts: Dict = None,
2228
+ ) -> models.ModifyDSPADiscoveryRuleResponse:
2229
+ """
2230
+ 修改分类分级规则,单个用户最多允许创建200个规则。
2231
+ 注:此API同时适用RDB跟COS类型数据。
2232
+ """
2233
+
2234
+ kwargs = {}
2235
+ kwargs["action"] = "ModifyDSPADiscoveryRule"
2236
+ kwargs["params"] = request._serialize()
2237
+ kwargs["resp_cls"] = models.ModifyDSPADiscoveryRuleResponse
2238
+ kwargs["headers"] = request.headers
2239
+ kwargs["opts"] = opts or {}
2240
+
2241
+ return await self.call_and_deserialize(**kwargs)
2242
+
2243
+ async def ModifyDSPADiscoveryTask(
2244
+ self,
2245
+ request: models.ModifyDSPADiscoveryTaskRequest,
2246
+ opts: Dict = None,
2247
+ ) -> models.ModifyDSPADiscoveryTaskResponse:
2248
+ """
2249
+ 修改分类分级任务,该接口只有在任务状态为以下状态时才支持正确修改:
2250
+ 0 待扫描,
2251
+ 2 扫描终止,
2252
+ 3 扫描成功,
2253
+ 4 扫描失败
2254
+ """
2255
+
2256
+ kwargs = {}
2257
+ kwargs["action"] = "ModifyDSPADiscoveryTask"
2258
+ kwargs["params"] = request._serialize()
2259
+ kwargs["resp_cls"] = models.ModifyDSPADiscoveryTaskResponse
2260
+ kwargs["headers"] = request.headers
2261
+ kwargs["opts"] = opts or {}
2262
+
2263
+ return await self.call_and_deserialize(**kwargs)
2264
+
2265
+ async def ModifyDSPAESTaskResult(
2266
+ self,
2267
+ request: models.ModifyDSPAESTaskResultRequest,
2268
+ opts: Dict = None,
2269
+ ) -> models.ModifyDSPAESTaskResultResponse:
2270
+ """
2271
+ 调整ES任务扫描结果
2272
+ """
2273
+
2274
+ kwargs = {}
2275
+ kwargs["action"] = "ModifyDSPAESTaskResult"
2276
+ kwargs["params"] = request._serialize()
2277
+ kwargs["resp_cls"] = models.ModifyDSPAESTaskResultResponse
2278
+ kwargs["headers"] = request.headers
2279
+ kwargs["opts"] = opts or {}
2280
+
2281
+ return await self.call_and_deserialize(**kwargs)
2282
+
2283
+ async def ModifyDSPATaskResult(
2284
+ self,
2285
+ request: models.ModifyDSPATaskResultRequest,
2286
+ opts: Dict = None,
2287
+ ) -> models.ModifyDSPATaskResultResponse:
2288
+ """
2289
+ 调整任务扫描结果
2290
+ """
2291
+
2292
+ kwargs = {}
2293
+ kwargs["action"] = "ModifyDSPATaskResult"
2294
+ kwargs["params"] = request._serialize()
2295
+ kwargs["resp_cls"] = models.ModifyDSPATaskResultResponse
2296
+ kwargs["headers"] = request.headers
2297
+ kwargs["opts"] = opts or {}
2298
+
2299
+ return await self.call_and_deserialize(**kwargs)
2300
+
2301
+ async def QueryDSPAMetaResourceDbList(
2302
+ self,
2303
+ request: models.QueryDSPAMetaResourceDbListRequest,
2304
+ opts: Dict = None,
2305
+ ) -> models.QueryDSPAMetaResourceDbListResponse:
2306
+ """
2307
+ 查询DSPA实例的db列表
2308
+ """
2309
+
2310
+ kwargs = {}
2311
+ kwargs["action"] = "QueryDSPAMetaResourceDbList"
2312
+ kwargs["params"] = request._serialize()
2313
+ kwargs["resp_cls"] = models.QueryDSPAMetaResourceDbListResponse
2314
+ kwargs["headers"] = request.headers
2315
+ kwargs["opts"] = opts or {}
2316
+
2317
+ return await self.call_and_deserialize(**kwargs)
2318
+
2319
+ async def QueryResourceDbBindStatus(
2320
+ self,
2321
+ request: models.QueryResourceDbBindStatusRequest,
2322
+ opts: Dict = None,
2323
+ ) -> models.QueryResourceDbBindStatusResponse:
2324
+ """
2325
+ 获取资源绑定DB状态
2326
+ """
2327
+
2328
+ kwargs = {}
2329
+ kwargs["action"] = "QueryResourceDbBindStatus"
2330
+ kwargs["params"] = request._serialize()
2331
+ kwargs["resp_cls"] = models.QueryResourceDbBindStatusResponse
2332
+ kwargs["headers"] = request.headers
2333
+ kwargs["opts"] = opts or {}
2334
+
2335
+ return await self.call_and_deserialize(**kwargs)
2336
+
2337
+ async def RestartDSPAAssessmentTask(
2338
+ self,
2339
+ request: models.RestartDSPAAssessmentTaskRequest,
2340
+ opts: Dict = None,
2341
+ ) -> models.RestartDSPAAssessmentTaskResponse:
2342
+ """
2343
+ 重新启动DSPA风险评估任务
2344
+ """
2345
+
2346
+ kwargs = {}
2347
+ kwargs["action"] = "RestartDSPAAssessmentTask"
2348
+ kwargs["params"] = request._serialize()
2349
+ kwargs["resp_cls"] = models.RestartDSPAAssessmentTaskResponse
2350
+ kwargs["headers"] = request.headers
2351
+ kwargs["opts"] = opts or {}
2352
+
2353
+ return await self.call_and_deserialize(**kwargs)
2354
+
2355
+ async def StartDSPADiscoveryTask(
2356
+ self,
2357
+ request: models.StartDSPADiscoveryTaskRequest,
2358
+ opts: Dict = None,
2359
+ ) -> models.StartDSPADiscoveryTaskResponse:
2360
+ """
2361
+ 立即启动分类分级任务,该接口只有在任务状态为以下状态时才支持正确执行立即扫描:
2362
+ 0 待扫描,
2363
+ 2 扫描终止,
2364
+ 3 扫描成功,
2365
+ 4 扫描失败
2366
+ """
2367
+
2368
+ kwargs = {}
2369
+ kwargs["action"] = "StartDSPADiscoveryTask"
2370
+ kwargs["params"] = request._serialize()
2371
+ kwargs["resp_cls"] = models.StartDSPADiscoveryTaskResponse
2372
+ kwargs["headers"] = request.headers
2373
+ kwargs["opts"] = opts or {}
2374
+
2375
+ return await self.call_and_deserialize(**kwargs)
2376
+
2377
+ async def StopDSPADiscoveryTask(
2378
+ self,
2379
+ request: models.StopDSPADiscoveryTaskRequest,
2380
+ opts: Dict = None,
2381
+ ) -> models.StopDSPADiscoveryTaskResponse:
2382
+ """
2383
+ 停止分类分级任务,该接口只有在任务状态为以下状态时才支持正确执行停止扫描:
2384
+ 1 扫描中
2385
+ """
2386
+
2387
+ kwargs = {}
2388
+ kwargs["action"] = "StopDSPADiscoveryTask"
2389
+ kwargs["params"] = request._serialize()
2390
+ kwargs["resp_cls"] = models.StopDSPADiscoveryTaskResponse
2391
+ kwargs["headers"] = request.headers
2392
+ kwargs["opts"] = opts or {}
2393
+
2394
+ return await self.call_and_deserialize(**kwargs)
2395
+
2396
+ async def UpdateDSPASelfBuildResource(
2397
+ self,
2398
+ request: models.UpdateDSPASelfBuildResourceRequest,
2399
+ opts: Dict = None,
2400
+ ) -> models.UpdateDSPASelfBuildResourceResponse:
2401
+ """
2402
+ 更新自建资源基础信息,包括:端口、账户名、密码。
2403
+ 请注意:
2404
+ 如果资源自身的VPC、VIP信息发生变化,后台会自动更新。
2405
+ 如果监听的端口发生变化,请显式输入端口。
2406
+ 如果账户名密码任意一个发生变化,请务必同时显式输入账户名密码。
2407
+ """
2408
+
2409
+ kwargs = {}
2410
+ kwargs["action"] = "UpdateDSPASelfBuildResource"
2411
+ kwargs["params"] = request._serialize()
2412
+ kwargs["resp_cls"] = models.UpdateDSPASelfBuildResourceResponse
2413
+ kwargs["headers"] = request.headers
2414
+ kwargs["opts"] = opts or {}
2415
+
2416
+ return await self.call_and_deserialize(**kwargs)
2417
+
2418
+ async def VerifyDSPACOSRule(
2419
+ self,
2420
+ request: models.VerifyDSPACOSRuleRequest,
2421
+ opts: Dict = None,
2422
+ ) -> models.VerifyDSPACOSRuleResponse:
2423
+ """
2424
+ 验证COS分类分级规则
2425
+ """
2426
+
2427
+ kwargs = {}
2428
+ kwargs["action"] = "VerifyDSPACOSRule"
2429
+ kwargs["params"] = request._serialize()
2430
+ kwargs["resp_cls"] = models.VerifyDSPACOSRuleResponse
2431
+ kwargs["headers"] = request.headers
2432
+ kwargs["opts"] = opts or {}
2433
+
2434
+ return await self.call_and_deserialize(**kwargs)
2435
+
2436
+ async def VerifyDSPADiscoveryRule(
2437
+ self,
2438
+ request: models.VerifyDSPADiscoveryRuleRequest,
2439
+ opts: Dict = None,
2440
+ ) -> models.VerifyDSPADiscoveryRuleResponse:
2441
+ """
2442
+ 验证分类分级规则
2443
+ """
2444
+
2445
+ kwargs = {}
2446
+ kwargs["action"] = "VerifyDSPADiscoveryRule"
2447
+ kwargs["params"] = request._serialize()
2448
+ kwargs["resp_cls"] = models.VerifyDSPADiscoveryRuleResponse
2449
+ kwargs["headers"] = request.headers
2450
+ kwargs["opts"] = opts or {}
2451
+
2452
+ return await self.call_and_deserialize(**kwargs)