@volcengine/vmp 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (983) hide show
  1. package/.turbo/turbo-build.log +19 -0
  2. package/LICENSE.txt +202 -0
  3. package/dist/cjs/index.js +825 -0
  4. package/dist/esm/api.d.ts +870 -0
  5. package/dist/esm/api.d.ts.map +1 -0
  6. package/dist/esm/index.d.ts +13 -0
  7. package/dist/esm/index.d.ts.map +1 -0
  8. package/dist/esm/index.mjs +560 -0
  9. package/dist/esm/types/active-for-create-notify-template-input.d.ts +30 -0
  10. package/dist/esm/types/active-for-create-notify-template-input.d.ts.map +1 -0
  11. package/dist/esm/types/active-for-list-notify-templates-output.d.ts +30 -0
  12. package/dist/esm/types/active-for-list-notify-templates-output.d.ts.map +1 -0
  13. package/dist/esm/types/active-for-update-notify-template-input.d.ts +30 -0
  14. package/dist/esm/types/active-for-update-notify-template-input.d.ts.map +1 -0
  15. package/dist/esm/types/alerting-rule-query-for-get-alert-output.d.ts +30 -0
  16. package/dist/esm/types/alerting-rule-query-for-get-alert-output.d.ts.map +1 -0
  17. package/dist/esm/types/alerting-rule-query-for-list-alerts-output.d.ts +30 -0
  18. package/dist/esm/types/alerting-rule-query-for-list-alerts-output.d.ts.map +1 -0
  19. package/dist/esm/types/annotation-for-create-alerting-rule-input.d.ts +30 -0
  20. package/dist/esm/types/annotation-for-create-alerting-rule-input.d.ts.map +1 -0
  21. package/dist/esm/types/annotation-for-get-alerting-rule-output.d.ts +30 -0
  22. package/dist/esm/types/annotation-for-get-alerting-rule-output.d.ts.map +1 -0
  23. package/dist/esm/types/annotation-for-list-alerting-rules-output.d.ts +30 -0
  24. package/dist/esm/types/annotation-for-list-alerting-rules-output.d.ts.map +1 -0
  25. package/dist/esm/types/annotation-for-update-alerting-rule-input.d.ts +30 -0
  26. package/dist/esm/types/annotation-for-update-alerting-rule-input.d.ts.map +1 -0
  27. package/dist/esm/types/cal-charge-item-list-for-get-aggregate-workspace-output.d.ts +30 -0
  28. package/dist/esm/types/cal-charge-item-list-for-get-aggregate-workspace-output.d.ts.map +1 -0
  29. package/dist/esm/types/cal-charge-item-list-for-get-workspace-output.d.ts +30 -0
  30. package/dist/esm/types/cal-charge-item-list-for-get-workspace-output.d.ts.map +1 -0
  31. package/dist/esm/types/cal-charge-item-list-for-list-workspace-instance-types-output.d.ts +30 -0
  32. package/dist/esm/types/cal-charge-item-list-for-list-workspace-instance-types-output.d.ts.map +1 -0
  33. package/dist/esm/types/calculate-price-param-for-get-aggregate-workspace-output.d.ts +36 -0
  34. package/dist/esm/types/calculate-price-param-for-get-aggregate-workspace-output.d.ts.map +1 -0
  35. package/dist/esm/types/calculate-price-param-for-get-workspace-output.d.ts +36 -0
  36. package/dist/esm/types/calculate-price-param-for-get-workspace-output.d.ts.map +1 -0
  37. package/dist/esm/types/calculate-price-param-for-list-workspace-instance-types-output.d.ts +36 -0
  38. package/dist/esm/types/calculate-price-param-for-list-workspace-instance-types-output.d.ts.map +1 -0
  39. package/dist/esm/types/conditions-for-list-integration-tasks-output.d.ts +36 -0
  40. package/dist/esm/types/conditions-for-list-integration-tasks-output.d.ts.map +1 -0
  41. package/dist/esm/types/create-aggregate-workspace-request.d.ts +87 -0
  42. package/dist/esm/types/create-aggregate-workspace-request.d.ts.map +1 -0
  43. package/dist/esm/types/create-aggregate-workspace-response.d.ts +25 -0
  44. package/dist/esm/types/create-aggregate-workspace-response.d.ts.map +1 -0
  45. package/dist/esm/types/create-alerting-rule-request.d.ts +80 -0
  46. package/dist/esm/types/create-alerting-rule-request.d.ts.map +1 -0
  47. package/dist/esm/types/create-alerting-rule-response.d.ts +25 -0
  48. package/dist/esm/types/create-alerting-rule-response.d.ts.map +1 -0
  49. package/dist/esm/types/create-contact-group-request.d.ts +30 -0
  50. package/dist/esm/types/create-contact-group-request.d.ts.map +1 -0
  51. package/dist/esm/types/create-contact-group-response.d.ts +25 -0
  52. package/dist/esm/types/create-contact-group-response.d.ts.map +1 -0
  53. package/dist/esm/types/create-contact-request.d.ts +59 -0
  54. package/dist/esm/types/create-contact-request.d.ts.map +1 -0
  55. package/dist/esm/types/create-contact-response.d.ts +35 -0
  56. package/dist/esm/types/create-contact-response.d.ts.map +1 -0
  57. package/dist/esm/types/create-external-prometheus-request.d.ts +92 -0
  58. package/dist/esm/types/create-external-prometheus-request.d.ts.map +1 -0
  59. package/dist/esm/types/create-external-prometheus-response.d.ts +25 -0
  60. package/dist/esm/types/create-external-prometheus-response.d.ts.map +1 -0
  61. package/dist/esm/types/create-integration-task-request.d.ts +66 -0
  62. package/dist/esm/types/create-integration-task-request.d.ts.map +1 -0
  63. package/dist/esm/types/create-integration-task-response.d.ts +25 -0
  64. package/dist/esm/types/create-integration-task-response.d.ts.map +1 -0
  65. package/dist/esm/types/create-notify-group-policy-request.d.ts +36 -0
  66. package/dist/esm/types/create-notify-group-policy-request.d.ts.map +1 -0
  67. package/dist/esm/types/create-notify-group-policy-response.d.ts +25 -0
  68. package/dist/esm/types/create-notify-group-policy-response.d.ts.map +1 -0
  69. package/dist/esm/types/create-notify-policy-request.d.ts +41 -0
  70. package/dist/esm/types/create-notify-policy-request.d.ts.map +1 -0
  71. package/dist/esm/types/create-notify-policy-response.d.ts +25 -0
  72. package/dist/esm/types/create-notify-policy-response.d.ts.map +1 -0
  73. package/dist/esm/types/create-notify-template-request.d.ts +47 -0
  74. package/dist/esm/types/create-notify-template-request.d.ts.map +1 -0
  75. package/dist/esm/types/create-notify-template-response.d.ts +25 -0
  76. package/dist/esm/types/create-notify-template-response.d.ts.map +1 -0
  77. package/dist/esm/types/create-rule-file-request.d.ts +45 -0
  78. package/dist/esm/types/create-rule-file-request.d.ts.map +1 -0
  79. package/dist/esm/types/create-rule-file-response.d.ts +25 -0
  80. package/dist/esm/types/create-rule-file-response.d.ts.map +1 -0
  81. package/dist/esm/types/create-silence-policy-request.d.ts +42 -0
  82. package/dist/esm/types/create-silence-policy-request.d.ts.map +1 -0
  83. package/dist/esm/types/create-silence-policy-response.d.ts +25 -0
  84. package/dist/esm/types/create-silence-policy-response.d.ts.map +1 -0
  85. package/dist/esm/types/create-workspace-request.d.ts +76 -0
  86. package/dist/esm/types/create-workspace-request.d.ts.map +1 -0
  87. package/dist/esm/types/create-workspace-response.d.ts +25 -0
  88. package/dist/esm/types/create-workspace-response.d.ts.map +1 -0
  89. package/dist/esm/types/cross-workspace-for-create-aggregate-workspace-input.d.ts +35 -0
  90. package/dist/esm/types/cross-workspace-for-create-aggregate-workspace-input.d.ts.map +1 -0
  91. package/dist/esm/types/cross-workspace-for-get-aggregate-workspace-output.d.ts +35 -0
  92. package/dist/esm/types/cross-workspace-for-get-aggregate-workspace-output.d.ts.map +1 -0
  93. package/dist/esm/types/cross-workspace-for-update-aggregate-workspace-input.d.ts +35 -0
  94. package/dist/esm/types/cross-workspace-for-update-aggregate-workspace-input.d.ts.map +1 -0
  95. package/dist/esm/types/custom-header-kvfor-create-external-prometheus-input.d.ts +30 -0
  96. package/dist/esm/types/custom-header-kvfor-create-external-prometheus-input.d.ts.map +1 -0
  97. package/dist/esm/types/custom-header-kvfor-get-external-prometheus-output.d.ts +30 -0
  98. package/dist/esm/types/custom-header-kvfor-get-external-prometheus-output.d.ts.map +1 -0
  99. package/dist/esm/types/custom-header-kvfor-update-external-prometheus-input.d.ts +30 -0
  100. package/dist/esm/types/custom-header-kvfor-update-external-prometheus-input.d.ts.map +1 -0
  101. package/dist/esm/types/data-for-delete-alerting-rules-output.d.ts +20 -0
  102. package/dist/esm/types/data-for-delete-alerting-rules-output.d.ts.map +1 -0
  103. package/dist/esm/types/data-for-delete-contact-groups-output.d.ts +20 -0
  104. package/dist/esm/types/data-for-delete-contact-groups-output.d.ts.map +1 -0
  105. package/dist/esm/types/data-for-delete-contacts-output.d.ts +20 -0
  106. package/dist/esm/types/data-for-delete-contacts-output.d.ts.map +1 -0
  107. package/dist/esm/types/data-for-delete-silence-policies-output.d.ts +20 -0
  108. package/dist/esm/types/data-for-delete-silence-policies-output.d.ts.map +1 -0
  109. package/dist/esm/types/data-for-disable-alerting-rules-output.d.ts +20 -0
  110. package/dist/esm/types/data-for-disable-alerting-rules-output.d.ts.map +1 -0
  111. package/dist/esm/types/data-for-disable-integration-tasks-output.d.ts +20 -0
  112. package/dist/esm/types/data-for-disable-integration-tasks-output.d.ts.map +1 -0
  113. package/dist/esm/types/data-for-disable-silence-policies-output.d.ts +20 -0
  114. package/dist/esm/types/data-for-disable-silence-policies-output.d.ts.map +1 -0
  115. package/dist/esm/types/data-for-enable-alerting-rules-output.d.ts +20 -0
  116. package/dist/esm/types/data-for-enable-alerting-rules-output.d.ts.map +1 -0
  117. package/dist/esm/types/data-for-enable-integration-tasks-output.d.ts +20 -0
  118. package/dist/esm/types/data-for-enable-integration-tasks-output.d.ts.map +1 -0
  119. package/dist/esm/types/data-for-enable-silence-policies-output.d.ts +20 -0
  120. package/dist/esm/types/data-for-enable-silence-policies-output.d.ts.map +1 -0
  121. package/dist/esm/types/delete-aggregate-workspace-request.d.ts +25 -0
  122. package/dist/esm/types/delete-aggregate-workspace-request.d.ts.map +1 -0
  123. package/dist/esm/types/delete-aggregate-workspace-response.d.ts +25 -0
  124. package/dist/esm/types/delete-aggregate-workspace-response.d.ts.map +1 -0
  125. package/dist/esm/types/delete-alerting-rules-request.d.ts +25 -0
  126. package/dist/esm/types/delete-alerting-rules-request.d.ts.map +1 -0
  127. package/dist/esm/types/delete-alerting-rules-response.d.ts +31 -0
  128. package/dist/esm/types/delete-alerting-rules-response.d.ts.map +1 -0
  129. package/dist/esm/types/delete-contact-groups-request.d.ts +25 -0
  130. package/dist/esm/types/delete-contact-groups-request.d.ts.map +1 -0
  131. package/dist/esm/types/delete-contact-groups-response.d.ts +31 -0
  132. package/dist/esm/types/delete-contact-groups-response.d.ts.map +1 -0
  133. package/dist/esm/types/delete-contacts-request.d.ts +25 -0
  134. package/dist/esm/types/delete-contacts-request.d.ts.map +1 -0
  135. package/dist/esm/types/delete-contacts-response.d.ts +31 -0
  136. package/dist/esm/types/delete-contacts-response.d.ts.map +1 -0
  137. package/dist/esm/types/delete-external-prometheus-request.d.ts +25 -0
  138. package/dist/esm/types/delete-external-prometheus-request.d.ts.map +1 -0
  139. package/dist/esm/types/delete-external-prometheus-response.d.ts +25 -0
  140. package/dist/esm/types/delete-external-prometheus-response.d.ts.map +1 -0
  141. package/dist/esm/types/delete-integration-task-request.d.ts +25 -0
  142. package/dist/esm/types/delete-integration-task-request.d.ts.map +1 -0
  143. package/dist/esm/types/delete-integration-task-response.d.ts +25 -0
  144. package/dist/esm/types/delete-integration-task-response.d.ts.map +1 -0
  145. package/dist/esm/types/delete-notify-group-policy-request.d.ts +25 -0
  146. package/dist/esm/types/delete-notify-group-policy-request.d.ts.map +1 -0
  147. package/dist/esm/types/delete-notify-group-policy-response.d.ts +25 -0
  148. package/dist/esm/types/delete-notify-group-policy-response.d.ts.map +1 -0
  149. package/dist/esm/types/delete-notify-policy-request.d.ts +25 -0
  150. package/dist/esm/types/delete-notify-policy-request.d.ts.map +1 -0
  151. package/dist/esm/types/delete-notify-policy-response.d.ts +25 -0
  152. package/dist/esm/types/delete-notify-policy-response.d.ts.map +1 -0
  153. package/dist/esm/types/delete-notify-template-request.d.ts +25 -0
  154. package/dist/esm/types/delete-notify-template-request.d.ts.map +1 -0
  155. package/dist/esm/types/delete-notify-template-response.d.ts +25 -0
  156. package/dist/esm/types/delete-notify-template-response.d.ts.map +1 -0
  157. package/dist/esm/types/delete-rule-file-request.d.ts +35 -0
  158. package/dist/esm/types/delete-rule-file-request.d.ts.map +1 -0
  159. package/dist/esm/types/delete-rule-file-response.d.ts +25 -0
  160. package/dist/esm/types/delete-rule-file-response.d.ts.map +1 -0
  161. package/dist/esm/types/delete-silence-policies-request.d.ts +25 -0
  162. package/dist/esm/types/delete-silence-policies-request.d.ts.map +1 -0
  163. package/dist/esm/types/delete-silence-policies-response.d.ts +31 -0
  164. package/dist/esm/types/delete-silence-policies-response.d.ts.map +1 -0
  165. package/dist/esm/types/delete-workspace-request.d.ts +25 -0
  166. package/dist/esm/types/delete-workspace-request.d.ts.map +1 -0
  167. package/dist/esm/types/delete-workspace-response.d.ts +25 -0
  168. package/dist/esm/types/delete-workspace-response.d.ts.map +1 -0
  169. package/dist/esm/types/ding-talk-bot-webhook-for-create-contact-input.d.ts +40 -0
  170. package/dist/esm/types/ding-talk-bot-webhook-for-create-contact-input.d.ts.map +1 -0
  171. package/dist/esm/types/ding-talk-bot-webhook-for-get-contact-output.d.ts +40 -0
  172. package/dist/esm/types/ding-talk-bot-webhook-for-get-contact-output.d.ts.map +1 -0
  173. package/dist/esm/types/ding-talk-bot-webhook-for-list-contacts-output.d.ts +40 -0
  174. package/dist/esm/types/ding-talk-bot-webhook-for-list-contacts-output.d.ts.map +1 -0
  175. package/dist/esm/types/ding-talk-bot-webhook-for-update-contact-input.d.ts +40 -0
  176. package/dist/esm/types/ding-talk-bot-webhook-for-update-contact-input.d.ts.map +1 -0
  177. package/dist/esm/types/disable-alerting-rules-request.d.ts +25 -0
  178. package/dist/esm/types/disable-alerting-rules-request.d.ts.map +1 -0
  179. package/dist/esm/types/disable-alerting-rules-response.d.ts +31 -0
  180. package/dist/esm/types/disable-alerting-rules-response.d.ts.map +1 -0
  181. package/dist/esm/types/disable-integration-tasks-request.d.ts +25 -0
  182. package/dist/esm/types/disable-integration-tasks-request.d.ts.map +1 -0
  183. package/dist/esm/types/disable-integration-tasks-response.d.ts +31 -0
  184. package/dist/esm/types/disable-integration-tasks-response.d.ts.map +1 -0
  185. package/dist/esm/types/disable-silence-policies-request.d.ts +25 -0
  186. package/dist/esm/types/disable-silence-policies-request.d.ts.map +1 -0
  187. package/dist/esm/types/disable-silence-policies-response.d.ts +31 -0
  188. package/dist/esm/types/disable-silence-policies-response.d.ts.map +1 -0
  189. package/dist/esm/types/enable-alerting-rules-request.d.ts +25 -0
  190. package/dist/esm/types/enable-alerting-rules-request.d.ts.map +1 -0
  191. package/dist/esm/types/enable-alerting-rules-response.d.ts +31 -0
  192. package/dist/esm/types/enable-alerting-rules-response.d.ts.map +1 -0
  193. package/dist/esm/types/enable-integration-tasks-request.d.ts +25 -0
  194. package/dist/esm/types/enable-integration-tasks-request.d.ts.map +1 -0
  195. package/dist/esm/types/enable-integration-tasks-response.d.ts +31 -0
  196. package/dist/esm/types/enable-integration-tasks-response.d.ts.map +1 -0
  197. package/dist/esm/types/enable-silence-policies-request.d.ts +25 -0
  198. package/dist/esm/types/enable-silence-policies-request.d.ts.map +1 -0
  199. package/dist/esm/types/enable-silence-policies-response.d.ts +31 -0
  200. package/dist/esm/types/enable-silence-policies-response.d.ts.map +1 -0
  201. package/dist/esm/types/error-for-delete-alerting-rules-output.d.ts +36 -0
  202. package/dist/esm/types/error-for-delete-alerting-rules-output.d.ts.map +1 -0
  203. package/dist/esm/types/error-for-delete-contact-groups-output.d.ts +36 -0
  204. package/dist/esm/types/error-for-delete-contact-groups-output.d.ts.map +1 -0
  205. package/dist/esm/types/error-for-delete-contacts-output.d.ts +36 -0
  206. package/dist/esm/types/error-for-delete-contacts-output.d.ts.map +1 -0
  207. package/dist/esm/types/error-for-delete-silence-policies-output.d.ts +36 -0
  208. package/dist/esm/types/error-for-delete-silence-policies-output.d.ts.map +1 -0
  209. package/dist/esm/types/error-for-disable-alerting-rules-output.d.ts +36 -0
  210. package/dist/esm/types/error-for-disable-alerting-rules-output.d.ts.map +1 -0
  211. package/dist/esm/types/error-for-disable-integration-tasks-output.d.ts +36 -0
  212. package/dist/esm/types/error-for-disable-integration-tasks-output.d.ts.map +1 -0
  213. package/dist/esm/types/error-for-disable-silence-policies-output.d.ts +36 -0
  214. package/dist/esm/types/error-for-disable-silence-policies-output.d.ts.map +1 -0
  215. package/dist/esm/types/error-for-enable-alerting-rules-output.d.ts +36 -0
  216. package/dist/esm/types/error-for-enable-alerting-rules-output.d.ts.map +1 -0
  217. package/dist/esm/types/error-for-enable-integration-tasks-output.d.ts +36 -0
  218. package/dist/esm/types/error-for-enable-integration-tasks-output.d.ts.map +1 -0
  219. package/dist/esm/types/error-for-enable-silence-policies-output.d.ts +36 -0
  220. package/dist/esm/types/error-for-enable-silence-policies-output.d.ts.map +1 -0
  221. package/dist/esm/types/filter-for-list-alert-samples-input.d.ts +35 -0
  222. package/dist/esm/types/filter-for-list-alert-samples-input.d.ts.map +1 -0
  223. package/dist/esm/types/filter-for-list-alerting-rules-input.d.ts +65 -0
  224. package/dist/esm/types/filter-for-list-alerting-rules-input.d.ts.map +1 -0
  225. package/dist/esm/types/filter-for-list-alerts-input.d.ts +60 -0
  226. package/dist/esm/types/filter-for-list-alerts-input.d.ts.map +1 -0
  227. package/dist/esm/types/filter-for-list-contact-groups-input.d.ts +30 -0
  228. package/dist/esm/types/filter-for-list-contact-groups-input.d.ts.map +1 -0
  229. package/dist/esm/types/filter-for-list-contacts-input.d.ts +40 -0
  230. package/dist/esm/types/filter-for-list-contacts-input.d.ts.map +1 -0
  231. package/dist/esm/types/filter-for-list-notify-group-policies-input.d.ts +30 -0
  232. package/dist/esm/types/filter-for-list-notify-group-policies-input.d.ts.map +1 -0
  233. package/dist/esm/types/filter-for-list-notify-policies-input.d.ts +40 -0
  234. package/dist/esm/types/filter-for-list-notify-policies-input.d.ts.map +1 -0
  235. package/dist/esm/types/filter-for-list-notify-templates-input.d.ts +35 -0
  236. package/dist/esm/types/filter-for-list-notify-templates-input.d.ts.map +1 -0
  237. package/dist/esm/types/filter-for-list-rule-files-input.d.ts +40 -0
  238. package/dist/esm/types/filter-for-list-rule-files-input.d.ts.map +1 -0
  239. package/dist/esm/types/filter-for-list-rules-input.d.ts +50 -0
  240. package/dist/esm/types/filter-for-list-rules-input.d.ts.map +1 -0
  241. package/dist/esm/types/filter-for-list-silence-policies-input.d.ts +40 -0
  242. package/dist/esm/types/filter-for-list-silence-policies-input.d.ts.map +1 -0
  243. package/dist/esm/types/filters-for-list-integration-tasks-input.d.ts +55 -0
  244. package/dist/esm/types/filters-for-list-integration-tasks-input.d.ts.map +1 -0
  245. package/dist/esm/types/filters-for-list-workspace-instance-types-input.d.ts +25 -0
  246. package/dist/esm/types/filters-for-list-workspace-instance-types-input.d.ts.map +1 -0
  247. package/dist/esm/types/filters-for-list-workspace-status-input.d.ts +50 -0
  248. package/dist/esm/types/filters-for-list-workspace-status-input.d.ts.map +1 -0
  249. package/dist/esm/types/filters-for-list-workspaces-input.d.ts +50 -0
  250. package/dist/esm/types/filters-for-list-workspaces-input.d.ts.map +1 -0
  251. package/dist/esm/types/get-aggregate-workspace-request.d.ts +30 -0
  252. package/dist/esm/types/get-aggregate-workspace-request.d.ts.map +1 -0
  253. package/dist/esm/types/get-aggregate-workspace-response.d.ts +103 -0
  254. package/dist/esm/types/get-aggregate-workspace-response.d.ts.map +1 -0
  255. package/dist/esm/types/get-alert-request.d.ts +25 -0
  256. package/dist/esm/types/get-alert-request.d.ts.map +1 -0
  257. package/dist/esm/types/get-alert-response.d.ts +78 -0
  258. package/dist/esm/types/get-alert-response.d.ts.map +1 -0
  259. package/dist/esm/types/get-alerting-rule-request.d.ts +25 -0
  260. package/dist/esm/types/get-alerting-rule-request.d.ts.map +1 -0
  261. package/dist/esm/types/get-alerting-rule-response.d.ts +105 -0
  262. package/dist/esm/types/get-alerting-rule-response.d.ts.map +1 -0
  263. package/dist/esm/types/get-contact-group-request.d.ts +25 -0
  264. package/dist/esm/types/get-contact-group-request.d.ts.map +1 -0
  265. package/dist/esm/types/get-contact-group-response.d.ts +40 -0
  266. package/dist/esm/types/get-contact-group-response.d.ts.map +1 -0
  267. package/dist/esm/types/get-contact-request.d.ts +25 -0
  268. package/dist/esm/types/get-contact-request.d.ts.map +1 -0
  269. package/dist/esm/types/get-contact-response.d.ts +80 -0
  270. package/dist/esm/types/get-contact-response.d.ts.map +1 -0
  271. package/dist/esm/types/get-external-prometheus-request.d.ts +25 -0
  272. package/dist/esm/types/get-external-prometheus-request.d.ts.map +1 -0
  273. package/dist/esm/types/get-external-prometheus-response.d.ts +97 -0
  274. package/dist/esm/types/get-external-prometheus-response.d.ts.map +1 -0
  275. package/dist/esm/types/get-integration-task-request.d.ts +25 -0
  276. package/dist/esm/types/get-integration-task-request.d.ts.map +1 -0
  277. package/dist/esm/types/get-integration-task-response.d.ts +82 -0
  278. package/dist/esm/types/get-integration-task-response.d.ts.map +1 -0
  279. package/dist/esm/types/get-notify-group-policy-request.d.ts +25 -0
  280. package/dist/esm/types/get-notify-group-policy-request.d.ts.map +1 -0
  281. package/dist/esm/types/get-notify-group-policy-response.d.ts +46 -0
  282. package/dist/esm/types/get-notify-group-policy-response.d.ts.map +1 -0
  283. package/dist/esm/types/get-notify-policy-request.d.ts +25 -0
  284. package/dist/esm/types/get-notify-policy-request.d.ts.map +1 -0
  285. package/dist/esm/types/get-notify-policy-response.d.ts +51 -0
  286. package/dist/esm/types/get-notify-policy-response.d.ts.map +1 -0
  287. package/dist/esm/types/get-rule-file-request.d.ts +35 -0
  288. package/dist/esm/types/get-rule-file-request.d.ts.map +1 -0
  289. package/dist/esm/types/get-rule-file-response.d.ts +65 -0
  290. package/dist/esm/types/get-rule-file-response.d.ts.map +1 -0
  291. package/dist/esm/types/get-workspace-auth-info-request.d.ts +25 -0
  292. package/dist/esm/types/get-workspace-auth-info-request.d.ts.map +1 -0
  293. package/dist/esm/types/get-workspace-auth-info-response.d.ts +35 -0
  294. package/dist/esm/types/get-workspace-auth-info-response.d.ts.map +1 -0
  295. package/dist/esm/types/get-workspace-request.d.ts +25 -0
  296. package/dist/esm/types/get-workspace-request.d.ts.map +1 -0
  297. package/dist/esm/types/get-workspace-response.d.ts +143 -0
  298. package/dist/esm/types/get-workspace-response.d.ts.map +1 -0
  299. package/dist/esm/types/index.d.ts +323 -0
  300. package/dist/esm/types/index.d.ts.map +1 -0
  301. package/dist/esm/types/instance-type-for-get-aggregate-workspace-output.d.ts +81 -0
  302. package/dist/esm/types/instance-type-for-get-aggregate-workspace-output.d.ts.map +1 -0
  303. package/dist/esm/types/instance-type-for-get-workspace-output.d.ts +81 -0
  304. package/dist/esm/types/instance-type-for-get-workspace-output.d.ts.map +1 -0
  305. package/dist/esm/types/item-for-list-alert-samples-output.d.ts +45 -0
  306. package/dist/esm/types/item-for-list-alert-samples-output.d.ts.map +1 -0
  307. package/dist/esm/types/item-for-list-alerting-rules-output.d.ts +105 -0
  308. package/dist/esm/types/item-for-list-alerting-rules-output.d.ts.map +1 -0
  309. package/dist/esm/types/item-for-list-alerts-output.d.ts +78 -0
  310. package/dist/esm/types/item-for-list-alerts-output.d.ts.map +1 -0
  311. package/dist/esm/types/item-for-list-contact-groups-output.d.ts +40 -0
  312. package/dist/esm/types/item-for-list-contact-groups-output.d.ts.map +1 -0
  313. package/dist/esm/types/item-for-list-contacts-output.d.ts +74 -0
  314. package/dist/esm/types/item-for-list-contacts-output.d.ts.map +1 -0
  315. package/dist/esm/types/item-for-list-integration-tasks-output.d.ts +83 -0
  316. package/dist/esm/types/item-for-list-integration-tasks-output.d.ts.map +1 -0
  317. package/dist/esm/types/item-for-list-notify-group-policies-output.d.ts +46 -0
  318. package/dist/esm/types/item-for-list-notify-group-policies-output.d.ts.map +1 -0
  319. package/dist/esm/types/item-for-list-notify-policies-output.d.ts +51 -0
  320. package/dist/esm/types/item-for-list-notify-policies-output.d.ts.map +1 -0
  321. package/dist/esm/types/item-for-list-notify-templates-output.d.ts +62 -0
  322. package/dist/esm/types/item-for-list-notify-templates-output.d.ts.map +1 -0
  323. package/dist/esm/types/item-for-list-rule-files-output.d.ts +60 -0
  324. package/dist/esm/types/item-for-list-rule-files-output.d.ts.map +1 -0
  325. package/dist/esm/types/item-for-list-rules-output.d.ts +66 -0
  326. package/dist/esm/types/item-for-list-rules-output.d.ts.map +1 -0
  327. package/dist/esm/types/item-for-list-silence-policies-output.d.ts +72 -0
  328. package/dist/esm/types/item-for-list-silence-policies-output.d.ts.map +1 -0
  329. package/dist/esm/types/item-for-list-workspace-instance-types-output.d.ts +81 -0
  330. package/dist/esm/types/item-for-list-workspace-instance-types-output.d.ts.map +1 -0
  331. package/dist/esm/types/item-for-list-workspace-status-output.d.ts +46 -0
  332. package/dist/esm/types/item-for-list-workspace-status-output.d.ts.map +1 -0
  333. package/dist/esm/types/item-for-list-workspaces-output.d.ts +131 -0
  334. package/dist/esm/types/item-for-list-workspaces-output.d.ts.map +1 -0
  335. package/dist/esm/types/label-for-create-alerting-rule-input.d.ts +30 -0
  336. package/dist/esm/types/label-for-create-alerting-rule-input.d.ts.map +1 -0
  337. package/dist/esm/types/label-for-get-alert-output.d.ts +30 -0
  338. package/dist/esm/types/label-for-get-alert-output.d.ts.map +1 -0
  339. package/dist/esm/types/label-for-get-alerting-rule-output.d.ts +30 -0
  340. package/dist/esm/types/label-for-get-alerting-rule-output.d.ts.map +1 -0
  341. package/dist/esm/types/label-for-list-alerting-rules-output.d.ts +30 -0
  342. package/dist/esm/types/label-for-list-alerting-rules-output.d.ts.map +1 -0
  343. package/dist/esm/types/label-for-list-alerts-output.d.ts +30 -0
  344. package/dist/esm/types/label-for-list-alerts-output.d.ts.map +1 -0
  345. package/dist/esm/types/label-for-list-rules-output.d.ts +30 -0
  346. package/dist/esm/types/label-for-list-rules-output.d.ts.map +1 -0
  347. package/dist/esm/types/label-for-update-alerting-rule-input.d.ts +30 -0
  348. package/dist/esm/types/label-for-update-alerting-rule-input.d.ts.map +1 -0
  349. package/dist/esm/types/lark-bot-for-get-contact-output.d.ts +35 -0
  350. package/dist/esm/types/lark-bot-for-get-contact-output.d.ts.map +1 -0
  351. package/dist/esm/types/lark-bot-webhook-for-create-contact-input.d.ts +30 -0
  352. package/dist/esm/types/lark-bot-webhook-for-create-contact-input.d.ts.map +1 -0
  353. package/dist/esm/types/lark-bot-webhook-for-get-contact-output.d.ts +30 -0
  354. package/dist/esm/types/lark-bot-webhook-for-get-contact-output.d.ts.map +1 -0
  355. package/dist/esm/types/lark-bot-webhook-for-list-contacts-output.d.ts +30 -0
  356. package/dist/esm/types/lark-bot-webhook-for-list-contacts-output.d.ts.map +1 -0
  357. package/dist/esm/types/lark-bot-webhook-for-update-contact-input.d.ts +30 -0
  358. package/dist/esm/types/lark-bot-webhook-for-update-contact-input.d.ts.map +1 -0
  359. package/dist/esm/types/level-for-create-alerting-rule-input.d.ts +40 -0
  360. package/dist/esm/types/level-for-create-alerting-rule-input.d.ts.map +1 -0
  361. package/dist/esm/types/level-for-create-notify-group-policy-input.d.ts +45 -0
  362. package/dist/esm/types/level-for-create-notify-group-policy-input.d.ts.map +1 -0
  363. package/dist/esm/types/level-for-create-notify-policy-input.d.ts +40 -0
  364. package/dist/esm/types/level-for-create-notify-policy-input.d.ts.map +1 -0
  365. package/dist/esm/types/level-for-get-alert-output.d.ts +40 -0
  366. package/dist/esm/types/level-for-get-alert-output.d.ts.map +1 -0
  367. package/dist/esm/types/level-for-get-alerting-rule-output.d.ts +40 -0
  368. package/dist/esm/types/level-for-get-alerting-rule-output.d.ts.map +1 -0
  369. package/dist/esm/types/level-for-get-notify-group-policy-output.d.ts +45 -0
  370. package/dist/esm/types/level-for-get-notify-group-policy-output.d.ts.map +1 -0
  371. package/dist/esm/types/level-for-get-notify-policy-output.d.ts +40 -0
  372. package/dist/esm/types/level-for-get-notify-policy-output.d.ts.map +1 -0
  373. package/dist/esm/types/level-for-list-alerting-rules-output.d.ts +40 -0
  374. package/dist/esm/types/level-for-list-alerting-rules-output.d.ts.map +1 -0
  375. package/dist/esm/types/level-for-list-alerts-output.d.ts +40 -0
  376. package/dist/esm/types/level-for-list-alerts-output.d.ts.map +1 -0
  377. package/dist/esm/types/level-for-list-notify-group-policies-output.d.ts +45 -0
  378. package/dist/esm/types/level-for-list-notify-group-policies-output.d.ts.map +1 -0
  379. package/dist/esm/types/level-for-list-notify-policies-output.d.ts +40 -0
  380. package/dist/esm/types/level-for-list-notify-policies-output.d.ts.map +1 -0
  381. package/dist/esm/types/level-for-update-alerting-rule-input.d.ts +40 -0
  382. package/dist/esm/types/level-for-update-alerting-rule-input.d.ts.map +1 -0
  383. package/dist/esm/types/level-for-update-notify-group-policy-input.d.ts +45 -0
  384. package/dist/esm/types/level-for-update-notify-group-policy-input.d.ts.map +1 -0
  385. package/dist/esm/types/level-for-update-notify-policy-input.d.ts +40 -0
  386. package/dist/esm/types/level-for-update-notify-policy-input.d.ts.map +1 -0
  387. package/dist/esm/types/list-alert-samples-request.d.ts +31 -0
  388. package/dist/esm/types/list-alert-samples-request.d.ts.map +1 -0
  389. package/dist/esm/types/list-alert-samples-response.d.ts +31 -0
  390. package/dist/esm/types/list-alert-samples-response.d.ts.map +1 -0
  391. package/dist/esm/types/list-alerting-rules-request.d.ts +57 -0
  392. package/dist/esm/types/list-alerting-rules-request.d.ts.map +1 -0
  393. package/dist/esm/types/list-alerting-rules-response.d.ts +31 -0
  394. package/dist/esm/types/list-alerting-rules-response.d.ts.map +1 -0
  395. package/dist/esm/types/list-alerts-request.d.ts +46 -0
  396. package/dist/esm/types/list-alerts-request.d.ts.map +1 -0
  397. package/dist/esm/types/list-alerts-response.d.ts +36 -0
  398. package/dist/esm/types/list-alerts-response.d.ts.map +1 -0
  399. package/dist/esm/types/list-contact-groups-request.d.ts +46 -0
  400. package/dist/esm/types/list-contact-groups-request.d.ts.map +1 -0
  401. package/dist/esm/types/list-contact-groups-response.d.ts +31 -0
  402. package/dist/esm/types/list-contact-groups-response.d.ts.map +1 -0
  403. package/dist/esm/types/list-contacts-request.d.ts +46 -0
  404. package/dist/esm/types/list-contacts-request.d.ts.map +1 -0
  405. package/dist/esm/types/list-contacts-response.d.ts +31 -0
  406. package/dist/esm/types/list-contacts-response.d.ts.map +1 -0
  407. package/dist/esm/types/list-integration-tasks-request.d.ts +47 -0
  408. package/dist/esm/types/list-integration-tasks-request.d.ts.map +1 -0
  409. package/dist/esm/types/list-integration-tasks-response.d.ts +31 -0
  410. package/dist/esm/types/list-integration-tasks-response.d.ts.map +1 -0
  411. package/dist/esm/types/list-notify-group-policies-request.d.ts +46 -0
  412. package/dist/esm/types/list-notify-group-policies-request.d.ts.map +1 -0
  413. package/dist/esm/types/list-notify-group-policies-response.d.ts +31 -0
  414. package/dist/esm/types/list-notify-group-policies-response.d.ts.map +1 -0
  415. package/dist/esm/types/list-notify-policies-request.d.ts +46 -0
  416. package/dist/esm/types/list-notify-policies-request.d.ts.map +1 -0
  417. package/dist/esm/types/list-notify-policies-response.d.ts +31 -0
  418. package/dist/esm/types/list-notify-policies-response.d.ts.map +1 -0
  419. package/dist/esm/types/list-notify-templates-request.d.ts +46 -0
  420. package/dist/esm/types/list-notify-templates-request.d.ts.map +1 -0
  421. package/dist/esm/types/list-notify-templates-response.d.ts +31 -0
  422. package/dist/esm/types/list-notify-templates-response.d.ts.map +1 -0
  423. package/dist/esm/types/list-rule-files-request.d.ts +36 -0
  424. package/dist/esm/types/list-rule-files-request.d.ts.map +1 -0
  425. package/dist/esm/types/list-rule-files-response.d.ts +31 -0
  426. package/dist/esm/types/list-rule-files-response.d.ts.map +1 -0
  427. package/dist/esm/types/list-rules-request.d.ts +36 -0
  428. package/dist/esm/types/list-rules-request.d.ts.map +1 -0
  429. package/dist/esm/types/list-rules-response.d.ts +31 -0
  430. package/dist/esm/types/list-rules-response.d.ts.map +1 -0
  431. package/dist/esm/types/list-silence-policies-request.d.ts +46 -0
  432. package/dist/esm/types/list-silence-policies-request.d.ts.map +1 -0
  433. package/dist/esm/types/list-silence-policies-response.d.ts +31 -0
  434. package/dist/esm/types/list-silence-policies-response.d.ts.map +1 -0
  435. package/dist/esm/types/list-tags-for-resources-request.d.ts +46 -0
  436. package/dist/esm/types/list-tags-for-resources-request.d.ts.map +1 -0
  437. package/dist/esm/types/list-tags-for-resources-response.d.ts +31 -0
  438. package/dist/esm/types/list-tags-for-resources-response.d.ts.map +1 -0
  439. package/dist/esm/types/list-workspace-instance-types-request.d.ts +36 -0
  440. package/dist/esm/types/list-workspace-instance-types-request.d.ts.map +1 -0
  441. package/dist/esm/types/list-workspace-instance-types-response.d.ts +31 -0
  442. package/dist/esm/types/list-workspace-instance-types-response.d.ts.map +1 -0
  443. package/dist/esm/types/list-workspace-status-request.d.ts +41 -0
  444. package/dist/esm/types/list-workspace-status-request.d.ts.map +1 -0
  445. package/dist/esm/types/list-workspace-status-response.d.ts +31 -0
  446. package/dist/esm/types/list-workspace-status-response.d.ts.map +1 -0
  447. package/dist/esm/types/list-workspaces-request.d.ts +67 -0
  448. package/dist/esm/types/list-workspaces-request.d.ts.map +1 -0
  449. package/dist/esm/types/list-workspaces-response.d.ts +31 -0
  450. package/dist/esm/types/list-workspaces-response.d.ts.map +1 -0
  451. package/dist/esm/types/matcher-for-create-silence-policy-input.d.ts +35 -0
  452. package/dist/esm/types/matcher-for-create-silence-policy-input.d.ts.map +1 -0
  453. package/dist/esm/types/matcher-for-list-silence-policies-output.d.ts +35 -0
  454. package/dist/esm/types/matcher-for-list-silence-policies-output.d.ts.map +1 -0
  455. package/dist/esm/types/matcher-for-update-silence-policy-input.d.ts +35 -0
  456. package/dist/esm/types/matcher-for-update-silence-policy-input.d.ts.map +1 -0
  457. package/dist/esm/types/metric-label-matcher-for-create-silence-policy-input.d.ts +26 -0
  458. package/dist/esm/types/metric-label-matcher-for-create-silence-policy-input.d.ts.map +1 -0
  459. package/dist/esm/types/metric-label-matcher-for-list-silence-policies-output.d.ts +26 -0
  460. package/dist/esm/types/metric-label-matcher-for-list-silence-policies-output.d.ts.map +1 -0
  461. package/dist/esm/types/metric-label-matcher-for-update-silence-policy-input.d.ts +26 -0
  462. package/dist/esm/types/metric-label-matcher-for-update-silence-policy-input.d.ts.map +1 -0
  463. package/dist/esm/types/periodic-date-for-create-silence-policy-input.d.ts +35 -0
  464. package/dist/esm/types/periodic-date-for-create-silence-policy-input.d.ts.map +1 -0
  465. package/dist/esm/types/periodic-date-for-list-silence-policies-output.d.ts +35 -0
  466. package/dist/esm/types/periodic-date-for-list-silence-policies-output.d.ts.map +1 -0
  467. package/dist/esm/types/periodic-date-for-update-silence-policy-input.d.ts +35 -0
  468. package/dist/esm/types/periodic-date-for-update-silence-policy-input.d.ts.map +1 -0
  469. package/dist/esm/types/query-for-create-alerting-rule-input.d.ts +30 -0
  470. package/dist/esm/types/query-for-create-alerting-rule-input.d.ts.map +1 -0
  471. package/dist/esm/types/query-for-get-alerting-rule-output.d.ts +30 -0
  472. package/dist/esm/types/query-for-get-alerting-rule-output.d.ts.map +1 -0
  473. package/dist/esm/types/query-for-list-alerting-rules-output.d.ts +30 -0
  474. package/dist/esm/types/query-for-list-alerting-rules-output.d.ts.map +1 -0
  475. package/dist/esm/types/query-for-update-alerting-rule-input.d.ts +30 -0
  476. package/dist/esm/types/query-for-update-alerting-rule-input.d.ts.map +1 -0
  477. package/dist/esm/types/quota-for-get-workspace-output.d.ts +55 -0
  478. package/dist/esm/types/quota-for-get-workspace-output.d.ts.map +1 -0
  479. package/dist/esm/types/quota-for-update-workspace-input.d.ts +55 -0
  480. package/dist/esm/types/quota-for-update-workspace-input.d.ts.map +1 -0
  481. package/dist/esm/types/resolved-for-create-notify-template-input.d.ts +30 -0
  482. package/dist/esm/types/resolved-for-create-notify-template-input.d.ts.map +1 -0
  483. package/dist/esm/types/resolved-for-list-notify-templates-output.d.ts +30 -0
  484. package/dist/esm/types/resolved-for-list-notify-templates-output.d.ts.map +1 -0
  485. package/dist/esm/types/resolved-for-update-notify-template-input.d.ts +30 -0
  486. package/dist/esm/types/resolved-for-update-notify-template-input.d.ts.map +1 -0
  487. package/dist/esm/types/resource-for-get-alert-output.d.ts +26 -0
  488. package/dist/esm/types/resource-for-get-alert-output.d.ts.map +1 -0
  489. package/dist/esm/types/resource-for-list-alerts-output.d.ts +26 -0
  490. package/dist/esm/types/resource-for-list-alerts-output.d.ts.map +1 -0
  491. package/dist/esm/types/resource-tag-for-list-tags-for-resources-output.d.ts +40 -0
  492. package/dist/esm/types/resource-tag-for-list-tags-for-resources-output.d.ts.map +1 -0
  493. package/dist/esm/types/send-validation-message-request.d.ts +30 -0
  494. package/dist/esm/types/send-validation-message-request.d.ts.map +1 -0
  495. package/dist/esm/types/send-validation-message-response.d.ts +30 -0
  496. package/dist/esm/types/send-validation-message-response.d.ts.map +1 -0
  497. package/dist/esm/types/tag-filter-for-list-alerting-rules-input.d.ts +30 -0
  498. package/dist/esm/types/tag-filter-for-list-alerting-rules-input.d.ts.map +1 -0
  499. package/dist/esm/types/tag-filter-for-list-integration-tasks-input.d.ts +30 -0
  500. package/dist/esm/types/tag-filter-for-list-integration-tasks-input.d.ts.map +1 -0
  501. package/dist/esm/types/tag-filter-for-list-tags-for-resources-input.d.ts +30 -0
  502. package/dist/esm/types/tag-filter-for-list-tags-for-resources-input.d.ts.map +1 -0
  503. package/dist/esm/types/tag-filter-for-list-workspaces-input.d.ts +30 -0
  504. package/dist/esm/types/tag-filter-for-list-workspaces-input.d.ts.map +1 -0
  505. package/dist/esm/types/tag-for-create-aggregate-workspace-input.d.ts +30 -0
  506. package/dist/esm/types/tag-for-create-aggregate-workspace-input.d.ts.map +1 -0
  507. package/dist/esm/types/tag-for-create-alerting-rule-input.d.ts +30 -0
  508. package/dist/esm/types/tag-for-create-alerting-rule-input.d.ts.map +1 -0
  509. package/dist/esm/types/tag-for-create-external-prometheus-input.d.ts +30 -0
  510. package/dist/esm/types/tag-for-create-external-prometheus-input.d.ts.map +1 -0
  511. package/dist/esm/types/tag-for-create-integration-task-input.d.ts +30 -0
  512. package/dist/esm/types/tag-for-create-integration-task-input.d.ts.map +1 -0
  513. package/dist/esm/types/tag-for-create-workspace-input.d.ts +30 -0
  514. package/dist/esm/types/tag-for-create-workspace-input.d.ts.map +1 -0
  515. package/dist/esm/types/tag-for-get-aggregate-workspace-output.d.ts +30 -0
  516. package/dist/esm/types/tag-for-get-aggregate-workspace-output.d.ts.map +1 -0
  517. package/dist/esm/types/tag-for-get-alerting-rule-output.d.ts +30 -0
  518. package/dist/esm/types/tag-for-get-alerting-rule-output.d.ts.map +1 -0
  519. package/dist/esm/types/tag-for-get-external-prometheus-output.d.ts +30 -0
  520. package/dist/esm/types/tag-for-get-external-prometheus-output.d.ts.map +1 -0
  521. package/dist/esm/types/tag-for-get-integration-task-output.d.ts +30 -0
  522. package/dist/esm/types/tag-for-get-integration-task-output.d.ts.map +1 -0
  523. package/dist/esm/types/tag-for-get-workspace-output.d.ts +30 -0
  524. package/dist/esm/types/tag-for-get-workspace-output.d.ts.map +1 -0
  525. package/dist/esm/types/tag-for-list-alerting-rules-output.d.ts +30 -0
  526. package/dist/esm/types/tag-for-list-alerting-rules-output.d.ts.map +1 -0
  527. package/dist/esm/types/tag-for-list-integration-tasks-output.d.ts +30 -0
  528. package/dist/esm/types/tag-for-list-integration-tasks-output.d.ts.map +1 -0
  529. package/dist/esm/types/tag-for-list-workspaces-output.d.ts +30 -0
  530. package/dist/esm/types/tag-for-list-workspaces-output.d.ts.map +1 -0
  531. package/dist/esm/types/tag-for-tag-resources-input.d.ts +30 -0
  532. package/dist/esm/types/tag-for-tag-resources-input.d.ts.map +1 -0
  533. package/dist/esm/types/tag-resources-request.d.ts +36 -0
  534. package/dist/esm/types/tag-resources-request.d.ts.map +1 -0
  535. package/dist/esm/types/tag-resources-response.d.ts +20 -0
  536. package/dist/esm/types/tag-resources-response.d.ts.map +1 -0
  537. package/dist/esm/types/test-ding-talk-bot-webhook-request.d.ts +40 -0
  538. package/dist/esm/types/test-ding-talk-bot-webhook-request.d.ts.map +1 -0
  539. package/dist/esm/types/test-ding-talk-bot-webhook-response.d.ts +40 -0
  540. package/dist/esm/types/test-ding-talk-bot-webhook-response.d.ts.map +1 -0
  541. package/dist/esm/types/test-lark-bot-webhook-request.d.ts +30 -0
  542. package/dist/esm/types/test-lark-bot-webhook-request.d.ts.map +1 -0
  543. package/dist/esm/types/test-lark-bot-webhook-response.d.ts +40 -0
  544. package/dist/esm/types/test-lark-bot-webhook-response.d.ts.map +1 -0
  545. package/dist/esm/types/test-we-com-bot-webhook-request.d.ts +30 -0
  546. package/dist/esm/types/test-we-com-bot-webhook-request.d.ts.map +1 -0
  547. package/dist/esm/types/test-we-com-bot-webhook-response.d.ts +40 -0
  548. package/dist/esm/types/test-we-com-bot-webhook-response.d.ts.map +1 -0
  549. package/dist/esm/types/test-webhook-request.d.ts +30 -0
  550. package/dist/esm/types/test-webhook-request.d.ts.map +1 -0
  551. package/dist/esm/types/test-webhook-response.d.ts +35 -0
  552. package/dist/esm/types/test-webhook-response.d.ts.map +1 -0
  553. package/dist/esm/types/time-range-matcher-for-create-silence-policy-input.d.ts +36 -0
  554. package/dist/esm/types/time-range-matcher-for-create-silence-policy-input.d.ts.map +1 -0
  555. package/dist/esm/types/time-range-matcher-for-list-silence-policies-output.d.ts +36 -0
  556. package/dist/esm/types/time-range-matcher-for-list-silence-policies-output.d.ts.map +1 -0
  557. package/dist/esm/types/time-range-matcher-for-update-silence-policy-input.d.ts +36 -0
  558. package/dist/esm/types/time-range-matcher-for-update-silence-policy-input.d.ts.map +1 -0
  559. package/dist/esm/types/unsuccessful-item-for-delete-alerting-rules-output.d.ts +31 -0
  560. package/dist/esm/types/unsuccessful-item-for-delete-alerting-rules-output.d.ts.map +1 -0
  561. package/dist/esm/types/unsuccessful-item-for-delete-contact-groups-output.d.ts +31 -0
  562. package/dist/esm/types/unsuccessful-item-for-delete-contact-groups-output.d.ts.map +1 -0
  563. package/dist/esm/types/unsuccessful-item-for-delete-contacts-output.d.ts +31 -0
  564. package/dist/esm/types/unsuccessful-item-for-delete-contacts-output.d.ts.map +1 -0
  565. package/dist/esm/types/unsuccessful-item-for-delete-silence-policies-output.d.ts +31 -0
  566. package/dist/esm/types/unsuccessful-item-for-delete-silence-policies-output.d.ts.map +1 -0
  567. package/dist/esm/types/unsuccessful-item-for-disable-alerting-rules-output.d.ts +31 -0
  568. package/dist/esm/types/unsuccessful-item-for-disable-alerting-rules-output.d.ts.map +1 -0
  569. package/dist/esm/types/unsuccessful-item-for-disable-integration-tasks-output.d.ts +31 -0
  570. package/dist/esm/types/unsuccessful-item-for-disable-integration-tasks-output.d.ts.map +1 -0
  571. package/dist/esm/types/unsuccessful-item-for-disable-silence-policies-output.d.ts +31 -0
  572. package/dist/esm/types/unsuccessful-item-for-disable-silence-policies-output.d.ts.map +1 -0
  573. package/dist/esm/types/unsuccessful-item-for-enable-alerting-rules-output.d.ts +31 -0
  574. package/dist/esm/types/unsuccessful-item-for-enable-alerting-rules-output.d.ts.map +1 -0
  575. package/dist/esm/types/unsuccessful-item-for-enable-integration-tasks-output.d.ts +31 -0
  576. package/dist/esm/types/unsuccessful-item-for-enable-integration-tasks-output.d.ts.map +1 -0
  577. package/dist/esm/types/unsuccessful-item-for-enable-silence-policies-output.d.ts +31 -0
  578. package/dist/esm/types/unsuccessful-item-for-enable-silence-policies-output.d.ts.map +1 -0
  579. package/dist/esm/types/untag-resources-request.d.ts +35 -0
  580. package/dist/esm/types/untag-resources-request.d.ts.map +1 -0
  581. package/dist/esm/types/untag-resources-response.d.ts +20 -0
  582. package/dist/esm/types/untag-resources-response.d.ts.map +1 -0
  583. package/dist/esm/types/update-aggregate-workspace-request.d.ts +81 -0
  584. package/dist/esm/types/update-aggregate-workspace-request.d.ts.map +1 -0
  585. package/dist/esm/types/update-aggregate-workspace-response.d.ts +25 -0
  586. package/dist/esm/types/update-aggregate-workspace-response.d.ts.map +1 -0
  587. package/dist/esm/types/update-alerting-rule-request.d.ts +74 -0
  588. package/dist/esm/types/update-alerting-rule-request.d.ts.map +1 -0
  589. package/dist/esm/types/update-alerting-rule-response.d.ts +25 -0
  590. package/dist/esm/types/update-alerting-rule-response.d.ts.map +1 -0
  591. package/dist/esm/types/update-contact-group-request.d.ts +35 -0
  592. package/dist/esm/types/update-contact-group-request.d.ts.map +1 -0
  593. package/dist/esm/types/update-contact-group-response.d.ts +25 -0
  594. package/dist/esm/types/update-contact-group-response.d.ts.map +1 -0
  595. package/dist/esm/types/update-contact-request.d.ts +64 -0
  596. package/dist/esm/types/update-contact-request.d.ts.map +1 -0
  597. package/dist/esm/types/update-contact-response.d.ts +35 -0
  598. package/dist/esm/types/update-contact-response.d.ts.map +1 -0
  599. package/dist/esm/types/update-external-prometheus-request.d.ts +71 -0
  600. package/dist/esm/types/update-external-prometheus-request.d.ts.map +1 -0
  601. package/dist/esm/types/update-external-prometheus-response.d.ts +25 -0
  602. package/dist/esm/types/update-external-prometheus-response.d.ts.map +1 -0
  603. package/dist/esm/types/update-integration-task-request.d.ts +40 -0
  604. package/dist/esm/types/update-integration-task-request.d.ts.map +1 -0
  605. package/dist/esm/types/update-integration-task-response.d.ts +25 -0
  606. package/dist/esm/types/update-integration-task-response.d.ts.map +1 -0
  607. package/dist/esm/types/update-notify-group-policy-request.d.ts +41 -0
  608. package/dist/esm/types/update-notify-group-policy-request.d.ts.map +1 -0
  609. package/dist/esm/types/update-notify-group-policy-response.d.ts +25 -0
  610. package/dist/esm/types/update-notify-group-policy-response.d.ts.map +1 -0
  611. package/dist/esm/types/update-notify-policy-request.d.ts +46 -0
  612. package/dist/esm/types/update-notify-policy-request.d.ts.map +1 -0
  613. package/dist/esm/types/update-notify-policy-response.d.ts +25 -0
  614. package/dist/esm/types/update-notify-policy-response.d.ts.map +1 -0
  615. package/dist/esm/types/update-notify-template-request.d.ts +47 -0
  616. package/dist/esm/types/update-notify-template-request.d.ts.map +1 -0
  617. package/dist/esm/types/update-notify-template-response.d.ts +25 -0
  618. package/dist/esm/types/update-notify-template-response.d.ts.map +1 -0
  619. package/dist/esm/types/update-rule-file-request.d.ts +50 -0
  620. package/dist/esm/types/update-rule-file-request.d.ts.map +1 -0
  621. package/dist/esm/types/update-rule-file-response.d.ts +25 -0
  622. package/dist/esm/types/update-rule-file-response.d.ts.map +1 -0
  623. package/dist/esm/types/update-silence-policy-request.d.ts +47 -0
  624. package/dist/esm/types/update-silence-policy-request.d.ts.map +1 -0
  625. package/dist/esm/types/update-silence-policy-response.d.ts +25 -0
  626. package/dist/esm/types/update-silence-policy-response.d.ts.map +1 -0
  627. package/dist/esm/types/update-workspace-request.d.ts +91 -0
  628. package/dist/esm/types/update-workspace-request.d.ts.map +1 -0
  629. package/dist/esm/types/update-workspace-response.d.ts +25 -0
  630. package/dist/esm/types/update-workspace-response.d.ts.map +1 -0
  631. package/dist/esm/types/usage-for-list-workspace-status-output.d.ts +30 -0
  632. package/dist/esm/types/usage-for-list-workspace-status-output.d.ts.map +1 -0
  633. package/dist/esm/types/vke-cluster-info-for-get-integration-task-output.d.ts +30 -0
  634. package/dist/esm/types/vke-cluster-info-for-get-integration-task-output.d.ts.map +1 -0
  635. package/dist/esm/types/vke-cluster-info-for-list-integration-tasks-output.d.ts +30 -0
  636. package/dist/esm/types/vke-cluster-info-for-list-integration-tasks-output.d.ts.map +1 -0
  637. package/dist/esm/types/we-com-bot-webhook-for-create-contact-input.d.ts +30 -0
  638. package/dist/esm/types/we-com-bot-webhook-for-create-contact-input.d.ts.map +1 -0
  639. package/dist/esm/types/we-com-bot-webhook-for-get-contact-output.d.ts +30 -0
  640. package/dist/esm/types/we-com-bot-webhook-for-get-contact-output.d.ts.map +1 -0
  641. package/dist/esm/types/we-com-bot-webhook-for-list-contacts-output.d.ts +30 -0
  642. package/dist/esm/types/we-com-bot-webhook-for-list-contacts-output.d.ts.map +1 -0
  643. package/dist/esm/types/we-com-bot-webhook-for-update-contact-input.d.ts +30 -0
  644. package/dist/esm/types/we-com-bot-webhook-for-update-contact-input.d.ts.map +1 -0
  645. package/dist/esm/types/webhook-for-create-contact-input.d.ts +30 -0
  646. package/dist/esm/types/webhook-for-create-contact-input.d.ts.map +1 -0
  647. package/dist/esm/types/webhook-for-get-contact-output.d.ts +30 -0
  648. package/dist/esm/types/webhook-for-get-contact-output.d.ts.map +1 -0
  649. package/dist/esm/types/webhook-for-list-contacts-output.d.ts +30 -0
  650. package/dist/esm/types/webhook-for-list-contacts-output.d.ts.map +1 -0
  651. package/dist/esm/types/webhook-for-update-contact-input.d.ts +30 -0
  652. package/dist/esm/types/webhook-for-update-contact-input.d.ts.map +1 -0
  653. package/dist/esm/types/workspaces-detail-for-get-aggregate-workspace-output.d.ts +71 -0
  654. package/dist/esm/types/workspaces-detail-for-get-aggregate-workspace-output.d.ts.map +1 -0
  655. package/dist/tsconfig.tsbuildinfo +1 -0
  656. package/package.json +37 -0
  657. package/rslib.config.ts +26 -0
  658. package/src/api.ts +1502 -0
  659. package/src/index.ts +14 -0
  660. package/src/types/active-for-create-notify-template-input.ts +34 -0
  661. package/src/types/active-for-list-notify-templates-output.ts +34 -0
  662. package/src/types/active-for-update-notify-template-input.ts +34 -0
  663. package/src/types/alerting-rule-query-for-get-alert-output.ts +34 -0
  664. package/src/types/alerting-rule-query-for-list-alerts-output.ts +34 -0
  665. package/src/types/annotation-for-create-alerting-rule-input.ts +34 -0
  666. package/src/types/annotation-for-get-alerting-rule-output.ts +34 -0
  667. package/src/types/annotation-for-list-alerting-rules-output.ts +34 -0
  668. package/src/types/annotation-for-update-alerting-rule-input.ts +34 -0
  669. package/src/types/cal-charge-item-list-for-get-aggregate-workspace-output.ts +34 -0
  670. package/src/types/cal-charge-item-list-for-get-workspace-output.ts +34 -0
  671. package/src/types/cal-charge-item-list-for-list-workspace-instance-types-output.ts +34 -0
  672. package/src/types/calculate-price-param-for-get-aggregate-workspace-output.ts +41 -0
  673. package/src/types/calculate-price-param-for-get-workspace-output.ts +41 -0
  674. package/src/types/calculate-price-param-for-list-workspace-instance-types-output.ts +41 -0
  675. package/src/types/conditions-for-list-integration-tasks-output.ts +41 -0
  676. package/src/types/create-aggregate-workspace-request.ts +102 -0
  677. package/src/types/create-aggregate-workspace-response.ts +28 -0
  678. package/src/types/create-alerting-rule-request.ts +93 -0
  679. package/src/types/create-alerting-rule-response.ts +28 -0
  680. package/src/types/create-contact-group-request.ts +34 -0
  681. package/src/types/create-contact-group-response.ts +28 -0
  682. package/src/types/create-contact-request.ts +68 -0
  683. package/src/types/create-contact-response.ts +40 -0
  684. package/src/types/create-external-prometheus-request.ts +108 -0
  685. package/src/types/create-external-prometheus-response.ts +28 -0
  686. package/src/types/create-integration-task-request.ts +77 -0
  687. package/src/types/create-integration-task-response.ts +28 -0
  688. package/src/types/create-notify-group-policy-request.ts +41 -0
  689. package/src/types/create-notify-group-policy-response.ts +28 -0
  690. package/src/types/create-notify-policy-request.ts +47 -0
  691. package/src/types/create-notify-policy-response.ts +28 -0
  692. package/src/types/create-notify-template-request.ts +54 -0
  693. package/src/types/create-notify-template-response.ts +28 -0
  694. package/src/types/create-rule-file-request.ts +52 -0
  695. package/src/types/create-rule-file-response.ts +28 -0
  696. package/src/types/create-silence-policy-request.ts +48 -0
  697. package/src/types/create-silence-policy-response.ts +28 -0
  698. package/src/types/create-workspace-request.ts +89 -0
  699. package/src/types/create-workspace-response.ts +28 -0
  700. package/src/types/cross-workspace-for-create-aggregate-workspace-input.ts +40 -0
  701. package/src/types/cross-workspace-for-get-aggregate-workspace-output.ts +40 -0
  702. package/src/types/cross-workspace-for-update-aggregate-workspace-input.ts +40 -0
  703. package/src/types/custom-header-kvfor-create-external-prometheus-input.ts +34 -0
  704. package/src/types/custom-header-kvfor-get-external-prometheus-output.ts +34 -0
  705. package/src/types/custom-header-kvfor-update-external-prometheus-input.ts +34 -0
  706. package/src/types/data-for-delete-alerting-rules-output.ts +22 -0
  707. package/src/types/data-for-delete-contact-groups-output.ts +22 -0
  708. package/src/types/data-for-delete-contacts-output.ts +22 -0
  709. package/src/types/data-for-delete-silence-policies-output.ts +22 -0
  710. package/src/types/data-for-disable-alerting-rules-output.ts +22 -0
  711. package/src/types/data-for-disable-integration-tasks-output.ts +22 -0
  712. package/src/types/data-for-disable-silence-policies-output.ts +22 -0
  713. package/src/types/data-for-enable-alerting-rules-output.ts +22 -0
  714. package/src/types/data-for-enable-integration-tasks-output.ts +22 -0
  715. package/src/types/data-for-enable-silence-policies-output.ts +22 -0
  716. package/src/types/delete-aggregate-workspace-request.ts +28 -0
  717. package/src/types/delete-aggregate-workspace-response.ts +28 -0
  718. package/src/types/delete-alerting-rules-request.ts +28 -0
  719. package/src/types/delete-alerting-rules-response.ts +35 -0
  720. package/src/types/delete-contact-groups-request.ts +28 -0
  721. package/src/types/delete-contact-groups-response.ts +35 -0
  722. package/src/types/delete-contacts-request.ts +28 -0
  723. package/src/types/delete-contacts-response.ts +35 -0
  724. package/src/types/delete-external-prometheus-request.ts +28 -0
  725. package/src/types/delete-external-prometheus-response.ts +28 -0
  726. package/src/types/delete-integration-task-request.ts +28 -0
  727. package/src/types/delete-integration-task-response.ts +28 -0
  728. package/src/types/delete-notify-group-policy-request.ts +28 -0
  729. package/src/types/delete-notify-group-policy-response.ts +28 -0
  730. package/src/types/delete-notify-policy-request.ts +28 -0
  731. package/src/types/delete-notify-policy-response.ts +28 -0
  732. package/src/types/delete-notify-template-request.ts +28 -0
  733. package/src/types/delete-notify-template-response.ts +28 -0
  734. package/src/types/delete-rule-file-request.ts +40 -0
  735. package/src/types/delete-rule-file-response.ts +28 -0
  736. package/src/types/delete-silence-policies-request.ts +28 -0
  737. package/src/types/delete-silence-policies-response.ts +35 -0
  738. package/src/types/delete-workspace-request.ts +28 -0
  739. package/src/types/delete-workspace-response.ts +28 -0
  740. package/src/types/ding-talk-bot-webhook-for-create-contact-input.ts +46 -0
  741. package/src/types/ding-talk-bot-webhook-for-get-contact-output.ts +46 -0
  742. package/src/types/ding-talk-bot-webhook-for-list-contacts-output.ts +46 -0
  743. package/src/types/ding-talk-bot-webhook-for-update-contact-input.ts +46 -0
  744. package/src/types/disable-alerting-rules-request.ts +28 -0
  745. package/src/types/disable-alerting-rules-response.ts +35 -0
  746. package/src/types/disable-integration-tasks-request.ts +28 -0
  747. package/src/types/disable-integration-tasks-response.ts +35 -0
  748. package/src/types/disable-silence-policies-request.ts +28 -0
  749. package/src/types/disable-silence-policies-response.ts +35 -0
  750. package/src/types/enable-alerting-rules-request.ts +28 -0
  751. package/src/types/enable-alerting-rules-response.ts +35 -0
  752. package/src/types/enable-integration-tasks-request.ts +28 -0
  753. package/src/types/enable-integration-tasks-response.ts +35 -0
  754. package/src/types/enable-silence-policies-request.ts +28 -0
  755. package/src/types/enable-silence-policies-response.ts +35 -0
  756. package/src/types/error-for-delete-alerting-rules-output.ts +41 -0
  757. package/src/types/error-for-delete-contact-groups-output.ts +41 -0
  758. package/src/types/error-for-delete-contacts-output.ts +41 -0
  759. package/src/types/error-for-delete-silence-policies-output.ts +41 -0
  760. package/src/types/error-for-disable-alerting-rules-output.ts +41 -0
  761. package/src/types/error-for-disable-integration-tasks-output.ts +41 -0
  762. package/src/types/error-for-disable-silence-policies-output.ts +41 -0
  763. package/src/types/error-for-enable-alerting-rules-output.ts +41 -0
  764. package/src/types/error-for-enable-integration-tasks-output.ts +41 -0
  765. package/src/types/error-for-enable-silence-policies-output.ts +41 -0
  766. package/src/types/filter-for-list-alert-samples-input.ts +40 -0
  767. package/src/types/filter-for-list-alerting-rules-input.ts +76 -0
  768. package/src/types/filter-for-list-alerts-input.ts +70 -0
  769. package/src/types/filter-for-list-contact-groups-input.ts +34 -0
  770. package/src/types/filter-for-list-contacts-input.ts +46 -0
  771. package/src/types/filter-for-list-notify-group-policies-input.ts +34 -0
  772. package/src/types/filter-for-list-notify-policies-input.ts +46 -0
  773. package/src/types/filter-for-list-notify-templates-input.ts +40 -0
  774. package/src/types/filter-for-list-rule-files-input.ts +46 -0
  775. package/src/types/filter-for-list-rules-input.ts +58 -0
  776. package/src/types/filter-for-list-silence-policies-input.ts +46 -0
  777. package/src/types/filters-for-list-integration-tasks-input.ts +64 -0
  778. package/src/types/filters-for-list-workspace-instance-types-input.ts +28 -0
  779. package/src/types/filters-for-list-workspace-status-input.ts +58 -0
  780. package/src/types/filters-for-list-workspaces-input.ts +58 -0
  781. package/src/types/get-aggregate-workspace-request.ts +34 -0
  782. package/src/types/get-aggregate-workspace-response.ts +121 -0
  783. package/src/types/get-alert-request.ts +28 -0
  784. package/src/types/get-alert-response.ts +91 -0
  785. package/src/types/get-alerting-rule-request.ts +28 -0
  786. package/src/types/get-alerting-rule-response.ts +123 -0
  787. package/src/types/get-contact-group-request.ts +28 -0
  788. package/src/types/get-contact-group-response.ts +46 -0
  789. package/src/types/get-contact-request.ts +28 -0
  790. package/src/types/get-contact-response.ts +93 -0
  791. package/src/types/get-external-prometheus-request.ts +28 -0
  792. package/src/types/get-external-prometheus-response.ts +114 -0
  793. package/src/types/get-integration-task-request.ts +28 -0
  794. package/src/types/get-integration-task-response.ts +96 -0
  795. package/src/types/get-notify-group-policy-request.ts +28 -0
  796. package/src/types/get-notify-group-policy-response.ts +53 -0
  797. package/src/types/get-notify-policy-request.ts +28 -0
  798. package/src/types/get-notify-policy-response.ts +59 -0
  799. package/src/types/get-rule-file-request.ts +40 -0
  800. package/src/types/get-rule-file-response.ts +76 -0
  801. package/src/types/get-workspace-auth-info-request.ts +28 -0
  802. package/src/types/get-workspace-auth-info-response.ts +40 -0
  803. package/src/types/get-workspace-request.ts +28 -0
  804. package/src/types/get-workspace-response.ts +169 -0
  805. package/src/types/index.ts +322 -0
  806. package/src/types/instance-type-for-get-aggregate-workspace-output.ts +95 -0
  807. package/src/types/instance-type-for-get-workspace-output.ts +95 -0
  808. package/src/types/item-for-list-alert-samples-output.ts +52 -0
  809. package/src/types/item-for-list-alerting-rules-output.ts +123 -0
  810. package/src/types/item-for-list-alerts-output.ts +91 -0
  811. package/src/types/item-for-list-contact-groups-output.ts +46 -0
  812. package/src/types/item-for-list-contacts-output.ts +86 -0
  813. package/src/types/item-for-list-integration-tasks-output.ts +97 -0
  814. package/src/types/item-for-list-notify-group-policies-output.ts +53 -0
  815. package/src/types/item-for-list-notify-policies-output.ts +59 -0
  816. package/src/types/item-for-list-notify-templates-output.ts +72 -0
  817. package/src/types/item-for-list-rule-files-output.ts +70 -0
  818. package/src/types/item-for-list-rules-output.ts +77 -0
  819. package/src/types/item-for-list-silence-policies-output.ts +84 -0
  820. package/src/types/item-for-list-workspace-instance-types-output.ts +95 -0
  821. package/src/types/item-for-list-workspace-status-output.ts +53 -0
  822. package/src/types/item-for-list-workspaces-output.ts +155 -0
  823. package/src/types/label-for-create-alerting-rule-input.ts +34 -0
  824. package/src/types/label-for-get-alert-output.ts +34 -0
  825. package/src/types/label-for-get-alerting-rule-output.ts +34 -0
  826. package/src/types/label-for-list-alerting-rules-output.ts +34 -0
  827. package/src/types/label-for-list-alerts-output.ts +34 -0
  828. package/src/types/label-for-list-rules-output.ts +34 -0
  829. package/src/types/label-for-update-alerting-rule-input.ts +34 -0
  830. package/src/types/lark-bot-for-get-contact-output.ts +40 -0
  831. package/src/types/lark-bot-webhook-for-create-contact-input.ts +34 -0
  832. package/src/types/lark-bot-webhook-for-get-contact-output.ts +34 -0
  833. package/src/types/lark-bot-webhook-for-list-contacts-output.ts +34 -0
  834. package/src/types/lark-bot-webhook-for-update-contact-input.ts +34 -0
  835. package/src/types/level-for-create-alerting-rule-input.ts +46 -0
  836. package/src/types/level-for-create-notify-group-policy-input.ts +52 -0
  837. package/src/types/level-for-create-notify-policy-input.ts +46 -0
  838. package/src/types/level-for-get-alert-output.ts +46 -0
  839. package/src/types/level-for-get-alerting-rule-output.ts +46 -0
  840. package/src/types/level-for-get-notify-group-policy-output.ts +52 -0
  841. package/src/types/level-for-get-notify-policy-output.ts +46 -0
  842. package/src/types/level-for-list-alerting-rules-output.ts +46 -0
  843. package/src/types/level-for-list-alerts-output.ts +46 -0
  844. package/src/types/level-for-list-notify-group-policies-output.ts +52 -0
  845. package/src/types/level-for-list-notify-policies-output.ts +46 -0
  846. package/src/types/level-for-update-alerting-rule-input.ts +46 -0
  847. package/src/types/level-for-update-notify-group-policy-input.ts +52 -0
  848. package/src/types/level-for-update-notify-policy-input.ts +46 -0
  849. package/src/types/list-alert-samples-request.ts +35 -0
  850. package/src/types/list-alert-samples-response.ts +35 -0
  851. package/src/types/list-alerting-rules-request.ts +66 -0
  852. package/src/types/list-alerting-rules-response.ts +35 -0
  853. package/src/types/list-alerts-request.ts +53 -0
  854. package/src/types/list-alerts-response.ts +41 -0
  855. package/src/types/list-contact-groups-request.ts +53 -0
  856. package/src/types/list-contact-groups-response.ts +35 -0
  857. package/src/types/list-contacts-request.ts +53 -0
  858. package/src/types/list-contacts-response.ts +35 -0
  859. package/src/types/list-integration-tasks-request.ts +54 -0
  860. package/src/types/list-integration-tasks-response.ts +35 -0
  861. package/src/types/list-notify-group-policies-request.ts +53 -0
  862. package/src/types/list-notify-group-policies-response.ts +35 -0
  863. package/src/types/list-notify-policies-request.ts +53 -0
  864. package/src/types/list-notify-policies-response.ts +35 -0
  865. package/src/types/list-notify-templates-request.ts +53 -0
  866. package/src/types/list-notify-templates-response.ts +35 -0
  867. package/src/types/list-rule-files-request.ts +41 -0
  868. package/src/types/list-rule-files-response.ts +35 -0
  869. package/src/types/list-rules-request.ts +41 -0
  870. package/src/types/list-rules-response.ts +35 -0
  871. package/src/types/list-silence-policies-request.ts +53 -0
  872. package/src/types/list-silence-policies-response.ts +35 -0
  873. package/src/types/list-tags-for-resources-request.ts +53 -0
  874. package/src/types/list-tags-for-resources-response.ts +35 -0
  875. package/src/types/list-workspace-instance-types-request.ts +41 -0
  876. package/src/types/list-workspace-instance-types-response.ts +35 -0
  877. package/src/types/list-workspace-status-request.ts +47 -0
  878. package/src/types/list-workspace-status-response.ts +35 -0
  879. package/src/types/list-workspaces-request.ts +78 -0
  880. package/src/types/list-workspaces-response.ts +35 -0
  881. package/src/types/matcher-for-create-silence-policy-input.ts +40 -0
  882. package/src/types/matcher-for-list-silence-policies-output.ts +40 -0
  883. package/src/types/matcher-for-update-silence-policy-input.ts +40 -0
  884. package/src/types/metric-label-matcher-for-create-silence-policy-input.ts +29 -0
  885. package/src/types/metric-label-matcher-for-list-silence-policies-output.ts +29 -0
  886. package/src/types/metric-label-matcher-for-update-silence-policy-input.ts +29 -0
  887. package/src/types/periodic-date-for-create-silence-policy-input.ts +40 -0
  888. package/src/types/periodic-date-for-list-silence-policies-output.ts +40 -0
  889. package/src/types/periodic-date-for-update-silence-policy-input.ts +40 -0
  890. package/src/types/query-for-create-alerting-rule-input.ts +34 -0
  891. package/src/types/query-for-get-alerting-rule-output.ts +34 -0
  892. package/src/types/query-for-list-alerting-rules-output.ts +34 -0
  893. package/src/types/query-for-update-alerting-rule-input.ts +34 -0
  894. package/src/types/quota-for-get-workspace-output.ts +64 -0
  895. package/src/types/quota-for-update-workspace-input.ts +64 -0
  896. package/src/types/resolved-for-create-notify-template-input.ts +34 -0
  897. package/src/types/resolved-for-list-notify-templates-output.ts +34 -0
  898. package/src/types/resolved-for-update-notify-template-input.ts +34 -0
  899. package/src/types/resource-for-get-alert-output.ts +29 -0
  900. package/src/types/resource-for-list-alerts-output.ts +29 -0
  901. package/src/types/resource-tag-for-list-tags-for-resources-output.ts +46 -0
  902. package/src/types/send-validation-message-request.ts +34 -0
  903. package/src/types/send-validation-message-response.ts +34 -0
  904. package/src/types/tag-filter-for-list-alerting-rules-input.ts +34 -0
  905. package/src/types/tag-filter-for-list-integration-tasks-input.ts +34 -0
  906. package/src/types/tag-filter-for-list-tags-for-resources-input.ts +34 -0
  907. package/src/types/tag-filter-for-list-workspaces-input.ts +34 -0
  908. package/src/types/tag-for-create-aggregate-workspace-input.ts +34 -0
  909. package/src/types/tag-for-create-alerting-rule-input.ts +34 -0
  910. package/src/types/tag-for-create-external-prometheus-input.ts +34 -0
  911. package/src/types/tag-for-create-integration-task-input.ts +34 -0
  912. package/src/types/tag-for-create-workspace-input.ts +34 -0
  913. package/src/types/tag-for-get-aggregate-workspace-output.ts +34 -0
  914. package/src/types/tag-for-get-alerting-rule-output.ts +34 -0
  915. package/src/types/tag-for-get-external-prometheus-output.ts +34 -0
  916. package/src/types/tag-for-get-integration-task-output.ts +34 -0
  917. package/src/types/tag-for-get-workspace-output.ts +34 -0
  918. package/src/types/tag-for-list-alerting-rules-output.ts +34 -0
  919. package/src/types/tag-for-list-integration-tasks-output.ts +34 -0
  920. package/src/types/tag-for-list-workspaces-output.ts +34 -0
  921. package/src/types/tag-for-tag-resources-input.ts +34 -0
  922. package/src/types/tag-resources-request.ts +41 -0
  923. package/src/types/tag-resources-response.ts +22 -0
  924. package/src/types/test-ding-talk-bot-webhook-request.ts +46 -0
  925. package/src/types/test-ding-talk-bot-webhook-response.ts +46 -0
  926. package/src/types/test-lark-bot-webhook-request.ts +34 -0
  927. package/src/types/test-lark-bot-webhook-response.ts +46 -0
  928. package/src/types/test-we-com-bot-webhook-request.ts +34 -0
  929. package/src/types/test-we-com-bot-webhook-response.ts +46 -0
  930. package/src/types/test-webhook-request.ts +34 -0
  931. package/src/types/test-webhook-response.ts +40 -0
  932. package/src/types/time-range-matcher-for-create-silence-policy-input.ts +41 -0
  933. package/src/types/time-range-matcher-for-list-silence-policies-output.ts +41 -0
  934. package/src/types/time-range-matcher-for-update-silence-policy-input.ts +41 -0
  935. package/src/types/unsuccessful-item-for-delete-alerting-rules-output.ts +35 -0
  936. package/src/types/unsuccessful-item-for-delete-contact-groups-output.ts +35 -0
  937. package/src/types/unsuccessful-item-for-delete-contacts-output.ts +35 -0
  938. package/src/types/unsuccessful-item-for-delete-silence-policies-output.ts +35 -0
  939. package/src/types/unsuccessful-item-for-disable-alerting-rules-output.ts +35 -0
  940. package/src/types/unsuccessful-item-for-disable-integration-tasks-output.ts +35 -0
  941. package/src/types/unsuccessful-item-for-disable-silence-policies-output.ts +35 -0
  942. package/src/types/unsuccessful-item-for-enable-alerting-rules-output.ts +35 -0
  943. package/src/types/unsuccessful-item-for-enable-integration-tasks-output.ts +35 -0
  944. package/src/types/unsuccessful-item-for-enable-silence-policies-output.ts +35 -0
  945. package/src/types/untag-resources-request.ts +40 -0
  946. package/src/types/untag-resources-response.ts +22 -0
  947. package/src/types/update-aggregate-workspace-request.ts +95 -0
  948. package/src/types/update-aggregate-workspace-response.ts +28 -0
  949. package/src/types/update-alerting-rule-request.ts +86 -0
  950. package/src/types/update-alerting-rule-response.ts +28 -0
  951. package/src/types/update-contact-group-request.ts +40 -0
  952. package/src/types/update-contact-group-response.ts +28 -0
  953. package/src/types/update-contact-request.ts +74 -0
  954. package/src/types/update-contact-response.ts +40 -0
  955. package/src/types/update-external-prometheus-request.ts +83 -0
  956. package/src/types/update-external-prometheus-response.ts +28 -0
  957. package/src/types/update-integration-task-request.ts +46 -0
  958. package/src/types/update-integration-task-response.ts +28 -0
  959. package/src/types/update-notify-group-policy-request.ts +47 -0
  960. package/src/types/update-notify-group-policy-response.ts +28 -0
  961. package/src/types/update-notify-policy-request.ts +53 -0
  962. package/src/types/update-notify-policy-response.ts +28 -0
  963. package/src/types/update-notify-template-request.ts +54 -0
  964. package/src/types/update-notify-template-response.ts +28 -0
  965. package/src/types/update-rule-file-request.ts +58 -0
  966. package/src/types/update-rule-file-response.ts +28 -0
  967. package/src/types/update-silence-policy-request.ts +54 -0
  968. package/src/types/update-silence-policy-response.ts +28 -0
  969. package/src/types/update-workspace-request.ts +107 -0
  970. package/src/types/update-workspace-response.ts +28 -0
  971. package/src/types/usage-for-list-workspace-status-output.ts +34 -0
  972. package/src/types/vke-cluster-info-for-get-integration-task-output.ts +34 -0
  973. package/src/types/vke-cluster-info-for-list-integration-tasks-output.ts +34 -0
  974. package/src/types/we-com-bot-webhook-for-create-contact-input.ts +34 -0
  975. package/src/types/we-com-bot-webhook-for-get-contact-output.ts +34 -0
  976. package/src/types/we-com-bot-webhook-for-list-contacts-output.ts +34 -0
  977. package/src/types/we-com-bot-webhook-for-update-contact-input.ts +34 -0
  978. package/src/types/webhook-for-create-contact-input.ts +34 -0
  979. package/src/types/webhook-for-get-contact-output.ts +34 -0
  980. package/src/types/webhook-for-list-contacts-output.ts +34 -0
  981. package/src/types/webhook-for-update-contact-input.ts +34 -0
  982. package/src/types/workspaces-detail-for-get-aggregate-workspace-output.ts +83 -0
  983. package/tsconfig.json +12 -0
@@ -0,0 +1,825 @@
1
+ "use strict";
2
+ var __webpack_require__ = {};
3
+ (()=>{
4
+ __webpack_require__.d = (exports1, definition)=>{
5
+ for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports1, key)) Object.defineProperty(exports1, key, {
6
+ enumerable: true,
7
+ get: definition[key]
8
+ });
9
+ };
10
+ })();
11
+ (()=>{
12
+ __webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
13
+ })();
14
+ (()=>{
15
+ __webpack_require__.r = (exports1)=>{
16
+ if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
17
+ value: 'Module'
18
+ });
19
+ Object.defineProperty(exports1, '__esModule', {
20
+ value: true
21
+ });
22
+ };
23
+ })();
24
+ var __webpack_exports__ = {};
25
+ __webpack_require__.r(__webpack_exports__);
26
+ __webpack_require__.d(__webpack_exports__, {
27
+ UpdateAggregateWorkspaceCommand: ()=>UpdateAggregateWorkspaceCommand,
28
+ UpdateRuleFileCommand: ()=>UpdateRuleFileCommand,
29
+ UntagResourcesCommand: ()=>UntagResourcesCommand,
30
+ ListIntegrationTasksCommand: ()=>ListIntegrationTasksCommand,
31
+ DeleteWorkspaceCommand: ()=>DeleteWorkspaceCommand,
32
+ CreateIntegrationTaskCommand: ()=>CreateIntegrationTaskCommand,
33
+ DeleteNotifyTemplateCommand: ()=>DeleteNotifyTemplateCommand,
34
+ ListRuleFilesCommand: ()=>ListRuleFilesCommand,
35
+ UpdateNotifyPolicyCommand: ()=>UpdateNotifyPolicyCommand,
36
+ ListNotifyGroupPoliciesCommand: ()=>ListNotifyGroupPoliciesCommand,
37
+ ListTagsForResourcesCommand: ()=>ListTagsForResourcesCommand,
38
+ DeleteSilencePoliciesCommand: ()=>DeleteSilencePoliciesCommand,
39
+ GetContactCommand: ()=>GetContactCommand,
40
+ GetNotifyPolicyCommand: ()=>GetNotifyPolicyCommand,
41
+ ListSilencePoliciesCommand: ()=>ListSilencePoliciesCommand,
42
+ DeleteContactGroupsCommand: ()=>DeleteContactGroupsCommand,
43
+ SendValidationMessageCommand: ()=>SendValidationMessageCommand,
44
+ CreateAggregateWorkspaceCommand: ()=>CreateAggregateWorkspaceCommand,
45
+ DeleteExternalPrometheusCommand: ()=>DeleteExternalPrometheusCommand,
46
+ DeleteNotifyPolicyCommand: ()=>DeleteNotifyPolicyCommand,
47
+ CreateAlertingRuleCommand: ()=>CreateAlertingRuleCommand,
48
+ CreateSilencePolicyCommand: ()=>CreateSilencePolicyCommand,
49
+ ListNotifyPoliciesCommand: ()=>ListNotifyPoliciesCommand,
50
+ TestDingTalkBotWebhookCommand: ()=>TestDingTalkBotWebhookCommand,
51
+ UpdateIntegrationTaskCommand: ()=>UpdateIntegrationTaskCommand,
52
+ ListWorkspacesCommand: ()=>ListWorkspacesCommand,
53
+ CreateExternalPrometheusCommand: ()=>CreateExternalPrometheusCommand,
54
+ GetAlertingRuleCommand: ()=>GetAlertingRuleCommand,
55
+ EnableAlertingRulesCommand: ()=>EnableAlertingRulesCommand,
56
+ GetAlertCommand: ()=>GetAlertCommand,
57
+ CreateNotifyPolicyCommand: ()=>CreateNotifyPolicyCommand,
58
+ ListNotifyTemplatesCommand: ()=>ListNotifyTemplatesCommand,
59
+ GetAggregateWorkspaceCommand: ()=>GetAggregateWorkspaceCommand,
60
+ ListAlertingRulesCommand: ()=>ListAlertingRulesCommand,
61
+ TestWebhookCommand: ()=>TestWebhookCommand,
62
+ CreateNotifyTemplateCommand: ()=>CreateNotifyTemplateCommand,
63
+ TestLarkBotWebhookCommand: ()=>TestLarkBotWebhookCommand,
64
+ GetNotifyGroupPolicyCommand: ()=>GetNotifyGroupPolicyCommand,
65
+ GetExternalPrometheusCommand: ()=>GetExternalPrometheusCommand,
66
+ GetWorkspaceCommand: ()=>GetWorkspaceCommand,
67
+ VMPClient: ()=>VMPClient,
68
+ UpdateNotifyGroupPolicyCommand: ()=>UpdateNotifyGroupPolicyCommand,
69
+ CreateNotifyGroupPolicyCommand: ()=>CreateNotifyGroupPolicyCommand,
70
+ CreateContactCommand: ()=>CreateContactCommand,
71
+ GetRuleFileCommand: ()=>GetRuleFileCommand,
72
+ UpdateAlertingRuleCommand: ()=>UpdateAlertingRuleCommand,
73
+ EnableSilencePoliciesCommand: ()=>EnableSilencePoliciesCommand,
74
+ ListAlertsCommand: ()=>ListAlertsCommand,
75
+ ListRulesCommand: ()=>ListRulesCommand,
76
+ DisableSilencePoliciesCommand: ()=>DisableSilencePoliciesCommand,
77
+ DeleteContactsCommand: ()=>DeleteContactsCommand,
78
+ EnableIntegrationTasksCommand: ()=>EnableIntegrationTasksCommand,
79
+ ListContactGroupsCommand: ()=>ListContactGroupsCommand,
80
+ CreateContactGroupCommand: ()=>CreateContactGroupCommand,
81
+ UpdateNotifyTemplateCommand: ()=>UpdateNotifyTemplateCommand,
82
+ DeleteIntegrationTaskCommand: ()=>DeleteIntegrationTaskCommand,
83
+ GetContactGroupCommand: ()=>GetContactGroupCommand,
84
+ DeleteRuleFileCommand: ()=>DeleteRuleFileCommand,
85
+ DeleteAggregateWorkspaceCommand: ()=>DeleteAggregateWorkspaceCommand,
86
+ DisableIntegrationTasksCommand: ()=>DisableIntegrationTasksCommand,
87
+ ListAlertSamplesCommand: ()=>ListAlertSamplesCommand,
88
+ DisableAlertingRulesCommand: ()=>DisableAlertingRulesCommand,
89
+ UpdateContactCommand: ()=>UpdateContactCommand,
90
+ UpdateContactGroupCommand: ()=>UpdateContactGroupCommand,
91
+ UpdateSilencePolicyCommand: ()=>UpdateSilencePolicyCommand,
92
+ UpdateWorkspaceCommand: ()=>UpdateWorkspaceCommand,
93
+ DeleteAlertingRulesCommand: ()=>DeleteAlertingRulesCommand,
94
+ TestWeComBotWebhookCommand: ()=>TestWeComBotWebhookCommand,
95
+ CreateRuleFileCommand: ()=>CreateRuleFileCommand,
96
+ UpdateExternalPrometheusCommand: ()=>UpdateExternalPrometheusCommand,
97
+ ListWorkspaceInstanceTypesCommand: ()=>ListWorkspaceInstanceTypesCommand,
98
+ GetIntegrationTaskCommand: ()=>GetIntegrationTaskCommand,
99
+ TagResourcesCommand: ()=>TagResourcesCommand,
100
+ DeleteNotifyGroupPolicyCommand: ()=>DeleteNotifyGroupPolicyCommand,
101
+ ListWorkspaceStatusCommand: ()=>ListWorkspaceStatusCommand,
102
+ CreateWorkspaceCommand: ()=>CreateWorkspaceCommand,
103
+ GetWorkspaceAuthInfoCommand: ()=>GetWorkspaceAuthInfoCommand,
104
+ ListContactsCommand: ()=>ListContactsCommand
105
+ });
106
+ const sdk_core_namespaceObject = require("@volcengine/sdk-core");
107
+ function _define_property(obj, key, value) {
108
+ if (key in obj) Object.defineProperty(obj, key, {
109
+ value: value,
110
+ enumerable: true,
111
+ configurable: true,
112
+ writable: true
113
+ });
114
+ else obj[key] = value;
115
+ return obj;
116
+ }
117
+ class VMPClient extends sdk_core_namespaceObject.Client {
118
+ constructor(config = {}){
119
+ super({
120
+ protocol: 'https',
121
+ region: 'cn-beijing',
122
+ ...config
123
+ });
124
+ }
125
+ }
126
+ class CreateAggregateWorkspaceCommand extends sdk_core_namespaceObject.Command {
127
+ constructor(input){
128
+ super(input);
129
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateAggregateWorkspaceCommand.metaPath);
130
+ }
131
+ }
132
+ _define_property(CreateAggregateWorkspaceCommand, "metaPath", '/CreateAggregateWorkspace/2021-03-03/vmp/post/application_json/');
133
+ class CreateAlertingRuleCommand extends sdk_core_namespaceObject.Command {
134
+ constructor(input){
135
+ super(input);
136
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateAlertingRuleCommand.metaPath);
137
+ }
138
+ }
139
+ _define_property(CreateAlertingRuleCommand, "metaPath", '/CreateAlertingRule/2021-03-03/vmp/post/application_json/');
140
+ class CreateContactCommand extends sdk_core_namespaceObject.Command {
141
+ constructor(input){
142
+ super(input);
143
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateContactCommand.metaPath);
144
+ }
145
+ }
146
+ _define_property(CreateContactCommand, "metaPath", '/CreateContact/2021-03-03/vmp/post/application_json/');
147
+ class CreateContactGroupCommand extends sdk_core_namespaceObject.Command {
148
+ constructor(input){
149
+ super(input);
150
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateContactGroupCommand.metaPath);
151
+ }
152
+ }
153
+ _define_property(CreateContactGroupCommand, "metaPath", '/CreateContactGroup/2021-03-03/vmp/post/application_json/');
154
+ class CreateExternalPrometheusCommand extends sdk_core_namespaceObject.Command {
155
+ constructor(input){
156
+ super(input);
157
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateExternalPrometheusCommand.metaPath);
158
+ }
159
+ }
160
+ _define_property(CreateExternalPrometheusCommand, "metaPath", '/CreateExternalPrometheus/2021-03-03/vmp/post/application_json/');
161
+ class CreateIntegrationTaskCommand extends sdk_core_namespaceObject.Command {
162
+ constructor(input){
163
+ super(input);
164
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateIntegrationTaskCommand.metaPath);
165
+ }
166
+ }
167
+ _define_property(CreateIntegrationTaskCommand, "metaPath", '/CreateIntegrationTask/2021-03-03/vmp/post/application_json/');
168
+ class CreateNotifyGroupPolicyCommand extends sdk_core_namespaceObject.Command {
169
+ constructor(input){
170
+ super(input);
171
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateNotifyGroupPolicyCommand.metaPath);
172
+ }
173
+ }
174
+ _define_property(CreateNotifyGroupPolicyCommand, "metaPath", '/CreateNotifyGroupPolicy/2021-03-03/vmp/post/application_json/');
175
+ class CreateNotifyPolicyCommand extends sdk_core_namespaceObject.Command {
176
+ constructor(input){
177
+ super(input);
178
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateNotifyPolicyCommand.metaPath);
179
+ }
180
+ }
181
+ _define_property(CreateNotifyPolicyCommand, "metaPath", '/CreateNotifyPolicy/2021-03-03/vmp/post/application_json/');
182
+ class CreateNotifyTemplateCommand extends sdk_core_namespaceObject.Command {
183
+ constructor(input){
184
+ super(input);
185
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateNotifyTemplateCommand.metaPath);
186
+ }
187
+ }
188
+ _define_property(CreateNotifyTemplateCommand, "metaPath", '/CreateNotifyTemplate/2021-03-03/vmp/post/application_json/');
189
+ class CreateRuleFileCommand extends sdk_core_namespaceObject.Command {
190
+ constructor(input){
191
+ super(input);
192
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateRuleFileCommand.metaPath);
193
+ }
194
+ }
195
+ _define_property(CreateRuleFileCommand, "metaPath", '/CreateRuleFile/2021-03-03/vmp/post/application_json/');
196
+ class CreateSilencePolicyCommand extends sdk_core_namespaceObject.Command {
197
+ constructor(input){
198
+ super(input);
199
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateSilencePolicyCommand.metaPath);
200
+ }
201
+ }
202
+ _define_property(CreateSilencePolicyCommand, "metaPath", '/CreateSilencePolicy/2021-03-03/vmp/post/application_json/');
203
+ class CreateWorkspaceCommand extends sdk_core_namespaceObject.Command {
204
+ constructor(input){
205
+ super(input);
206
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateWorkspaceCommand.metaPath);
207
+ }
208
+ }
209
+ _define_property(CreateWorkspaceCommand, "metaPath", '/CreateWorkspace/2021-03-03/vmp/post/application_json/');
210
+ class DeleteAggregateWorkspaceCommand extends sdk_core_namespaceObject.Command {
211
+ constructor(input){
212
+ super(input);
213
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteAggregateWorkspaceCommand.metaPath);
214
+ }
215
+ }
216
+ _define_property(DeleteAggregateWorkspaceCommand, "metaPath", '/DeleteAggregateWorkspace/2021-03-03/vmp/post/application_json/');
217
+ class DeleteAlertingRulesCommand extends sdk_core_namespaceObject.Command {
218
+ constructor(input){
219
+ super(input);
220
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteAlertingRulesCommand.metaPath);
221
+ }
222
+ }
223
+ _define_property(DeleteAlertingRulesCommand, "metaPath", '/DeleteAlertingRules/2021-03-03/vmp/post/application_json/');
224
+ class DeleteContactGroupsCommand extends sdk_core_namespaceObject.Command {
225
+ constructor(input){
226
+ super(input);
227
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteContactGroupsCommand.metaPath);
228
+ }
229
+ }
230
+ _define_property(DeleteContactGroupsCommand, "metaPath", '/DeleteContactGroups/2021-03-03/vmp/post/application_json/');
231
+ class DeleteContactsCommand extends sdk_core_namespaceObject.Command {
232
+ constructor(input){
233
+ super(input);
234
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteContactsCommand.metaPath);
235
+ }
236
+ }
237
+ _define_property(DeleteContactsCommand, "metaPath", '/DeleteContacts/2021-03-03/vmp/post/application_json/');
238
+ class DeleteExternalPrometheusCommand extends sdk_core_namespaceObject.Command {
239
+ constructor(input){
240
+ super(input);
241
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteExternalPrometheusCommand.metaPath);
242
+ }
243
+ }
244
+ _define_property(DeleteExternalPrometheusCommand, "metaPath", '/DeleteExternalPrometheus/2021-03-03/vmp/post/application_json/');
245
+ class DeleteIntegrationTaskCommand extends sdk_core_namespaceObject.Command {
246
+ constructor(input){
247
+ super(input);
248
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteIntegrationTaskCommand.metaPath);
249
+ }
250
+ }
251
+ _define_property(DeleteIntegrationTaskCommand, "metaPath", '/DeleteIntegrationTask/2021-03-03/vmp/post/application_json/');
252
+ class DeleteNotifyGroupPolicyCommand extends sdk_core_namespaceObject.Command {
253
+ constructor(input){
254
+ super(input);
255
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteNotifyGroupPolicyCommand.metaPath);
256
+ }
257
+ }
258
+ _define_property(DeleteNotifyGroupPolicyCommand, "metaPath", '/DeleteNotifyGroupPolicy/2021-03-03/vmp/post/application_json/');
259
+ class DeleteNotifyPolicyCommand extends sdk_core_namespaceObject.Command {
260
+ constructor(input){
261
+ super(input);
262
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteNotifyPolicyCommand.metaPath);
263
+ }
264
+ }
265
+ _define_property(DeleteNotifyPolicyCommand, "metaPath", '/DeleteNotifyPolicy/2021-03-03/vmp/post/application_json/');
266
+ class DeleteNotifyTemplateCommand extends sdk_core_namespaceObject.Command {
267
+ constructor(input){
268
+ super(input);
269
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteNotifyTemplateCommand.metaPath);
270
+ }
271
+ }
272
+ _define_property(DeleteNotifyTemplateCommand, "metaPath", '/DeleteNotifyTemplate/2021-03-03/vmp/post/application_json/');
273
+ class DeleteRuleFileCommand extends sdk_core_namespaceObject.Command {
274
+ constructor(input){
275
+ super(input);
276
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteRuleFileCommand.metaPath);
277
+ }
278
+ }
279
+ _define_property(DeleteRuleFileCommand, "metaPath", '/DeleteRuleFile/2021-03-03/vmp/post/application_json/');
280
+ class DeleteSilencePoliciesCommand extends sdk_core_namespaceObject.Command {
281
+ constructor(input){
282
+ super(input);
283
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteSilencePoliciesCommand.metaPath);
284
+ }
285
+ }
286
+ _define_property(DeleteSilencePoliciesCommand, "metaPath", '/DeleteSilencePolicies/2021-03-03/vmp/post/application_json/');
287
+ class DeleteWorkspaceCommand extends sdk_core_namespaceObject.Command {
288
+ constructor(input){
289
+ super(input);
290
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteWorkspaceCommand.metaPath);
291
+ }
292
+ }
293
+ _define_property(DeleteWorkspaceCommand, "metaPath", '/DeleteWorkspace/2021-03-03/vmp/post/application_json/');
294
+ class DisableAlertingRulesCommand extends sdk_core_namespaceObject.Command {
295
+ constructor(input){
296
+ super(input);
297
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DisableAlertingRulesCommand.metaPath);
298
+ }
299
+ }
300
+ _define_property(DisableAlertingRulesCommand, "metaPath", '/DisableAlertingRules/2021-03-03/vmp/post/application_json/');
301
+ class DisableIntegrationTasksCommand extends sdk_core_namespaceObject.Command {
302
+ constructor(input){
303
+ super(input);
304
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DisableIntegrationTasksCommand.metaPath);
305
+ }
306
+ }
307
+ _define_property(DisableIntegrationTasksCommand, "metaPath", '/DisableIntegrationTasks/2021-03-03/vmp/post/application_json/');
308
+ class DisableSilencePoliciesCommand extends sdk_core_namespaceObject.Command {
309
+ constructor(input){
310
+ super(input);
311
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DisableSilencePoliciesCommand.metaPath);
312
+ }
313
+ }
314
+ _define_property(DisableSilencePoliciesCommand, "metaPath", '/DisableSilencePolicies/2021-03-03/vmp/post/application_json/');
315
+ class EnableAlertingRulesCommand extends sdk_core_namespaceObject.Command {
316
+ constructor(input){
317
+ super(input);
318
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(EnableAlertingRulesCommand.metaPath);
319
+ }
320
+ }
321
+ _define_property(EnableAlertingRulesCommand, "metaPath", '/EnableAlertingRules/2021-03-03/vmp/post/application_json/');
322
+ class EnableIntegrationTasksCommand extends sdk_core_namespaceObject.Command {
323
+ constructor(input){
324
+ super(input);
325
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(EnableIntegrationTasksCommand.metaPath);
326
+ }
327
+ }
328
+ _define_property(EnableIntegrationTasksCommand, "metaPath", '/EnableIntegrationTasks/2021-03-03/vmp/post/application_json/');
329
+ class EnableSilencePoliciesCommand extends sdk_core_namespaceObject.Command {
330
+ constructor(input){
331
+ super(input);
332
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(EnableSilencePoliciesCommand.metaPath);
333
+ }
334
+ }
335
+ _define_property(EnableSilencePoliciesCommand, "metaPath", '/EnableSilencePolicies/2021-03-03/vmp/post/application_json/');
336
+ class GetAggregateWorkspaceCommand extends sdk_core_namespaceObject.Command {
337
+ constructor(input){
338
+ super(input);
339
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetAggregateWorkspaceCommand.metaPath);
340
+ }
341
+ }
342
+ _define_property(GetAggregateWorkspaceCommand, "metaPath", '/GetAggregateWorkspace/2021-03-03/vmp/post/application_json/');
343
+ class GetAlertCommand extends sdk_core_namespaceObject.Command {
344
+ constructor(input){
345
+ super(input);
346
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetAlertCommand.metaPath);
347
+ }
348
+ }
349
+ _define_property(GetAlertCommand, "metaPath", '/GetAlert/2021-03-03/vmp/post/application_json/');
350
+ class GetAlertingRuleCommand extends sdk_core_namespaceObject.Command {
351
+ constructor(input){
352
+ super(input);
353
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetAlertingRuleCommand.metaPath);
354
+ }
355
+ }
356
+ _define_property(GetAlertingRuleCommand, "metaPath", '/GetAlertingRule/2021-03-03/vmp/post/application_json/');
357
+ class GetContactCommand extends sdk_core_namespaceObject.Command {
358
+ constructor(input){
359
+ super(input);
360
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetContactCommand.metaPath);
361
+ }
362
+ }
363
+ _define_property(GetContactCommand, "metaPath", '/GetContact/2021-03-03/vmp/post/application_json/');
364
+ class GetContactGroupCommand extends sdk_core_namespaceObject.Command {
365
+ constructor(input){
366
+ super(input);
367
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetContactGroupCommand.metaPath);
368
+ }
369
+ }
370
+ _define_property(GetContactGroupCommand, "metaPath", '/GetContactGroup/2021-03-03/vmp/post/application_json/');
371
+ class GetExternalPrometheusCommand extends sdk_core_namespaceObject.Command {
372
+ constructor(input){
373
+ super(input);
374
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetExternalPrometheusCommand.metaPath);
375
+ }
376
+ }
377
+ _define_property(GetExternalPrometheusCommand, "metaPath", '/GetExternalPrometheus/2021-03-03/vmp/post/application_json/');
378
+ class GetIntegrationTaskCommand extends sdk_core_namespaceObject.Command {
379
+ constructor(input){
380
+ super(input);
381
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetIntegrationTaskCommand.metaPath);
382
+ }
383
+ }
384
+ _define_property(GetIntegrationTaskCommand, "metaPath", '/GetIntegrationTask/2021-03-03/vmp/post/application_json/');
385
+ class GetNotifyGroupPolicyCommand extends sdk_core_namespaceObject.Command {
386
+ constructor(input){
387
+ super(input);
388
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetNotifyGroupPolicyCommand.metaPath);
389
+ }
390
+ }
391
+ _define_property(GetNotifyGroupPolicyCommand, "metaPath", '/GetNotifyGroupPolicy/2021-03-03/vmp/post/application_json/');
392
+ class GetNotifyPolicyCommand extends sdk_core_namespaceObject.Command {
393
+ constructor(input){
394
+ super(input);
395
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetNotifyPolicyCommand.metaPath);
396
+ }
397
+ }
398
+ _define_property(GetNotifyPolicyCommand, "metaPath", '/GetNotifyPolicy/2021-03-03/vmp/post/application_json/');
399
+ class GetRuleFileCommand extends sdk_core_namespaceObject.Command {
400
+ constructor(input){
401
+ super(input);
402
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetRuleFileCommand.metaPath);
403
+ }
404
+ }
405
+ _define_property(GetRuleFileCommand, "metaPath", '/GetRuleFile/2021-03-03/vmp/post/application_json/');
406
+ class GetWorkspaceCommand extends sdk_core_namespaceObject.Command {
407
+ constructor(input){
408
+ super(input);
409
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetWorkspaceCommand.metaPath);
410
+ }
411
+ }
412
+ _define_property(GetWorkspaceCommand, "metaPath", '/GetWorkspace/2021-03-03/vmp/post/application_json/');
413
+ class GetWorkspaceAuthInfoCommand extends sdk_core_namespaceObject.Command {
414
+ constructor(input){
415
+ super(input);
416
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetWorkspaceAuthInfoCommand.metaPath);
417
+ }
418
+ }
419
+ _define_property(GetWorkspaceAuthInfoCommand, "metaPath", '/GetWorkspaceAuthInfo/2021-03-03/vmp/post/application_json/');
420
+ class ListAlertSamplesCommand extends sdk_core_namespaceObject.Command {
421
+ constructor(input){
422
+ super(input);
423
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListAlertSamplesCommand.metaPath);
424
+ }
425
+ }
426
+ _define_property(ListAlertSamplesCommand, "metaPath", '/ListAlertSamples/2021-03-03/vmp/post/application_json/');
427
+ class ListAlertingRulesCommand extends sdk_core_namespaceObject.Command {
428
+ constructor(input){
429
+ super(input);
430
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListAlertingRulesCommand.metaPath);
431
+ }
432
+ }
433
+ _define_property(ListAlertingRulesCommand, "metaPath", '/ListAlertingRules/2021-03-03/vmp/post/application_json/');
434
+ class ListAlertsCommand extends sdk_core_namespaceObject.Command {
435
+ constructor(input){
436
+ super(input);
437
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListAlertsCommand.metaPath);
438
+ }
439
+ }
440
+ _define_property(ListAlertsCommand, "metaPath", '/ListAlerts/2021-03-03/vmp/post/application_json/');
441
+ class ListContactGroupsCommand extends sdk_core_namespaceObject.Command {
442
+ constructor(input){
443
+ super(input);
444
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListContactGroupsCommand.metaPath);
445
+ }
446
+ }
447
+ _define_property(ListContactGroupsCommand, "metaPath", '/ListContactGroups/2021-03-03/vmp/post/application_json/');
448
+ class ListContactsCommand extends sdk_core_namespaceObject.Command {
449
+ constructor(input){
450
+ super(input);
451
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListContactsCommand.metaPath);
452
+ }
453
+ }
454
+ _define_property(ListContactsCommand, "metaPath", '/ListContacts/2021-03-03/vmp/post/application_json/');
455
+ class ListIntegrationTasksCommand extends sdk_core_namespaceObject.Command {
456
+ constructor(input){
457
+ super(input);
458
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListIntegrationTasksCommand.metaPath);
459
+ }
460
+ }
461
+ _define_property(ListIntegrationTasksCommand, "metaPath", '/ListIntegrationTasks/2021-03-03/vmp/post/application_json/');
462
+ class ListNotifyGroupPoliciesCommand extends sdk_core_namespaceObject.Command {
463
+ constructor(input){
464
+ super(input);
465
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListNotifyGroupPoliciesCommand.metaPath);
466
+ }
467
+ }
468
+ _define_property(ListNotifyGroupPoliciesCommand, "metaPath", '/ListNotifyGroupPolicies/2021-03-03/vmp/post/application_json/');
469
+ class ListNotifyPoliciesCommand extends sdk_core_namespaceObject.Command {
470
+ constructor(input){
471
+ super(input);
472
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListNotifyPoliciesCommand.metaPath);
473
+ }
474
+ }
475
+ _define_property(ListNotifyPoliciesCommand, "metaPath", '/ListNotifyPolicies/2021-03-03/vmp/post/application_json/');
476
+ class ListNotifyTemplatesCommand extends sdk_core_namespaceObject.Command {
477
+ constructor(input){
478
+ super(input);
479
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListNotifyTemplatesCommand.metaPath);
480
+ }
481
+ }
482
+ _define_property(ListNotifyTemplatesCommand, "metaPath", '/ListNotifyTemplates/2021-03-03/vmp/post/application_json/');
483
+ class ListRuleFilesCommand extends sdk_core_namespaceObject.Command {
484
+ constructor(input){
485
+ super(input);
486
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListRuleFilesCommand.metaPath);
487
+ }
488
+ }
489
+ _define_property(ListRuleFilesCommand, "metaPath", '/ListRuleFiles/2021-03-03/vmp/post/application_json/');
490
+ class ListRulesCommand extends sdk_core_namespaceObject.Command {
491
+ constructor(input){
492
+ super(input);
493
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListRulesCommand.metaPath);
494
+ }
495
+ }
496
+ _define_property(ListRulesCommand, "metaPath", '/ListRules/2021-03-03/vmp/post/application_json/');
497
+ class ListSilencePoliciesCommand extends sdk_core_namespaceObject.Command {
498
+ constructor(input){
499
+ super(input);
500
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListSilencePoliciesCommand.metaPath);
501
+ }
502
+ }
503
+ _define_property(ListSilencePoliciesCommand, "metaPath", '/ListSilencePolicies/2021-03-03/vmp/post/application_json/');
504
+ class ListTagsForResourcesCommand extends sdk_core_namespaceObject.Command {
505
+ constructor(input){
506
+ super(input);
507
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListTagsForResourcesCommand.metaPath);
508
+ }
509
+ }
510
+ _define_property(ListTagsForResourcesCommand, "metaPath", '/ListTagsForResources/2021-03-03/vmp/post/application_json/');
511
+ class ListWorkspaceInstanceTypesCommand extends sdk_core_namespaceObject.Command {
512
+ constructor(input){
513
+ super(input);
514
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListWorkspaceInstanceTypesCommand.metaPath);
515
+ }
516
+ }
517
+ _define_property(ListWorkspaceInstanceTypesCommand, "metaPath", '/ListWorkspaceInstanceTypes/2021-03-03/vmp/post/application_json/');
518
+ class ListWorkspaceStatusCommand extends sdk_core_namespaceObject.Command {
519
+ constructor(input){
520
+ super(input);
521
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListWorkspaceStatusCommand.metaPath);
522
+ }
523
+ }
524
+ _define_property(ListWorkspaceStatusCommand, "metaPath", '/ListWorkspaceStatus/2021-03-03/vmp/post/application_json/');
525
+ class ListWorkspacesCommand extends sdk_core_namespaceObject.Command {
526
+ constructor(input){
527
+ super(input);
528
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListWorkspacesCommand.metaPath);
529
+ }
530
+ }
531
+ _define_property(ListWorkspacesCommand, "metaPath", '/ListWorkspaces/2021-03-03/vmp/post/application_json/');
532
+ class SendValidationMessageCommand extends sdk_core_namespaceObject.Command {
533
+ constructor(input){
534
+ super(input);
535
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(SendValidationMessageCommand.metaPath);
536
+ }
537
+ }
538
+ _define_property(SendValidationMessageCommand, "metaPath", '/SendValidationMessage/2021-03-03/vmp/post/application_json/');
539
+ class TagResourcesCommand extends sdk_core_namespaceObject.Command {
540
+ constructor(input){
541
+ super(input);
542
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(TagResourcesCommand.metaPath);
543
+ }
544
+ }
545
+ _define_property(TagResourcesCommand, "metaPath", '/TagResources/2021-03-03/vmp/post/application_json/');
546
+ class TestDingTalkBotWebhookCommand extends sdk_core_namespaceObject.Command {
547
+ constructor(input){
548
+ super(input);
549
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(TestDingTalkBotWebhookCommand.metaPath);
550
+ }
551
+ }
552
+ _define_property(TestDingTalkBotWebhookCommand, "metaPath", '/TestDingTalkBotWebhook/2021-03-03/vmp/post/application_json/');
553
+ class TestLarkBotWebhookCommand extends sdk_core_namespaceObject.Command {
554
+ constructor(input){
555
+ super(input);
556
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(TestLarkBotWebhookCommand.metaPath);
557
+ }
558
+ }
559
+ _define_property(TestLarkBotWebhookCommand, "metaPath", '/TestLarkBotWebhook/2021-03-03/vmp/post/application_json/');
560
+ class TestWeComBotWebhookCommand extends sdk_core_namespaceObject.Command {
561
+ constructor(input){
562
+ super(input);
563
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(TestWeComBotWebhookCommand.metaPath);
564
+ }
565
+ }
566
+ _define_property(TestWeComBotWebhookCommand, "metaPath", '/TestWeComBotWebhook/2021-03-03/vmp/post/application_json/');
567
+ class TestWebhookCommand extends sdk_core_namespaceObject.Command {
568
+ constructor(input){
569
+ super(input);
570
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(TestWebhookCommand.metaPath);
571
+ }
572
+ }
573
+ _define_property(TestWebhookCommand, "metaPath", '/TestWebhook/2021-03-03/vmp/post/application_json/');
574
+ class UntagResourcesCommand extends sdk_core_namespaceObject.Command {
575
+ constructor(input){
576
+ super(input);
577
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UntagResourcesCommand.metaPath);
578
+ }
579
+ }
580
+ _define_property(UntagResourcesCommand, "metaPath", '/UntagResources/2021-03-03/vmp/post/application_json/');
581
+ class UpdateAggregateWorkspaceCommand extends sdk_core_namespaceObject.Command {
582
+ constructor(input){
583
+ super(input);
584
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateAggregateWorkspaceCommand.metaPath);
585
+ }
586
+ }
587
+ _define_property(UpdateAggregateWorkspaceCommand, "metaPath", '/UpdateAggregateWorkspace/2021-03-03/vmp/post/application_json/');
588
+ class UpdateAlertingRuleCommand extends sdk_core_namespaceObject.Command {
589
+ constructor(input){
590
+ super(input);
591
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateAlertingRuleCommand.metaPath);
592
+ }
593
+ }
594
+ _define_property(UpdateAlertingRuleCommand, "metaPath", '/UpdateAlertingRule/2021-03-03/vmp/post/application_json/');
595
+ class UpdateContactCommand extends sdk_core_namespaceObject.Command {
596
+ constructor(input){
597
+ super(input);
598
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateContactCommand.metaPath);
599
+ }
600
+ }
601
+ _define_property(UpdateContactCommand, "metaPath", '/UpdateContact/2021-03-03/vmp/post/application_json/');
602
+ class UpdateContactGroupCommand extends sdk_core_namespaceObject.Command {
603
+ constructor(input){
604
+ super(input);
605
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateContactGroupCommand.metaPath);
606
+ }
607
+ }
608
+ _define_property(UpdateContactGroupCommand, "metaPath", '/UpdateContactGroup/2021-03-03/vmp/post/application_json/');
609
+ class UpdateExternalPrometheusCommand extends sdk_core_namespaceObject.Command {
610
+ constructor(input){
611
+ super(input);
612
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateExternalPrometheusCommand.metaPath);
613
+ }
614
+ }
615
+ _define_property(UpdateExternalPrometheusCommand, "metaPath", '/UpdateExternalPrometheus/2021-03-03/vmp/post/application_json/');
616
+ class UpdateIntegrationTaskCommand extends sdk_core_namespaceObject.Command {
617
+ constructor(input){
618
+ super(input);
619
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateIntegrationTaskCommand.metaPath);
620
+ }
621
+ }
622
+ _define_property(UpdateIntegrationTaskCommand, "metaPath", '/UpdateIntegrationTask/2021-03-03/vmp/post/application_json/');
623
+ class UpdateNotifyGroupPolicyCommand extends sdk_core_namespaceObject.Command {
624
+ constructor(input){
625
+ super(input);
626
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateNotifyGroupPolicyCommand.metaPath);
627
+ }
628
+ }
629
+ _define_property(UpdateNotifyGroupPolicyCommand, "metaPath", '/UpdateNotifyGroupPolicy/2021-03-03/vmp/post/application_json/');
630
+ class UpdateNotifyPolicyCommand extends sdk_core_namespaceObject.Command {
631
+ constructor(input){
632
+ super(input);
633
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateNotifyPolicyCommand.metaPath);
634
+ }
635
+ }
636
+ _define_property(UpdateNotifyPolicyCommand, "metaPath", '/UpdateNotifyPolicy/2021-03-03/vmp/post/application_json/');
637
+ class UpdateNotifyTemplateCommand extends sdk_core_namespaceObject.Command {
638
+ constructor(input){
639
+ super(input);
640
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateNotifyTemplateCommand.metaPath);
641
+ }
642
+ }
643
+ _define_property(UpdateNotifyTemplateCommand, "metaPath", '/UpdateNotifyTemplate/2021-03-03/vmp/post/application_json/');
644
+ class UpdateRuleFileCommand extends sdk_core_namespaceObject.Command {
645
+ constructor(input){
646
+ super(input);
647
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateRuleFileCommand.metaPath);
648
+ }
649
+ }
650
+ _define_property(UpdateRuleFileCommand, "metaPath", '/UpdateRuleFile/2021-03-03/vmp/post/application_json/');
651
+ class UpdateSilencePolicyCommand extends sdk_core_namespaceObject.Command {
652
+ constructor(input){
653
+ super(input);
654
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateSilencePolicyCommand.metaPath);
655
+ }
656
+ }
657
+ _define_property(UpdateSilencePolicyCommand, "metaPath", '/UpdateSilencePolicy/2021-03-03/vmp/post/application_json/');
658
+ class UpdateWorkspaceCommand extends sdk_core_namespaceObject.Command {
659
+ constructor(input){
660
+ super(input);
661
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateWorkspaceCommand.metaPath);
662
+ }
663
+ }
664
+ _define_property(UpdateWorkspaceCommand, "metaPath", '/UpdateWorkspace/2021-03-03/vmp/post/application_json/');
665
+ exports.CreateAggregateWorkspaceCommand = __webpack_exports__.CreateAggregateWorkspaceCommand;
666
+ exports.CreateAlertingRuleCommand = __webpack_exports__.CreateAlertingRuleCommand;
667
+ exports.CreateContactCommand = __webpack_exports__.CreateContactCommand;
668
+ exports.CreateContactGroupCommand = __webpack_exports__.CreateContactGroupCommand;
669
+ exports.CreateExternalPrometheusCommand = __webpack_exports__.CreateExternalPrometheusCommand;
670
+ exports.CreateIntegrationTaskCommand = __webpack_exports__.CreateIntegrationTaskCommand;
671
+ exports.CreateNotifyGroupPolicyCommand = __webpack_exports__.CreateNotifyGroupPolicyCommand;
672
+ exports.CreateNotifyPolicyCommand = __webpack_exports__.CreateNotifyPolicyCommand;
673
+ exports.CreateNotifyTemplateCommand = __webpack_exports__.CreateNotifyTemplateCommand;
674
+ exports.CreateRuleFileCommand = __webpack_exports__.CreateRuleFileCommand;
675
+ exports.CreateSilencePolicyCommand = __webpack_exports__.CreateSilencePolicyCommand;
676
+ exports.CreateWorkspaceCommand = __webpack_exports__.CreateWorkspaceCommand;
677
+ exports.DeleteAggregateWorkspaceCommand = __webpack_exports__.DeleteAggregateWorkspaceCommand;
678
+ exports.DeleteAlertingRulesCommand = __webpack_exports__.DeleteAlertingRulesCommand;
679
+ exports.DeleteContactGroupsCommand = __webpack_exports__.DeleteContactGroupsCommand;
680
+ exports.DeleteContactsCommand = __webpack_exports__.DeleteContactsCommand;
681
+ exports.DeleteExternalPrometheusCommand = __webpack_exports__.DeleteExternalPrometheusCommand;
682
+ exports.DeleteIntegrationTaskCommand = __webpack_exports__.DeleteIntegrationTaskCommand;
683
+ exports.DeleteNotifyGroupPolicyCommand = __webpack_exports__.DeleteNotifyGroupPolicyCommand;
684
+ exports.DeleteNotifyPolicyCommand = __webpack_exports__.DeleteNotifyPolicyCommand;
685
+ exports.DeleteNotifyTemplateCommand = __webpack_exports__.DeleteNotifyTemplateCommand;
686
+ exports.DeleteRuleFileCommand = __webpack_exports__.DeleteRuleFileCommand;
687
+ exports.DeleteSilencePoliciesCommand = __webpack_exports__.DeleteSilencePoliciesCommand;
688
+ exports.DeleteWorkspaceCommand = __webpack_exports__.DeleteWorkspaceCommand;
689
+ exports.DisableAlertingRulesCommand = __webpack_exports__.DisableAlertingRulesCommand;
690
+ exports.DisableIntegrationTasksCommand = __webpack_exports__.DisableIntegrationTasksCommand;
691
+ exports.DisableSilencePoliciesCommand = __webpack_exports__.DisableSilencePoliciesCommand;
692
+ exports.EnableAlertingRulesCommand = __webpack_exports__.EnableAlertingRulesCommand;
693
+ exports.EnableIntegrationTasksCommand = __webpack_exports__.EnableIntegrationTasksCommand;
694
+ exports.EnableSilencePoliciesCommand = __webpack_exports__.EnableSilencePoliciesCommand;
695
+ exports.GetAggregateWorkspaceCommand = __webpack_exports__.GetAggregateWorkspaceCommand;
696
+ exports.GetAlertCommand = __webpack_exports__.GetAlertCommand;
697
+ exports.GetAlertingRuleCommand = __webpack_exports__.GetAlertingRuleCommand;
698
+ exports.GetContactCommand = __webpack_exports__.GetContactCommand;
699
+ exports.GetContactGroupCommand = __webpack_exports__.GetContactGroupCommand;
700
+ exports.GetExternalPrometheusCommand = __webpack_exports__.GetExternalPrometheusCommand;
701
+ exports.GetIntegrationTaskCommand = __webpack_exports__.GetIntegrationTaskCommand;
702
+ exports.GetNotifyGroupPolicyCommand = __webpack_exports__.GetNotifyGroupPolicyCommand;
703
+ exports.GetNotifyPolicyCommand = __webpack_exports__.GetNotifyPolicyCommand;
704
+ exports.GetRuleFileCommand = __webpack_exports__.GetRuleFileCommand;
705
+ exports.GetWorkspaceAuthInfoCommand = __webpack_exports__.GetWorkspaceAuthInfoCommand;
706
+ exports.GetWorkspaceCommand = __webpack_exports__.GetWorkspaceCommand;
707
+ exports.ListAlertSamplesCommand = __webpack_exports__.ListAlertSamplesCommand;
708
+ exports.ListAlertingRulesCommand = __webpack_exports__.ListAlertingRulesCommand;
709
+ exports.ListAlertsCommand = __webpack_exports__.ListAlertsCommand;
710
+ exports.ListContactGroupsCommand = __webpack_exports__.ListContactGroupsCommand;
711
+ exports.ListContactsCommand = __webpack_exports__.ListContactsCommand;
712
+ exports.ListIntegrationTasksCommand = __webpack_exports__.ListIntegrationTasksCommand;
713
+ exports.ListNotifyGroupPoliciesCommand = __webpack_exports__.ListNotifyGroupPoliciesCommand;
714
+ exports.ListNotifyPoliciesCommand = __webpack_exports__.ListNotifyPoliciesCommand;
715
+ exports.ListNotifyTemplatesCommand = __webpack_exports__.ListNotifyTemplatesCommand;
716
+ exports.ListRuleFilesCommand = __webpack_exports__.ListRuleFilesCommand;
717
+ exports.ListRulesCommand = __webpack_exports__.ListRulesCommand;
718
+ exports.ListSilencePoliciesCommand = __webpack_exports__.ListSilencePoliciesCommand;
719
+ exports.ListTagsForResourcesCommand = __webpack_exports__.ListTagsForResourcesCommand;
720
+ exports.ListWorkspaceInstanceTypesCommand = __webpack_exports__.ListWorkspaceInstanceTypesCommand;
721
+ exports.ListWorkspaceStatusCommand = __webpack_exports__.ListWorkspaceStatusCommand;
722
+ exports.ListWorkspacesCommand = __webpack_exports__.ListWorkspacesCommand;
723
+ exports.SendValidationMessageCommand = __webpack_exports__.SendValidationMessageCommand;
724
+ exports.TagResourcesCommand = __webpack_exports__.TagResourcesCommand;
725
+ exports.TestDingTalkBotWebhookCommand = __webpack_exports__.TestDingTalkBotWebhookCommand;
726
+ exports.TestLarkBotWebhookCommand = __webpack_exports__.TestLarkBotWebhookCommand;
727
+ exports.TestWeComBotWebhookCommand = __webpack_exports__.TestWeComBotWebhookCommand;
728
+ exports.TestWebhookCommand = __webpack_exports__.TestWebhookCommand;
729
+ exports.UntagResourcesCommand = __webpack_exports__.UntagResourcesCommand;
730
+ exports.UpdateAggregateWorkspaceCommand = __webpack_exports__.UpdateAggregateWorkspaceCommand;
731
+ exports.UpdateAlertingRuleCommand = __webpack_exports__.UpdateAlertingRuleCommand;
732
+ exports.UpdateContactCommand = __webpack_exports__.UpdateContactCommand;
733
+ exports.UpdateContactGroupCommand = __webpack_exports__.UpdateContactGroupCommand;
734
+ exports.UpdateExternalPrometheusCommand = __webpack_exports__.UpdateExternalPrometheusCommand;
735
+ exports.UpdateIntegrationTaskCommand = __webpack_exports__.UpdateIntegrationTaskCommand;
736
+ exports.UpdateNotifyGroupPolicyCommand = __webpack_exports__.UpdateNotifyGroupPolicyCommand;
737
+ exports.UpdateNotifyPolicyCommand = __webpack_exports__.UpdateNotifyPolicyCommand;
738
+ exports.UpdateNotifyTemplateCommand = __webpack_exports__.UpdateNotifyTemplateCommand;
739
+ exports.UpdateRuleFileCommand = __webpack_exports__.UpdateRuleFileCommand;
740
+ exports.UpdateSilencePolicyCommand = __webpack_exports__.UpdateSilencePolicyCommand;
741
+ exports.UpdateWorkspaceCommand = __webpack_exports__.UpdateWorkspaceCommand;
742
+ exports.VMPClient = __webpack_exports__.VMPClient;
743
+ for(var __rspack_i in __webpack_exports__)if (-1 === [
744
+ "CreateAggregateWorkspaceCommand",
745
+ "CreateAlertingRuleCommand",
746
+ "CreateContactCommand",
747
+ "CreateContactGroupCommand",
748
+ "CreateExternalPrometheusCommand",
749
+ "CreateIntegrationTaskCommand",
750
+ "CreateNotifyGroupPolicyCommand",
751
+ "CreateNotifyPolicyCommand",
752
+ "CreateNotifyTemplateCommand",
753
+ "CreateRuleFileCommand",
754
+ "CreateSilencePolicyCommand",
755
+ "CreateWorkspaceCommand",
756
+ "DeleteAggregateWorkspaceCommand",
757
+ "DeleteAlertingRulesCommand",
758
+ "DeleteContactGroupsCommand",
759
+ "DeleteContactsCommand",
760
+ "DeleteExternalPrometheusCommand",
761
+ "DeleteIntegrationTaskCommand",
762
+ "DeleteNotifyGroupPolicyCommand",
763
+ "DeleteNotifyPolicyCommand",
764
+ "DeleteNotifyTemplateCommand",
765
+ "DeleteRuleFileCommand",
766
+ "DeleteSilencePoliciesCommand",
767
+ "DeleteWorkspaceCommand",
768
+ "DisableAlertingRulesCommand",
769
+ "DisableIntegrationTasksCommand",
770
+ "DisableSilencePoliciesCommand",
771
+ "EnableAlertingRulesCommand",
772
+ "EnableIntegrationTasksCommand",
773
+ "EnableSilencePoliciesCommand",
774
+ "GetAggregateWorkspaceCommand",
775
+ "GetAlertCommand",
776
+ "GetAlertingRuleCommand",
777
+ "GetContactCommand",
778
+ "GetContactGroupCommand",
779
+ "GetExternalPrometheusCommand",
780
+ "GetIntegrationTaskCommand",
781
+ "GetNotifyGroupPolicyCommand",
782
+ "GetNotifyPolicyCommand",
783
+ "GetRuleFileCommand",
784
+ "GetWorkspaceAuthInfoCommand",
785
+ "GetWorkspaceCommand",
786
+ "ListAlertSamplesCommand",
787
+ "ListAlertingRulesCommand",
788
+ "ListAlertsCommand",
789
+ "ListContactGroupsCommand",
790
+ "ListContactsCommand",
791
+ "ListIntegrationTasksCommand",
792
+ "ListNotifyGroupPoliciesCommand",
793
+ "ListNotifyPoliciesCommand",
794
+ "ListNotifyTemplatesCommand",
795
+ "ListRuleFilesCommand",
796
+ "ListRulesCommand",
797
+ "ListSilencePoliciesCommand",
798
+ "ListTagsForResourcesCommand",
799
+ "ListWorkspaceInstanceTypesCommand",
800
+ "ListWorkspaceStatusCommand",
801
+ "ListWorkspacesCommand",
802
+ "SendValidationMessageCommand",
803
+ "TagResourcesCommand",
804
+ "TestDingTalkBotWebhookCommand",
805
+ "TestLarkBotWebhookCommand",
806
+ "TestWeComBotWebhookCommand",
807
+ "TestWebhookCommand",
808
+ "UntagResourcesCommand",
809
+ "UpdateAggregateWorkspaceCommand",
810
+ "UpdateAlertingRuleCommand",
811
+ "UpdateContactCommand",
812
+ "UpdateContactGroupCommand",
813
+ "UpdateExternalPrometheusCommand",
814
+ "UpdateIntegrationTaskCommand",
815
+ "UpdateNotifyGroupPolicyCommand",
816
+ "UpdateNotifyPolicyCommand",
817
+ "UpdateNotifyTemplateCommand",
818
+ "UpdateRuleFileCommand",
819
+ "UpdateSilencePolicyCommand",
820
+ "UpdateWorkspaceCommand",
821
+ "VMPClient"
822
+ ].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
823
+ Object.defineProperty(exports, '__esModule', {
824
+ value: true
825
+ });