@volcengine/vmp 1.0.1

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 (983) hide show
  1. package/.turbo/turbo-build.log +19 -0
  2. package/LICENSE.txt +202 -0
  3. package/dist/cjs/index.js +825 -0
  4. package/dist/esm/api.d.ts +870 -0
  5. package/dist/esm/api.d.ts.map +1 -0
  6. package/dist/esm/index.d.ts +13 -0
  7. package/dist/esm/index.d.ts.map +1 -0
  8. package/dist/esm/index.mjs +560 -0
  9. package/dist/esm/types/active-for-create-notify-template-input.d.ts +30 -0
  10. package/dist/esm/types/active-for-create-notify-template-input.d.ts.map +1 -0
  11. package/dist/esm/types/active-for-list-notify-templates-output.d.ts +30 -0
  12. package/dist/esm/types/active-for-list-notify-templates-output.d.ts.map +1 -0
  13. package/dist/esm/types/active-for-update-notify-template-input.d.ts +30 -0
  14. package/dist/esm/types/active-for-update-notify-template-input.d.ts.map +1 -0
  15. package/dist/esm/types/alerting-rule-query-for-get-alert-output.d.ts +30 -0
  16. package/dist/esm/types/alerting-rule-query-for-get-alert-output.d.ts.map +1 -0
  17. package/dist/esm/types/alerting-rule-query-for-list-alerts-output.d.ts +30 -0
  18. package/dist/esm/types/alerting-rule-query-for-list-alerts-output.d.ts.map +1 -0
  19. package/dist/esm/types/annotation-for-create-alerting-rule-input.d.ts +30 -0
  20. package/dist/esm/types/annotation-for-create-alerting-rule-input.d.ts.map +1 -0
  21. package/dist/esm/types/annotation-for-get-alerting-rule-output.d.ts +30 -0
  22. package/dist/esm/types/annotation-for-get-alerting-rule-output.d.ts.map +1 -0
  23. package/dist/esm/types/annotation-for-list-alerting-rules-output.d.ts +30 -0
  24. package/dist/esm/types/annotation-for-list-alerting-rules-output.d.ts.map +1 -0
  25. package/dist/esm/types/annotation-for-update-alerting-rule-input.d.ts +30 -0
  26. package/dist/esm/types/annotation-for-update-alerting-rule-input.d.ts.map +1 -0
  27. package/dist/esm/types/cal-charge-item-list-for-get-aggregate-workspace-output.d.ts +30 -0
  28. package/dist/esm/types/cal-charge-item-list-for-get-aggregate-workspace-output.d.ts.map +1 -0
  29. package/dist/esm/types/cal-charge-item-list-for-get-workspace-output.d.ts +30 -0
  30. package/dist/esm/types/cal-charge-item-list-for-get-workspace-output.d.ts.map +1 -0
  31. package/dist/esm/types/cal-charge-item-list-for-list-workspace-instance-types-output.d.ts +30 -0
  32. package/dist/esm/types/cal-charge-item-list-for-list-workspace-instance-types-output.d.ts.map +1 -0
  33. package/dist/esm/types/calculate-price-param-for-get-aggregate-workspace-output.d.ts +36 -0
  34. package/dist/esm/types/calculate-price-param-for-get-aggregate-workspace-output.d.ts.map +1 -0
  35. package/dist/esm/types/calculate-price-param-for-get-workspace-output.d.ts +36 -0
  36. package/dist/esm/types/calculate-price-param-for-get-workspace-output.d.ts.map +1 -0
  37. package/dist/esm/types/calculate-price-param-for-list-workspace-instance-types-output.d.ts +36 -0
  38. package/dist/esm/types/calculate-price-param-for-list-workspace-instance-types-output.d.ts.map +1 -0
  39. package/dist/esm/types/conditions-for-list-integration-tasks-output.d.ts +36 -0
  40. package/dist/esm/types/conditions-for-list-integration-tasks-output.d.ts.map +1 -0
  41. package/dist/esm/types/create-aggregate-workspace-request.d.ts +87 -0
  42. package/dist/esm/types/create-aggregate-workspace-request.d.ts.map +1 -0
  43. package/dist/esm/types/create-aggregate-workspace-response.d.ts +25 -0
  44. package/dist/esm/types/create-aggregate-workspace-response.d.ts.map +1 -0
  45. package/dist/esm/types/create-alerting-rule-request.d.ts +80 -0
  46. package/dist/esm/types/create-alerting-rule-request.d.ts.map +1 -0
  47. package/dist/esm/types/create-alerting-rule-response.d.ts +25 -0
  48. package/dist/esm/types/create-alerting-rule-response.d.ts.map +1 -0
  49. package/dist/esm/types/create-contact-group-request.d.ts +30 -0
  50. package/dist/esm/types/create-contact-group-request.d.ts.map +1 -0
  51. package/dist/esm/types/create-contact-group-response.d.ts +25 -0
  52. package/dist/esm/types/create-contact-group-response.d.ts.map +1 -0
  53. package/dist/esm/types/create-contact-request.d.ts +59 -0
  54. package/dist/esm/types/create-contact-request.d.ts.map +1 -0
  55. package/dist/esm/types/create-contact-response.d.ts +35 -0
  56. package/dist/esm/types/create-contact-response.d.ts.map +1 -0
  57. package/dist/esm/types/create-external-prometheus-request.d.ts +92 -0
  58. package/dist/esm/types/create-external-prometheus-request.d.ts.map +1 -0
  59. package/dist/esm/types/create-external-prometheus-response.d.ts +25 -0
  60. package/dist/esm/types/create-external-prometheus-response.d.ts.map +1 -0
  61. package/dist/esm/types/create-integration-task-request.d.ts +66 -0
  62. package/dist/esm/types/create-integration-task-request.d.ts.map +1 -0
  63. package/dist/esm/types/create-integration-task-response.d.ts +25 -0
  64. package/dist/esm/types/create-integration-task-response.d.ts.map +1 -0
  65. package/dist/esm/types/create-notify-group-policy-request.d.ts +36 -0
  66. package/dist/esm/types/create-notify-group-policy-request.d.ts.map +1 -0
  67. package/dist/esm/types/create-notify-group-policy-response.d.ts +25 -0
  68. package/dist/esm/types/create-notify-group-policy-response.d.ts.map +1 -0
  69. package/dist/esm/types/create-notify-policy-request.d.ts +41 -0
  70. package/dist/esm/types/create-notify-policy-request.d.ts.map +1 -0
  71. package/dist/esm/types/create-notify-policy-response.d.ts +25 -0
  72. package/dist/esm/types/create-notify-policy-response.d.ts.map +1 -0
  73. package/dist/esm/types/create-notify-template-request.d.ts +47 -0
  74. package/dist/esm/types/create-notify-template-request.d.ts.map +1 -0
  75. package/dist/esm/types/create-notify-template-response.d.ts +25 -0
  76. package/dist/esm/types/create-notify-template-response.d.ts.map +1 -0
  77. package/dist/esm/types/create-rule-file-request.d.ts +45 -0
  78. package/dist/esm/types/create-rule-file-request.d.ts.map +1 -0
  79. package/dist/esm/types/create-rule-file-response.d.ts +25 -0
  80. package/dist/esm/types/create-rule-file-response.d.ts.map +1 -0
  81. package/dist/esm/types/create-silence-policy-request.d.ts +42 -0
  82. package/dist/esm/types/create-silence-policy-request.d.ts.map +1 -0
  83. package/dist/esm/types/create-silence-policy-response.d.ts +25 -0
  84. package/dist/esm/types/create-silence-policy-response.d.ts.map +1 -0
  85. package/dist/esm/types/create-workspace-request.d.ts +76 -0
  86. package/dist/esm/types/create-workspace-request.d.ts.map +1 -0
  87. package/dist/esm/types/create-workspace-response.d.ts +25 -0
  88. package/dist/esm/types/create-workspace-response.d.ts.map +1 -0
  89. package/dist/esm/types/cross-workspace-for-create-aggregate-workspace-input.d.ts +35 -0
  90. package/dist/esm/types/cross-workspace-for-create-aggregate-workspace-input.d.ts.map +1 -0
  91. package/dist/esm/types/cross-workspace-for-get-aggregate-workspace-output.d.ts +35 -0
  92. package/dist/esm/types/cross-workspace-for-get-aggregate-workspace-output.d.ts.map +1 -0
  93. package/dist/esm/types/cross-workspace-for-update-aggregate-workspace-input.d.ts +35 -0
  94. package/dist/esm/types/cross-workspace-for-update-aggregate-workspace-input.d.ts.map +1 -0
  95. package/dist/esm/types/custom-header-kvfor-create-external-prometheus-input.d.ts +30 -0
  96. package/dist/esm/types/custom-header-kvfor-create-external-prometheus-input.d.ts.map +1 -0
  97. package/dist/esm/types/custom-header-kvfor-get-external-prometheus-output.d.ts +30 -0
  98. package/dist/esm/types/custom-header-kvfor-get-external-prometheus-output.d.ts.map +1 -0
  99. package/dist/esm/types/custom-header-kvfor-update-external-prometheus-input.d.ts +30 -0
  100. package/dist/esm/types/custom-header-kvfor-update-external-prometheus-input.d.ts.map +1 -0
  101. package/dist/esm/types/data-for-delete-alerting-rules-output.d.ts +20 -0
  102. package/dist/esm/types/data-for-delete-alerting-rules-output.d.ts.map +1 -0
  103. package/dist/esm/types/data-for-delete-contact-groups-output.d.ts +20 -0
  104. package/dist/esm/types/data-for-delete-contact-groups-output.d.ts.map +1 -0
  105. package/dist/esm/types/data-for-delete-contacts-output.d.ts +20 -0
  106. package/dist/esm/types/data-for-delete-contacts-output.d.ts.map +1 -0
  107. package/dist/esm/types/data-for-delete-silence-policies-output.d.ts +20 -0
  108. package/dist/esm/types/data-for-delete-silence-policies-output.d.ts.map +1 -0
  109. package/dist/esm/types/data-for-disable-alerting-rules-output.d.ts +20 -0
  110. package/dist/esm/types/data-for-disable-alerting-rules-output.d.ts.map +1 -0
  111. package/dist/esm/types/data-for-disable-integration-tasks-output.d.ts +20 -0
  112. package/dist/esm/types/data-for-disable-integration-tasks-output.d.ts.map +1 -0
  113. package/dist/esm/types/data-for-disable-silence-policies-output.d.ts +20 -0
  114. package/dist/esm/types/data-for-disable-silence-policies-output.d.ts.map +1 -0
  115. package/dist/esm/types/data-for-enable-alerting-rules-output.d.ts +20 -0
  116. package/dist/esm/types/data-for-enable-alerting-rules-output.d.ts.map +1 -0
  117. package/dist/esm/types/data-for-enable-integration-tasks-output.d.ts +20 -0
  118. package/dist/esm/types/data-for-enable-integration-tasks-output.d.ts.map +1 -0
  119. package/dist/esm/types/data-for-enable-silence-policies-output.d.ts +20 -0
  120. package/dist/esm/types/data-for-enable-silence-policies-output.d.ts.map +1 -0
  121. package/dist/esm/types/delete-aggregate-workspace-request.d.ts +25 -0
  122. package/dist/esm/types/delete-aggregate-workspace-request.d.ts.map +1 -0
  123. package/dist/esm/types/delete-aggregate-workspace-response.d.ts +25 -0
  124. package/dist/esm/types/delete-aggregate-workspace-response.d.ts.map +1 -0
  125. package/dist/esm/types/delete-alerting-rules-request.d.ts +25 -0
  126. package/dist/esm/types/delete-alerting-rules-request.d.ts.map +1 -0
  127. package/dist/esm/types/delete-alerting-rules-response.d.ts +31 -0
  128. package/dist/esm/types/delete-alerting-rules-response.d.ts.map +1 -0
  129. package/dist/esm/types/delete-contact-groups-request.d.ts +25 -0
  130. package/dist/esm/types/delete-contact-groups-request.d.ts.map +1 -0
  131. package/dist/esm/types/delete-contact-groups-response.d.ts +31 -0
  132. package/dist/esm/types/delete-contact-groups-response.d.ts.map +1 -0
  133. package/dist/esm/types/delete-contacts-request.d.ts +25 -0
  134. package/dist/esm/types/delete-contacts-request.d.ts.map +1 -0
  135. package/dist/esm/types/delete-contacts-response.d.ts +31 -0
  136. package/dist/esm/types/delete-contacts-response.d.ts.map +1 -0
  137. package/dist/esm/types/delete-external-prometheus-request.d.ts +25 -0
  138. package/dist/esm/types/delete-external-prometheus-request.d.ts.map +1 -0
  139. package/dist/esm/types/delete-external-prometheus-response.d.ts +25 -0
  140. package/dist/esm/types/delete-external-prometheus-response.d.ts.map +1 -0
  141. package/dist/esm/types/delete-integration-task-request.d.ts +25 -0
  142. package/dist/esm/types/delete-integration-task-request.d.ts.map +1 -0
  143. package/dist/esm/types/delete-integration-task-response.d.ts +25 -0
  144. package/dist/esm/types/delete-integration-task-response.d.ts.map +1 -0
  145. package/dist/esm/types/delete-notify-group-policy-request.d.ts +25 -0
  146. package/dist/esm/types/delete-notify-group-policy-request.d.ts.map +1 -0
  147. package/dist/esm/types/delete-notify-group-policy-response.d.ts +25 -0
  148. package/dist/esm/types/delete-notify-group-policy-response.d.ts.map +1 -0
  149. package/dist/esm/types/delete-notify-policy-request.d.ts +25 -0
  150. package/dist/esm/types/delete-notify-policy-request.d.ts.map +1 -0
  151. package/dist/esm/types/delete-notify-policy-response.d.ts +25 -0
  152. package/dist/esm/types/delete-notify-policy-response.d.ts.map +1 -0
  153. package/dist/esm/types/delete-notify-template-request.d.ts +25 -0
  154. package/dist/esm/types/delete-notify-template-request.d.ts.map +1 -0
  155. package/dist/esm/types/delete-notify-template-response.d.ts +25 -0
  156. package/dist/esm/types/delete-notify-template-response.d.ts.map +1 -0
  157. package/dist/esm/types/delete-rule-file-request.d.ts +35 -0
  158. package/dist/esm/types/delete-rule-file-request.d.ts.map +1 -0
  159. package/dist/esm/types/delete-rule-file-response.d.ts +25 -0
  160. package/dist/esm/types/delete-rule-file-response.d.ts.map +1 -0
  161. package/dist/esm/types/delete-silence-policies-request.d.ts +25 -0
  162. package/dist/esm/types/delete-silence-policies-request.d.ts.map +1 -0
  163. package/dist/esm/types/delete-silence-policies-response.d.ts +31 -0
  164. package/dist/esm/types/delete-silence-policies-response.d.ts.map +1 -0
  165. package/dist/esm/types/delete-workspace-request.d.ts +25 -0
  166. package/dist/esm/types/delete-workspace-request.d.ts.map +1 -0
  167. package/dist/esm/types/delete-workspace-response.d.ts +25 -0
  168. package/dist/esm/types/delete-workspace-response.d.ts.map +1 -0
  169. package/dist/esm/types/ding-talk-bot-webhook-for-create-contact-input.d.ts +40 -0
  170. package/dist/esm/types/ding-talk-bot-webhook-for-create-contact-input.d.ts.map +1 -0
  171. package/dist/esm/types/ding-talk-bot-webhook-for-get-contact-output.d.ts +40 -0
  172. package/dist/esm/types/ding-talk-bot-webhook-for-get-contact-output.d.ts.map +1 -0
  173. package/dist/esm/types/ding-talk-bot-webhook-for-list-contacts-output.d.ts +40 -0
  174. package/dist/esm/types/ding-talk-bot-webhook-for-list-contacts-output.d.ts.map +1 -0
  175. package/dist/esm/types/ding-talk-bot-webhook-for-update-contact-input.d.ts +40 -0
  176. package/dist/esm/types/ding-talk-bot-webhook-for-update-contact-input.d.ts.map +1 -0
  177. package/dist/esm/types/disable-alerting-rules-request.d.ts +25 -0
  178. package/dist/esm/types/disable-alerting-rules-request.d.ts.map +1 -0
  179. package/dist/esm/types/disable-alerting-rules-response.d.ts +31 -0
  180. package/dist/esm/types/disable-alerting-rules-response.d.ts.map +1 -0
  181. package/dist/esm/types/disable-integration-tasks-request.d.ts +25 -0
  182. package/dist/esm/types/disable-integration-tasks-request.d.ts.map +1 -0
  183. package/dist/esm/types/disable-integration-tasks-response.d.ts +31 -0
  184. package/dist/esm/types/disable-integration-tasks-response.d.ts.map +1 -0
  185. package/dist/esm/types/disable-silence-policies-request.d.ts +25 -0
  186. package/dist/esm/types/disable-silence-policies-request.d.ts.map +1 -0
  187. package/dist/esm/types/disable-silence-policies-response.d.ts +31 -0
  188. package/dist/esm/types/disable-silence-policies-response.d.ts.map +1 -0
  189. package/dist/esm/types/enable-alerting-rules-request.d.ts +25 -0
  190. package/dist/esm/types/enable-alerting-rules-request.d.ts.map +1 -0
  191. package/dist/esm/types/enable-alerting-rules-response.d.ts +31 -0
  192. package/dist/esm/types/enable-alerting-rules-response.d.ts.map +1 -0
  193. package/dist/esm/types/enable-integration-tasks-request.d.ts +25 -0
  194. package/dist/esm/types/enable-integration-tasks-request.d.ts.map +1 -0
  195. package/dist/esm/types/enable-integration-tasks-response.d.ts +31 -0
  196. package/dist/esm/types/enable-integration-tasks-response.d.ts.map +1 -0
  197. package/dist/esm/types/enable-silence-policies-request.d.ts +25 -0
  198. package/dist/esm/types/enable-silence-policies-request.d.ts.map +1 -0
  199. package/dist/esm/types/enable-silence-policies-response.d.ts +31 -0
  200. package/dist/esm/types/enable-silence-policies-response.d.ts.map +1 -0
  201. package/dist/esm/types/error-for-delete-alerting-rules-output.d.ts +36 -0
  202. package/dist/esm/types/error-for-delete-alerting-rules-output.d.ts.map +1 -0
  203. package/dist/esm/types/error-for-delete-contact-groups-output.d.ts +36 -0
  204. package/dist/esm/types/error-for-delete-contact-groups-output.d.ts.map +1 -0
  205. package/dist/esm/types/error-for-delete-contacts-output.d.ts +36 -0
  206. package/dist/esm/types/error-for-delete-contacts-output.d.ts.map +1 -0
  207. package/dist/esm/types/error-for-delete-silence-policies-output.d.ts +36 -0
  208. package/dist/esm/types/error-for-delete-silence-policies-output.d.ts.map +1 -0
  209. package/dist/esm/types/error-for-disable-alerting-rules-output.d.ts +36 -0
  210. package/dist/esm/types/error-for-disable-alerting-rules-output.d.ts.map +1 -0
  211. package/dist/esm/types/error-for-disable-integration-tasks-output.d.ts +36 -0
  212. package/dist/esm/types/error-for-disable-integration-tasks-output.d.ts.map +1 -0
  213. package/dist/esm/types/error-for-disable-silence-policies-output.d.ts +36 -0
  214. package/dist/esm/types/error-for-disable-silence-policies-output.d.ts.map +1 -0
  215. package/dist/esm/types/error-for-enable-alerting-rules-output.d.ts +36 -0
  216. package/dist/esm/types/error-for-enable-alerting-rules-output.d.ts.map +1 -0
  217. package/dist/esm/types/error-for-enable-integration-tasks-output.d.ts +36 -0
  218. package/dist/esm/types/error-for-enable-integration-tasks-output.d.ts.map +1 -0
  219. package/dist/esm/types/error-for-enable-silence-policies-output.d.ts +36 -0
  220. package/dist/esm/types/error-for-enable-silence-policies-output.d.ts.map +1 -0
  221. package/dist/esm/types/filter-for-list-alert-samples-input.d.ts +35 -0
  222. package/dist/esm/types/filter-for-list-alert-samples-input.d.ts.map +1 -0
  223. package/dist/esm/types/filter-for-list-alerting-rules-input.d.ts +65 -0
  224. package/dist/esm/types/filter-for-list-alerting-rules-input.d.ts.map +1 -0
  225. package/dist/esm/types/filter-for-list-alerts-input.d.ts +60 -0
  226. package/dist/esm/types/filter-for-list-alerts-input.d.ts.map +1 -0
  227. package/dist/esm/types/filter-for-list-contact-groups-input.d.ts +30 -0
  228. package/dist/esm/types/filter-for-list-contact-groups-input.d.ts.map +1 -0
  229. package/dist/esm/types/filter-for-list-contacts-input.d.ts +40 -0
  230. package/dist/esm/types/filter-for-list-contacts-input.d.ts.map +1 -0
  231. package/dist/esm/types/filter-for-list-notify-group-policies-input.d.ts +30 -0
  232. package/dist/esm/types/filter-for-list-notify-group-policies-input.d.ts.map +1 -0
  233. package/dist/esm/types/filter-for-list-notify-policies-input.d.ts +40 -0
  234. package/dist/esm/types/filter-for-list-notify-policies-input.d.ts.map +1 -0
  235. package/dist/esm/types/filter-for-list-notify-templates-input.d.ts +35 -0
  236. package/dist/esm/types/filter-for-list-notify-templates-input.d.ts.map +1 -0
  237. package/dist/esm/types/filter-for-list-rule-files-input.d.ts +40 -0
  238. package/dist/esm/types/filter-for-list-rule-files-input.d.ts.map +1 -0
  239. package/dist/esm/types/filter-for-list-rules-input.d.ts +50 -0
  240. package/dist/esm/types/filter-for-list-rules-input.d.ts.map +1 -0
  241. package/dist/esm/types/filter-for-list-silence-policies-input.d.ts +40 -0
  242. package/dist/esm/types/filter-for-list-silence-policies-input.d.ts.map +1 -0
  243. package/dist/esm/types/filters-for-list-integration-tasks-input.d.ts +55 -0
  244. package/dist/esm/types/filters-for-list-integration-tasks-input.d.ts.map +1 -0
  245. package/dist/esm/types/filters-for-list-workspace-instance-types-input.d.ts +25 -0
  246. package/dist/esm/types/filters-for-list-workspace-instance-types-input.d.ts.map +1 -0
  247. package/dist/esm/types/filters-for-list-workspace-status-input.d.ts +50 -0
  248. package/dist/esm/types/filters-for-list-workspace-status-input.d.ts.map +1 -0
  249. package/dist/esm/types/filters-for-list-workspaces-input.d.ts +50 -0
  250. package/dist/esm/types/filters-for-list-workspaces-input.d.ts.map +1 -0
  251. package/dist/esm/types/get-aggregate-workspace-request.d.ts +30 -0
  252. package/dist/esm/types/get-aggregate-workspace-request.d.ts.map +1 -0
  253. package/dist/esm/types/get-aggregate-workspace-response.d.ts +103 -0
  254. package/dist/esm/types/get-aggregate-workspace-response.d.ts.map +1 -0
  255. package/dist/esm/types/get-alert-request.d.ts +25 -0
  256. package/dist/esm/types/get-alert-request.d.ts.map +1 -0
  257. package/dist/esm/types/get-alert-response.d.ts +78 -0
  258. package/dist/esm/types/get-alert-response.d.ts.map +1 -0
  259. package/dist/esm/types/get-alerting-rule-request.d.ts +25 -0
  260. package/dist/esm/types/get-alerting-rule-request.d.ts.map +1 -0
  261. package/dist/esm/types/get-alerting-rule-response.d.ts +105 -0
  262. package/dist/esm/types/get-alerting-rule-response.d.ts.map +1 -0
  263. package/dist/esm/types/get-contact-group-request.d.ts +25 -0
  264. package/dist/esm/types/get-contact-group-request.d.ts.map +1 -0
  265. package/dist/esm/types/get-contact-group-response.d.ts +40 -0
  266. package/dist/esm/types/get-contact-group-response.d.ts.map +1 -0
  267. package/dist/esm/types/get-contact-request.d.ts +25 -0
  268. package/dist/esm/types/get-contact-request.d.ts.map +1 -0
  269. package/dist/esm/types/get-contact-response.d.ts +80 -0
  270. package/dist/esm/types/get-contact-response.d.ts.map +1 -0
  271. package/dist/esm/types/get-external-prometheus-request.d.ts +25 -0
  272. package/dist/esm/types/get-external-prometheus-request.d.ts.map +1 -0
  273. package/dist/esm/types/get-external-prometheus-response.d.ts +97 -0
  274. package/dist/esm/types/get-external-prometheus-response.d.ts.map +1 -0
  275. package/dist/esm/types/get-integration-task-request.d.ts +25 -0
  276. package/dist/esm/types/get-integration-task-request.d.ts.map +1 -0
  277. package/dist/esm/types/get-integration-task-response.d.ts +82 -0
  278. package/dist/esm/types/get-integration-task-response.d.ts.map +1 -0
  279. package/dist/esm/types/get-notify-group-policy-request.d.ts +25 -0
  280. package/dist/esm/types/get-notify-group-policy-request.d.ts.map +1 -0
  281. package/dist/esm/types/get-notify-group-policy-response.d.ts +46 -0
  282. package/dist/esm/types/get-notify-group-policy-response.d.ts.map +1 -0
  283. package/dist/esm/types/get-notify-policy-request.d.ts +25 -0
  284. package/dist/esm/types/get-notify-policy-request.d.ts.map +1 -0
  285. package/dist/esm/types/get-notify-policy-response.d.ts +51 -0
  286. package/dist/esm/types/get-notify-policy-response.d.ts.map +1 -0
  287. package/dist/esm/types/get-rule-file-request.d.ts +35 -0
  288. package/dist/esm/types/get-rule-file-request.d.ts.map +1 -0
  289. package/dist/esm/types/get-rule-file-response.d.ts +65 -0
  290. package/dist/esm/types/get-rule-file-response.d.ts.map +1 -0
  291. package/dist/esm/types/get-workspace-auth-info-request.d.ts +25 -0
  292. package/dist/esm/types/get-workspace-auth-info-request.d.ts.map +1 -0
  293. package/dist/esm/types/get-workspace-auth-info-response.d.ts +35 -0
  294. package/dist/esm/types/get-workspace-auth-info-response.d.ts.map +1 -0
  295. package/dist/esm/types/get-workspace-request.d.ts +25 -0
  296. package/dist/esm/types/get-workspace-request.d.ts.map +1 -0
  297. package/dist/esm/types/get-workspace-response.d.ts +143 -0
  298. package/dist/esm/types/get-workspace-response.d.ts.map +1 -0
  299. package/dist/esm/types/index.d.ts +323 -0
  300. package/dist/esm/types/index.d.ts.map +1 -0
  301. package/dist/esm/types/instance-type-for-get-aggregate-workspace-output.d.ts +81 -0
  302. package/dist/esm/types/instance-type-for-get-aggregate-workspace-output.d.ts.map +1 -0
  303. package/dist/esm/types/instance-type-for-get-workspace-output.d.ts +81 -0
  304. package/dist/esm/types/instance-type-for-get-workspace-output.d.ts.map +1 -0
  305. package/dist/esm/types/item-for-list-alert-samples-output.d.ts +45 -0
  306. package/dist/esm/types/item-for-list-alert-samples-output.d.ts.map +1 -0
  307. package/dist/esm/types/item-for-list-alerting-rules-output.d.ts +105 -0
  308. package/dist/esm/types/item-for-list-alerting-rules-output.d.ts.map +1 -0
  309. package/dist/esm/types/item-for-list-alerts-output.d.ts +78 -0
  310. package/dist/esm/types/item-for-list-alerts-output.d.ts.map +1 -0
  311. package/dist/esm/types/item-for-list-contact-groups-output.d.ts +40 -0
  312. package/dist/esm/types/item-for-list-contact-groups-output.d.ts.map +1 -0
  313. package/dist/esm/types/item-for-list-contacts-output.d.ts +74 -0
  314. package/dist/esm/types/item-for-list-contacts-output.d.ts.map +1 -0
  315. package/dist/esm/types/item-for-list-integration-tasks-output.d.ts +83 -0
  316. package/dist/esm/types/item-for-list-integration-tasks-output.d.ts.map +1 -0
  317. package/dist/esm/types/item-for-list-notify-group-policies-output.d.ts +46 -0
  318. package/dist/esm/types/item-for-list-notify-group-policies-output.d.ts.map +1 -0
  319. package/dist/esm/types/item-for-list-notify-policies-output.d.ts +51 -0
  320. package/dist/esm/types/item-for-list-notify-policies-output.d.ts.map +1 -0
  321. package/dist/esm/types/item-for-list-notify-templates-output.d.ts +62 -0
  322. package/dist/esm/types/item-for-list-notify-templates-output.d.ts.map +1 -0
  323. package/dist/esm/types/item-for-list-rule-files-output.d.ts +60 -0
  324. package/dist/esm/types/item-for-list-rule-files-output.d.ts.map +1 -0
  325. package/dist/esm/types/item-for-list-rules-output.d.ts +66 -0
  326. package/dist/esm/types/item-for-list-rules-output.d.ts.map +1 -0
  327. package/dist/esm/types/item-for-list-silence-policies-output.d.ts +72 -0
  328. package/dist/esm/types/item-for-list-silence-policies-output.d.ts.map +1 -0
  329. package/dist/esm/types/item-for-list-workspace-instance-types-output.d.ts +81 -0
  330. package/dist/esm/types/item-for-list-workspace-instance-types-output.d.ts.map +1 -0
  331. package/dist/esm/types/item-for-list-workspace-status-output.d.ts +46 -0
  332. package/dist/esm/types/item-for-list-workspace-status-output.d.ts.map +1 -0
  333. package/dist/esm/types/item-for-list-workspaces-output.d.ts +131 -0
  334. package/dist/esm/types/item-for-list-workspaces-output.d.ts.map +1 -0
  335. package/dist/esm/types/label-for-create-alerting-rule-input.d.ts +30 -0
  336. package/dist/esm/types/label-for-create-alerting-rule-input.d.ts.map +1 -0
  337. package/dist/esm/types/label-for-get-alert-output.d.ts +30 -0
  338. package/dist/esm/types/label-for-get-alert-output.d.ts.map +1 -0
  339. package/dist/esm/types/label-for-get-alerting-rule-output.d.ts +30 -0
  340. package/dist/esm/types/label-for-get-alerting-rule-output.d.ts.map +1 -0
  341. package/dist/esm/types/label-for-list-alerting-rules-output.d.ts +30 -0
  342. package/dist/esm/types/label-for-list-alerting-rules-output.d.ts.map +1 -0
  343. package/dist/esm/types/label-for-list-alerts-output.d.ts +30 -0
  344. package/dist/esm/types/label-for-list-alerts-output.d.ts.map +1 -0
  345. package/dist/esm/types/label-for-list-rules-output.d.ts +30 -0
  346. package/dist/esm/types/label-for-list-rules-output.d.ts.map +1 -0
  347. package/dist/esm/types/label-for-update-alerting-rule-input.d.ts +30 -0
  348. package/dist/esm/types/label-for-update-alerting-rule-input.d.ts.map +1 -0
  349. package/dist/esm/types/lark-bot-for-get-contact-output.d.ts +35 -0
  350. package/dist/esm/types/lark-bot-for-get-contact-output.d.ts.map +1 -0
  351. package/dist/esm/types/lark-bot-webhook-for-create-contact-input.d.ts +30 -0
  352. package/dist/esm/types/lark-bot-webhook-for-create-contact-input.d.ts.map +1 -0
  353. package/dist/esm/types/lark-bot-webhook-for-get-contact-output.d.ts +30 -0
  354. package/dist/esm/types/lark-bot-webhook-for-get-contact-output.d.ts.map +1 -0
  355. package/dist/esm/types/lark-bot-webhook-for-list-contacts-output.d.ts +30 -0
  356. package/dist/esm/types/lark-bot-webhook-for-list-contacts-output.d.ts.map +1 -0
  357. package/dist/esm/types/lark-bot-webhook-for-update-contact-input.d.ts +30 -0
  358. package/dist/esm/types/lark-bot-webhook-for-update-contact-input.d.ts.map +1 -0
  359. package/dist/esm/types/level-for-create-alerting-rule-input.d.ts +40 -0
  360. package/dist/esm/types/level-for-create-alerting-rule-input.d.ts.map +1 -0
  361. package/dist/esm/types/level-for-create-notify-group-policy-input.d.ts +45 -0
  362. package/dist/esm/types/level-for-create-notify-group-policy-input.d.ts.map +1 -0
  363. package/dist/esm/types/level-for-create-notify-policy-input.d.ts +40 -0
  364. package/dist/esm/types/level-for-create-notify-policy-input.d.ts.map +1 -0
  365. package/dist/esm/types/level-for-get-alert-output.d.ts +40 -0
  366. package/dist/esm/types/level-for-get-alert-output.d.ts.map +1 -0
  367. package/dist/esm/types/level-for-get-alerting-rule-output.d.ts +40 -0
  368. package/dist/esm/types/level-for-get-alerting-rule-output.d.ts.map +1 -0
  369. package/dist/esm/types/level-for-get-notify-group-policy-output.d.ts +45 -0
  370. package/dist/esm/types/level-for-get-notify-group-policy-output.d.ts.map +1 -0
  371. package/dist/esm/types/level-for-get-notify-policy-output.d.ts +40 -0
  372. package/dist/esm/types/level-for-get-notify-policy-output.d.ts.map +1 -0
  373. package/dist/esm/types/level-for-list-alerting-rules-output.d.ts +40 -0
  374. package/dist/esm/types/level-for-list-alerting-rules-output.d.ts.map +1 -0
  375. package/dist/esm/types/level-for-list-alerts-output.d.ts +40 -0
  376. package/dist/esm/types/level-for-list-alerts-output.d.ts.map +1 -0
  377. package/dist/esm/types/level-for-list-notify-group-policies-output.d.ts +45 -0
  378. package/dist/esm/types/level-for-list-notify-group-policies-output.d.ts.map +1 -0
  379. package/dist/esm/types/level-for-list-notify-policies-output.d.ts +40 -0
  380. package/dist/esm/types/level-for-list-notify-policies-output.d.ts.map +1 -0
  381. package/dist/esm/types/level-for-update-alerting-rule-input.d.ts +40 -0
  382. package/dist/esm/types/level-for-update-alerting-rule-input.d.ts.map +1 -0
  383. package/dist/esm/types/level-for-update-notify-group-policy-input.d.ts +45 -0
  384. package/dist/esm/types/level-for-update-notify-group-policy-input.d.ts.map +1 -0
  385. package/dist/esm/types/level-for-update-notify-policy-input.d.ts +40 -0
  386. package/dist/esm/types/level-for-update-notify-policy-input.d.ts.map +1 -0
  387. package/dist/esm/types/list-alert-samples-request.d.ts +31 -0
  388. package/dist/esm/types/list-alert-samples-request.d.ts.map +1 -0
  389. package/dist/esm/types/list-alert-samples-response.d.ts +31 -0
  390. package/dist/esm/types/list-alert-samples-response.d.ts.map +1 -0
  391. package/dist/esm/types/list-alerting-rules-request.d.ts +57 -0
  392. package/dist/esm/types/list-alerting-rules-request.d.ts.map +1 -0
  393. package/dist/esm/types/list-alerting-rules-response.d.ts +31 -0
  394. package/dist/esm/types/list-alerting-rules-response.d.ts.map +1 -0
  395. package/dist/esm/types/list-alerts-request.d.ts +46 -0
  396. package/dist/esm/types/list-alerts-request.d.ts.map +1 -0
  397. package/dist/esm/types/list-alerts-response.d.ts +36 -0
  398. package/dist/esm/types/list-alerts-response.d.ts.map +1 -0
  399. package/dist/esm/types/list-contact-groups-request.d.ts +46 -0
  400. package/dist/esm/types/list-contact-groups-request.d.ts.map +1 -0
  401. package/dist/esm/types/list-contact-groups-response.d.ts +31 -0
  402. package/dist/esm/types/list-contact-groups-response.d.ts.map +1 -0
  403. package/dist/esm/types/list-contacts-request.d.ts +46 -0
  404. package/dist/esm/types/list-contacts-request.d.ts.map +1 -0
  405. package/dist/esm/types/list-contacts-response.d.ts +31 -0
  406. package/dist/esm/types/list-contacts-response.d.ts.map +1 -0
  407. package/dist/esm/types/list-integration-tasks-request.d.ts +47 -0
  408. package/dist/esm/types/list-integration-tasks-request.d.ts.map +1 -0
  409. package/dist/esm/types/list-integration-tasks-response.d.ts +31 -0
  410. package/dist/esm/types/list-integration-tasks-response.d.ts.map +1 -0
  411. package/dist/esm/types/list-notify-group-policies-request.d.ts +46 -0
  412. package/dist/esm/types/list-notify-group-policies-request.d.ts.map +1 -0
  413. package/dist/esm/types/list-notify-group-policies-response.d.ts +31 -0
  414. package/dist/esm/types/list-notify-group-policies-response.d.ts.map +1 -0
  415. package/dist/esm/types/list-notify-policies-request.d.ts +46 -0
  416. package/dist/esm/types/list-notify-policies-request.d.ts.map +1 -0
  417. package/dist/esm/types/list-notify-policies-response.d.ts +31 -0
  418. package/dist/esm/types/list-notify-policies-response.d.ts.map +1 -0
  419. package/dist/esm/types/list-notify-templates-request.d.ts +46 -0
  420. package/dist/esm/types/list-notify-templates-request.d.ts.map +1 -0
  421. package/dist/esm/types/list-notify-templates-response.d.ts +31 -0
  422. package/dist/esm/types/list-notify-templates-response.d.ts.map +1 -0
  423. package/dist/esm/types/list-rule-files-request.d.ts +36 -0
  424. package/dist/esm/types/list-rule-files-request.d.ts.map +1 -0
  425. package/dist/esm/types/list-rule-files-response.d.ts +31 -0
  426. package/dist/esm/types/list-rule-files-response.d.ts.map +1 -0
  427. package/dist/esm/types/list-rules-request.d.ts +36 -0
  428. package/dist/esm/types/list-rules-request.d.ts.map +1 -0
  429. package/dist/esm/types/list-rules-response.d.ts +31 -0
  430. package/dist/esm/types/list-rules-response.d.ts.map +1 -0
  431. package/dist/esm/types/list-silence-policies-request.d.ts +46 -0
  432. package/dist/esm/types/list-silence-policies-request.d.ts.map +1 -0
  433. package/dist/esm/types/list-silence-policies-response.d.ts +31 -0
  434. package/dist/esm/types/list-silence-policies-response.d.ts.map +1 -0
  435. package/dist/esm/types/list-tags-for-resources-request.d.ts +46 -0
  436. package/dist/esm/types/list-tags-for-resources-request.d.ts.map +1 -0
  437. package/dist/esm/types/list-tags-for-resources-response.d.ts +31 -0
  438. package/dist/esm/types/list-tags-for-resources-response.d.ts.map +1 -0
  439. package/dist/esm/types/list-workspace-instance-types-request.d.ts +36 -0
  440. package/dist/esm/types/list-workspace-instance-types-request.d.ts.map +1 -0
  441. package/dist/esm/types/list-workspace-instance-types-response.d.ts +31 -0
  442. package/dist/esm/types/list-workspace-instance-types-response.d.ts.map +1 -0
  443. package/dist/esm/types/list-workspace-status-request.d.ts +41 -0
  444. package/dist/esm/types/list-workspace-status-request.d.ts.map +1 -0
  445. package/dist/esm/types/list-workspace-status-response.d.ts +31 -0
  446. package/dist/esm/types/list-workspace-status-response.d.ts.map +1 -0
  447. package/dist/esm/types/list-workspaces-request.d.ts +67 -0
  448. package/dist/esm/types/list-workspaces-request.d.ts.map +1 -0
  449. package/dist/esm/types/list-workspaces-response.d.ts +31 -0
  450. package/dist/esm/types/list-workspaces-response.d.ts.map +1 -0
  451. package/dist/esm/types/matcher-for-create-silence-policy-input.d.ts +35 -0
  452. package/dist/esm/types/matcher-for-create-silence-policy-input.d.ts.map +1 -0
  453. package/dist/esm/types/matcher-for-list-silence-policies-output.d.ts +35 -0
  454. package/dist/esm/types/matcher-for-list-silence-policies-output.d.ts.map +1 -0
  455. package/dist/esm/types/matcher-for-update-silence-policy-input.d.ts +35 -0
  456. package/dist/esm/types/matcher-for-update-silence-policy-input.d.ts.map +1 -0
  457. package/dist/esm/types/metric-label-matcher-for-create-silence-policy-input.d.ts +26 -0
  458. package/dist/esm/types/metric-label-matcher-for-create-silence-policy-input.d.ts.map +1 -0
  459. package/dist/esm/types/metric-label-matcher-for-list-silence-policies-output.d.ts +26 -0
  460. package/dist/esm/types/metric-label-matcher-for-list-silence-policies-output.d.ts.map +1 -0
  461. package/dist/esm/types/metric-label-matcher-for-update-silence-policy-input.d.ts +26 -0
  462. package/dist/esm/types/metric-label-matcher-for-update-silence-policy-input.d.ts.map +1 -0
  463. package/dist/esm/types/periodic-date-for-create-silence-policy-input.d.ts +35 -0
  464. package/dist/esm/types/periodic-date-for-create-silence-policy-input.d.ts.map +1 -0
  465. package/dist/esm/types/periodic-date-for-list-silence-policies-output.d.ts +35 -0
  466. package/dist/esm/types/periodic-date-for-list-silence-policies-output.d.ts.map +1 -0
  467. package/dist/esm/types/periodic-date-for-update-silence-policy-input.d.ts +35 -0
  468. package/dist/esm/types/periodic-date-for-update-silence-policy-input.d.ts.map +1 -0
  469. package/dist/esm/types/query-for-create-alerting-rule-input.d.ts +30 -0
  470. package/dist/esm/types/query-for-create-alerting-rule-input.d.ts.map +1 -0
  471. package/dist/esm/types/query-for-get-alerting-rule-output.d.ts +30 -0
  472. package/dist/esm/types/query-for-get-alerting-rule-output.d.ts.map +1 -0
  473. package/dist/esm/types/query-for-list-alerting-rules-output.d.ts +30 -0
  474. package/dist/esm/types/query-for-list-alerting-rules-output.d.ts.map +1 -0
  475. package/dist/esm/types/query-for-update-alerting-rule-input.d.ts +30 -0
  476. package/dist/esm/types/query-for-update-alerting-rule-input.d.ts.map +1 -0
  477. package/dist/esm/types/quota-for-get-workspace-output.d.ts +55 -0
  478. package/dist/esm/types/quota-for-get-workspace-output.d.ts.map +1 -0
  479. package/dist/esm/types/quota-for-update-workspace-input.d.ts +55 -0
  480. package/dist/esm/types/quota-for-update-workspace-input.d.ts.map +1 -0
  481. package/dist/esm/types/resolved-for-create-notify-template-input.d.ts +30 -0
  482. package/dist/esm/types/resolved-for-create-notify-template-input.d.ts.map +1 -0
  483. package/dist/esm/types/resolved-for-list-notify-templates-output.d.ts +30 -0
  484. package/dist/esm/types/resolved-for-list-notify-templates-output.d.ts.map +1 -0
  485. package/dist/esm/types/resolved-for-update-notify-template-input.d.ts +30 -0
  486. package/dist/esm/types/resolved-for-update-notify-template-input.d.ts.map +1 -0
  487. package/dist/esm/types/resource-for-get-alert-output.d.ts +26 -0
  488. package/dist/esm/types/resource-for-get-alert-output.d.ts.map +1 -0
  489. package/dist/esm/types/resource-for-list-alerts-output.d.ts +26 -0
  490. package/dist/esm/types/resource-for-list-alerts-output.d.ts.map +1 -0
  491. package/dist/esm/types/resource-tag-for-list-tags-for-resources-output.d.ts +40 -0
  492. package/dist/esm/types/resource-tag-for-list-tags-for-resources-output.d.ts.map +1 -0
  493. package/dist/esm/types/send-validation-message-request.d.ts +30 -0
  494. package/dist/esm/types/send-validation-message-request.d.ts.map +1 -0
  495. package/dist/esm/types/send-validation-message-response.d.ts +30 -0
  496. package/dist/esm/types/send-validation-message-response.d.ts.map +1 -0
  497. package/dist/esm/types/tag-filter-for-list-alerting-rules-input.d.ts +30 -0
  498. package/dist/esm/types/tag-filter-for-list-alerting-rules-input.d.ts.map +1 -0
  499. package/dist/esm/types/tag-filter-for-list-integration-tasks-input.d.ts +30 -0
  500. package/dist/esm/types/tag-filter-for-list-integration-tasks-input.d.ts.map +1 -0
  501. package/dist/esm/types/tag-filter-for-list-tags-for-resources-input.d.ts +30 -0
  502. package/dist/esm/types/tag-filter-for-list-tags-for-resources-input.d.ts.map +1 -0
  503. package/dist/esm/types/tag-filter-for-list-workspaces-input.d.ts +30 -0
  504. package/dist/esm/types/tag-filter-for-list-workspaces-input.d.ts.map +1 -0
  505. package/dist/esm/types/tag-for-create-aggregate-workspace-input.d.ts +30 -0
  506. package/dist/esm/types/tag-for-create-aggregate-workspace-input.d.ts.map +1 -0
  507. package/dist/esm/types/tag-for-create-alerting-rule-input.d.ts +30 -0
  508. package/dist/esm/types/tag-for-create-alerting-rule-input.d.ts.map +1 -0
  509. package/dist/esm/types/tag-for-create-external-prometheus-input.d.ts +30 -0
  510. package/dist/esm/types/tag-for-create-external-prometheus-input.d.ts.map +1 -0
  511. package/dist/esm/types/tag-for-create-integration-task-input.d.ts +30 -0
  512. package/dist/esm/types/tag-for-create-integration-task-input.d.ts.map +1 -0
  513. package/dist/esm/types/tag-for-create-workspace-input.d.ts +30 -0
  514. package/dist/esm/types/tag-for-create-workspace-input.d.ts.map +1 -0
  515. package/dist/esm/types/tag-for-get-aggregate-workspace-output.d.ts +30 -0
  516. package/dist/esm/types/tag-for-get-aggregate-workspace-output.d.ts.map +1 -0
  517. package/dist/esm/types/tag-for-get-alerting-rule-output.d.ts +30 -0
  518. package/dist/esm/types/tag-for-get-alerting-rule-output.d.ts.map +1 -0
  519. package/dist/esm/types/tag-for-get-external-prometheus-output.d.ts +30 -0
  520. package/dist/esm/types/tag-for-get-external-prometheus-output.d.ts.map +1 -0
  521. package/dist/esm/types/tag-for-get-integration-task-output.d.ts +30 -0
  522. package/dist/esm/types/tag-for-get-integration-task-output.d.ts.map +1 -0
  523. package/dist/esm/types/tag-for-get-workspace-output.d.ts +30 -0
  524. package/dist/esm/types/tag-for-get-workspace-output.d.ts.map +1 -0
  525. package/dist/esm/types/tag-for-list-alerting-rules-output.d.ts +30 -0
  526. package/dist/esm/types/tag-for-list-alerting-rules-output.d.ts.map +1 -0
  527. package/dist/esm/types/tag-for-list-integration-tasks-output.d.ts +30 -0
  528. package/dist/esm/types/tag-for-list-integration-tasks-output.d.ts.map +1 -0
  529. package/dist/esm/types/tag-for-list-workspaces-output.d.ts +30 -0
  530. package/dist/esm/types/tag-for-list-workspaces-output.d.ts.map +1 -0
  531. package/dist/esm/types/tag-for-tag-resources-input.d.ts +30 -0
  532. package/dist/esm/types/tag-for-tag-resources-input.d.ts.map +1 -0
  533. package/dist/esm/types/tag-resources-request.d.ts +36 -0
  534. package/dist/esm/types/tag-resources-request.d.ts.map +1 -0
  535. package/dist/esm/types/tag-resources-response.d.ts +20 -0
  536. package/dist/esm/types/tag-resources-response.d.ts.map +1 -0
  537. package/dist/esm/types/test-ding-talk-bot-webhook-request.d.ts +40 -0
  538. package/dist/esm/types/test-ding-talk-bot-webhook-request.d.ts.map +1 -0
  539. package/dist/esm/types/test-ding-talk-bot-webhook-response.d.ts +40 -0
  540. package/dist/esm/types/test-ding-talk-bot-webhook-response.d.ts.map +1 -0
  541. package/dist/esm/types/test-lark-bot-webhook-request.d.ts +30 -0
  542. package/dist/esm/types/test-lark-bot-webhook-request.d.ts.map +1 -0
  543. package/dist/esm/types/test-lark-bot-webhook-response.d.ts +40 -0
  544. package/dist/esm/types/test-lark-bot-webhook-response.d.ts.map +1 -0
  545. package/dist/esm/types/test-we-com-bot-webhook-request.d.ts +30 -0
  546. package/dist/esm/types/test-we-com-bot-webhook-request.d.ts.map +1 -0
  547. package/dist/esm/types/test-we-com-bot-webhook-response.d.ts +40 -0
  548. package/dist/esm/types/test-we-com-bot-webhook-response.d.ts.map +1 -0
  549. package/dist/esm/types/test-webhook-request.d.ts +30 -0
  550. package/dist/esm/types/test-webhook-request.d.ts.map +1 -0
  551. package/dist/esm/types/test-webhook-response.d.ts +35 -0
  552. package/dist/esm/types/test-webhook-response.d.ts.map +1 -0
  553. package/dist/esm/types/time-range-matcher-for-create-silence-policy-input.d.ts +36 -0
  554. package/dist/esm/types/time-range-matcher-for-create-silence-policy-input.d.ts.map +1 -0
  555. package/dist/esm/types/time-range-matcher-for-list-silence-policies-output.d.ts +36 -0
  556. package/dist/esm/types/time-range-matcher-for-list-silence-policies-output.d.ts.map +1 -0
  557. package/dist/esm/types/time-range-matcher-for-update-silence-policy-input.d.ts +36 -0
  558. package/dist/esm/types/time-range-matcher-for-update-silence-policy-input.d.ts.map +1 -0
  559. package/dist/esm/types/unsuccessful-item-for-delete-alerting-rules-output.d.ts +31 -0
  560. package/dist/esm/types/unsuccessful-item-for-delete-alerting-rules-output.d.ts.map +1 -0
  561. package/dist/esm/types/unsuccessful-item-for-delete-contact-groups-output.d.ts +31 -0
  562. package/dist/esm/types/unsuccessful-item-for-delete-contact-groups-output.d.ts.map +1 -0
  563. package/dist/esm/types/unsuccessful-item-for-delete-contacts-output.d.ts +31 -0
  564. package/dist/esm/types/unsuccessful-item-for-delete-contacts-output.d.ts.map +1 -0
  565. package/dist/esm/types/unsuccessful-item-for-delete-silence-policies-output.d.ts +31 -0
  566. package/dist/esm/types/unsuccessful-item-for-delete-silence-policies-output.d.ts.map +1 -0
  567. package/dist/esm/types/unsuccessful-item-for-disable-alerting-rules-output.d.ts +31 -0
  568. package/dist/esm/types/unsuccessful-item-for-disable-alerting-rules-output.d.ts.map +1 -0
  569. package/dist/esm/types/unsuccessful-item-for-disable-integration-tasks-output.d.ts +31 -0
  570. package/dist/esm/types/unsuccessful-item-for-disable-integration-tasks-output.d.ts.map +1 -0
  571. package/dist/esm/types/unsuccessful-item-for-disable-silence-policies-output.d.ts +31 -0
  572. package/dist/esm/types/unsuccessful-item-for-disable-silence-policies-output.d.ts.map +1 -0
  573. package/dist/esm/types/unsuccessful-item-for-enable-alerting-rules-output.d.ts +31 -0
  574. package/dist/esm/types/unsuccessful-item-for-enable-alerting-rules-output.d.ts.map +1 -0
  575. package/dist/esm/types/unsuccessful-item-for-enable-integration-tasks-output.d.ts +31 -0
  576. package/dist/esm/types/unsuccessful-item-for-enable-integration-tasks-output.d.ts.map +1 -0
  577. package/dist/esm/types/unsuccessful-item-for-enable-silence-policies-output.d.ts +31 -0
  578. package/dist/esm/types/unsuccessful-item-for-enable-silence-policies-output.d.ts.map +1 -0
  579. package/dist/esm/types/untag-resources-request.d.ts +35 -0
  580. package/dist/esm/types/untag-resources-request.d.ts.map +1 -0
  581. package/dist/esm/types/untag-resources-response.d.ts +20 -0
  582. package/dist/esm/types/untag-resources-response.d.ts.map +1 -0
  583. package/dist/esm/types/update-aggregate-workspace-request.d.ts +81 -0
  584. package/dist/esm/types/update-aggregate-workspace-request.d.ts.map +1 -0
  585. package/dist/esm/types/update-aggregate-workspace-response.d.ts +25 -0
  586. package/dist/esm/types/update-aggregate-workspace-response.d.ts.map +1 -0
  587. package/dist/esm/types/update-alerting-rule-request.d.ts +74 -0
  588. package/dist/esm/types/update-alerting-rule-request.d.ts.map +1 -0
  589. package/dist/esm/types/update-alerting-rule-response.d.ts +25 -0
  590. package/dist/esm/types/update-alerting-rule-response.d.ts.map +1 -0
  591. package/dist/esm/types/update-contact-group-request.d.ts +35 -0
  592. package/dist/esm/types/update-contact-group-request.d.ts.map +1 -0
  593. package/dist/esm/types/update-contact-group-response.d.ts +25 -0
  594. package/dist/esm/types/update-contact-group-response.d.ts.map +1 -0
  595. package/dist/esm/types/update-contact-request.d.ts +64 -0
  596. package/dist/esm/types/update-contact-request.d.ts.map +1 -0
  597. package/dist/esm/types/update-contact-response.d.ts +35 -0
  598. package/dist/esm/types/update-contact-response.d.ts.map +1 -0
  599. package/dist/esm/types/update-external-prometheus-request.d.ts +71 -0
  600. package/dist/esm/types/update-external-prometheus-request.d.ts.map +1 -0
  601. package/dist/esm/types/update-external-prometheus-response.d.ts +25 -0
  602. package/dist/esm/types/update-external-prometheus-response.d.ts.map +1 -0
  603. package/dist/esm/types/update-integration-task-request.d.ts +40 -0
  604. package/dist/esm/types/update-integration-task-request.d.ts.map +1 -0
  605. package/dist/esm/types/update-integration-task-response.d.ts +25 -0
  606. package/dist/esm/types/update-integration-task-response.d.ts.map +1 -0
  607. package/dist/esm/types/update-notify-group-policy-request.d.ts +41 -0
  608. package/dist/esm/types/update-notify-group-policy-request.d.ts.map +1 -0
  609. package/dist/esm/types/update-notify-group-policy-response.d.ts +25 -0
  610. package/dist/esm/types/update-notify-group-policy-response.d.ts.map +1 -0
  611. package/dist/esm/types/update-notify-policy-request.d.ts +46 -0
  612. package/dist/esm/types/update-notify-policy-request.d.ts.map +1 -0
  613. package/dist/esm/types/update-notify-policy-response.d.ts +25 -0
  614. package/dist/esm/types/update-notify-policy-response.d.ts.map +1 -0
  615. package/dist/esm/types/update-notify-template-request.d.ts +47 -0
  616. package/dist/esm/types/update-notify-template-request.d.ts.map +1 -0
  617. package/dist/esm/types/update-notify-template-response.d.ts +25 -0
  618. package/dist/esm/types/update-notify-template-response.d.ts.map +1 -0
  619. package/dist/esm/types/update-rule-file-request.d.ts +50 -0
  620. package/dist/esm/types/update-rule-file-request.d.ts.map +1 -0
  621. package/dist/esm/types/update-rule-file-response.d.ts +25 -0
  622. package/dist/esm/types/update-rule-file-response.d.ts.map +1 -0
  623. package/dist/esm/types/update-silence-policy-request.d.ts +47 -0
  624. package/dist/esm/types/update-silence-policy-request.d.ts.map +1 -0
  625. package/dist/esm/types/update-silence-policy-response.d.ts +25 -0
  626. package/dist/esm/types/update-silence-policy-response.d.ts.map +1 -0
  627. package/dist/esm/types/update-workspace-request.d.ts +91 -0
  628. package/dist/esm/types/update-workspace-request.d.ts.map +1 -0
  629. package/dist/esm/types/update-workspace-response.d.ts +25 -0
  630. package/dist/esm/types/update-workspace-response.d.ts.map +1 -0
  631. package/dist/esm/types/usage-for-list-workspace-status-output.d.ts +30 -0
  632. package/dist/esm/types/usage-for-list-workspace-status-output.d.ts.map +1 -0
  633. package/dist/esm/types/vke-cluster-info-for-get-integration-task-output.d.ts +30 -0
  634. package/dist/esm/types/vke-cluster-info-for-get-integration-task-output.d.ts.map +1 -0
  635. package/dist/esm/types/vke-cluster-info-for-list-integration-tasks-output.d.ts +30 -0
  636. package/dist/esm/types/vke-cluster-info-for-list-integration-tasks-output.d.ts.map +1 -0
  637. package/dist/esm/types/we-com-bot-webhook-for-create-contact-input.d.ts +30 -0
  638. package/dist/esm/types/we-com-bot-webhook-for-create-contact-input.d.ts.map +1 -0
  639. package/dist/esm/types/we-com-bot-webhook-for-get-contact-output.d.ts +30 -0
  640. package/dist/esm/types/we-com-bot-webhook-for-get-contact-output.d.ts.map +1 -0
  641. package/dist/esm/types/we-com-bot-webhook-for-list-contacts-output.d.ts +30 -0
  642. package/dist/esm/types/we-com-bot-webhook-for-list-contacts-output.d.ts.map +1 -0
  643. package/dist/esm/types/we-com-bot-webhook-for-update-contact-input.d.ts +30 -0
  644. package/dist/esm/types/we-com-bot-webhook-for-update-contact-input.d.ts.map +1 -0
  645. package/dist/esm/types/webhook-for-create-contact-input.d.ts +30 -0
  646. package/dist/esm/types/webhook-for-create-contact-input.d.ts.map +1 -0
  647. package/dist/esm/types/webhook-for-get-contact-output.d.ts +30 -0
  648. package/dist/esm/types/webhook-for-get-contact-output.d.ts.map +1 -0
  649. package/dist/esm/types/webhook-for-list-contacts-output.d.ts +30 -0
  650. package/dist/esm/types/webhook-for-list-contacts-output.d.ts.map +1 -0
  651. package/dist/esm/types/webhook-for-update-contact-input.d.ts +30 -0
  652. package/dist/esm/types/webhook-for-update-contact-input.d.ts.map +1 -0
  653. package/dist/esm/types/workspaces-detail-for-get-aggregate-workspace-output.d.ts +71 -0
  654. package/dist/esm/types/workspaces-detail-for-get-aggregate-workspace-output.d.ts.map +1 -0
  655. package/dist/tsconfig.tsbuildinfo +1 -0
  656. package/package.json +37 -0
  657. package/rslib.config.ts +26 -0
  658. package/src/api.ts +1502 -0
  659. package/src/index.ts +14 -0
  660. package/src/types/active-for-create-notify-template-input.ts +34 -0
  661. package/src/types/active-for-list-notify-templates-output.ts +34 -0
  662. package/src/types/active-for-update-notify-template-input.ts +34 -0
  663. package/src/types/alerting-rule-query-for-get-alert-output.ts +34 -0
  664. package/src/types/alerting-rule-query-for-list-alerts-output.ts +34 -0
  665. package/src/types/annotation-for-create-alerting-rule-input.ts +34 -0
  666. package/src/types/annotation-for-get-alerting-rule-output.ts +34 -0
  667. package/src/types/annotation-for-list-alerting-rules-output.ts +34 -0
  668. package/src/types/annotation-for-update-alerting-rule-input.ts +34 -0
  669. package/src/types/cal-charge-item-list-for-get-aggregate-workspace-output.ts +34 -0
  670. package/src/types/cal-charge-item-list-for-get-workspace-output.ts +34 -0
  671. package/src/types/cal-charge-item-list-for-list-workspace-instance-types-output.ts +34 -0
  672. package/src/types/calculate-price-param-for-get-aggregate-workspace-output.ts +41 -0
  673. package/src/types/calculate-price-param-for-get-workspace-output.ts +41 -0
  674. package/src/types/calculate-price-param-for-list-workspace-instance-types-output.ts +41 -0
  675. package/src/types/conditions-for-list-integration-tasks-output.ts +41 -0
  676. package/src/types/create-aggregate-workspace-request.ts +102 -0
  677. package/src/types/create-aggregate-workspace-response.ts +28 -0
  678. package/src/types/create-alerting-rule-request.ts +93 -0
  679. package/src/types/create-alerting-rule-response.ts +28 -0
  680. package/src/types/create-contact-group-request.ts +34 -0
  681. package/src/types/create-contact-group-response.ts +28 -0
  682. package/src/types/create-contact-request.ts +68 -0
  683. package/src/types/create-contact-response.ts +40 -0
  684. package/src/types/create-external-prometheus-request.ts +108 -0
  685. package/src/types/create-external-prometheus-response.ts +28 -0
  686. package/src/types/create-integration-task-request.ts +77 -0
  687. package/src/types/create-integration-task-response.ts +28 -0
  688. package/src/types/create-notify-group-policy-request.ts +41 -0
  689. package/src/types/create-notify-group-policy-response.ts +28 -0
  690. package/src/types/create-notify-policy-request.ts +47 -0
  691. package/src/types/create-notify-policy-response.ts +28 -0
  692. package/src/types/create-notify-template-request.ts +54 -0
  693. package/src/types/create-notify-template-response.ts +28 -0
  694. package/src/types/create-rule-file-request.ts +52 -0
  695. package/src/types/create-rule-file-response.ts +28 -0
  696. package/src/types/create-silence-policy-request.ts +48 -0
  697. package/src/types/create-silence-policy-response.ts +28 -0
  698. package/src/types/create-workspace-request.ts +89 -0
  699. package/src/types/create-workspace-response.ts +28 -0
  700. package/src/types/cross-workspace-for-create-aggregate-workspace-input.ts +40 -0
  701. package/src/types/cross-workspace-for-get-aggregate-workspace-output.ts +40 -0
  702. package/src/types/cross-workspace-for-update-aggregate-workspace-input.ts +40 -0
  703. package/src/types/custom-header-kvfor-create-external-prometheus-input.ts +34 -0
  704. package/src/types/custom-header-kvfor-get-external-prometheus-output.ts +34 -0
  705. package/src/types/custom-header-kvfor-update-external-prometheus-input.ts +34 -0
  706. package/src/types/data-for-delete-alerting-rules-output.ts +22 -0
  707. package/src/types/data-for-delete-contact-groups-output.ts +22 -0
  708. package/src/types/data-for-delete-contacts-output.ts +22 -0
  709. package/src/types/data-for-delete-silence-policies-output.ts +22 -0
  710. package/src/types/data-for-disable-alerting-rules-output.ts +22 -0
  711. package/src/types/data-for-disable-integration-tasks-output.ts +22 -0
  712. package/src/types/data-for-disable-silence-policies-output.ts +22 -0
  713. package/src/types/data-for-enable-alerting-rules-output.ts +22 -0
  714. package/src/types/data-for-enable-integration-tasks-output.ts +22 -0
  715. package/src/types/data-for-enable-silence-policies-output.ts +22 -0
  716. package/src/types/delete-aggregate-workspace-request.ts +28 -0
  717. package/src/types/delete-aggregate-workspace-response.ts +28 -0
  718. package/src/types/delete-alerting-rules-request.ts +28 -0
  719. package/src/types/delete-alerting-rules-response.ts +35 -0
  720. package/src/types/delete-contact-groups-request.ts +28 -0
  721. package/src/types/delete-contact-groups-response.ts +35 -0
  722. package/src/types/delete-contacts-request.ts +28 -0
  723. package/src/types/delete-contacts-response.ts +35 -0
  724. package/src/types/delete-external-prometheus-request.ts +28 -0
  725. package/src/types/delete-external-prometheus-response.ts +28 -0
  726. package/src/types/delete-integration-task-request.ts +28 -0
  727. package/src/types/delete-integration-task-response.ts +28 -0
  728. package/src/types/delete-notify-group-policy-request.ts +28 -0
  729. package/src/types/delete-notify-group-policy-response.ts +28 -0
  730. package/src/types/delete-notify-policy-request.ts +28 -0
  731. package/src/types/delete-notify-policy-response.ts +28 -0
  732. package/src/types/delete-notify-template-request.ts +28 -0
  733. package/src/types/delete-notify-template-response.ts +28 -0
  734. package/src/types/delete-rule-file-request.ts +40 -0
  735. package/src/types/delete-rule-file-response.ts +28 -0
  736. package/src/types/delete-silence-policies-request.ts +28 -0
  737. package/src/types/delete-silence-policies-response.ts +35 -0
  738. package/src/types/delete-workspace-request.ts +28 -0
  739. package/src/types/delete-workspace-response.ts +28 -0
  740. package/src/types/ding-talk-bot-webhook-for-create-contact-input.ts +46 -0
  741. package/src/types/ding-talk-bot-webhook-for-get-contact-output.ts +46 -0
  742. package/src/types/ding-talk-bot-webhook-for-list-contacts-output.ts +46 -0
  743. package/src/types/ding-talk-bot-webhook-for-update-contact-input.ts +46 -0
  744. package/src/types/disable-alerting-rules-request.ts +28 -0
  745. package/src/types/disable-alerting-rules-response.ts +35 -0
  746. package/src/types/disable-integration-tasks-request.ts +28 -0
  747. package/src/types/disable-integration-tasks-response.ts +35 -0
  748. package/src/types/disable-silence-policies-request.ts +28 -0
  749. package/src/types/disable-silence-policies-response.ts +35 -0
  750. package/src/types/enable-alerting-rules-request.ts +28 -0
  751. package/src/types/enable-alerting-rules-response.ts +35 -0
  752. package/src/types/enable-integration-tasks-request.ts +28 -0
  753. package/src/types/enable-integration-tasks-response.ts +35 -0
  754. package/src/types/enable-silence-policies-request.ts +28 -0
  755. package/src/types/enable-silence-policies-response.ts +35 -0
  756. package/src/types/error-for-delete-alerting-rules-output.ts +41 -0
  757. package/src/types/error-for-delete-contact-groups-output.ts +41 -0
  758. package/src/types/error-for-delete-contacts-output.ts +41 -0
  759. package/src/types/error-for-delete-silence-policies-output.ts +41 -0
  760. package/src/types/error-for-disable-alerting-rules-output.ts +41 -0
  761. package/src/types/error-for-disable-integration-tasks-output.ts +41 -0
  762. package/src/types/error-for-disable-silence-policies-output.ts +41 -0
  763. package/src/types/error-for-enable-alerting-rules-output.ts +41 -0
  764. package/src/types/error-for-enable-integration-tasks-output.ts +41 -0
  765. package/src/types/error-for-enable-silence-policies-output.ts +41 -0
  766. package/src/types/filter-for-list-alert-samples-input.ts +40 -0
  767. package/src/types/filter-for-list-alerting-rules-input.ts +76 -0
  768. package/src/types/filter-for-list-alerts-input.ts +70 -0
  769. package/src/types/filter-for-list-contact-groups-input.ts +34 -0
  770. package/src/types/filter-for-list-contacts-input.ts +46 -0
  771. package/src/types/filter-for-list-notify-group-policies-input.ts +34 -0
  772. package/src/types/filter-for-list-notify-policies-input.ts +46 -0
  773. package/src/types/filter-for-list-notify-templates-input.ts +40 -0
  774. package/src/types/filter-for-list-rule-files-input.ts +46 -0
  775. package/src/types/filter-for-list-rules-input.ts +58 -0
  776. package/src/types/filter-for-list-silence-policies-input.ts +46 -0
  777. package/src/types/filters-for-list-integration-tasks-input.ts +64 -0
  778. package/src/types/filters-for-list-workspace-instance-types-input.ts +28 -0
  779. package/src/types/filters-for-list-workspace-status-input.ts +58 -0
  780. package/src/types/filters-for-list-workspaces-input.ts +58 -0
  781. package/src/types/get-aggregate-workspace-request.ts +34 -0
  782. package/src/types/get-aggregate-workspace-response.ts +121 -0
  783. package/src/types/get-alert-request.ts +28 -0
  784. package/src/types/get-alert-response.ts +91 -0
  785. package/src/types/get-alerting-rule-request.ts +28 -0
  786. package/src/types/get-alerting-rule-response.ts +123 -0
  787. package/src/types/get-contact-group-request.ts +28 -0
  788. package/src/types/get-contact-group-response.ts +46 -0
  789. package/src/types/get-contact-request.ts +28 -0
  790. package/src/types/get-contact-response.ts +93 -0
  791. package/src/types/get-external-prometheus-request.ts +28 -0
  792. package/src/types/get-external-prometheus-response.ts +114 -0
  793. package/src/types/get-integration-task-request.ts +28 -0
  794. package/src/types/get-integration-task-response.ts +96 -0
  795. package/src/types/get-notify-group-policy-request.ts +28 -0
  796. package/src/types/get-notify-group-policy-response.ts +53 -0
  797. package/src/types/get-notify-policy-request.ts +28 -0
  798. package/src/types/get-notify-policy-response.ts +59 -0
  799. package/src/types/get-rule-file-request.ts +40 -0
  800. package/src/types/get-rule-file-response.ts +76 -0
  801. package/src/types/get-workspace-auth-info-request.ts +28 -0
  802. package/src/types/get-workspace-auth-info-response.ts +40 -0
  803. package/src/types/get-workspace-request.ts +28 -0
  804. package/src/types/get-workspace-response.ts +169 -0
  805. package/src/types/index.ts +322 -0
  806. package/src/types/instance-type-for-get-aggregate-workspace-output.ts +95 -0
  807. package/src/types/instance-type-for-get-workspace-output.ts +95 -0
  808. package/src/types/item-for-list-alert-samples-output.ts +52 -0
  809. package/src/types/item-for-list-alerting-rules-output.ts +123 -0
  810. package/src/types/item-for-list-alerts-output.ts +91 -0
  811. package/src/types/item-for-list-contact-groups-output.ts +46 -0
  812. package/src/types/item-for-list-contacts-output.ts +86 -0
  813. package/src/types/item-for-list-integration-tasks-output.ts +97 -0
  814. package/src/types/item-for-list-notify-group-policies-output.ts +53 -0
  815. package/src/types/item-for-list-notify-policies-output.ts +59 -0
  816. package/src/types/item-for-list-notify-templates-output.ts +72 -0
  817. package/src/types/item-for-list-rule-files-output.ts +70 -0
  818. package/src/types/item-for-list-rules-output.ts +77 -0
  819. package/src/types/item-for-list-silence-policies-output.ts +84 -0
  820. package/src/types/item-for-list-workspace-instance-types-output.ts +95 -0
  821. package/src/types/item-for-list-workspace-status-output.ts +53 -0
  822. package/src/types/item-for-list-workspaces-output.ts +155 -0
  823. package/src/types/label-for-create-alerting-rule-input.ts +34 -0
  824. package/src/types/label-for-get-alert-output.ts +34 -0
  825. package/src/types/label-for-get-alerting-rule-output.ts +34 -0
  826. package/src/types/label-for-list-alerting-rules-output.ts +34 -0
  827. package/src/types/label-for-list-alerts-output.ts +34 -0
  828. package/src/types/label-for-list-rules-output.ts +34 -0
  829. package/src/types/label-for-update-alerting-rule-input.ts +34 -0
  830. package/src/types/lark-bot-for-get-contact-output.ts +40 -0
  831. package/src/types/lark-bot-webhook-for-create-contact-input.ts +34 -0
  832. package/src/types/lark-bot-webhook-for-get-contact-output.ts +34 -0
  833. package/src/types/lark-bot-webhook-for-list-contacts-output.ts +34 -0
  834. package/src/types/lark-bot-webhook-for-update-contact-input.ts +34 -0
  835. package/src/types/level-for-create-alerting-rule-input.ts +46 -0
  836. package/src/types/level-for-create-notify-group-policy-input.ts +52 -0
  837. package/src/types/level-for-create-notify-policy-input.ts +46 -0
  838. package/src/types/level-for-get-alert-output.ts +46 -0
  839. package/src/types/level-for-get-alerting-rule-output.ts +46 -0
  840. package/src/types/level-for-get-notify-group-policy-output.ts +52 -0
  841. package/src/types/level-for-get-notify-policy-output.ts +46 -0
  842. package/src/types/level-for-list-alerting-rules-output.ts +46 -0
  843. package/src/types/level-for-list-alerts-output.ts +46 -0
  844. package/src/types/level-for-list-notify-group-policies-output.ts +52 -0
  845. package/src/types/level-for-list-notify-policies-output.ts +46 -0
  846. package/src/types/level-for-update-alerting-rule-input.ts +46 -0
  847. package/src/types/level-for-update-notify-group-policy-input.ts +52 -0
  848. package/src/types/level-for-update-notify-policy-input.ts +46 -0
  849. package/src/types/list-alert-samples-request.ts +35 -0
  850. package/src/types/list-alert-samples-response.ts +35 -0
  851. package/src/types/list-alerting-rules-request.ts +66 -0
  852. package/src/types/list-alerting-rules-response.ts +35 -0
  853. package/src/types/list-alerts-request.ts +53 -0
  854. package/src/types/list-alerts-response.ts +41 -0
  855. package/src/types/list-contact-groups-request.ts +53 -0
  856. package/src/types/list-contact-groups-response.ts +35 -0
  857. package/src/types/list-contacts-request.ts +53 -0
  858. package/src/types/list-contacts-response.ts +35 -0
  859. package/src/types/list-integration-tasks-request.ts +54 -0
  860. package/src/types/list-integration-tasks-response.ts +35 -0
  861. package/src/types/list-notify-group-policies-request.ts +53 -0
  862. package/src/types/list-notify-group-policies-response.ts +35 -0
  863. package/src/types/list-notify-policies-request.ts +53 -0
  864. package/src/types/list-notify-policies-response.ts +35 -0
  865. package/src/types/list-notify-templates-request.ts +53 -0
  866. package/src/types/list-notify-templates-response.ts +35 -0
  867. package/src/types/list-rule-files-request.ts +41 -0
  868. package/src/types/list-rule-files-response.ts +35 -0
  869. package/src/types/list-rules-request.ts +41 -0
  870. package/src/types/list-rules-response.ts +35 -0
  871. package/src/types/list-silence-policies-request.ts +53 -0
  872. package/src/types/list-silence-policies-response.ts +35 -0
  873. package/src/types/list-tags-for-resources-request.ts +53 -0
  874. package/src/types/list-tags-for-resources-response.ts +35 -0
  875. package/src/types/list-workspace-instance-types-request.ts +41 -0
  876. package/src/types/list-workspace-instance-types-response.ts +35 -0
  877. package/src/types/list-workspace-status-request.ts +47 -0
  878. package/src/types/list-workspace-status-response.ts +35 -0
  879. package/src/types/list-workspaces-request.ts +78 -0
  880. package/src/types/list-workspaces-response.ts +35 -0
  881. package/src/types/matcher-for-create-silence-policy-input.ts +40 -0
  882. package/src/types/matcher-for-list-silence-policies-output.ts +40 -0
  883. package/src/types/matcher-for-update-silence-policy-input.ts +40 -0
  884. package/src/types/metric-label-matcher-for-create-silence-policy-input.ts +29 -0
  885. package/src/types/metric-label-matcher-for-list-silence-policies-output.ts +29 -0
  886. package/src/types/metric-label-matcher-for-update-silence-policy-input.ts +29 -0
  887. package/src/types/periodic-date-for-create-silence-policy-input.ts +40 -0
  888. package/src/types/periodic-date-for-list-silence-policies-output.ts +40 -0
  889. package/src/types/periodic-date-for-update-silence-policy-input.ts +40 -0
  890. package/src/types/query-for-create-alerting-rule-input.ts +34 -0
  891. package/src/types/query-for-get-alerting-rule-output.ts +34 -0
  892. package/src/types/query-for-list-alerting-rules-output.ts +34 -0
  893. package/src/types/query-for-update-alerting-rule-input.ts +34 -0
  894. package/src/types/quota-for-get-workspace-output.ts +64 -0
  895. package/src/types/quota-for-update-workspace-input.ts +64 -0
  896. package/src/types/resolved-for-create-notify-template-input.ts +34 -0
  897. package/src/types/resolved-for-list-notify-templates-output.ts +34 -0
  898. package/src/types/resolved-for-update-notify-template-input.ts +34 -0
  899. package/src/types/resource-for-get-alert-output.ts +29 -0
  900. package/src/types/resource-for-list-alerts-output.ts +29 -0
  901. package/src/types/resource-tag-for-list-tags-for-resources-output.ts +46 -0
  902. package/src/types/send-validation-message-request.ts +34 -0
  903. package/src/types/send-validation-message-response.ts +34 -0
  904. package/src/types/tag-filter-for-list-alerting-rules-input.ts +34 -0
  905. package/src/types/tag-filter-for-list-integration-tasks-input.ts +34 -0
  906. package/src/types/tag-filter-for-list-tags-for-resources-input.ts +34 -0
  907. package/src/types/tag-filter-for-list-workspaces-input.ts +34 -0
  908. package/src/types/tag-for-create-aggregate-workspace-input.ts +34 -0
  909. package/src/types/tag-for-create-alerting-rule-input.ts +34 -0
  910. package/src/types/tag-for-create-external-prometheus-input.ts +34 -0
  911. package/src/types/tag-for-create-integration-task-input.ts +34 -0
  912. package/src/types/tag-for-create-workspace-input.ts +34 -0
  913. package/src/types/tag-for-get-aggregate-workspace-output.ts +34 -0
  914. package/src/types/tag-for-get-alerting-rule-output.ts +34 -0
  915. package/src/types/tag-for-get-external-prometheus-output.ts +34 -0
  916. package/src/types/tag-for-get-integration-task-output.ts +34 -0
  917. package/src/types/tag-for-get-workspace-output.ts +34 -0
  918. package/src/types/tag-for-list-alerting-rules-output.ts +34 -0
  919. package/src/types/tag-for-list-integration-tasks-output.ts +34 -0
  920. package/src/types/tag-for-list-workspaces-output.ts +34 -0
  921. package/src/types/tag-for-tag-resources-input.ts +34 -0
  922. package/src/types/tag-resources-request.ts +41 -0
  923. package/src/types/tag-resources-response.ts +22 -0
  924. package/src/types/test-ding-talk-bot-webhook-request.ts +46 -0
  925. package/src/types/test-ding-talk-bot-webhook-response.ts +46 -0
  926. package/src/types/test-lark-bot-webhook-request.ts +34 -0
  927. package/src/types/test-lark-bot-webhook-response.ts +46 -0
  928. package/src/types/test-we-com-bot-webhook-request.ts +34 -0
  929. package/src/types/test-we-com-bot-webhook-response.ts +46 -0
  930. package/src/types/test-webhook-request.ts +34 -0
  931. package/src/types/test-webhook-response.ts +40 -0
  932. package/src/types/time-range-matcher-for-create-silence-policy-input.ts +41 -0
  933. package/src/types/time-range-matcher-for-list-silence-policies-output.ts +41 -0
  934. package/src/types/time-range-matcher-for-update-silence-policy-input.ts +41 -0
  935. package/src/types/unsuccessful-item-for-delete-alerting-rules-output.ts +35 -0
  936. package/src/types/unsuccessful-item-for-delete-contact-groups-output.ts +35 -0
  937. package/src/types/unsuccessful-item-for-delete-contacts-output.ts +35 -0
  938. package/src/types/unsuccessful-item-for-delete-silence-policies-output.ts +35 -0
  939. package/src/types/unsuccessful-item-for-disable-alerting-rules-output.ts +35 -0
  940. package/src/types/unsuccessful-item-for-disable-integration-tasks-output.ts +35 -0
  941. package/src/types/unsuccessful-item-for-disable-silence-policies-output.ts +35 -0
  942. package/src/types/unsuccessful-item-for-enable-alerting-rules-output.ts +35 -0
  943. package/src/types/unsuccessful-item-for-enable-integration-tasks-output.ts +35 -0
  944. package/src/types/unsuccessful-item-for-enable-silence-policies-output.ts +35 -0
  945. package/src/types/untag-resources-request.ts +40 -0
  946. package/src/types/untag-resources-response.ts +22 -0
  947. package/src/types/update-aggregate-workspace-request.ts +95 -0
  948. package/src/types/update-aggregate-workspace-response.ts +28 -0
  949. package/src/types/update-alerting-rule-request.ts +86 -0
  950. package/src/types/update-alerting-rule-response.ts +28 -0
  951. package/src/types/update-contact-group-request.ts +40 -0
  952. package/src/types/update-contact-group-response.ts +28 -0
  953. package/src/types/update-contact-request.ts +74 -0
  954. package/src/types/update-contact-response.ts +40 -0
  955. package/src/types/update-external-prometheus-request.ts +83 -0
  956. package/src/types/update-external-prometheus-response.ts +28 -0
  957. package/src/types/update-integration-task-request.ts +46 -0
  958. package/src/types/update-integration-task-response.ts +28 -0
  959. package/src/types/update-notify-group-policy-request.ts +47 -0
  960. package/src/types/update-notify-group-policy-response.ts +28 -0
  961. package/src/types/update-notify-policy-request.ts +53 -0
  962. package/src/types/update-notify-policy-response.ts +28 -0
  963. package/src/types/update-notify-template-request.ts +54 -0
  964. package/src/types/update-notify-template-response.ts +28 -0
  965. package/src/types/update-rule-file-request.ts +58 -0
  966. package/src/types/update-rule-file-response.ts +28 -0
  967. package/src/types/update-silence-policy-request.ts +54 -0
  968. package/src/types/update-silence-policy-response.ts +28 -0
  969. package/src/types/update-workspace-request.ts +107 -0
  970. package/src/types/update-workspace-response.ts +28 -0
  971. package/src/types/usage-for-list-workspace-status-output.ts +34 -0
  972. package/src/types/vke-cluster-info-for-get-integration-task-output.ts +34 -0
  973. package/src/types/vke-cluster-info-for-list-integration-tasks-output.ts +34 -0
  974. package/src/types/we-com-bot-webhook-for-create-contact-input.ts +34 -0
  975. package/src/types/we-com-bot-webhook-for-get-contact-output.ts +34 -0
  976. package/src/types/we-com-bot-webhook-for-list-contacts-output.ts +34 -0
  977. package/src/types/we-com-bot-webhook-for-update-contact-input.ts +34 -0
  978. package/src/types/webhook-for-create-contact-input.ts +34 -0
  979. package/src/types/webhook-for-get-contact-output.ts +34 -0
  980. package/src/types/webhook-for-list-contacts-output.ts +34 -0
  981. package/src/types/webhook-for-update-contact-input.ts +34 -0
  982. package/src/types/workspaces-detail-for-get-aggregate-workspace-output.ts +83 -0
  983. package/tsconfig.json +12 -0
@@ -0,0 +1,870 @@
1
+ /**
2
+ * vmp
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ import { Client, ClientConfig, Command, CommandOutput } from '@volcengine/sdk-core';
13
+ import { CreateAggregateWorkspaceRequest } from './types/index';
14
+ import { CreateAggregateWorkspaceResponse } from './types/index';
15
+ import { CreateAlertingRuleRequest } from './types/index';
16
+ import { CreateAlertingRuleResponse } from './types/index';
17
+ import { CreateContactGroupRequest } from './types/index';
18
+ import { CreateContactGroupResponse } from './types/index';
19
+ import { CreateContactRequest } from './types/index';
20
+ import { CreateContactResponse } from './types/index';
21
+ import { CreateExternalPrometheusRequest } from './types/index';
22
+ import { CreateExternalPrometheusResponse } from './types/index';
23
+ import { CreateIntegrationTaskRequest } from './types/index';
24
+ import { CreateIntegrationTaskResponse } from './types/index';
25
+ import { CreateNotifyGroupPolicyRequest } from './types/index';
26
+ import { CreateNotifyGroupPolicyResponse } from './types/index';
27
+ import { CreateNotifyPolicyRequest } from './types/index';
28
+ import { CreateNotifyPolicyResponse } from './types/index';
29
+ import { CreateNotifyTemplateRequest } from './types/index';
30
+ import { CreateNotifyTemplateResponse } from './types/index';
31
+ import { CreateRuleFileRequest } from './types/index';
32
+ import { CreateRuleFileResponse } from './types/index';
33
+ import { CreateSilencePolicyRequest } from './types/index';
34
+ import { CreateSilencePolicyResponse } from './types/index';
35
+ import { CreateWorkspaceRequest } from './types/index';
36
+ import { CreateWorkspaceResponse } from './types/index';
37
+ import { DeleteAggregateWorkspaceRequest } from './types/index';
38
+ import { DeleteAggregateWorkspaceResponse } from './types/index';
39
+ import { DeleteAlertingRulesRequest } from './types/index';
40
+ import { DeleteAlertingRulesResponse } from './types/index';
41
+ import { DeleteContactGroupsRequest } from './types/index';
42
+ import { DeleteContactGroupsResponse } from './types/index';
43
+ import { DeleteContactsRequest } from './types/index';
44
+ import { DeleteContactsResponse } from './types/index';
45
+ import { DeleteExternalPrometheusRequest } from './types/index';
46
+ import { DeleteExternalPrometheusResponse } from './types/index';
47
+ import { DeleteIntegrationTaskRequest } from './types/index';
48
+ import { DeleteIntegrationTaskResponse } from './types/index';
49
+ import { DeleteNotifyGroupPolicyRequest } from './types/index';
50
+ import { DeleteNotifyGroupPolicyResponse } from './types/index';
51
+ import { DeleteNotifyPolicyRequest } from './types/index';
52
+ import { DeleteNotifyPolicyResponse } from './types/index';
53
+ import { DeleteNotifyTemplateRequest } from './types/index';
54
+ import { DeleteNotifyTemplateResponse } from './types/index';
55
+ import { DeleteRuleFileRequest } from './types/index';
56
+ import { DeleteRuleFileResponse } from './types/index';
57
+ import { DeleteSilencePoliciesRequest } from './types/index';
58
+ import { DeleteSilencePoliciesResponse } from './types/index';
59
+ import { DeleteWorkspaceRequest } from './types/index';
60
+ import { DeleteWorkspaceResponse } from './types/index';
61
+ import { DisableAlertingRulesRequest } from './types/index';
62
+ import { DisableAlertingRulesResponse } from './types/index';
63
+ import { DisableIntegrationTasksRequest } from './types/index';
64
+ import { DisableIntegrationTasksResponse } from './types/index';
65
+ import { DisableSilencePoliciesRequest } from './types/index';
66
+ import { DisableSilencePoliciesResponse } from './types/index';
67
+ import { EnableAlertingRulesRequest } from './types/index';
68
+ import { EnableAlertingRulesResponse } from './types/index';
69
+ import { EnableIntegrationTasksRequest } from './types/index';
70
+ import { EnableIntegrationTasksResponse } from './types/index';
71
+ import { EnableSilencePoliciesRequest } from './types/index';
72
+ import { EnableSilencePoliciesResponse } from './types/index';
73
+ import { GetAggregateWorkspaceRequest } from './types/index';
74
+ import { GetAggregateWorkspaceResponse } from './types/index';
75
+ import { GetAlertRequest } from './types/index';
76
+ import { GetAlertResponse } from './types/index';
77
+ import { GetAlertingRuleRequest } from './types/index';
78
+ import { GetAlertingRuleResponse } from './types/index';
79
+ import { GetContactGroupRequest } from './types/index';
80
+ import { GetContactGroupResponse } from './types/index';
81
+ import { GetContactRequest } from './types/index';
82
+ import { GetContactResponse } from './types/index';
83
+ import { GetExternalPrometheusRequest } from './types/index';
84
+ import { GetExternalPrometheusResponse } from './types/index';
85
+ import { GetIntegrationTaskRequest } from './types/index';
86
+ import { GetIntegrationTaskResponse } from './types/index';
87
+ import { GetNotifyGroupPolicyRequest } from './types/index';
88
+ import { GetNotifyGroupPolicyResponse } from './types/index';
89
+ import { GetNotifyPolicyRequest } from './types/index';
90
+ import { GetNotifyPolicyResponse } from './types/index';
91
+ import { GetRuleFileRequest } from './types/index';
92
+ import { GetRuleFileResponse } from './types/index';
93
+ import { GetWorkspaceAuthInfoRequest } from './types/index';
94
+ import { GetWorkspaceAuthInfoResponse } from './types/index';
95
+ import { GetWorkspaceRequest } from './types/index';
96
+ import { GetWorkspaceResponse } from './types/index';
97
+ import { ListAlertSamplesRequest } from './types/index';
98
+ import { ListAlertSamplesResponse } from './types/index';
99
+ import { ListAlertingRulesRequest } from './types/index';
100
+ import { ListAlertingRulesResponse } from './types/index';
101
+ import { ListAlertsRequest } from './types/index';
102
+ import { ListAlertsResponse } from './types/index';
103
+ import { ListContactGroupsRequest } from './types/index';
104
+ import { ListContactGroupsResponse } from './types/index';
105
+ import { ListContactsRequest } from './types/index';
106
+ import { ListContactsResponse } from './types/index';
107
+ import { ListIntegrationTasksRequest } from './types/index';
108
+ import { ListIntegrationTasksResponse } from './types/index';
109
+ import { ListNotifyGroupPoliciesRequest } from './types/index';
110
+ import { ListNotifyGroupPoliciesResponse } from './types/index';
111
+ import { ListNotifyPoliciesRequest } from './types/index';
112
+ import { ListNotifyPoliciesResponse } from './types/index';
113
+ import { ListNotifyTemplatesRequest } from './types/index';
114
+ import { ListNotifyTemplatesResponse } from './types/index';
115
+ import { ListRuleFilesRequest } from './types/index';
116
+ import { ListRuleFilesResponse } from './types/index';
117
+ import { ListRulesRequest } from './types/index';
118
+ import { ListRulesResponse } from './types/index';
119
+ import { ListSilencePoliciesRequest } from './types/index';
120
+ import { ListSilencePoliciesResponse } from './types/index';
121
+ import { ListTagsForResourcesRequest } from './types/index';
122
+ import { ListTagsForResourcesResponse } from './types/index';
123
+ import { ListWorkspaceInstanceTypesRequest } from './types/index';
124
+ import { ListWorkspaceInstanceTypesResponse } from './types/index';
125
+ import { ListWorkspaceStatusRequest } from './types/index';
126
+ import { ListWorkspaceStatusResponse } from './types/index';
127
+ import { ListWorkspacesRequest } from './types/index';
128
+ import { ListWorkspacesResponse } from './types/index';
129
+ import { SendValidationMessageRequest } from './types/index';
130
+ import { SendValidationMessageResponse } from './types/index';
131
+ import { TagResourcesRequest } from './types/index';
132
+ import { TagResourcesResponse } from './types/index';
133
+ import { TestDingTalkBotWebhookRequest } from './types/index';
134
+ import { TestDingTalkBotWebhookResponse } from './types/index';
135
+ import { TestLarkBotWebhookRequest } from './types/index';
136
+ import { TestLarkBotWebhookResponse } from './types/index';
137
+ import { TestWeComBotWebhookRequest } from './types/index';
138
+ import { TestWeComBotWebhookResponse } from './types/index';
139
+ import { TestWebhookRequest } from './types/index';
140
+ import { TestWebhookResponse } from './types/index';
141
+ import { UntagResourcesRequest } from './types/index';
142
+ import { UntagResourcesResponse } from './types/index';
143
+ import { UpdateAggregateWorkspaceRequest } from './types/index';
144
+ import { UpdateAggregateWorkspaceResponse } from './types/index';
145
+ import { UpdateAlertingRuleRequest } from './types/index';
146
+ import { UpdateAlertingRuleResponse } from './types/index';
147
+ import { UpdateContactGroupRequest } from './types/index';
148
+ import { UpdateContactGroupResponse } from './types/index';
149
+ import { UpdateContactRequest } from './types/index';
150
+ import { UpdateContactResponse } from './types/index';
151
+ import { UpdateExternalPrometheusRequest } from './types/index';
152
+ import { UpdateExternalPrometheusResponse } from './types/index';
153
+ import { UpdateIntegrationTaskRequest } from './types/index';
154
+ import { UpdateIntegrationTaskResponse } from './types/index';
155
+ import { UpdateNotifyGroupPolicyRequest } from './types/index';
156
+ import { UpdateNotifyGroupPolicyResponse } from './types/index';
157
+ import { UpdateNotifyPolicyRequest } from './types/index';
158
+ import { UpdateNotifyPolicyResponse } from './types/index';
159
+ import { UpdateNotifyTemplateRequest } from './types/index';
160
+ import { UpdateNotifyTemplateResponse } from './types/index';
161
+ import { UpdateRuleFileRequest } from './types/index';
162
+ import { UpdateRuleFileResponse } from './types/index';
163
+ import { UpdateSilencePolicyRequest } from './types/index';
164
+ import { UpdateSilencePolicyResponse } from './types/index';
165
+ import { UpdateWorkspaceRequest } from './types/index';
166
+ import { UpdateWorkspaceResponse } from './types/index';
167
+ export type CreateAggregateWorkspaceCommandOutput = CommandOutput<CreateAggregateWorkspaceResponse>;
168
+ export type CreateAlertingRuleCommandOutput = CommandOutput<CreateAlertingRuleResponse>;
169
+ export type CreateContactCommandOutput = CommandOutput<CreateContactResponse>;
170
+ export type CreateContactGroupCommandOutput = CommandOutput<CreateContactGroupResponse>;
171
+ export type CreateExternalPrometheusCommandOutput = CommandOutput<CreateExternalPrometheusResponse>;
172
+ export type CreateIntegrationTaskCommandOutput = CommandOutput<CreateIntegrationTaskResponse>;
173
+ export type CreateNotifyGroupPolicyCommandOutput = CommandOutput<CreateNotifyGroupPolicyResponse>;
174
+ export type CreateNotifyPolicyCommandOutput = CommandOutput<CreateNotifyPolicyResponse>;
175
+ export type CreateNotifyTemplateCommandOutput = CommandOutput<CreateNotifyTemplateResponse>;
176
+ export type CreateRuleFileCommandOutput = CommandOutput<CreateRuleFileResponse>;
177
+ export type CreateSilencePolicyCommandOutput = CommandOutput<CreateSilencePolicyResponse>;
178
+ export type CreateWorkspaceCommandOutput = CommandOutput<CreateWorkspaceResponse>;
179
+ export type DeleteAggregateWorkspaceCommandOutput = CommandOutput<DeleteAggregateWorkspaceResponse>;
180
+ export type DeleteAlertingRulesCommandOutput = CommandOutput<DeleteAlertingRulesResponse>;
181
+ export type DeleteContactGroupsCommandOutput = CommandOutput<DeleteContactGroupsResponse>;
182
+ export type DeleteContactsCommandOutput = CommandOutput<DeleteContactsResponse>;
183
+ export type DeleteExternalPrometheusCommandOutput = CommandOutput<DeleteExternalPrometheusResponse>;
184
+ export type DeleteIntegrationTaskCommandOutput = CommandOutput<DeleteIntegrationTaskResponse>;
185
+ export type DeleteNotifyGroupPolicyCommandOutput = CommandOutput<DeleteNotifyGroupPolicyResponse>;
186
+ export type DeleteNotifyPolicyCommandOutput = CommandOutput<DeleteNotifyPolicyResponse>;
187
+ export type DeleteNotifyTemplateCommandOutput = CommandOutput<DeleteNotifyTemplateResponse>;
188
+ export type DeleteRuleFileCommandOutput = CommandOutput<DeleteRuleFileResponse>;
189
+ export type DeleteSilencePoliciesCommandOutput = CommandOutput<DeleteSilencePoliciesResponse>;
190
+ export type DeleteWorkspaceCommandOutput = CommandOutput<DeleteWorkspaceResponse>;
191
+ export type DisableAlertingRulesCommandOutput = CommandOutput<DisableAlertingRulesResponse>;
192
+ export type DisableIntegrationTasksCommandOutput = CommandOutput<DisableIntegrationTasksResponse>;
193
+ export type DisableSilencePoliciesCommandOutput = CommandOutput<DisableSilencePoliciesResponse>;
194
+ export type EnableAlertingRulesCommandOutput = CommandOutput<EnableAlertingRulesResponse>;
195
+ export type EnableIntegrationTasksCommandOutput = CommandOutput<EnableIntegrationTasksResponse>;
196
+ export type EnableSilencePoliciesCommandOutput = CommandOutput<EnableSilencePoliciesResponse>;
197
+ export type GetAggregateWorkspaceCommandOutput = CommandOutput<GetAggregateWorkspaceResponse>;
198
+ export type GetAlertCommandOutput = CommandOutput<GetAlertResponse>;
199
+ export type GetAlertingRuleCommandOutput = CommandOutput<GetAlertingRuleResponse>;
200
+ export type GetContactCommandOutput = CommandOutput<GetContactResponse>;
201
+ export type GetContactGroupCommandOutput = CommandOutput<GetContactGroupResponse>;
202
+ export type GetExternalPrometheusCommandOutput = CommandOutput<GetExternalPrometheusResponse>;
203
+ export type GetIntegrationTaskCommandOutput = CommandOutput<GetIntegrationTaskResponse>;
204
+ export type GetNotifyGroupPolicyCommandOutput = CommandOutput<GetNotifyGroupPolicyResponse>;
205
+ export type GetNotifyPolicyCommandOutput = CommandOutput<GetNotifyPolicyResponse>;
206
+ export type GetRuleFileCommandOutput = CommandOutput<GetRuleFileResponse>;
207
+ export type GetWorkspaceCommandOutput = CommandOutput<GetWorkspaceResponse>;
208
+ export type GetWorkspaceAuthInfoCommandOutput = CommandOutput<GetWorkspaceAuthInfoResponse>;
209
+ export type ListAlertSamplesCommandOutput = CommandOutput<ListAlertSamplesResponse>;
210
+ export type ListAlertingRulesCommandOutput = CommandOutput<ListAlertingRulesResponse>;
211
+ export type ListAlertsCommandOutput = CommandOutput<ListAlertsResponse>;
212
+ export type ListContactGroupsCommandOutput = CommandOutput<ListContactGroupsResponse>;
213
+ export type ListContactsCommandOutput = CommandOutput<ListContactsResponse>;
214
+ export type ListIntegrationTasksCommandOutput = CommandOutput<ListIntegrationTasksResponse>;
215
+ export type ListNotifyGroupPoliciesCommandOutput = CommandOutput<ListNotifyGroupPoliciesResponse>;
216
+ export type ListNotifyPoliciesCommandOutput = CommandOutput<ListNotifyPoliciesResponse>;
217
+ export type ListNotifyTemplatesCommandOutput = CommandOutput<ListNotifyTemplatesResponse>;
218
+ export type ListRuleFilesCommandOutput = CommandOutput<ListRuleFilesResponse>;
219
+ export type ListRulesCommandOutput = CommandOutput<ListRulesResponse>;
220
+ export type ListSilencePoliciesCommandOutput = CommandOutput<ListSilencePoliciesResponse>;
221
+ export type ListTagsForResourcesCommandOutput = CommandOutput<ListTagsForResourcesResponse>;
222
+ export type ListWorkspaceInstanceTypesCommandOutput = CommandOutput<ListWorkspaceInstanceTypesResponse>;
223
+ export type ListWorkspaceStatusCommandOutput = CommandOutput<ListWorkspaceStatusResponse>;
224
+ export type ListWorkspacesCommandOutput = CommandOutput<ListWorkspacesResponse>;
225
+ export type SendValidationMessageCommandOutput = CommandOutput<SendValidationMessageResponse>;
226
+ export type TagResourcesCommandOutput = CommandOutput<TagResourcesResponse>;
227
+ export type TestDingTalkBotWebhookCommandOutput = CommandOutput<TestDingTalkBotWebhookResponse>;
228
+ export type TestLarkBotWebhookCommandOutput = CommandOutput<TestLarkBotWebhookResponse>;
229
+ export type TestWeComBotWebhookCommandOutput = CommandOutput<TestWeComBotWebhookResponse>;
230
+ export type TestWebhookCommandOutput = CommandOutput<TestWebhookResponse>;
231
+ export type UntagResourcesCommandOutput = CommandOutput<UntagResourcesResponse>;
232
+ export type UpdateAggregateWorkspaceCommandOutput = CommandOutput<UpdateAggregateWorkspaceResponse>;
233
+ export type UpdateAlertingRuleCommandOutput = CommandOutput<UpdateAlertingRuleResponse>;
234
+ export type UpdateContactCommandOutput = CommandOutput<UpdateContactResponse>;
235
+ export type UpdateContactGroupCommandOutput = CommandOutput<UpdateContactGroupResponse>;
236
+ export type UpdateExternalPrometheusCommandOutput = CommandOutput<UpdateExternalPrometheusResponse>;
237
+ export type UpdateIntegrationTaskCommandOutput = CommandOutput<UpdateIntegrationTaskResponse>;
238
+ export type UpdateNotifyGroupPolicyCommandOutput = CommandOutput<UpdateNotifyGroupPolicyResponse>;
239
+ export type UpdateNotifyPolicyCommandOutput = CommandOutput<UpdateNotifyPolicyResponse>;
240
+ export type UpdateNotifyTemplateCommandOutput = CommandOutput<UpdateNotifyTemplateResponse>;
241
+ export type UpdateRuleFileCommandOutput = CommandOutput<UpdateRuleFileResponse>;
242
+ export type UpdateSilencePolicyCommandOutput = CommandOutput<UpdateSilencePolicyResponse>;
243
+ export type UpdateWorkspaceCommandOutput = CommandOutput<UpdateWorkspaceResponse>;
244
+ /**
245
+ * VMPClient Service Client
246
+ */
247
+ export declare class VMPClient extends Client {
248
+ constructor(config?: ClientConfig);
249
+ }
250
+ /**
251
+ * Command to CreateAggregateWorkspace
252
+ */
253
+ export declare class CreateAggregateWorkspaceCommand extends Command<CreateAggregateWorkspaceRequest, CreateAggregateWorkspaceCommandOutput, 'CreateAggregateWorkspaceCommand'> {
254
+ static readonly metaPath = "/CreateAggregateWorkspace/2021-03-03/vmp/post/application_json/";
255
+ constructor(input: CreateAggregateWorkspaceRequest);
256
+ }
257
+ /**
258
+ * Command to CreateAlertingRule
259
+ */
260
+ export declare class CreateAlertingRuleCommand extends Command<CreateAlertingRuleRequest, CreateAlertingRuleCommandOutput, 'CreateAlertingRuleCommand'> {
261
+ static readonly metaPath = "/CreateAlertingRule/2021-03-03/vmp/post/application_json/";
262
+ constructor(input: CreateAlertingRuleRequest);
263
+ }
264
+ /**
265
+ * Command to CreateContact
266
+ */
267
+ export declare class CreateContactCommand extends Command<CreateContactRequest, CreateContactCommandOutput, 'CreateContactCommand'> {
268
+ static readonly metaPath = "/CreateContact/2021-03-03/vmp/post/application_json/";
269
+ constructor(input: CreateContactRequest);
270
+ }
271
+ /**
272
+ * Command to CreateContactGroup
273
+ */
274
+ export declare class CreateContactGroupCommand extends Command<CreateContactGroupRequest, CreateContactGroupCommandOutput, 'CreateContactGroupCommand'> {
275
+ static readonly metaPath = "/CreateContactGroup/2021-03-03/vmp/post/application_json/";
276
+ constructor(input: CreateContactGroupRequest);
277
+ }
278
+ /**
279
+ * Command to CreateExternalPrometheus
280
+ */
281
+ export declare class CreateExternalPrometheusCommand extends Command<CreateExternalPrometheusRequest, CreateExternalPrometheusCommandOutput, 'CreateExternalPrometheusCommand'> {
282
+ static readonly metaPath = "/CreateExternalPrometheus/2021-03-03/vmp/post/application_json/";
283
+ constructor(input: CreateExternalPrometheusRequest);
284
+ }
285
+ /**
286
+ * Command to CreateIntegrationTask
287
+ */
288
+ export declare class CreateIntegrationTaskCommand extends Command<CreateIntegrationTaskRequest, CreateIntegrationTaskCommandOutput, 'CreateIntegrationTaskCommand'> {
289
+ static readonly metaPath = "/CreateIntegrationTask/2021-03-03/vmp/post/application_json/";
290
+ constructor(input: CreateIntegrationTaskRequest);
291
+ }
292
+ /**
293
+ * Command to CreateNotifyGroupPolicy
294
+ */
295
+ export declare class CreateNotifyGroupPolicyCommand extends Command<CreateNotifyGroupPolicyRequest, CreateNotifyGroupPolicyCommandOutput, 'CreateNotifyGroupPolicyCommand'> {
296
+ static readonly metaPath = "/CreateNotifyGroupPolicy/2021-03-03/vmp/post/application_json/";
297
+ constructor(input: CreateNotifyGroupPolicyRequest);
298
+ }
299
+ /**
300
+ * Command to CreateNotifyPolicy
301
+ */
302
+ export declare class CreateNotifyPolicyCommand extends Command<CreateNotifyPolicyRequest, CreateNotifyPolicyCommandOutput, 'CreateNotifyPolicyCommand'> {
303
+ static readonly metaPath = "/CreateNotifyPolicy/2021-03-03/vmp/post/application_json/";
304
+ constructor(input: CreateNotifyPolicyRequest);
305
+ }
306
+ /**
307
+ * Command to CreateNotifyTemplate
308
+ */
309
+ export declare class CreateNotifyTemplateCommand extends Command<CreateNotifyTemplateRequest, CreateNotifyTemplateCommandOutput, 'CreateNotifyTemplateCommand'> {
310
+ static readonly metaPath = "/CreateNotifyTemplate/2021-03-03/vmp/post/application_json/";
311
+ constructor(input: CreateNotifyTemplateRequest);
312
+ }
313
+ /**
314
+ * Command to CreateRuleFile
315
+ */
316
+ export declare class CreateRuleFileCommand extends Command<CreateRuleFileRequest, CreateRuleFileCommandOutput, 'CreateRuleFileCommand'> {
317
+ static readonly metaPath = "/CreateRuleFile/2021-03-03/vmp/post/application_json/";
318
+ constructor(input: CreateRuleFileRequest);
319
+ }
320
+ /**
321
+ * Command to CreateSilencePolicy
322
+ */
323
+ export declare class CreateSilencePolicyCommand extends Command<CreateSilencePolicyRequest, CreateSilencePolicyCommandOutput, 'CreateSilencePolicyCommand'> {
324
+ static readonly metaPath = "/CreateSilencePolicy/2021-03-03/vmp/post/application_json/";
325
+ constructor(input: CreateSilencePolicyRequest);
326
+ }
327
+ /**
328
+ * Command to CreateWorkspace
329
+ */
330
+ export declare class CreateWorkspaceCommand extends Command<CreateWorkspaceRequest, CreateWorkspaceCommandOutput, 'CreateWorkspaceCommand'> {
331
+ static readonly metaPath = "/CreateWorkspace/2021-03-03/vmp/post/application_json/";
332
+ constructor(input: CreateWorkspaceRequest);
333
+ }
334
+ /**
335
+ * Command to DeleteAggregateWorkspace
336
+ */
337
+ export declare class DeleteAggregateWorkspaceCommand extends Command<DeleteAggregateWorkspaceRequest, DeleteAggregateWorkspaceCommandOutput, 'DeleteAggregateWorkspaceCommand'> {
338
+ static readonly metaPath = "/DeleteAggregateWorkspace/2021-03-03/vmp/post/application_json/";
339
+ constructor(input: DeleteAggregateWorkspaceRequest);
340
+ }
341
+ /**
342
+ * Command to DeleteAlertingRules
343
+ */
344
+ export declare class DeleteAlertingRulesCommand extends Command<DeleteAlertingRulesRequest, DeleteAlertingRulesCommandOutput, 'DeleteAlertingRulesCommand'> {
345
+ static readonly metaPath = "/DeleteAlertingRules/2021-03-03/vmp/post/application_json/";
346
+ constructor(input: DeleteAlertingRulesRequest);
347
+ }
348
+ /**
349
+ * Command to DeleteContactGroups
350
+ */
351
+ export declare class DeleteContactGroupsCommand extends Command<DeleteContactGroupsRequest, DeleteContactGroupsCommandOutput, 'DeleteContactGroupsCommand'> {
352
+ static readonly metaPath = "/DeleteContactGroups/2021-03-03/vmp/post/application_json/";
353
+ constructor(input: DeleteContactGroupsRequest);
354
+ }
355
+ /**
356
+ * Command to DeleteContacts
357
+ */
358
+ export declare class DeleteContactsCommand extends Command<DeleteContactsRequest, DeleteContactsCommandOutput, 'DeleteContactsCommand'> {
359
+ static readonly metaPath = "/DeleteContacts/2021-03-03/vmp/post/application_json/";
360
+ constructor(input: DeleteContactsRequest);
361
+ }
362
+ /**
363
+ * Command to DeleteExternalPrometheus
364
+ */
365
+ export declare class DeleteExternalPrometheusCommand extends Command<DeleteExternalPrometheusRequest, DeleteExternalPrometheusCommandOutput, 'DeleteExternalPrometheusCommand'> {
366
+ static readonly metaPath = "/DeleteExternalPrometheus/2021-03-03/vmp/post/application_json/";
367
+ constructor(input: DeleteExternalPrometheusRequest);
368
+ }
369
+ /**
370
+ * Command to DeleteIntegrationTask
371
+ */
372
+ export declare class DeleteIntegrationTaskCommand extends Command<DeleteIntegrationTaskRequest, DeleteIntegrationTaskCommandOutput, 'DeleteIntegrationTaskCommand'> {
373
+ static readonly metaPath = "/DeleteIntegrationTask/2021-03-03/vmp/post/application_json/";
374
+ constructor(input: DeleteIntegrationTaskRequest);
375
+ }
376
+ /**
377
+ * Command to DeleteNotifyGroupPolicy
378
+ */
379
+ export declare class DeleteNotifyGroupPolicyCommand extends Command<DeleteNotifyGroupPolicyRequest, DeleteNotifyGroupPolicyCommandOutput, 'DeleteNotifyGroupPolicyCommand'> {
380
+ static readonly metaPath = "/DeleteNotifyGroupPolicy/2021-03-03/vmp/post/application_json/";
381
+ constructor(input: DeleteNotifyGroupPolicyRequest);
382
+ }
383
+ /**
384
+ * Command to DeleteNotifyPolicy
385
+ */
386
+ export declare class DeleteNotifyPolicyCommand extends Command<DeleteNotifyPolicyRequest, DeleteNotifyPolicyCommandOutput, 'DeleteNotifyPolicyCommand'> {
387
+ static readonly metaPath = "/DeleteNotifyPolicy/2021-03-03/vmp/post/application_json/";
388
+ constructor(input: DeleteNotifyPolicyRequest);
389
+ }
390
+ /**
391
+ * Command to DeleteNotifyTemplate
392
+ */
393
+ export declare class DeleteNotifyTemplateCommand extends Command<DeleteNotifyTemplateRequest, DeleteNotifyTemplateCommandOutput, 'DeleteNotifyTemplateCommand'> {
394
+ static readonly metaPath = "/DeleteNotifyTemplate/2021-03-03/vmp/post/application_json/";
395
+ constructor(input: DeleteNotifyTemplateRequest);
396
+ }
397
+ /**
398
+ * Command to DeleteRuleFile
399
+ */
400
+ export declare class DeleteRuleFileCommand extends Command<DeleteRuleFileRequest, DeleteRuleFileCommandOutput, 'DeleteRuleFileCommand'> {
401
+ static readonly metaPath = "/DeleteRuleFile/2021-03-03/vmp/post/application_json/";
402
+ constructor(input: DeleteRuleFileRequest);
403
+ }
404
+ /**
405
+ * Command to DeleteSilencePolicies
406
+ */
407
+ export declare class DeleteSilencePoliciesCommand extends Command<DeleteSilencePoliciesRequest, DeleteSilencePoliciesCommandOutput, 'DeleteSilencePoliciesCommand'> {
408
+ static readonly metaPath = "/DeleteSilencePolicies/2021-03-03/vmp/post/application_json/";
409
+ constructor(input: DeleteSilencePoliciesRequest);
410
+ }
411
+ /**
412
+ * Command to DeleteWorkspace
413
+ */
414
+ export declare class DeleteWorkspaceCommand extends Command<DeleteWorkspaceRequest, DeleteWorkspaceCommandOutput, 'DeleteWorkspaceCommand'> {
415
+ static readonly metaPath = "/DeleteWorkspace/2021-03-03/vmp/post/application_json/";
416
+ constructor(input: DeleteWorkspaceRequest);
417
+ }
418
+ /**
419
+ * Command to DisableAlertingRules
420
+ */
421
+ export declare class DisableAlertingRulesCommand extends Command<DisableAlertingRulesRequest, DisableAlertingRulesCommandOutput, 'DisableAlertingRulesCommand'> {
422
+ static readonly metaPath = "/DisableAlertingRules/2021-03-03/vmp/post/application_json/";
423
+ constructor(input: DisableAlertingRulesRequest);
424
+ }
425
+ /**
426
+ * Command to DisableIntegrationTasks
427
+ */
428
+ export declare class DisableIntegrationTasksCommand extends Command<DisableIntegrationTasksRequest, DisableIntegrationTasksCommandOutput, 'DisableIntegrationTasksCommand'> {
429
+ static readonly metaPath = "/DisableIntegrationTasks/2021-03-03/vmp/post/application_json/";
430
+ constructor(input: DisableIntegrationTasksRequest);
431
+ }
432
+ /**
433
+ * Command to DisableSilencePolicies
434
+ */
435
+ export declare class DisableSilencePoliciesCommand extends Command<DisableSilencePoliciesRequest, DisableSilencePoliciesCommandOutput, 'DisableSilencePoliciesCommand'> {
436
+ static readonly metaPath = "/DisableSilencePolicies/2021-03-03/vmp/post/application_json/";
437
+ constructor(input: DisableSilencePoliciesRequest);
438
+ }
439
+ /**
440
+ * Command to EnableAlertingRules
441
+ */
442
+ export declare class EnableAlertingRulesCommand extends Command<EnableAlertingRulesRequest, EnableAlertingRulesCommandOutput, 'EnableAlertingRulesCommand'> {
443
+ static readonly metaPath = "/EnableAlertingRules/2021-03-03/vmp/post/application_json/";
444
+ constructor(input: EnableAlertingRulesRequest);
445
+ }
446
+ /**
447
+ * Command to EnableIntegrationTasks
448
+ */
449
+ export declare class EnableIntegrationTasksCommand extends Command<EnableIntegrationTasksRequest, EnableIntegrationTasksCommandOutput, 'EnableIntegrationTasksCommand'> {
450
+ static readonly metaPath = "/EnableIntegrationTasks/2021-03-03/vmp/post/application_json/";
451
+ constructor(input: EnableIntegrationTasksRequest);
452
+ }
453
+ /**
454
+ * Command to EnableSilencePolicies
455
+ */
456
+ export declare class EnableSilencePoliciesCommand extends Command<EnableSilencePoliciesRequest, EnableSilencePoliciesCommandOutput, 'EnableSilencePoliciesCommand'> {
457
+ static readonly metaPath = "/EnableSilencePolicies/2021-03-03/vmp/post/application_json/";
458
+ constructor(input: EnableSilencePoliciesRequest);
459
+ }
460
+ /**
461
+ * Command to GetAggregateWorkspace
462
+ */
463
+ export declare class GetAggregateWorkspaceCommand extends Command<GetAggregateWorkspaceRequest, GetAggregateWorkspaceCommandOutput, 'GetAggregateWorkspaceCommand'> {
464
+ static readonly metaPath = "/GetAggregateWorkspace/2021-03-03/vmp/post/application_json/";
465
+ constructor(input: GetAggregateWorkspaceRequest);
466
+ }
467
+ /**
468
+ * Command to GetAlert
469
+ */
470
+ export declare class GetAlertCommand extends Command<GetAlertRequest, GetAlertCommandOutput, 'GetAlertCommand'> {
471
+ static readonly metaPath = "/GetAlert/2021-03-03/vmp/post/application_json/";
472
+ constructor(input: GetAlertRequest);
473
+ }
474
+ /**
475
+ * Command to GetAlertingRule
476
+ */
477
+ export declare class GetAlertingRuleCommand extends Command<GetAlertingRuleRequest, GetAlertingRuleCommandOutput, 'GetAlertingRuleCommand'> {
478
+ static readonly metaPath = "/GetAlertingRule/2021-03-03/vmp/post/application_json/";
479
+ constructor(input: GetAlertingRuleRequest);
480
+ }
481
+ /**
482
+ * Command to GetContact
483
+ */
484
+ export declare class GetContactCommand extends Command<GetContactRequest, GetContactCommandOutput, 'GetContactCommand'> {
485
+ static readonly metaPath = "/GetContact/2021-03-03/vmp/post/application_json/";
486
+ constructor(input: GetContactRequest);
487
+ }
488
+ /**
489
+ * Command to GetContactGroup
490
+ */
491
+ export declare class GetContactGroupCommand extends Command<GetContactGroupRequest, GetContactGroupCommandOutput, 'GetContactGroupCommand'> {
492
+ static readonly metaPath = "/GetContactGroup/2021-03-03/vmp/post/application_json/";
493
+ constructor(input: GetContactGroupRequest);
494
+ }
495
+ /**
496
+ * Command to GetExternalPrometheus
497
+ */
498
+ export declare class GetExternalPrometheusCommand extends Command<GetExternalPrometheusRequest, GetExternalPrometheusCommandOutput, 'GetExternalPrometheusCommand'> {
499
+ static readonly metaPath = "/GetExternalPrometheus/2021-03-03/vmp/post/application_json/";
500
+ constructor(input: GetExternalPrometheusRequest);
501
+ }
502
+ /**
503
+ * Command to GetIntegrationTask
504
+ */
505
+ export declare class GetIntegrationTaskCommand extends Command<GetIntegrationTaskRequest, GetIntegrationTaskCommandOutput, 'GetIntegrationTaskCommand'> {
506
+ static readonly metaPath = "/GetIntegrationTask/2021-03-03/vmp/post/application_json/";
507
+ constructor(input: GetIntegrationTaskRequest);
508
+ }
509
+ /**
510
+ * Command to GetNotifyGroupPolicy
511
+ */
512
+ export declare class GetNotifyGroupPolicyCommand extends Command<GetNotifyGroupPolicyRequest, GetNotifyGroupPolicyCommandOutput, 'GetNotifyGroupPolicyCommand'> {
513
+ static readonly metaPath = "/GetNotifyGroupPolicy/2021-03-03/vmp/post/application_json/";
514
+ constructor(input: GetNotifyGroupPolicyRequest);
515
+ }
516
+ /**
517
+ * Command to GetNotifyPolicy
518
+ */
519
+ export declare class GetNotifyPolicyCommand extends Command<GetNotifyPolicyRequest, GetNotifyPolicyCommandOutput, 'GetNotifyPolicyCommand'> {
520
+ static readonly metaPath = "/GetNotifyPolicy/2021-03-03/vmp/post/application_json/";
521
+ constructor(input: GetNotifyPolicyRequest);
522
+ }
523
+ /**
524
+ * Command to GetRuleFile
525
+ */
526
+ export declare class GetRuleFileCommand extends Command<GetRuleFileRequest, GetRuleFileCommandOutput, 'GetRuleFileCommand'> {
527
+ static readonly metaPath = "/GetRuleFile/2021-03-03/vmp/post/application_json/";
528
+ constructor(input: GetRuleFileRequest);
529
+ }
530
+ /**
531
+ * Command to GetWorkspace
532
+ */
533
+ export declare class GetWorkspaceCommand extends Command<GetWorkspaceRequest, GetWorkspaceCommandOutput, 'GetWorkspaceCommand'> {
534
+ static readonly metaPath = "/GetWorkspace/2021-03-03/vmp/post/application_json/";
535
+ constructor(input: GetWorkspaceRequest);
536
+ }
537
+ /**
538
+ * Command to GetWorkspaceAuthInfo
539
+ */
540
+ export declare class GetWorkspaceAuthInfoCommand extends Command<GetWorkspaceAuthInfoRequest, GetWorkspaceAuthInfoCommandOutput, 'GetWorkspaceAuthInfoCommand'> {
541
+ static readonly metaPath = "/GetWorkspaceAuthInfo/2021-03-03/vmp/post/application_json/";
542
+ constructor(input: GetWorkspaceAuthInfoRequest);
543
+ }
544
+ /**
545
+ * Command to ListAlertSamples
546
+ */
547
+ export declare class ListAlertSamplesCommand extends Command<ListAlertSamplesRequest, ListAlertSamplesCommandOutput, 'ListAlertSamplesCommand'> {
548
+ static readonly metaPath = "/ListAlertSamples/2021-03-03/vmp/post/application_json/";
549
+ constructor(input: ListAlertSamplesRequest);
550
+ }
551
+ /**
552
+ * Command to ListAlertingRules
553
+ */
554
+ export declare class ListAlertingRulesCommand extends Command<ListAlertingRulesRequest, ListAlertingRulesCommandOutput, 'ListAlertingRulesCommand'> {
555
+ static readonly metaPath = "/ListAlertingRules/2021-03-03/vmp/post/application_json/";
556
+ constructor(input: ListAlertingRulesRequest);
557
+ }
558
+ /**
559
+ * Command to ListAlerts
560
+ */
561
+ export declare class ListAlertsCommand extends Command<ListAlertsRequest, ListAlertsCommandOutput, 'ListAlertsCommand'> {
562
+ static readonly metaPath = "/ListAlerts/2021-03-03/vmp/post/application_json/";
563
+ constructor(input: ListAlertsRequest);
564
+ }
565
+ /**
566
+ * Command to ListContactGroups
567
+ */
568
+ export declare class ListContactGroupsCommand extends Command<ListContactGroupsRequest, ListContactGroupsCommandOutput, 'ListContactGroupsCommand'> {
569
+ static readonly metaPath = "/ListContactGroups/2021-03-03/vmp/post/application_json/";
570
+ constructor(input: ListContactGroupsRequest);
571
+ }
572
+ /**
573
+ * Command to ListContacts
574
+ */
575
+ export declare class ListContactsCommand extends Command<ListContactsRequest, ListContactsCommandOutput, 'ListContactsCommand'> {
576
+ static readonly metaPath = "/ListContacts/2021-03-03/vmp/post/application_json/";
577
+ constructor(input: ListContactsRequest);
578
+ }
579
+ /**
580
+ * Command to ListIntegrationTasks
581
+ */
582
+ export declare class ListIntegrationTasksCommand extends Command<ListIntegrationTasksRequest, ListIntegrationTasksCommandOutput, 'ListIntegrationTasksCommand'> {
583
+ static readonly metaPath = "/ListIntegrationTasks/2021-03-03/vmp/post/application_json/";
584
+ constructor(input: ListIntegrationTasksRequest);
585
+ }
586
+ /**
587
+ * Command to ListNotifyGroupPolicies
588
+ */
589
+ export declare class ListNotifyGroupPoliciesCommand extends Command<ListNotifyGroupPoliciesRequest, ListNotifyGroupPoliciesCommandOutput, 'ListNotifyGroupPoliciesCommand'> {
590
+ static readonly metaPath = "/ListNotifyGroupPolicies/2021-03-03/vmp/post/application_json/";
591
+ constructor(input: ListNotifyGroupPoliciesRequest);
592
+ }
593
+ /**
594
+ * Command to ListNotifyPolicies
595
+ */
596
+ export declare class ListNotifyPoliciesCommand extends Command<ListNotifyPoliciesRequest, ListNotifyPoliciesCommandOutput, 'ListNotifyPoliciesCommand'> {
597
+ static readonly metaPath = "/ListNotifyPolicies/2021-03-03/vmp/post/application_json/";
598
+ constructor(input: ListNotifyPoliciesRequest);
599
+ }
600
+ /**
601
+ * Command to ListNotifyTemplates
602
+ */
603
+ export declare class ListNotifyTemplatesCommand extends Command<ListNotifyTemplatesRequest, ListNotifyTemplatesCommandOutput, 'ListNotifyTemplatesCommand'> {
604
+ static readonly metaPath = "/ListNotifyTemplates/2021-03-03/vmp/post/application_json/";
605
+ constructor(input: ListNotifyTemplatesRequest);
606
+ }
607
+ /**
608
+ * Command to ListRuleFiles
609
+ */
610
+ export declare class ListRuleFilesCommand extends Command<ListRuleFilesRequest, ListRuleFilesCommandOutput, 'ListRuleFilesCommand'> {
611
+ static readonly metaPath = "/ListRuleFiles/2021-03-03/vmp/post/application_json/";
612
+ constructor(input: ListRuleFilesRequest);
613
+ }
614
+ /**
615
+ * Command to ListRules
616
+ */
617
+ export declare class ListRulesCommand extends Command<ListRulesRequest, ListRulesCommandOutput, 'ListRulesCommand'> {
618
+ static readonly metaPath = "/ListRules/2021-03-03/vmp/post/application_json/";
619
+ constructor(input: ListRulesRequest);
620
+ }
621
+ /**
622
+ * Command to ListSilencePolicies
623
+ */
624
+ export declare class ListSilencePoliciesCommand extends Command<ListSilencePoliciesRequest, ListSilencePoliciesCommandOutput, 'ListSilencePoliciesCommand'> {
625
+ static readonly metaPath = "/ListSilencePolicies/2021-03-03/vmp/post/application_json/";
626
+ constructor(input: ListSilencePoliciesRequest);
627
+ }
628
+ /**
629
+ * Command to ListTagsForResources
630
+ */
631
+ export declare class ListTagsForResourcesCommand extends Command<ListTagsForResourcesRequest, ListTagsForResourcesCommandOutput, 'ListTagsForResourcesCommand'> {
632
+ static readonly metaPath = "/ListTagsForResources/2021-03-03/vmp/post/application_json/";
633
+ constructor(input: ListTagsForResourcesRequest);
634
+ }
635
+ /**
636
+ * Command to ListWorkspaceInstanceTypes
637
+ */
638
+ export declare class ListWorkspaceInstanceTypesCommand extends Command<ListWorkspaceInstanceTypesRequest, ListWorkspaceInstanceTypesCommandOutput, 'ListWorkspaceInstanceTypesCommand'> {
639
+ static readonly metaPath = "/ListWorkspaceInstanceTypes/2021-03-03/vmp/post/application_json/";
640
+ constructor(input: ListWorkspaceInstanceTypesRequest);
641
+ }
642
+ /**
643
+ * Command to ListWorkspaceStatus
644
+ */
645
+ export declare class ListWorkspaceStatusCommand extends Command<ListWorkspaceStatusRequest, ListWorkspaceStatusCommandOutput, 'ListWorkspaceStatusCommand'> {
646
+ static readonly metaPath = "/ListWorkspaceStatus/2021-03-03/vmp/post/application_json/";
647
+ constructor(input: ListWorkspaceStatusRequest);
648
+ }
649
+ /**
650
+ * Command to ListWorkspaces
651
+ */
652
+ export declare class ListWorkspacesCommand extends Command<ListWorkspacesRequest, ListWorkspacesCommandOutput, 'ListWorkspacesCommand'> {
653
+ static readonly metaPath = "/ListWorkspaces/2021-03-03/vmp/post/application_json/";
654
+ constructor(input: ListWorkspacesRequest);
655
+ }
656
+ /**
657
+ * Command to SendValidationMessage
658
+ */
659
+ export declare class SendValidationMessageCommand extends Command<SendValidationMessageRequest, SendValidationMessageCommandOutput, 'SendValidationMessageCommand'> {
660
+ static readonly metaPath = "/SendValidationMessage/2021-03-03/vmp/post/application_json/";
661
+ constructor(input: SendValidationMessageRequest);
662
+ }
663
+ /**
664
+ * Command to TagResources
665
+ */
666
+ export declare class TagResourcesCommand extends Command<TagResourcesRequest, TagResourcesCommandOutput, 'TagResourcesCommand'> {
667
+ static readonly metaPath = "/TagResources/2021-03-03/vmp/post/application_json/";
668
+ constructor(input: TagResourcesRequest);
669
+ }
670
+ /**
671
+ * Command to TestDingTalkBotWebhook
672
+ */
673
+ export declare class TestDingTalkBotWebhookCommand extends Command<TestDingTalkBotWebhookRequest, TestDingTalkBotWebhookCommandOutput, 'TestDingTalkBotWebhookCommand'> {
674
+ static readonly metaPath = "/TestDingTalkBotWebhook/2021-03-03/vmp/post/application_json/";
675
+ constructor(input: TestDingTalkBotWebhookRequest);
676
+ }
677
+ /**
678
+ * Command to TestLarkBotWebhook
679
+ */
680
+ export declare class TestLarkBotWebhookCommand extends Command<TestLarkBotWebhookRequest, TestLarkBotWebhookCommandOutput, 'TestLarkBotWebhookCommand'> {
681
+ static readonly metaPath = "/TestLarkBotWebhook/2021-03-03/vmp/post/application_json/";
682
+ constructor(input: TestLarkBotWebhookRequest);
683
+ }
684
+ /**
685
+ * Command to TestWeComBotWebhook
686
+ */
687
+ export declare class TestWeComBotWebhookCommand extends Command<TestWeComBotWebhookRequest, TestWeComBotWebhookCommandOutput, 'TestWeComBotWebhookCommand'> {
688
+ static readonly metaPath = "/TestWeComBotWebhook/2021-03-03/vmp/post/application_json/";
689
+ constructor(input: TestWeComBotWebhookRequest);
690
+ }
691
+ /**
692
+ * Command to TestWebhook
693
+ */
694
+ export declare class TestWebhookCommand extends Command<TestWebhookRequest, TestWebhookCommandOutput, 'TestWebhookCommand'> {
695
+ static readonly metaPath = "/TestWebhook/2021-03-03/vmp/post/application_json/";
696
+ constructor(input: TestWebhookRequest);
697
+ }
698
+ /**
699
+ * Command to UntagResources
700
+ */
701
+ export declare class UntagResourcesCommand extends Command<UntagResourcesRequest, UntagResourcesCommandOutput, 'UntagResourcesCommand'> {
702
+ static readonly metaPath = "/UntagResources/2021-03-03/vmp/post/application_json/";
703
+ constructor(input: UntagResourcesRequest);
704
+ }
705
+ /**
706
+ * Command to UpdateAggregateWorkspace
707
+ */
708
+ export declare class UpdateAggregateWorkspaceCommand extends Command<UpdateAggregateWorkspaceRequest, UpdateAggregateWorkspaceCommandOutput, 'UpdateAggregateWorkspaceCommand'> {
709
+ static readonly metaPath = "/UpdateAggregateWorkspace/2021-03-03/vmp/post/application_json/";
710
+ constructor(input: UpdateAggregateWorkspaceRequest);
711
+ }
712
+ /**
713
+ * Command to UpdateAlertingRule
714
+ */
715
+ export declare class UpdateAlertingRuleCommand extends Command<UpdateAlertingRuleRequest, UpdateAlertingRuleCommandOutput, 'UpdateAlertingRuleCommand'> {
716
+ static readonly metaPath = "/UpdateAlertingRule/2021-03-03/vmp/post/application_json/";
717
+ constructor(input: UpdateAlertingRuleRequest);
718
+ }
719
+ /**
720
+ * Command to UpdateContact
721
+ */
722
+ export declare class UpdateContactCommand extends Command<UpdateContactRequest, UpdateContactCommandOutput, 'UpdateContactCommand'> {
723
+ static readonly metaPath = "/UpdateContact/2021-03-03/vmp/post/application_json/";
724
+ constructor(input: UpdateContactRequest);
725
+ }
726
+ /**
727
+ * Command to UpdateContactGroup
728
+ */
729
+ export declare class UpdateContactGroupCommand extends Command<UpdateContactGroupRequest, UpdateContactGroupCommandOutput, 'UpdateContactGroupCommand'> {
730
+ static readonly metaPath = "/UpdateContactGroup/2021-03-03/vmp/post/application_json/";
731
+ constructor(input: UpdateContactGroupRequest);
732
+ }
733
+ /**
734
+ * Command to UpdateExternalPrometheus
735
+ */
736
+ export declare class UpdateExternalPrometheusCommand extends Command<UpdateExternalPrometheusRequest, UpdateExternalPrometheusCommandOutput, 'UpdateExternalPrometheusCommand'> {
737
+ static readonly metaPath = "/UpdateExternalPrometheus/2021-03-03/vmp/post/application_json/";
738
+ constructor(input: UpdateExternalPrometheusRequest);
739
+ }
740
+ /**
741
+ * Command to UpdateIntegrationTask
742
+ */
743
+ export declare class UpdateIntegrationTaskCommand extends Command<UpdateIntegrationTaskRequest, UpdateIntegrationTaskCommandOutput, 'UpdateIntegrationTaskCommand'> {
744
+ static readonly metaPath = "/UpdateIntegrationTask/2021-03-03/vmp/post/application_json/";
745
+ constructor(input: UpdateIntegrationTaskRequest);
746
+ }
747
+ /**
748
+ * Command to UpdateNotifyGroupPolicy
749
+ */
750
+ export declare class UpdateNotifyGroupPolicyCommand extends Command<UpdateNotifyGroupPolicyRequest, UpdateNotifyGroupPolicyCommandOutput, 'UpdateNotifyGroupPolicyCommand'> {
751
+ static readonly metaPath = "/UpdateNotifyGroupPolicy/2021-03-03/vmp/post/application_json/";
752
+ constructor(input: UpdateNotifyGroupPolicyRequest);
753
+ }
754
+ /**
755
+ * Command to UpdateNotifyPolicy
756
+ */
757
+ export declare class UpdateNotifyPolicyCommand extends Command<UpdateNotifyPolicyRequest, UpdateNotifyPolicyCommandOutput, 'UpdateNotifyPolicyCommand'> {
758
+ static readonly metaPath = "/UpdateNotifyPolicy/2021-03-03/vmp/post/application_json/";
759
+ constructor(input: UpdateNotifyPolicyRequest);
760
+ }
761
+ /**
762
+ * Command to UpdateNotifyTemplate
763
+ */
764
+ export declare class UpdateNotifyTemplateCommand extends Command<UpdateNotifyTemplateRequest, UpdateNotifyTemplateCommandOutput, 'UpdateNotifyTemplateCommand'> {
765
+ static readonly metaPath = "/UpdateNotifyTemplate/2021-03-03/vmp/post/application_json/";
766
+ constructor(input: UpdateNotifyTemplateRequest);
767
+ }
768
+ /**
769
+ * Command to UpdateRuleFile
770
+ */
771
+ export declare class UpdateRuleFileCommand extends Command<UpdateRuleFileRequest, UpdateRuleFileCommandOutput, 'UpdateRuleFileCommand'> {
772
+ static readonly metaPath = "/UpdateRuleFile/2021-03-03/vmp/post/application_json/";
773
+ constructor(input: UpdateRuleFileRequest);
774
+ }
775
+ /**
776
+ * Command to UpdateSilencePolicy
777
+ */
778
+ export declare class UpdateSilencePolicyCommand extends Command<UpdateSilencePolicyRequest, UpdateSilencePolicyCommandOutput, 'UpdateSilencePolicyCommand'> {
779
+ static readonly metaPath = "/UpdateSilencePolicy/2021-03-03/vmp/post/application_json/";
780
+ constructor(input: UpdateSilencePolicyRequest);
781
+ }
782
+ /**
783
+ * Command to UpdateWorkspace
784
+ */
785
+ export declare class UpdateWorkspaceCommand extends Command<UpdateWorkspaceRequest, UpdateWorkspaceCommandOutput, 'UpdateWorkspaceCommand'> {
786
+ static readonly metaPath = "/UpdateWorkspace/2021-03-03/vmp/post/application_json/";
787
+ constructor(input: UpdateWorkspaceRequest);
788
+ }
789
+ declare const _default: {
790
+ VMPClient: typeof VMPClient;
791
+ CreateAggregateWorkspaceCommand: typeof CreateAggregateWorkspaceCommand;
792
+ CreateAlertingRuleCommand: typeof CreateAlertingRuleCommand;
793
+ CreateContactCommand: typeof CreateContactCommand;
794
+ CreateContactGroupCommand: typeof CreateContactGroupCommand;
795
+ CreateExternalPrometheusCommand: typeof CreateExternalPrometheusCommand;
796
+ CreateIntegrationTaskCommand: typeof CreateIntegrationTaskCommand;
797
+ CreateNotifyGroupPolicyCommand: typeof CreateNotifyGroupPolicyCommand;
798
+ CreateNotifyPolicyCommand: typeof CreateNotifyPolicyCommand;
799
+ CreateNotifyTemplateCommand: typeof CreateNotifyTemplateCommand;
800
+ CreateRuleFileCommand: typeof CreateRuleFileCommand;
801
+ CreateSilencePolicyCommand: typeof CreateSilencePolicyCommand;
802
+ CreateWorkspaceCommand: typeof CreateWorkspaceCommand;
803
+ DeleteAggregateWorkspaceCommand: typeof DeleteAggregateWorkspaceCommand;
804
+ DeleteAlertingRulesCommand: typeof DeleteAlertingRulesCommand;
805
+ DeleteContactGroupsCommand: typeof DeleteContactGroupsCommand;
806
+ DeleteContactsCommand: typeof DeleteContactsCommand;
807
+ DeleteExternalPrometheusCommand: typeof DeleteExternalPrometheusCommand;
808
+ DeleteIntegrationTaskCommand: typeof DeleteIntegrationTaskCommand;
809
+ DeleteNotifyGroupPolicyCommand: typeof DeleteNotifyGroupPolicyCommand;
810
+ DeleteNotifyPolicyCommand: typeof DeleteNotifyPolicyCommand;
811
+ DeleteNotifyTemplateCommand: typeof DeleteNotifyTemplateCommand;
812
+ DeleteRuleFileCommand: typeof DeleteRuleFileCommand;
813
+ DeleteSilencePoliciesCommand: typeof DeleteSilencePoliciesCommand;
814
+ DeleteWorkspaceCommand: typeof DeleteWorkspaceCommand;
815
+ DisableAlertingRulesCommand: typeof DisableAlertingRulesCommand;
816
+ DisableIntegrationTasksCommand: typeof DisableIntegrationTasksCommand;
817
+ DisableSilencePoliciesCommand: typeof DisableSilencePoliciesCommand;
818
+ EnableAlertingRulesCommand: typeof EnableAlertingRulesCommand;
819
+ EnableIntegrationTasksCommand: typeof EnableIntegrationTasksCommand;
820
+ EnableSilencePoliciesCommand: typeof EnableSilencePoliciesCommand;
821
+ GetAggregateWorkspaceCommand: typeof GetAggregateWorkspaceCommand;
822
+ GetAlertCommand: typeof GetAlertCommand;
823
+ GetAlertingRuleCommand: typeof GetAlertingRuleCommand;
824
+ GetContactCommand: typeof GetContactCommand;
825
+ GetContactGroupCommand: typeof GetContactGroupCommand;
826
+ GetExternalPrometheusCommand: typeof GetExternalPrometheusCommand;
827
+ GetIntegrationTaskCommand: typeof GetIntegrationTaskCommand;
828
+ GetNotifyGroupPolicyCommand: typeof GetNotifyGroupPolicyCommand;
829
+ GetNotifyPolicyCommand: typeof GetNotifyPolicyCommand;
830
+ GetRuleFileCommand: typeof GetRuleFileCommand;
831
+ GetWorkspaceCommand: typeof GetWorkspaceCommand;
832
+ GetWorkspaceAuthInfoCommand: typeof GetWorkspaceAuthInfoCommand;
833
+ ListAlertSamplesCommand: typeof ListAlertSamplesCommand;
834
+ ListAlertingRulesCommand: typeof ListAlertingRulesCommand;
835
+ ListAlertsCommand: typeof ListAlertsCommand;
836
+ ListContactGroupsCommand: typeof ListContactGroupsCommand;
837
+ ListContactsCommand: typeof ListContactsCommand;
838
+ ListIntegrationTasksCommand: typeof ListIntegrationTasksCommand;
839
+ ListNotifyGroupPoliciesCommand: typeof ListNotifyGroupPoliciesCommand;
840
+ ListNotifyPoliciesCommand: typeof ListNotifyPoliciesCommand;
841
+ ListNotifyTemplatesCommand: typeof ListNotifyTemplatesCommand;
842
+ ListRuleFilesCommand: typeof ListRuleFilesCommand;
843
+ ListRulesCommand: typeof ListRulesCommand;
844
+ ListSilencePoliciesCommand: typeof ListSilencePoliciesCommand;
845
+ ListTagsForResourcesCommand: typeof ListTagsForResourcesCommand;
846
+ ListWorkspaceInstanceTypesCommand: typeof ListWorkspaceInstanceTypesCommand;
847
+ ListWorkspaceStatusCommand: typeof ListWorkspaceStatusCommand;
848
+ ListWorkspacesCommand: typeof ListWorkspacesCommand;
849
+ SendValidationMessageCommand: typeof SendValidationMessageCommand;
850
+ TagResourcesCommand: typeof TagResourcesCommand;
851
+ TestDingTalkBotWebhookCommand: typeof TestDingTalkBotWebhookCommand;
852
+ TestLarkBotWebhookCommand: typeof TestLarkBotWebhookCommand;
853
+ TestWeComBotWebhookCommand: typeof TestWeComBotWebhookCommand;
854
+ TestWebhookCommand: typeof TestWebhookCommand;
855
+ UntagResourcesCommand: typeof UntagResourcesCommand;
856
+ UpdateAggregateWorkspaceCommand: typeof UpdateAggregateWorkspaceCommand;
857
+ UpdateAlertingRuleCommand: typeof UpdateAlertingRuleCommand;
858
+ UpdateContactCommand: typeof UpdateContactCommand;
859
+ UpdateContactGroupCommand: typeof UpdateContactGroupCommand;
860
+ UpdateExternalPrometheusCommand: typeof UpdateExternalPrometheusCommand;
861
+ UpdateIntegrationTaskCommand: typeof UpdateIntegrationTaskCommand;
862
+ UpdateNotifyGroupPolicyCommand: typeof UpdateNotifyGroupPolicyCommand;
863
+ UpdateNotifyPolicyCommand: typeof UpdateNotifyPolicyCommand;
864
+ UpdateNotifyTemplateCommand: typeof UpdateNotifyTemplateCommand;
865
+ UpdateRuleFileCommand: typeof UpdateRuleFileCommand;
866
+ UpdateSilencePolicyCommand: typeof UpdateSilencePolicyCommand;
867
+ UpdateWorkspaceCommand: typeof UpdateWorkspaceCommand;
868
+ };
869
+ export default _default;
870
+ //# sourceMappingURL=api.d.ts.map