@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
package/src/api.ts ADDED
@@ -0,0 +1,1502 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * vmp
5
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
+ *
7
+ * OpenAPI spec version: common-version
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by the swagger code generator program.
11
+ * https://github.com/swagger-api/swagger-codegen.git
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ import { Client, ClientConfig, Command, buildRequestConfigFromMetaPath, CommandOutput } from '@volcengine/sdk-core';
16
+
17
+ import { CreateAggregateWorkspaceRequest } from './types/index';
18
+ import { CreateAggregateWorkspaceResponse } from './types/index';
19
+ import { CreateAlertingRuleRequest } from './types/index';
20
+ import { CreateAlertingRuleResponse } from './types/index';
21
+ import { CreateContactGroupRequest } from './types/index';
22
+ import { CreateContactGroupResponse } from './types/index';
23
+ import { CreateContactRequest } from './types/index';
24
+ import { CreateContactResponse } from './types/index';
25
+ import { CreateExternalPrometheusRequest } from './types/index';
26
+ import { CreateExternalPrometheusResponse } from './types/index';
27
+ import { CreateIntegrationTaskRequest } from './types/index';
28
+ import { CreateIntegrationTaskResponse } from './types/index';
29
+ import { CreateNotifyGroupPolicyRequest } from './types/index';
30
+ import { CreateNotifyGroupPolicyResponse } from './types/index';
31
+ import { CreateNotifyPolicyRequest } from './types/index';
32
+ import { CreateNotifyPolicyResponse } from './types/index';
33
+ import { CreateNotifyTemplateRequest } from './types/index';
34
+ import { CreateNotifyTemplateResponse } from './types/index';
35
+ import { CreateRuleFileRequest } from './types/index';
36
+ import { CreateRuleFileResponse } from './types/index';
37
+ import { CreateSilencePolicyRequest } from './types/index';
38
+ import { CreateSilencePolicyResponse } from './types/index';
39
+ import { CreateWorkspaceRequest } from './types/index';
40
+ import { CreateWorkspaceResponse } from './types/index';
41
+ import { DeleteAggregateWorkspaceRequest } from './types/index';
42
+ import { DeleteAggregateWorkspaceResponse } from './types/index';
43
+ import { DeleteAlertingRulesRequest } from './types/index';
44
+ import { DeleteAlertingRulesResponse } from './types/index';
45
+ import { DeleteContactGroupsRequest } from './types/index';
46
+ import { DeleteContactGroupsResponse } from './types/index';
47
+ import { DeleteContactsRequest } from './types/index';
48
+ import { DeleteContactsResponse } from './types/index';
49
+ import { DeleteExternalPrometheusRequest } from './types/index';
50
+ import { DeleteExternalPrometheusResponse } from './types/index';
51
+ import { DeleteIntegrationTaskRequest } from './types/index';
52
+ import { DeleteIntegrationTaskResponse } from './types/index';
53
+ import { DeleteNotifyGroupPolicyRequest } from './types/index';
54
+ import { DeleteNotifyGroupPolicyResponse } from './types/index';
55
+ import { DeleteNotifyPolicyRequest } from './types/index';
56
+ import { DeleteNotifyPolicyResponse } from './types/index';
57
+ import { DeleteNotifyTemplateRequest } from './types/index';
58
+ import { DeleteNotifyTemplateResponse } from './types/index';
59
+ import { DeleteRuleFileRequest } from './types/index';
60
+ import { DeleteRuleFileResponse } from './types/index';
61
+ import { DeleteSilencePoliciesRequest } from './types/index';
62
+ import { DeleteSilencePoliciesResponse } from './types/index';
63
+ import { DeleteWorkspaceRequest } from './types/index';
64
+ import { DeleteWorkspaceResponse } from './types/index';
65
+ import { DisableAlertingRulesRequest } from './types/index';
66
+ import { DisableAlertingRulesResponse } from './types/index';
67
+ import { DisableIntegrationTasksRequest } from './types/index';
68
+ import { DisableIntegrationTasksResponse } from './types/index';
69
+ import { DisableSilencePoliciesRequest } from './types/index';
70
+ import { DisableSilencePoliciesResponse } from './types/index';
71
+ import { EnableAlertingRulesRequest } from './types/index';
72
+ import { EnableAlertingRulesResponse } from './types/index';
73
+ import { EnableIntegrationTasksRequest } from './types/index';
74
+ import { EnableIntegrationTasksResponse } from './types/index';
75
+ import { EnableSilencePoliciesRequest } from './types/index';
76
+ import { EnableSilencePoliciesResponse } from './types/index';
77
+ import { GetAggregateWorkspaceRequest } from './types/index';
78
+ import { GetAggregateWorkspaceResponse } from './types/index';
79
+ import { GetAlertRequest } from './types/index';
80
+ import { GetAlertResponse } from './types/index';
81
+ import { GetAlertingRuleRequest } from './types/index';
82
+ import { GetAlertingRuleResponse } from './types/index';
83
+ import { GetContactGroupRequest } from './types/index';
84
+ import { GetContactGroupResponse } from './types/index';
85
+ import { GetContactRequest } from './types/index';
86
+ import { GetContactResponse } from './types/index';
87
+ import { GetExternalPrometheusRequest } from './types/index';
88
+ import { GetExternalPrometheusResponse } from './types/index';
89
+ import { GetIntegrationTaskRequest } from './types/index';
90
+ import { GetIntegrationTaskResponse } from './types/index';
91
+ import { GetNotifyGroupPolicyRequest } from './types/index';
92
+ import { GetNotifyGroupPolicyResponse } from './types/index';
93
+ import { GetNotifyPolicyRequest } from './types/index';
94
+ import { GetNotifyPolicyResponse } from './types/index';
95
+ import { GetRuleFileRequest } from './types/index';
96
+ import { GetRuleFileResponse } from './types/index';
97
+ import { GetWorkspaceAuthInfoRequest } from './types/index';
98
+ import { GetWorkspaceAuthInfoResponse } from './types/index';
99
+ import { GetWorkspaceRequest } from './types/index';
100
+ import { GetWorkspaceResponse } from './types/index';
101
+ import { ListAlertSamplesRequest } from './types/index';
102
+ import { ListAlertSamplesResponse } from './types/index';
103
+ import { ListAlertingRulesRequest } from './types/index';
104
+ import { ListAlertingRulesResponse } from './types/index';
105
+ import { ListAlertsRequest } from './types/index';
106
+ import { ListAlertsResponse } from './types/index';
107
+ import { ListContactGroupsRequest } from './types/index';
108
+ import { ListContactGroupsResponse } from './types/index';
109
+ import { ListContactsRequest } from './types/index';
110
+ import { ListContactsResponse } from './types/index';
111
+ import { ListIntegrationTasksRequest } from './types/index';
112
+ import { ListIntegrationTasksResponse } from './types/index';
113
+ import { ListNotifyGroupPoliciesRequest } from './types/index';
114
+ import { ListNotifyGroupPoliciesResponse } from './types/index';
115
+ import { ListNotifyPoliciesRequest } from './types/index';
116
+ import { ListNotifyPoliciesResponse } from './types/index';
117
+ import { ListNotifyTemplatesRequest } from './types/index';
118
+ import { ListNotifyTemplatesResponse } from './types/index';
119
+ import { ListRuleFilesRequest } from './types/index';
120
+ import { ListRuleFilesResponse } from './types/index';
121
+ import { ListRulesRequest } from './types/index';
122
+ import { ListRulesResponse } from './types/index';
123
+ import { ListSilencePoliciesRequest } from './types/index';
124
+ import { ListSilencePoliciesResponse } from './types/index';
125
+ import { ListTagsForResourcesRequest } from './types/index';
126
+ import { ListTagsForResourcesResponse } from './types/index';
127
+ import { ListWorkspaceInstanceTypesRequest } from './types/index';
128
+ import { ListWorkspaceInstanceTypesResponse } from './types/index';
129
+ import { ListWorkspaceStatusRequest } from './types/index';
130
+ import { ListWorkspaceStatusResponse } from './types/index';
131
+ import { ListWorkspacesRequest } from './types/index';
132
+ import { ListWorkspacesResponse } from './types/index';
133
+ import { SendValidationMessageRequest } from './types/index';
134
+ import { SendValidationMessageResponse } from './types/index';
135
+ import { TagResourcesRequest } from './types/index';
136
+ import { TagResourcesResponse } from './types/index';
137
+ import { TestDingTalkBotWebhookRequest } from './types/index';
138
+ import { TestDingTalkBotWebhookResponse } from './types/index';
139
+ import { TestLarkBotWebhookRequest } from './types/index';
140
+ import { TestLarkBotWebhookResponse } from './types/index';
141
+ import { TestWeComBotWebhookRequest } from './types/index';
142
+ import { TestWeComBotWebhookResponse } from './types/index';
143
+ import { TestWebhookRequest } from './types/index';
144
+ import { TestWebhookResponse } from './types/index';
145
+ import { UntagResourcesRequest } from './types/index';
146
+ import { UntagResourcesResponse } from './types/index';
147
+ import { UpdateAggregateWorkspaceRequest } from './types/index';
148
+ import { UpdateAggregateWorkspaceResponse } from './types/index';
149
+ import { UpdateAlertingRuleRequest } from './types/index';
150
+ import { UpdateAlertingRuleResponse } from './types/index';
151
+ import { UpdateContactGroupRequest } from './types/index';
152
+ import { UpdateContactGroupResponse } from './types/index';
153
+ import { UpdateContactRequest } from './types/index';
154
+ import { UpdateContactResponse } from './types/index';
155
+ import { UpdateExternalPrometheusRequest } from './types/index';
156
+ import { UpdateExternalPrometheusResponse } from './types/index';
157
+ import { UpdateIntegrationTaskRequest } from './types/index';
158
+ import { UpdateIntegrationTaskResponse } from './types/index';
159
+ import { UpdateNotifyGroupPolicyRequest } from './types/index';
160
+ import { UpdateNotifyGroupPolicyResponse } from './types/index';
161
+ import { UpdateNotifyPolicyRequest } from './types/index';
162
+ import { UpdateNotifyPolicyResponse } from './types/index';
163
+ import { UpdateNotifyTemplateRequest } from './types/index';
164
+ import { UpdateNotifyTemplateResponse } from './types/index';
165
+ import { UpdateRuleFileRequest } from './types/index';
166
+ import { UpdateRuleFileResponse } from './types/index';
167
+ import { UpdateSilencePolicyRequest } from './types/index';
168
+ import { UpdateSilencePolicyResponse } from './types/index';
169
+ import { UpdateWorkspaceRequest } from './types/index';
170
+ import { UpdateWorkspaceResponse } from './types/index';
171
+
172
+ // ============================================================================
173
+ // Output Type Definitions
174
+ // ============================================================================
175
+ export type CreateAggregateWorkspaceCommandOutput = CommandOutput<CreateAggregateWorkspaceResponse>;
176
+ export type CreateAlertingRuleCommandOutput = CommandOutput<CreateAlertingRuleResponse>;
177
+ export type CreateContactCommandOutput = CommandOutput<CreateContactResponse>;
178
+ export type CreateContactGroupCommandOutput = CommandOutput<CreateContactGroupResponse>;
179
+ export type CreateExternalPrometheusCommandOutput = CommandOutput<CreateExternalPrometheusResponse>;
180
+ export type CreateIntegrationTaskCommandOutput = CommandOutput<CreateIntegrationTaskResponse>;
181
+ export type CreateNotifyGroupPolicyCommandOutput = CommandOutput<CreateNotifyGroupPolicyResponse>;
182
+ export type CreateNotifyPolicyCommandOutput = CommandOutput<CreateNotifyPolicyResponse>;
183
+ export type CreateNotifyTemplateCommandOutput = CommandOutput<CreateNotifyTemplateResponse>;
184
+ export type CreateRuleFileCommandOutput = CommandOutput<CreateRuleFileResponse>;
185
+ export type CreateSilencePolicyCommandOutput = CommandOutput<CreateSilencePolicyResponse>;
186
+ export type CreateWorkspaceCommandOutput = CommandOutput<CreateWorkspaceResponse>;
187
+ export type DeleteAggregateWorkspaceCommandOutput = CommandOutput<DeleteAggregateWorkspaceResponse>;
188
+ export type DeleteAlertingRulesCommandOutput = CommandOutput<DeleteAlertingRulesResponse>;
189
+ export type DeleteContactGroupsCommandOutput = CommandOutput<DeleteContactGroupsResponse>;
190
+ export type DeleteContactsCommandOutput = CommandOutput<DeleteContactsResponse>;
191
+ export type DeleteExternalPrometheusCommandOutput = CommandOutput<DeleteExternalPrometheusResponse>;
192
+ export type DeleteIntegrationTaskCommandOutput = CommandOutput<DeleteIntegrationTaskResponse>;
193
+ export type DeleteNotifyGroupPolicyCommandOutput = CommandOutput<DeleteNotifyGroupPolicyResponse>;
194
+ export type DeleteNotifyPolicyCommandOutput = CommandOutput<DeleteNotifyPolicyResponse>;
195
+ export type DeleteNotifyTemplateCommandOutput = CommandOutput<DeleteNotifyTemplateResponse>;
196
+ export type DeleteRuleFileCommandOutput = CommandOutput<DeleteRuleFileResponse>;
197
+ export type DeleteSilencePoliciesCommandOutput = CommandOutput<DeleteSilencePoliciesResponse>;
198
+ export type DeleteWorkspaceCommandOutput = CommandOutput<DeleteWorkspaceResponse>;
199
+ export type DisableAlertingRulesCommandOutput = CommandOutput<DisableAlertingRulesResponse>;
200
+ export type DisableIntegrationTasksCommandOutput = CommandOutput<DisableIntegrationTasksResponse>;
201
+ export type DisableSilencePoliciesCommandOutput = CommandOutput<DisableSilencePoliciesResponse>;
202
+ export type EnableAlertingRulesCommandOutput = CommandOutput<EnableAlertingRulesResponse>;
203
+ export type EnableIntegrationTasksCommandOutput = CommandOutput<EnableIntegrationTasksResponse>;
204
+ export type EnableSilencePoliciesCommandOutput = CommandOutput<EnableSilencePoliciesResponse>;
205
+ export type GetAggregateWorkspaceCommandOutput = CommandOutput<GetAggregateWorkspaceResponse>;
206
+ export type GetAlertCommandOutput = CommandOutput<GetAlertResponse>;
207
+ export type GetAlertingRuleCommandOutput = CommandOutput<GetAlertingRuleResponse>;
208
+ export type GetContactCommandOutput = CommandOutput<GetContactResponse>;
209
+ export type GetContactGroupCommandOutput = CommandOutput<GetContactGroupResponse>;
210
+ export type GetExternalPrometheusCommandOutput = CommandOutput<GetExternalPrometheusResponse>;
211
+ export type GetIntegrationTaskCommandOutput = CommandOutput<GetIntegrationTaskResponse>;
212
+ export type GetNotifyGroupPolicyCommandOutput = CommandOutput<GetNotifyGroupPolicyResponse>;
213
+ export type GetNotifyPolicyCommandOutput = CommandOutput<GetNotifyPolicyResponse>;
214
+ export type GetRuleFileCommandOutput = CommandOutput<GetRuleFileResponse>;
215
+ export type GetWorkspaceCommandOutput = CommandOutput<GetWorkspaceResponse>;
216
+ export type GetWorkspaceAuthInfoCommandOutput = CommandOutput<GetWorkspaceAuthInfoResponse>;
217
+ export type ListAlertSamplesCommandOutput = CommandOutput<ListAlertSamplesResponse>;
218
+ export type ListAlertingRulesCommandOutput = CommandOutput<ListAlertingRulesResponse>;
219
+ export type ListAlertsCommandOutput = CommandOutput<ListAlertsResponse>;
220
+ export type ListContactGroupsCommandOutput = CommandOutput<ListContactGroupsResponse>;
221
+ export type ListContactsCommandOutput = CommandOutput<ListContactsResponse>;
222
+ export type ListIntegrationTasksCommandOutput = CommandOutput<ListIntegrationTasksResponse>;
223
+ export type ListNotifyGroupPoliciesCommandOutput = CommandOutput<ListNotifyGroupPoliciesResponse>;
224
+ export type ListNotifyPoliciesCommandOutput = CommandOutput<ListNotifyPoliciesResponse>;
225
+ export type ListNotifyTemplatesCommandOutput = CommandOutput<ListNotifyTemplatesResponse>;
226
+ export type ListRuleFilesCommandOutput = CommandOutput<ListRuleFilesResponse>;
227
+ export type ListRulesCommandOutput = CommandOutput<ListRulesResponse>;
228
+ export type ListSilencePoliciesCommandOutput = CommandOutput<ListSilencePoliciesResponse>;
229
+ export type ListTagsForResourcesCommandOutput = CommandOutput<ListTagsForResourcesResponse>;
230
+ export type ListWorkspaceInstanceTypesCommandOutput = CommandOutput<ListWorkspaceInstanceTypesResponse>;
231
+ export type ListWorkspaceStatusCommandOutput = CommandOutput<ListWorkspaceStatusResponse>;
232
+ export type ListWorkspacesCommandOutput = CommandOutput<ListWorkspacesResponse>;
233
+ export type SendValidationMessageCommandOutput = CommandOutput<SendValidationMessageResponse>;
234
+ export type TagResourcesCommandOutput = CommandOutput<TagResourcesResponse>;
235
+ export type TestDingTalkBotWebhookCommandOutput = CommandOutput<TestDingTalkBotWebhookResponse>;
236
+ export type TestLarkBotWebhookCommandOutput = CommandOutput<TestLarkBotWebhookResponse>;
237
+ export type TestWeComBotWebhookCommandOutput = CommandOutput<TestWeComBotWebhookResponse>;
238
+ export type TestWebhookCommandOutput = CommandOutput<TestWebhookResponse>;
239
+ export type UntagResourcesCommandOutput = CommandOutput<UntagResourcesResponse>;
240
+ export type UpdateAggregateWorkspaceCommandOutput = CommandOutput<UpdateAggregateWorkspaceResponse>;
241
+ export type UpdateAlertingRuleCommandOutput = CommandOutput<UpdateAlertingRuleResponse>;
242
+ export type UpdateContactCommandOutput = CommandOutput<UpdateContactResponse>;
243
+ export type UpdateContactGroupCommandOutput = CommandOutput<UpdateContactGroupResponse>;
244
+ export type UpdateExternalPrometheusCommandOutput = CommandOutput<UpdateExternalPrometheusResponse>;
245
+ export type UpdateIntegrationTaskCommandOutput = CommandOutput<UpdateIntegrationTaskResponse>;
246
+ export type UpdateNotifyGroupPolicyCommandOutput = CommandOutput<UpdateNotifyGroupPolicyResponse>;
247
+ export type UpdateNotifyPolicyCommandOutput = CommandOutput<UpdateNotifyPolicyResponse>;
248
+ export type UpdateNotifyTemplateCommandOutput = CommandOutput<UpdateNotifyTemplateResponse>;
249
+ export type UpdateRuleFileCommandOutput = CommandOutput<UpdateRuleFileResponse>;
250
+ export type UpdateSilencePolicyCommandOutput = CommandOutput<UpdateSilencePolicyResponse>;
251
+ export type UpdateWorkspaceCommandOutput = CommandOutput<UpdateWorkspaceResponse>;
252
+
253
+
254
+ /**
255
+ * VMPClient Service Client
256
+ */
257
+ export class VMPClient extends Client {
258
+ constructor(config: ClientConfig = {}) {
259
+ super({
260
+ protocol: 'https',
261
+ region: 'cn-beijing',
262
+ ...config,
263
+ });
264
+ }
265
+ }
266
+
267
+ /**
268
+ * Command to CreateAggregateWorkspace
269
+ */
270
+ export class CreateAggregateWorkspaceCommand extends Command<
271
+ CreateAggregateWorkspaceRequest,
272
+ CreateAggregateWorkspaceCommandOutput,
273
+ 'CreateAggregateWorkspaceCommand'
274
+ > {
275
+ static readonly metaPath = '/CreateAggregateWorkspace/2021-03-03/vmp/post/application_json/';
276
+
277
+ constructor(input: CreateAggregateWorkspaceRequest) {
278
+ super(input);
279
+ this.requestConfig = buildRequestConfigFromMetaPath(CreateAggregateWorkspaceCommand.metaPath);
280
+ }
281
+ }
282
+ /**
283
+ * Command to CreateAlertingRule
284
+ */
285
+ export class CreateAlertingRuleCommand extends Command<
286
+ CreateAlertingRuleRequest,
287
+ CreateAlertingRuleCommandOutput,
288
+ 'CreateAlertingRuleCommand'
289
+ > {
290
+ static readonly metaPath = '/CreateAlertingRule/2021-03-03/vmp/post/application_json/';
291
+
292
+ constructor(input: CreateAlertingRuleRequest) {
293
+ super(input);
294
+ this.requestConfig = buildRequestConfigFromMetaPath(CreateAlertingRuleCommand.metaPath);
295
+ }
296
+ }
297
+ /**
298
+ * Command to CreateContact
299
+ */
300
+ export class CreateContactCommand extends Command<
301
+ CreateContactRequest,
302
+ CreateContactCommandOutput,
303
+ 'CreateContactCommand'
304
+ > {
305
+ static readonly metaPath = '/CreateContact/2021-03-03/vmp/post/application_json/';
306
+
307
+ constructor(input: CreateContactRequest) {
308
+ super(input);
309
+ this.requestConfig = buildRequestConfigFromMetaPath(CreateContactCommand.metaPath);
310
+ }
311
+ }
312
+ /**
313
+ * Command to CreateContactGroup
314
+ */
315
+ export class CreateContactGroupCommand extends Command<
316
+ CreateContactGroupRequest,
317
+ CreateContactGroupCommandOutput,
318
+ 'CreateContactGroupCommand'
319
+ > {
320
+ static readonly metaPath = '/CreateContactGroup/2021-03-03/vmp/post/application_json/';
321
+
322
+ constructor(input: CreateContactGroupRequest) {
323
+ super(input);
324
+ this.requestConfig = buildRequestConfigFromMetaPath(CreateContactGroupCommand.metaPath);
325
+ }
326
+ }
327
+ /**
328
+ * Command to CreateExternalPrometheus
329
+ */
330
+ export class CreateExternalPrometheusCommand extends Command<
331
+ CreateExternalPrometheusRequest,
332
+ CreateExternalPrometheusCommandOutput,
333
+ 'CreateExternalPrometheusCommand'
334
+ > {
335
+ static readonly metaPath = '/CreateExternalPrometheus/2021-03-03/vmp/post/application_json/';
336
+
337
+ constructor(input: CreateExternalPrometheusRequest) {
338
+ super(input);
339
+ this.requestConfig = buildRequestConfigFromMetaPath(CreateExternalPrometheusCommand.metaPath);
340
+ }
341
+ }
342
+ /**
343
+ * Command to CreateIntegrationTask
344
+ */
345
+ export class CreateIntegrationTaskCommand extends Command<
346
+ CreateIntegrationTaskRequest,
347
+ CreateIntegrationTaskCommandOutput,
348
+ 'CreateIntegrationTaskCommand'
349
+ > {
350
+ static readonly metaPath = '/CreateIntegrationTask/2021-03-03/vmp/post/application_json/';
351
+
352
+ constructor(input: CreateIntegrationTaskRequest) {
353
+ super(input);
354
+ this.requestConfig = buildRequestConfigFromMetaPath(CreateIntegrationTaskCommand.metaPath);
355
+ }
356
+ }
357
+ /**
358
+ * Command to CreateNotifyGroupPolicy
359
+ */
360
+ export class CreateNotifyGroupPolicyCommand extends Command<
361
+ CreateNotifyGroupPolicyRequest,
362
+ CreateNotifyGroupPolicyCommandOutput,
363
+ 'CreateNotifyGroupPolicyCommand'
364
+ > {
365
+ static readonly metaPath = '/CreateNotifyGroupPolicy/2021-03-03/vmp/post/application_json/';
366
+
367
+ constructor(input: CreateNotifyGroupPolicyRequest) {
368
+ super(input);
369
+ this.requestConfig = buildRequestConfigFromMetaPath(CreateNotifyGroupPolicyCommand.metaPath);
370
+ }
371
+ }
372
+ /**
373
+ * Command to CreateNotifyPolicy
374
+ */
375
+ export class CreateNotifyPolicyCommand extends Command<
376
+ CreateNotifyPolicyRequest,
377
+ CreateNotifyPolicyCommandOutput,
378
+ 'CreateNotifyPolicyCommand'
379
+ > {
380
+ static readonly metaPath = '/CreateNotifyPolicy/2021-03-03/vmp/post/application_json/';
381
+
382
+ constructor(input: CreateNotifyPolicyRequest) {
383
+ super(input);
384
+ this.requestConfig = buildRequestConfigFromMetaPath(CreateNotifyPolicyCommand.metaPath);
385
+ }
386
+ }
387
+ /**
388
+ * Command to CreateNotifyTemplate
389
+ */
390
+ export class CreateNotifyTemplateCommand extends Command<
391
+ CreateNotifyTemplateRequest,
392
+ CreateNotifyTemplateCommandOutput,
393
+ 'CreateNotifyTemplateCommand'
394
+ > {
395
+ static readonly metaPath = '/CreateNotifyTemplate/2021-03-03/vmp/post/application_json/';
396
+
397
+ constructor(input: CreateNotifyTemplateRequest) {
398
+ super(input);
399
+ this.requestConfig = buildRequestConfigFromMetaPath(CreateNotifyTemplateCommand.metaPath);
400
+ }
401
+ }
402
+ /**
403
+ * Command to CreateRuleFile
404
+ */
405
+ export class CreateRuleFileCommand extends Command<
406
+ CreateRuleFileRequest,
407
+ CreateRuleFileCommandOutput,
408
+ 'CreateRuleFileCommand'
409
+ > {
410
+ static readonly metaPath = '/CreateRuleFile/2021-03-03/vmp/post/application_json/';
411
+
412
+ constructor(input: CreateRuleFileRequest) {
413
+ super(input);
414
+ this.requestConfig = buildRequestConfigFromMetaPath(CreateRuleFileCommand.metaPath);
415
+ }
416
+ }
417
+ /**
418
+ * Command to CreateSilencePolicy
419
+ */
420
+ export class CreateSilencePolicyCommand extends Command<
421
+ CreateSilencePolicyRequest,
422
+ CreateSilencePolicyCommandOutput,
423
+ 'CreateSilencePolicyCommand'
424
+ > {
425
+ static readonly metaPath = '/CreateSilencePolicy/2021-03-03/vmp/post/application_json/';
426
+
427
+ constructor(input: CreateSilencePolicyRequest) {
428
+ super(input);
429
+ this.requestConfig = buildRequestConfigFromMetaPath(CreateSilencePolicyCommand.metaPath);
430
+ }
431
+ }
432
+ /**
433
+ * Command to CreateWorkspace
434
+ */
435
+ export class CreateWorkspaceCommand extends Command<
436
+ CreateWorkspaceRequest,
437
+ CreateWorkspaceCommandOutput,
438
+ 'CreateWorkspaceCommand'
439
+ > {
440
+ static readonly metaPath = '/CreateWorkspace/2021-03-03/vmp/post/application_json/';
441
+
442
+ constructor(input: CreateWorkspaceRequest) {
443
+ super(input);
444
+ this.requestConfig = buildRequestConfigFromMetaPath(CreateWorkspaceCommand.metaPath);
445
+ }
446
+ }
447
+ /**
448
+ * Command to DeleteAggregateWorkspace
449
+ */
450
+ export class DeleteAggregateWorkspaceCommand extends Command<
451
+ DeleteAggregateWorkspaceRequest,
452
+ DeleteAggregateWorkspaceCommandOutput,
453
+ 'DeleteAggregateWorkspaceCommand'
454
+ > {
455
+ static readonly metaPath = '/DeleteAggregateWorkspace/2021-03-03/vmp/post/application_json/';
456
+
457
+ constructor(input: DeleteAggregateWorkspaceRequest) {
458
+ super(input);
459
+ this.requestConfig = buildRequestConfigFromMetaPath(DeleteAggregateWorkspaceCommand.metaPath);
460
+ }
461
+ }
462
+ /**
463
+ * Command to DeleteAlertingRules
464
+ */
465
+ export class DeleteAlertingRulesCommand extends Command<
466
+ DeleteAlertingRulesRequest,
467
+ DeleteAlertingRulesCommandOutput,
468
+ 'DeleteAlertingRulesCommand'
469
+ > {
470
+ static readonly metaPath = '/DeleteAlertingRules/2021-03-03/vmp/post/application_json/';
471
+
472
+ constructor(input: DeleteAlertingRulesRequest) {
473
+ super(input);
474
+ this.requestConfig = buildRequestConfigFromMetaPath(DeleteAlertingRulesCommand.metaPath);
475
+ }
476
+ }
477
+ /**
478
+ * Command to DeleteContactGroups
479
+ */
480
+ export class DeleteContactGroupsCommand extends Command<
481
+ DeleteContactGroupsRequest,
482
+ DeleteContactGroupsCommandOutput,
483
+ 'DeleteContactGroupsCommand'
484
+ > {
485
+ static readonly metaPath = '/DeleteContactGroups/2021-03-03/vmp/post/application_json/';
486
+
487
+ constructor(input: DeleteContactGroupsRequest) {
488
+ super(input);
489
+ this.requestConfig = buildRequestConfigFromMetaPath(DeleteContactGroupsCommand.metaPath);
490
+ }
491
+ }
492
+ /**
493
+ * Command to DeleteContacts
494
+ */
495
+ export class DeleteContactsCommand extends Command<
496
+ DeleteContactsRequest,
497
+ DeleteContactsCommandOutput,
498
+ 'DeleteContactsCommand'
499
+ > {
500
+ static readonly metaPath = '/DeleteContacts/2021-03-03/vmp/post/application_json/';
501
+
502
+ constructor(input: DeleteContactsRequest) {
503
+ super(input);
504
+ this.requestConfig = buildRequestConfigFromMetaPath(DeleteContactsCommand.metaPath);
505
+ }
506
+ }
507
+ /**
508
+ * Command to DeleteExternalPrometheus
509
+ */
510
+ export class DeleteExternalPrometheusCommand extends Command<
511
+ DeleteExternalPrometheusRequest,
512
+ DeleteExternalPrometheusCommandOutput,
513
+ 'DeleteExternalPrometheusCommand'
514
+ > {
515
+ static readonly metaPath = '/DeleteExternalPrometheus/2021-03-03/vmp/post/application_json/';
516
+
517
+ constructor(input: DeleteExternalPrometheusRequest) {
518
+ super(input);
519
+ this.requestConfig = buildRequestConfigFromMetaPath(DeleteExternalPrometheusCommand.metaPath);
520
+ }
521
+ }
522
+ /**
523
+ * Command to DeleteIntegrationTask
524
+ */
525
+ export class DeleteIntegrationTaskCommand extends Command<
526
+ DeleteIntegrationTaskRequest,
527
+ DeleteIntegrationTaskCommandOutput,
528
+ 'DeleteIntegrationTaskCommand'
529
+ > {
530
+ static readonly metaPath = '/DeleteIntegrationTask/2021-03-03/vmp/post/application_json/';
531
+
532
+ constructor(input: DeleteIntegrationTaskRequest) {
533
+ super(input);
534
+ this.requestConfig = buildRequestConfigFromMetaPath(DeleteIntegrationTaskCommand.metaPath);
535
+ }
536
+ }
537
+ /**
538
+ * Command to DeleteNotifyGroupPolicy
539
+ */
540
+ export class DeleteNotifyGroupPolicyCommand extends Command<
541
+ DeleteNotifyGroupPolicyRequest,
542
+ DeleteNotifyGroupPolicyCommandOutput,
543
+ 'DeleteNotifyGroupPolicyCommand'
544
+ > {
545
+ static readonly metaPath = '/DeleteNotifyGroupPolicy/2021-03-03/vmp/post/application_json/';
546
+
547
+ constructor(input: DeleteNotifyGroupPolicyRequest) {
548
+ super(input);
549
+ this.requestConfig = buildRequestConfigFromMetaPath(DeleteNotifyGroupPolicyCommand.metaPath);
550
+ }
551
+ }
552
+ /**
553
+ * Command to DeleteNotifyPolicy
554
+ */
555
+ export class DeleteNotifyPolicyCommand extends Command<
556
+ DeleteNotifyPolicyRequest,
557
+ DeleteNotifyPolicyCommandOutput,
558
+ 'DeleteNotifyPolicyCommand'
559
+ > {
560
+ static readonly metaPath = '/DeleteNotifyPolicy/2021-03-03/vmp/post/application_json/';
561
+
562
+ constructor(input: DeleteNotifyPolicyRequest) {
563
+ super(input);
564
+ this.requestConfig = buildRequestConfigFromMetaPath(DeleteNotifyPolicyCommand.metaPath);
565
+ }
566
+ }
567
+ /**
568
+ * Command to DeleteNotifyTemplate
569
+ */
570
+ export class DeleteNotifyTemplateCommand extends Command<
571
+ DeleteNotifyTemplateRequest,
572
+ DeleteNotifyTemplateCommandOutput,
573
+ 'DeleteNotifyTemplateCommand'
574
+ > {
575
+ static readonly metaPath = '/DeleteNotifyTemplate/2021-03-03/vmp/post/application_json/';
576
+
577
+ constructor(input: DeleteNotifyTemplateRequest) {
578
+ super(input);
579
+ this.requestConfig = buildRequestConfigFromMetaPath(DeleteNotifyTemplateCommand.metaPath);
580
+ }
581
+ }
582
+ /**
583
+ * Command to DeleteRuleFile
584
+ */
585
+ export class DeleteRuleFileCommand extends Command<
586
+ DeleteRuleFileRequest,
587
+ DeleteRuleFileCommandOutput,
588
+ 'DeleteRuleFileCommand'
589
+ > {
590
+ static readonly metaPath = '/DeleteRuleFile/2021-03-03/vmp/post/application_json/';
591
+
592
+ constructor(input: DeleteRuleFileRequest) {
593
+ super(input);
594
+ this.requestConfig = buildRequestConfigFromMetaPath(DeleteRuleFileCommand.metaPath);
595
+ }
596
+ }
597
+ /**
598
+ * Command to DeleteSilencePolicies
599
+ */
600
+ export class DeleteSilencePoliciesCommand extends Command<
601
+ DeleteSilencePoliciesRequest,
602
+ DeleteSilencePoliciesCommandOutput,
603
+ 'DeleteSilencePoliciesCommand'
604
+ > {
605
+ static readonly metaPath = '/DeleteSilencePolicies/2021-03-03/vmp/post/application_json/';
606
+
607
+ constructor(input: DeleteSilencePoliciesRequest) {
608
+ super(input);
609
+ this.requestConfig = buildRequestConfigFromMetaPath(DeleteSilencePoliciesCommand.metaPath);
610
+ }
611
+ }
612
+ /**
613
+ * Command to DeleteWorkspace
614
+ */
615
+ export class DeleteWorkspaceCommand extends Command<
616
+ DeleteWorkspaceRequest,
617
+ DeleteWorkspaceCommandOutput,
618
+ 'DeleteWorkspaceCommand'
619
+ > {
620
+ static readonly metaPath = '/DeleteWorkspace/2021-03-03/vmp/post/application_json/';
621
+
622
+ constructor(input: DeleteWorkspaceRequest) {
623
+ super(input);
624
+ this.requestConfig = buildRequestConfigFromMetaPath(DeleteWorkspaceCommand.metaPath);
625
+ }
626
+ }
627
+ /**
628
+ * Command to DisableAlertingRules
629
+ */
630
+ export class DisableAlertingRulesCommand extends Command<
631
+ DisableAlertingRulesRequest,
632
+ DisableAlertingRulesCommandOutput,
633
+ 'DisableAlertingRulesCommand'
634
+ > {
635
+ static readonly metaPath = '/DisableAlertingRules/2021-03-03/vmp/post/application_json/';
636
+
637
+ constructor(input: DisableAlertingRulesRequest) {
638
+ super(input);
639
+ this.requestConfig = buildRequestConfigFromMetaPath(DisableAlertingRulesCommand.metaPath);
640
+ }
641
+ }
642
+ /**
643
+ * Command to DisableIntegrationTasks
644
+ */
645
+ export class DisableIntegrationTasksCommand extends Command<
646
+ DisableIntegrationTasksRequest,
647
+ DisableIntegrationTasksCommandOutput,
648
+ 'DisableIntegrationTasksCommand'
649
+ > {
650
+ static readonly metaPath = '/DisableIntegrationTasks/2021-03-03/vmp/post/application_json/';
651
+
652
+ constructor(input: DisableIntegrationTasksRequest) {
653
+ super(input);
654
+ this.requestConfig = buildRequestConfigFromMetaPath(DisableIntegrationTasksCommand.metaPath);
655
+ }
656
+ }
657
+ /**
658
+ * Command to DisableSilencePolicies
659
+ */
660
+ export class DisableSilencePoliciesCommand extends Command<
661
+ DisableSilencePoliciesRequest,
662
+ DisableSilencePoliciesCommandOutput,
663
+ 'DisableSilencePoliciesCommand'
664
+ > {
665
+ static readonly metaPath = '/DisableSilencePolicies/2021-03-03/vmp/post/application_json/';
666
+
667
+ constructor(input: DisableSilencePoliciesRequest) {
668
+ super(input);
669
+ this.requestConfig = buildRequestConfigFromMetaPath(DisableSilencePoliciesCommand.metaPath);
670
+ }
671
+ }
672
+ /**
673
+ * Command to EnableAlertingRules
674
+ */
675
+ export class EnableAlertingRulesCommand extends Command<
676
+ EnableAlertingRulesRequest,
677
+ EnableAlertingRulesCommandOutput,
678
+ 'EnableAlertingRulesCommand'
679
+ > {
680
+ static readonly metaPath = '/EnableAlertingRules/2021-03-03/vmp/post/application_json/';
681
+
682
+ constructor(input: EnableAlertingRulesRequest) {
683
+ super(input);
684
+ this.requestConfig = buildRequestConfigFromMetaPath(EnableAlertingRulesCommand.metaPath);
685
+ }
686
+ }
687
+ /**
688
+ * Command to EnableIntegrationTasks
689
+ */
690
+ export class EnableIntegrationTasksCommand extends Command<
691
+ EnableIntegrationTasksRequest,
692
+ EnableIntegrationTasksCommandOutput,
693
+ 'EnableIntegrationTasksCommand'
694
+ > {
695
+ static readonly metaPath = '/EnableIntegrationTasks/2021-03-03/vmp/post/application_json/';
696
+
697
+ constructor(input: EnableIntegrationTasksRequest) {
698
+ super(input);
699
+ this.requestConfig = buildRequestConfigFromMetaPath(EnableIntegrationTasksCommand.metaPath);
700
+ }
701
+ }
702
+ /**
703
+ * Command to EnableSilencePolicies
704
+ */
705
+ export class EnableSilencePoliciesCommand extends Command<
706
+ EnableSilencePoliciesRequest,
707
+ EnableSilencePoliciesCommandOutput,
708
+ 'EnableSilencePoliciesCommand'
709
+ > {
710
+ static readonly metaPath = '/EnableSilencePolicies/2021-03-03/vmp/post/application_json/';
711
+
712
+ constructor(input: EnableSilencePoliciesRequest) {
713
+ super(input);
714
+ this.requestConfig = buildRequestConfigFromMetaPath(EnableSilencePoliciesCommand.metaPath);
715
+ }
716
+ }
717
+ /**
718
+ * Command to GetAggregateWorkspace
719
+ */
720
+ export class GetAggregateWorkspaceCommand extends Command<
721
+ GetAggregateWorkspaceRequest,
722
+ GetAggregateWorkspaceCommandOutput,
723
+ 'GetAggregateWorkspaceCommand'
724
+ > {
725
+ static readonly metaPath = '/GetAggregateWorkspace/2021-03-03/vmp/post/application_json/';
726
+
727
+ constructor(input: GetAggregateWorkspaceRequest) {
728
+ super(input);
729
+ this.requestConfig = buildRequestConfigFromMetaPath(GetAggregateWorkspaceCommand.metaPath);
730
+ }
731
+ }
732
+ /**
733
+ * Command to GetAlert
734
+ */
735
+ export class GetAlertCommand extends Command<
736
+ GetAlertRequest,
737
+ GetAlertCommandOutput,
738
+ 'GetAlertCommand'
739
+ > {
740
+ static readonly metaPath = '/GetAlert/2021-03-03/vmp/post/application_json/';
741
+
742
+ constructor(input: GetAlertRequest) {
743
+ super(input);
744
+ this.requestConfig = buildRequestConfigFromMetaPath(GetAlertCommand.metaPath);
745
+ }
746
+ }
747
+ /**
748
+ * Command to GetAlertingRule
749
+ */
750
+ export class GetAlertingRuleCommand extends Command<
751
+ GetAlertingRuleRequest,
752
+ GetAlertingRuleCommandOutput,
753
+ 'GetAlertingRuleCommand'
754
+ > {
755
+ static readonly metaPath = '/GetAlertingRule/2021-03-03/vmp/post/application_json/';
756
+
757
+ constructor(input: GetAlertingRuleRequest) {
758
+ super(input);
759
+ this.requestConfig = buildRequestConfigFromMetaPath(GetAlertingRuleCommand.metaPath);
760
+ }
761
+ }
762
+ /**
763
+ * Command to GetContact
764
+ */
765
+ export class GetContactCommand extends Command<
766
+ GetContactRequest,
767
+ GetContactCommandOutput,
768
+ 'GetContactCommand'
769
+ > {
770
+ static readonly metaPath = '/GetContact/2021-03-03/vmp/post/application_json/';
771
+
772
+ constructor(input: GetContactRequest) {
773
+ super(input);
774
+ this.requestConfig = buildRequestConfigFromMetaPath(GetContactCommand.metaPath);
775
+ }
776
+ }
777
+ /**
778
+ * Command to GetContactGroup
779
+ */
780
+ export class GetContactGroupCommand extends Command<
781
+ GetContactGroupRequest,
782
+ GetContactGroupCommandOutput,
783
+ 'GetContactGroupCommand'
784
+ > {
785
+ static readonly metaPath = '/GetContactGroup/2021-03-03/vmp/post/application_json/';
786
+
787
+ constructor(input: GetContactGroupRequest) {
788
+ super(input);
789
+ this.requestConfig = buildRequestConfigFromMetaPath(GetContactGroupCommand.metaPath);
790
+ }
791
+ }
792
+ /**
793
+ * Command to GetExternalPrometheus
794
+ */
795
+ export class GetExternalPrometheusCommand extends Command<
796
+ GetExternalPrometheusRequest,
797
+ GetExternalPrometheusCommandOutput,
798
+ 'GetExternalPrometheusCommand'
799
+ > {
800
+ static readonly metaPath = '/GetExternalPrometheus/2021-03-03/vmp/post/application_json/';
801
+
802
+ constructor(input: GetExternalPrometheusRequest) {
803
+ super(input);
804
+ this.requestConfig = buildRequestConfigFromMetaPath(GetExternalPrometheusCommand.metaPath);
805
+ }
806
+ }
807
+ /**
808
+ * Command to GetIntegrationTask
809
+ */
810
+ export class GetIntegrationTaskCommand extends Command<
811
+ GetIntegrationTaskRequest,
812
+ GetIntegrationTaskCommandOutput,
813
+ 'GetIntegrationTaskCommand'
814
+ > {
815
+ static readonly metaPath = '/GetIntegrationTask/2021-03-03/vmp/post/application_json/';
816
+
817
+ constructor(input: GetIntegrationTaskRequest) {
818
+ super(input);
819
+ this.requestConfig = buildRequestConfigFromMetaPath(GetIntegrationTaskCommand.metaPath);
820
+ }
821
+ }
822
+ /**
823
+ * Command to GetNotifyGroupPolicy
824
+ */
825
+ export class GetNotifyGroupPolicyCommand extends Command<
826
+ GetNotifyGroupPolicyRequest,
827
+ GetNotifyGroupPolicyCommandOutput,
828
+ 'GetNotifyGroupPolicyCommand'
829
+ > {
830
+ static readonly metaPath = '/GetNotifyGroupPolicy/2021-03-03/vmp/post/application_json/';
831
+
832
+ constructor(input: GetNotifyGroupPolicyRequest) {
833
+ super(input);
834
+ this.requestConfig = buildRequestConfigFromMetaPath(GetNotifyGroupPolicyCommand.metaPath);
835
+ }
836
+ }
837
+ /**
838
+ * Command to GetNotifyPolicy
839
+ */
840
+ export class GetNotifyPolicyCommand extends Command<
841
+ GetNotifyPolicyRequest,
842
+ GetNotifyPolicyCommandOutput,
843
+ 'GetNotifyPolicyCommand'
844
+ > {
845
+ static readonly metaPath = '/GetNotifyPolicy/2021-03-03/vmp/post/application_json/';
846
+
847
+ constructor(input: GetNotifyPolicyRequest) {
848
+ super(input);
849
+ this.requestConfig = buildRequestConfigFromMetaPath(GetNotifyPolicyCommand.metaPath);
850
+ }
851
+ }
852
+ /**
853
+ * Command to GetRuleFile
854
+ */
855
+ export class GetRuleFileCommand extends Command<
856
+ GetRuleFileRequest,
857
+ GetRuleFileCommandOutput,
858
+ 'GetRuleFileCommand'
859
+ > {
860
+ static readonly metaPath = '/GetRuleFile/2021-03-03/vmp/post/application_json/';
861
+
862
+ constructor(input: GetRuleFileRequest) {
863
+ super(input);
864
+ this.requestConfig = buildRequestConfigFromMetaPath(GetRuleFileCommand.metaPath);
865
+ }
866
+ }
867
+ /**
868
+ * Command to GetWorkspace
869
+ */
870
+ export class GetWorkspaceCommand extends Command<
871
+ GetWorkspaceRequest,
872
+ GetWorkspaceCommandOutput,
873
+ 'GetWorkspaceCommand'
874
+ > {
875
+ static readonly metaPath = '/GetWorkspace/2021-03-03/vmp/post/application_json/';
876
+
877
+ constructor(input: GetWorkspaceRequest) {
878
+ super(input);
879
+ this.requestConfig = buildRequestConfigFromMetaPath(GetWorkspaceCommand.metaPath);
880
+ }
881
+ }
882
+ /**
883
+ * Command to GetWorkspaceAuthInfo
884
+ */
885
+ export class GetWorkspaceAuthInfoCommand extends Command<
886
+ GetWorkspaceAuthInfoRequest,
887
+ GetWorkspaceAuthInfoCommandOutput,
888
+ 'GetWorkspaceAuthInfoCommand'
889
+ > {
890
+ static readonly metaPath = '/GetWorkspaceAuthInfo/2021-03-03/vmp/post/application_json/';
891
+
892
+ constructor(input: GetWorkspaceAuthInfoRequest) {
893
+ super(input);
894
+ this.requestConfig = buildRequestConfigFromMetaPath(GetWorkspaceAuthInfoCommand.metaPath);
895
+ }
896
+ }
897
+ /**
898
+ * Command to ListAlertSamples
899
+ */
900
+ export class ListAlertSamplesCommand extends Command<
901
+ ListAlertSamplesRequest,
902
+ ListAlertSamplesCommandOutput,
903
+ 'ListAlertSamplesCommand'
904
+ > {
905
+ static readonly metaPath = '/ListAlertSamples/2021-03-03/vmp/post/application_json/';
906
+
907
+ constructor(input: ListAlertSamplesRequest) {
908
+ super(input);
909
+ this.requestConfig = buildRequestConfigFromMetaPath(ListAlertSamplesCommand.metaPath);
910
+ }
911
+ }
912
+ /**
913
+ * Command to ListAlertingRules
914
+ */
915
+ export class ListAlertingRulesCommand extends Command<
916
+ ListAlertingRulesRequest,
917
+ ListAlertingRulesCommandOutput,
918
+ 'ListAlertingRulesCommand'
919
+ > {
920
+ static readonly metaPath = '/ListAlertingRules/2021-03-03/vmp/post/application_json/';
921
+
922
+ constructor(input: ListAlertingRulesRequest) {
923
+ super(input);
924
+ this.requestConfig = buildRequestConfigFromMetaPath(ListAlertingRulesCommand.metaPath);
925
+ }
926
+ }
927
+ /**
928
+ * Command to ListAlerts
929
+ */
930
+ export class ListAlertsCommand extends Command<
931
+ ListAlertsRequest,
932
+ ListAlertsCommandOutput,
933
+ 'ListAlertsCommand'
934
+ > {
935
+ static readonly metaPath = '/ListAlerts/2021-03-03/vmp/post/application_json/';
936
+
937
+ constructor(input: ListAlertsRequest) {
938
+ super(input);
939
+ this.requestConfig = buildRequestConfigFromMetaPath(ListAlertsCommand.metaPath);
940
+ }
941
+ }
942
+ /**
943
+ * Command to ListContactGroups
944
+ */
945
+ export class ListContactGroupsCommand extends Command<
946
+ ListContactGroupsRequest,
947
+ ListContactGroupsCommandOutput,
948
+ 'ListContactGroupsCommand'
949
+ > {
950
+ static readonly metaPath = '/ListContactGroups/2021-03-03/vmp/post/application_json/';
951
+
952
+ constructor(input: ListContactGroupsRequest) {
953
+ super(input);
954
+ this.requestConfig = buildRequestConfigFromMetaPath(ListContactGroupsCommand.metaPath);
955
+ }
956
+ }
957
+ /**
958
+ * Command to ListContacts
959
+ */
960
+ export class ListContactsCommand extends Command<
961
+ ListContactsRequest,
962
+ ListContactsCommandOutput,
963
+ 'ListContactsCommand'
964
+ > {
965
+ static readonly metaPath = '/ListContacts/2021-03-03/vmp/post/application_json/';
966
+
967
+ constructor(input: ListContactsRequest) {
968
+ super(input);
969
+ this.requestConfig = buildRequestConfigFromMetaPath(ListContactsCommand.metaPath);
970
+ }
971
+ }
972
+ /**
973
+ * Command to ListIntegrationTasks
974
+ */
975
+ export class ListIntegrationTasksCommand extends Command<
976
+ ListIntegrationTasksRequest,
977
+ ListIntegrationTasksCommandOutput,
978
+ 'ListIntegrationTasksCommand'
979
+ > {
980
+ static readonly metaPath = '/ListIntegrationTasks/2021-03-03/vmp/post/application_json/';
981
+
982
+ constructor(input: ListIntegrationTasksRequest) {
983
+ super(input);
984
+ this.requestConfig = buildRequestConfigFromMetaPath(ListIntegrationTasksCommand.metaPath);
985
+ }
986
+ }
987
+ /**
988
+ * Command to ListNotifyGroupPolicies
989
+ */
990
+ export class ListNotifyGroupPoliciesCommand extends Command<
991
+ ListNotifyGroupPoliciesRequest,
992
+ ListNotifyGroupPoliciesCommandOutput,
993
+ 'ListNotifyGroupPoliciesCommand'
994
+ > {
995
+ static readonly metaPath = '/ListNotifyGroupPolicies/2021-03-03/vmp/post/application_json/';
996
+
997
+ constructor(input: ListNotifyGroupPoliciesRequest) {
998
+ super(input);
999
+ this.requestConfig = buildRequestConfigFromMetaPath(ListNotifyGroupPoliciesCommand.metaPath);
1000
+ }
1001
+ }
1002
+ /**
1003
+ * Command to ListNotifyPolicies
1004
+ */
1005
+ export class ListNotifyPoliciesCommand extends Command<
1006
+ ListNotifyPoliciesRequest,
1007
+ ListNotifyPoliciesCommandOutput,
1008
+ 'ListNotifyPoliciesCommand'
1009
+ > {
1010
+ static readonly metaPath = '/ListNotifyPolicies/2021-03-03/vmp/post/application_json/';
1011
+
1012
+ constructor(input: ListNotifyPoliciesRequest) {
1013
+ super(input);
1014
+ this.requestConfig = buildRequestConfigFromMetaPath(ListNotifyPoliciesCommand.metaPath);
1015
+ }
1016
+ }
1017
+ /**
1018
+ * Command to ListNotifyTemplates
1019
+ */
1020
+ export class ListNotifyTemplatesCommand extends Command<
1021
+ ListNotifyTemplatesRequest,
1022
+ ListNotifyTemplatesCommandOutput,
1023
+ 'ListNotifyTemplatesCommand'
1024
+ > {
1025
+ static readonly metaPath = '/ListNotifyTemplates/2021-03-03/vmp/post/application_json/';
1026
+
1027
+ constructor(input: ListNotifyTemplatesRequest) {
1028
+ super(input);
1029
+ this.requestConfig = buildRequestConfigFromMetaPath(ListNotifyTemplatesCommand.metaPath);
1030
+ }
1031
+ }
1032
+ /**
1033
+ * Command to ListRuleFiles
1034
+ */
1035
+ export class ListRuleFilesCommand extends Command<
1036
+ ListRuleFilesRequest,
1037
+ ListRuleFilesCommandOutput,
1038
+ 'ListRuleFilesCommand'
1039
+ > {
1040
+ static readonly metaPath = '/ListRuleFiles/2021-03-03/vmp/post/application_json/';
1041
+
1042
+ constructor(input: ListRuleFilesRequest) {
1043
+ super(input);
1044
+ this.requestConfig = buildRequestConfigFromMetaPath(ListRuleFilesCommand.metaPath);
1045
+ }
1046
+ }
1047
+ /**
1048
+ * Command to ListRules
1049
+ */
1050
+ export class ListRulesCommand extends Command<
1051
+ ListRulesRequest,
1052
+ ListRulesCommandOutput,
1053
+ 'ListRulesCommand'
1054
+ > {
1055
+ static readonly metaPath = '/ListRules/2021-03-03/vmp/post/application_json/';
1056
+
1057
+ constructor(input: ListRulesRequest) {
1058
+ super(input);
1059
+ this.requestConfig = buildRequestConfigFromMetaPath(ListRulesCommand.metaPath);
1060
+ }
1061
+ }
1062
+ /**
1063
+ * Command to ListSilencePolicies
1064
+ */
1065
+ export class ListSilencePoliciesCommand extends Command<
1066
+ ListSilencePoliciesRequest,
1067
+ ListSilencePoliciesCommandOutput,
1068
+ 'ListSilencePoliciesCommand'
1069
+ > {
1070
+ static readonly metaPath = '/ListSilencePolicies/2021-03-03/vmp/post/application_json/';
1071
+
1072
+ constructor(input: ListSilencePoliciesRequest) {
1073
+ super(input);
1074
+ this.requestConfig = buildRequestConfigFromMetaPath(ListSilencePoliciesCommand.metaPath);
1075
+ }
1076
+ }
1077
+ /**
1078
+ * Command to ListTagsForResources
1079
+ */
1080
+ export class ListTagsForResourcesCommand extends Command<
1081
+ ListTagsForResourcesRequest,
1082
+ ListTagsForResourcesCommandOutput,
1083
+ 'ListTagsForResourcesCommand'
1084
+ > {
1085
+ static readonly metaPath = '/ListTagsForResources/2021-03-03/vmp/post/application_json/';
1086
+
1087
+ constructor(input: ListTagsForResourcesRequest) {
1088
+ super(input);
1089
+ this.requestConfig = buildRequestConfigFromMetaPath(ListTagsForResourcesCommand.metaPath);
1090
+ }
1091
+ }
1092
+ /**
1093
+ * Command to ListWorkspaceInstanceTypes
1094
+ */
1095
+ export class ListWorkspaceInstanceTypesCommand extends Command<
1096
+ ListWorkspaceInstanceTypesRequest,
1097
+ ListWorkspaceInstanceTypesCommandOutput,
1098
+ 'ListWorkspaceInstanceTypesCommand'
1099
+ > {
1100
+ static readonly metaPath = '/ListWorkspaceInstanceTypes/2021-03-03/vmp/post/application_json/';
1101
+
1102
+ constructor(input: ListWorkspaceInstanceTypesRequest) {
1103
+ super(input);
1104
+ this.requestConfig = buildRequestConfigFromMetaPath(ListWorkspaceInstanceTypesCommand.metaPath);
1105
+ }
1106
+ }
1107
+ /**
1108
+ * Command to ListWorkspaceStatus
1109
+ */
1110
+ export class ListWorkspaceStatusCommand extends Command<
1111
+ ListWorkspaceStatusRequest,
1112
+ ListWorkspaceStatusCommandOutput,
1113
+ 'ListWorkspaceStatusCommand'
1114
+ > {
1115
+ static readonly metaPath = '/ListWorkspaceStatus/2021-03-03/vmp/post/application_json/';
1116
+
1117
+ constructor(input: ListWorkspaceStatusRequest) {
1118
+ super(input);
1119
+ this.requestConfig = buildRequestConfigFromMetaPath(ListWorkspaceStatusCommand.metaPath);
1120
+ }
1121
+ }
1122
+ /**
1123
+ * Command to ListWorkspaces
1124
+ */
1125
+ export class ListWorkspacesCommand extends Command<
1126
+ ListWorkspacesRequest,
1127
+ ListWorkspacesCommandOutput,
1128
+ 'ListWorkspacesCommand'
1129
+ > {
1130
+ static readonly metaPath = '/ListWorkspaces/2021-03-03/vmp/post/application_json/';
1131
+
1132
+ constructor(input: ListWorkspacesRequest) {
1133
+ super(input);
1134
+ this.requestConfig = buildRequestConfigFromMetaPath(ListWorkspacesCommand.metaPath);
1135
+ }
1136
+ }
1137
+ /**
1138
+ * Command to SendValidationMessage
1139
+ */
1140
+ export class SendValidationMessageCommand extends Command<
1141
+ SendValidationMessageRequest,
1142
+ SendValidationMessageCommandOutput,
1143
+ 'SendValidationMessageCommand'
1144
+ > {
1145
+ static readonly metaPath = '/SendValidationMessage/2021-03-03/vmp/post/application_json/';
1146
+
1147
+ constructor(input: SendValidationMessageRequest) {
1148
+ super(input);
1149
+ this.requestConfig = buildRequestConfigFromMetaPath(SendValidationMessageCommand.metaPath);
1150
+ }
1151
+ }
1152
+ /**
1153
+ * Command to TagResources
1154
+ */
1155
+ export class TagResourcesCommand extends Command<
1156
+ TagResourcesRequest,
1157
+ TagResourcesCommandOutput,
1158
+ 'TagResourcesCommand'
1159
+ > {
1160
+ static readonly metaPath = '/TagResources/2021-03-03/vmp/post/application_json/';
1161
+
1162
+ constructor(input: TagResourcesRequest) {
1163
+ super(input);
1164
+ this.requestConfig = buildRequestConfigFromMetaPath(TagResourcesCommand.metaPath);
1165
+ }
1166
+ }
1167
+ /**
1168
+ * Command to TestDingTalkBotWebhook
1169
+ */
1170
+ export class TestDingTalkBotWebhookCommand extends Command<
1171
+ TestDingTalkBotWebhookRequest,
1172
+ TestDingTalkBotWebhookCommandOutput,
1173
+ 'TestDingTalkBotWebhookCommand'
1174
+ > {
1175
+ static readonly metaPath = '/TestDingTalkBotWebhook/2021-03-03/vmp/post/application_json/';
1176
+
1177
+ constructor(input: TestDingTalkBotWebhookRequest) {
1178
+ super(input);
1179
+ this.requestConfig = buildRequestConfigFromMetaPath(TestDingTalkBotWebhookCommand.metaPath);
1180
+ }
1181
+ }
1182
+ /**
1183
+ * Command to TestLarkBotWebhook
1184
+ */
1185
+ export class TestLarkBotWebhookCommand extends Command<
1186
+ TestLarkBotWebhookRequest,
1187
+ TestLarkBotWebhookCommandOutput,
1188
+ 'TestLarkBotWebhookCommand'
1189
+ > {
1190
+ static readonly metaPath = '/TestLarkBotWebhook/2021-03-03/vmp/post/application_json/';
1191
+
1192
+ constructor(input: TestLarkBotWebhookRequest) {
1193
+ super(input);
1194
+ this.requestConfig = buildRequestConfigFromMetaPath(TestLarkBotWebhookCommand.metaPath);
1195
+ }
1196
+ }
1197
+ /**
1198
+ * Command to TestWeComBotWebhook
1199
+ */
1200
+ export class TestWeComBotWebhookCommand extends Command<
1201
+ TestWeComBotWebhookRequest,
1202
+ TestWeComBotWebhookCommandOutput,
1203
+ 'TestWeComBotWebhookCommand'
1204
+ > {
1205
+ static readonly metaPath = '/TestWeComBotWebhook/2021-03-03/vmp/post/application_json/';
1206
+
1207
+ constructor(input: TestWeComBotWebhookRequest) {
1208
+ super(input);
1209
+ this.requestConfig = buildRequestConfigFromMetaPath(TestWeComBotWebhookCommand.metaPath);
1210
+ }
1211
+ }
1212
+ /**
1213
+ * Command to TestWebhook
1214
+ */
1215
+ export class TestWebhookCommand extends Command<
1216
+ TestWebhookRequest,
1217
+ TestWebhookCommandOutput,
1218
+ 'TestWebhookCommand'
1219
+ > {
1220
+ static readonly metaPath = '/TestWebhook/2021-03-03/vmp/post/application_json/';
1221
+
1222
+ constructor(input: TestWebhookRequest) {
1223
+ super(input);
1224
+ this.requestConfig = buildRequestConfigFromMetaPath(TestWebhookCommand.metaPath);
1225
+ }
1226
+ }
1227
+ /**
1228
+ * Command to UntagResources
1229
+ */
1230
+ export class UntagResourcesCommand extends Command<
1231
+ UntagResourcesRequest,
1232
+ UntagResourcesCommandOutput,
1233
+ 'UntagResourcesCommand'
1234
+ > {
1235
+ static readonly metaPath = '/UntagResources/2021-03-03/vmp/post/application_json/';
1236
+
1237
+ constructor(input: UntagResourcesRequest) {
1238
+ super(input);
1239
+ this.requestConfig = buildRequestConfigFromMetaPath(UntagResourcesCommand.metaPath);
1240
+ }
1241
+ }
1242
+ /**
1243
+ * Command to UpdateAggregateWorkspace
1244
+ */
1245
+ export class UpdateAggregateWorkspaceCommand extends Command<
1246
+ UpdateAggregateWorkspaceRequest,
1247
+ UpdateAggregateWorkspaceCommandOutput,
1248
+ 'UpdateAggregateWorkspaceCommand'
1249
+ > {
1250
+ static readonly metaPath = '/UpdateAggregateWorkspace/2021-03-03/vmp/post/application_json/';
1251
+
1252
+ constructor(input: UpdateAggregateWorkspaceRequest) {
1253
+ super(input);
1254
+ this.requestConfig = buildRequestConfigFromMetaPath(UpdateAggregateWorkspaceCommand.metaPath);
1255
+ }
1256
+ }
1257
+ /**
1258
+ * Command to UpdateAlertingRule
1259
+ */
1260
+ export class UpdateAlertingRuleCommand extends Command<
1261
+ UpdateAlertingRuleRequest,
1262
+ UpdateAlertingRuleCommandOutput,
1263
+ 'UpdateAlertingRuleCommand'
1264
+ > {
1265
+ static readonly metaPath = '/UpdateAlertingRule/2021-03-03/vmp/post/application_json/';
1266
+
1267
+ constructor(input: UpdateAlertingRuleRequest) {
1268
+ super(input);
1269
+ this.requestConfig = buildRequestConfigFromMetaPath(UpdateAlertingRuleCommand.metaPath);
1270
+ }
1271
+ }
1272
+ /**
1273
+ * Command to UpdateContact
1274
+ */
1275
+ export class UpdateContactCommand extends Command<
1276
+ UpdateContactRequest,
1277
+ UpdateContactCommandOutput,
1278
+ 'UpdateContactCommand'
1279
+ > {
1280
+ static readonly metaPath = '/UpdateContact/2021-03-03/vmp/post/application_json/';
1281
+
1282
+ constructor(input: UpdateContactRequest) {
1283
+ super(input);
1284
+ this.requestConfig = buildRequestConfigFromMetaPath(UpdateContactCommand.metaPath);
1285
+ }
1286
+ }
1287
+ /**
1288
+ * Command to UpdateContactGroup
1289
+ */
1290
+ export class UpdateContactGroupCommand extends Command<
1291
+ UpdateContactGroupRequest,
1292
+ UpdateContactGroupCommandOutput,
1293
+ 'UpdateContactGroupCommand'
1294
+ > {
1295
+ static readonly metaPath = '/UpdateContactGroup/2021-03-03/vmp/post/application_json/';
1296
+
1297
+ constructor(input: UpdateContactGroupRequest) {
1298
+ super(input);
1299
+ this.requestConfig = buildRequestConfigFromMetaPath(UpdateContactGroupCommand.metaPath);
1300
+ }
1301
+ }
1302
+ /**
1303
+ * Command to UpdateExternalPrometheus
1304
+ */
1305
+ export class UpdateExternalPrometheusCommand extends Command<
1306
+ UpdateExternalPrometheusRequest,
1307
+ UpdateExternalPrometheusCommandOutput,
1308
+ 'UpdateExternalPrometheusCommand'
1309
+ > {
1310
+ static readonly metaPath = '/UpdateExternalPrometheus/2021-03-03/vmp/post/application_json/';
1311
+
1312
+ constructor(input: UpdateExternalPrometheusRequest) {
1313
+ super(input);
1314
+ this.requestConfig = buildRequestConfigFromMetaPath(UpdateExternalPrometheusCommand.metaPath);
1315
+ }
1316
+ }
1317
+ /**
1318
+ * Command to UpdateIntegrationTask
1319
+ */
1320
+ export class UpdateIntegrationTaskCommand extends Command<
1321
+ UpdateIntegrationTaskRequest,
1322
+ UpdateIntegrationTaskCommandOutput,
1323
+ 'UpdateIntegrationTaskCommand'
1324
+ > {
1325
+ static readonly metaPath = '/UpdateIntegrationTask/2021-03-03/vmp/post/application_json/';
1326
+
1327
+ constructor(input: UpdateIntegrationTaskRequest) {
1328
+ super(input);
1329
+ this.requestConfig = buildRequestConfigFromMetaPath(UpdateIntegrationTaskCommand.metaPath);
1330
+ }
1331
+ }
1332
+ /**
1333
+ * Command to UpdateNotifyGroupPolicy
1334
+ */
1335
+ export class UpdateNotifyGroupPolicyCommand extends Command<
1336
+ UpdateNotifyGroupPolicyRequest,
1337
+ UpdateNotifyGroupPolicyCommandOutput,
1338
+ 'UpdateNotifyGroupPolicyCommand'
1339
+ > {
1340
+ static readonly metaPath = '/UpdateNotifyGroupPolicy/2021-03-03/vmp/post/application_json/';
1341
+
1342
+ constructor(input: UpdateNotifyGroupPolicyRequest) {
1343
+ super(input);
1344
+ this.requestConfig = buildRequestConfigFromMetaPath(UpdateNotifyGroupPolicyCommand.metaPath);
1345
+ }
1346
+ }
1347
+ /**
1348
+ * Command to UpdateNotifyPolicy
1349
+ */
1350
+ export class UpdateNotifyPolicyCommand extends Command<
1351
+ UpdateNotifyPolicyRequest,
1352
+ UpdateNotifyPolicyCommandOutput,
1353
+ 'UpdateNotifyPolicyCommand'
1354
+ > {
1355
+ static readonly metaPath = '/UpdateNotifyPolicy/2021-03-03/vmp/post/application_json/';
1356
+
1357
+ constructor(input: UpdateNotifyPolicyRequest) {
1358
+ super(input);
1359
+ this.requestConfig = buildRequestConfigFromMetaPath(UpdateNotifyPolicyCommand.metaPath);
1360
+ }
1361
+ }
1362
+ /**
1363
+ * Command to UpdateNotifyTemplate
1364
+ */
1365
+ export class UpdateNotifyTemplateCommand extends Command<
1366
+ UpdateNotifyTemplateRequest,
1367
+ UpdateNotifyTemplateCommandOutput,
1368
+ 'UpdateNotifyTemplateCommand'
1369
+ > {
1370
+ static readonly metaPath = '/UpdateNotifyTemplate/2021-03-03/vmp/post/application_json/';
1371
+
1372
+ constructor(input: UpdateNotifyTemplateRequest) {
1373
+ super(input);
1374
+ this.requestConfig = buildRequestConfigFromMetaPath(UpdateNotifyTemplateCommand.metaPath);
1375
+ }
1376
+ }
1377
+ /**
1378
+ * Command to UpdateRuleFile
1379
+ */
1380
+ export class UpdateRuleFileCommand extends Command<
1381
+ UpdateRuleFileRequest,
1382
+ UpdateRuleFileCommandOutput,
1383
+ 'UpdateRuleFileCommand'
1384
+ > {
1385
+ static readonly metaPath = '/UpdateRuleFile/2021-03-03/vmp/post/application_json/';
1386
+
1387
+ constructor(input: UpdateRuleFileRequest) {
1388
+ super(input);
1389
+ this.requestConfig = buildRequestConfigFromMetaPath(UpdateRuleFileCommand.metaPath);
1390
+ }
1391
+ }
1392
+ /**
1393
+ * Command to UpdateSilencePolicy
1394
+ */
1395
+ export class UpdateSilencePolicyCommand extends Command<
1396
+ UpdateSilencePolicyRequest,
1397
+ UpdateSilencePolicyCommandOutput,
1398
+ 'UpdateSilencePolicyCommand'
1399
+ > {
1400
+ static readonly metaPath = '/UpdateSilencePolicy/2021-03-03/vmp/post/application_json/';
1401
+
1402
+ constructor(input: UpdateSilencePolicyRequest) {
1403
+ super(input);
1404
+ this.requestConfig = buildRequestConfigFromMetaPath(UpdateSilencePolicyCommand.metaPath);
1405
+ }
1406
+ }
1407
+ /**
1408
+ * Command to UpdateWorkspace
1409
+ */
1410
+ export class UpdateWorkspaceCommand extends Command<
1411
+ UpdateWorkspaceRequest,
1412
+ UpdateWorkspaceCommandOutput,
1413
+ 'UpdateWorkspaceCommand'
1414
+ > {
1415
+ static readonly metaPath = '/UpdateWorkspace/2021-03-03/vmp/post/application_json/';
1416
+
1417
+ constructor(input: UpdateWorkspaceRequest) {
1418
+ super(input);
1419
+ this.requestConfig = buildRequestConfigFromMetaPath(UpdateWorkspaceCommand.metaPath);
1420
+ }
1421
+ }
1422
+
1423
+ export default {
1424
+ VMPClient,
1425
+ CreateAggregateWorkspaceCommand,
1426
+ CreateAlertingRuleCommand,
1427
+ CreateContactCommand,
1428
+ CreateContactGroupCommand,
1429
+ CreateExternalPrometheusCommand,
1430
+ CreateIntegrationTaskCommand,
1431
+ CreateNotifyGroupPolicyCommand,
1432
+ CreateNotifyPolicyCommand,
1433
+ CreateNotifyTemplateCommand,
1434
+ CreateRuleFileCommand,
1435
+ CreateSilencePolicyCommand,
1436
+ CreateWorkspaceCommand,
1437
+ DeleteAggregateWorkspaceCommand,
1438
+ DeleteAlertingRulesCommand,
1439
+ DeleteContactGroupsCommand,
1440
+ DeleteContactsCommand,
1441
+ DeleteExternalPrometheusCommand,
1442
+ DeleteIntegrationTaskCommand,
1443
+ DeleteNotifyGroupPolicyCommand,
1444
+ DeleteNotifyPolicyCommand,
1445
+ DeleteNotifyTemplateCommand,
1446
+ DeleteRuleFileCommand,
1447
+ DeleteSilencePoliciesCommand,
1448
+ DeleteWorkspaceCommand,
1449
+ DisableAlertingRulesCommand,
1450
+ DisableIntegrationTasksCommand,
1451
+ DisableSilencePoliciesCommand,
1452
+ EnableAlertingRulesCommand,
1453
+ EnableIntegrationTasksCommand,
1454
+ EnableSilencePoliciesCommand,
1455
+ GetAggregateWorkspaceCommand,
1456
+ GetAlertCommand,
1457
+ GetAlertingRuleCommand,
1458
+ GetContactCommand,
1459
+ GetContactGroupCommand,
1460
+ GetExternalPrometheusCommand,
1461
+ GetIntegrationTaskCommand,
1462
+ GetNotifyGroupPolicyCommand,
1463
+ GetNotifyPolicyCommand,
1464
+ GetRuleFileCommand,
1465
+ GetWorkspaceCommand,
1466
+ GetWorkspaceAuthInfoCommand,
1467
+ ListAlertSamplesCommand,
1468
+ ListAlertingRulesCommand,
1469
+ ListAlertsCommand,
1470
+ ListContactGroupsCommand,
1471
+ ListContactsCommand,
1472
+ ListIntegrationTasksCommand,
1473
+ ListNotifyGroupPoliciesCommand,
1474
+ ListNotifyPoliciesCommand,
1475
+ ListNotifyTemplatesCommand,
1476
+ ListRuleFilesCommand,
1477
+ ListRulesCommand,
1478
+ ListSilencePoliciesCommand,
1479
+ ListTagsForResourcesCommand,
1480
+ ListWorkspaceInstanceTypesCommand,
1481
+ ListWorkspaceStatusCommand,
1482
+ ListWorkspacesCommand,
1483
+ SendValidationMessageCommand,
1484
+ TagResourcesCommand,
1485
+ TestDingTalkBotWebhookCommand,
1486
+ TestLarkBotWebhookCommand,
1487
+ TestWeComBotWebhookCommand,
1488
+ TestWebhookCommand,
1489
+ UntagResourcesCommand,
1490
+ UpdateAggregateWorkspaceCommand,
1491
+ UpdateAlertingRuleCommand,
1492
+ UpdateContactCommand,
1493
+ UpdateContactGroupCommand,
1494
+ UpdateExternalPrometheusCommand,
1495
+ UpdateIntegrationTaskCommand,
1496
+ UpdateNotifyGroupPolicyCommand,
1497
+ UpdateNotifyPolicyCommand,
1498
+ UpdateNotifyTemplateCommand,
1499
+ UpdateRuleFileCommand,
1500
+ UpdateSilencePolicyCommand,
1501
+ UpdateWorkspaceCommand,
1502
+ };