@volcengine/volcobserve 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 (932) hide show
  1. package/.turbo/turbo-build.log +19 -0
  2. package/LICENSE.txt +202 -0
  3. package/dist/cjs/index.js +675 -0
  4. package/dist/esm/api.d.ts +705 -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 +455 -0
  9. package/dist/esm/types/alert-notification-for-list-preset-alert-templates-output.d.ts +61 -0
  10. package/dist/esm/types/alert-notification-for-list-preset-alert-templates-output.d.ts.map +1 -0
  11. package/dist/esm/types/applied-rule-for-list-alert-templates-output.d.ts +40 -0
  12. package/dist/esm/types/applied-rule-for-list-alert-templates-output.d.ts.map +1 -0
  13. package/dist/esm/types/applied-rule-for-list-preset-alert-templates-output.d.ts +30 -0
  14. package/dist/esm/types/applied-rule-for-list-preset-alert-templates-output.d.ts.map +1 -0
  15. package/dist/esm/types/apply-object-for-apply-object-groups-by-alert-template-input.d.ts +66 -0
  16. package/dist/esm/types/apply-object-for-apply-object-groups-by-alert-template-input.d.ts.map +1 -0
  17. package/dist/esm/types/apply-object-groups-by-alert-template-request.d.ts +36 -0
  18. package/dist/esm/types/apply-object-groups-by-alert-template-request.d.ts.map +1 -0
  19. package/dist/esm/types/apply-object-groups-by-alert-template-response.d.ts +25 -0
  20. package/dist/esm/types/apply-object-groups-by-alert-template-response.d.ts.map +1 -0
  21. package/dist/esm/types/condition-for-create-alert-template-input.d.ts +45 -0
  22. package/dist/esm/types/condition-for-create-alert-template-input.d.ts.map +1 -0
  23. package/dist/esm/types/condition-for-create-rule-input.d.ts +50 -0
  24. package/dist/esm/types/condition-for-create-rule-input.d.ts.map +1 -0
  25. package/dist/esm/types/condition-for-list-alert-templates-output.d.ts +45 -0
  26. package/dist/esm/types/condition-for-list-alert-templates-output.d.ts.map +1 -0
  27. package/dist/esm/types/condition-for-list-preset-alert-templates-output.d.ts +45 -0
  28. package/dist/esm/types/condition-for-list-preset-alert-templates-output.d.ts.map +1 -0
  29. package/dist/esm/types/condition-for-list-rules-by-ids-output.d.ts +55 -0
  30. package/dist/esm/types/condition-for-list-rules-by-ids-output.d.ts.map +1 -0
  31. package/dist/esm/types/condition-for-list-rules-output.d.ts +55 -0
  32. package/dist/esm/types/condition-for-list-rules-output.d.ts.map +1 -0
  33. package/dist/esm/types/condition-for-update-alert-template-input.d.ts +45 -0
  34. package/dist/esm/types/condition-for-update-alert-template-input.d.ts.map +1 -0
  35. package/dist/esm/types/condition-for-update-rule-input.d.ts +50 -0
  36. package/dist/esm/types/condition-for-update-rule-input.d.ts.map +1 -0
  37. package/dist/esm/types/convert-tag-for-create-rule-input.d.ts +30 -0
  38. package/dist/esm/types/convert-tag-for-create-rule-input.d.ts.map +1 -0
  39. package/dist/esm/types/convert-tag-for-list-rules-by-ids-output.d.ts +30 -0
  40. package/dist/esm/types/convert-tag-for-list-rules-by-ids-output.d.ts.map +1 -0
  41. package/dist/esm/types/convert-tag-for-list-rules-output.d.ts +30 -0
  42. package/dist/esm/types/convert-tag-for-list-rules-output.d.ts.map +1 -0
  43. package/dist/esm/types/convert-tag-for-update-rule-input.d.ts +30 -0
  44. package/dist/esm/types/convert-tag-for-update-rule-input.d.ts.map +1 -0
  45. package/dist/esm/types/create-alert-template-request.d.ts +58 -0
  46. package/dist/esm/types/create-alert-template-request.d.ts.map +1 -0
  47. package/dist/esm/types/create-alert-template-response.d.ts +25 -0
  48. package/dist/esm/types/create-alert-template-response.d.ts.map +1 -0
  49. package/dist/esm/types/create-contact-group-request.d.ts +35 -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-contacts-request.d.ts +35 -0
  54. package/dist/esm/types/create-contacts-request.d.ts.map +1 -0
  55. package/dist/esm/types/create-contacts-response.d.ts +25 -0
  56. package/dist/esm/types/create-contacts-response.d.ts.map +1 -0
  57. package/dist/esm/types/create-event-rule-request.d.ts +120 -0
  58. package/dist/esm/types/create-event-rule-request.d.ts.map +1 -0
  59. package/dist/esm/types/create-event-rule-response.d.ts +26 -0
  60. package/dist/esm/types/create-event-rule-response.d.ts.map +1 -0
  61. package/dist/esm/types/create-notification-request.d.ts +41 -0
  62. package/dist/esm/types/create-notification-request.d.ts.map +1 -0
  63. package/dist/esm/types/create-notification-response.d.ts +25 -0
  64. package/dist/esm/types/create-notification-response.d.ts.map +1 -0
  65. package/dist/esm/types/create-notify-template-request.d.ts +72 -0
  66. package/dist/esm/types/create-notify-template-request.d.ts.map +1 -0
  67. package/dist/esm/types/create-notify-template-response.d.ts +25 -0
  68. package/dist/esm/types/create-notify-template-response.d.ts.map +1 -0
  69. package/dist/esm/types/create-object-group-request.d.ts +31 -0
  70. package/dist/esm/types/create-object-group-request.d.ts.map +1 -0
  71. package/dist/esm/types/create-object-group-response.d.ts +25 -0
  72. package/dist/esm/types/create-object-group-response.d.ts.map +1 -0
  73. package/dist/esm/types/create-rule-request.d.ts +191 -0
  74. package/dist/esm/types/create-rule-request.d.ts.map +1 -0
  75. package/dist/esm/types/create-rule-response.d.ts +25 -0
  76. package/dist/esm/types/create-rule-response.d.ts.map +1 -0
  77. package/dist/esm/types/create-silence-policy-request.d.ts +52 -0
  78. package/dist/esm/types/create-silence-policy-request.d.ts.map +1 -0
  79. package/dist/esm/types/create-silence-policy-response.d.ts +25 -0
  80. package/dist/esm/types/create-silence-policy-response.d.ts.map +1 -0
  81. package/dist/esm/types/create-webhook-request.d.ts +45 -0
  82. package/dist/esm/types/create-webhook-request.d.ts.map +1 -0
  83. package/dist/esm/types/create-webhook-response.d.ts +25 -0
  84. package/dist/esm/types/create-webhook-response.d.ts.map +1 -0
  85. package/dist/esm/types/data-for-create-event-rule-output.d.ts +25 -0
  86. package/dist/esm/types/data-for-create-event-rule-output.d.ts.map +1 -0
  87. package/dist/esm/types/data-for-delete-event-rule-output.d.ts +25 -0
  88. package/dist/esm/types/data-for-delete-event-rule-output.d.ts.map +1 -0
  89. package/dist/esm/types/data-for-disable-event-rule-output.d.ts +25 -0
  90. package/dist/esm/types/data-for-disable-event-rule-output.d.ts.map +1 -0
  91. package/dist/esm/types/data-for-enable-event-rule-output.d.ts +25 -0
  92. package/dist/esm/types/data-for-enable-event-rule-output.d.ts.map +1 -0
  93. package/dist/esm/types/data-for-get-metric-data-output.d.ts +66 -0
  94. package/dist/esm/types/data-for-get-metric-data-output.d.ts.map +1 -0
  95. package/dist/esm/types/data-for-get-top-data-output.d.ts +36 -0
  96. package/dist/esm/types/data-for-get-top-data-output.d.ts.map +1 -0
  97. package/dist/esm/types/data-for-list-alert-group-output.d.ts +100 -0
  98. package/dist/esm/types/data-for-list-alert-group-output.d.ts.map +1 -0
  99. package/dist/esm/types/data-for-list-alert-templates-output.d.ts +84 -0
  100. package/dist/esm/types/data-for-list-alert-templates-output.d.ts.map +1 -0
  101. package/dist/esm/types/data-for-list-contact-group-by-ids-output.d.ts +50 -0
  102. package/dist/esm/types/data-for-list-contact-group-by-ids-output.d.ts.map +1 -0
  103. package/dist/esm/types/data-for-list-contact-groups-output.d.ts +50 -0
  104. package/dist/esm/types/data-for-list-contact-groups-output.d.ts.map +1 -0
  105. package/dist/esm/types/data-for-list-contacts-by-ids-output.d.ts +40 -0
  106. package/dist/esm/types/data-for-list-contacts-by-ids-output.d.ts.map +1 -0
  107. package/dist/esm/types/data-for-list-contacts-output.d.ts +40 -0
  108. package/dist/esm/types/data-for-list-contacts-output.d.ts.map +1 -0
  109. package/dist/esm/types/data-for-list-default-notify-templates-output.d.ts +45 -0
  110. package/dist/esm/types/data-for-list-default-notify-templates-output.d.ts.map +1 -0
  111. package/dist/esm/types/data-for-list-event-rules-output.d.ts +134 -0
  112. package/dist/esm/types/data-for-list-event-rules-output.d.ts.map +1 -0
  113. package/dist/esm/types/data-for-list-events-output.d.ts +56 -0
  114. package/dist/esm/types/data-for-list-events-output.d.ts.map +1 -0
  115. package/dist/esm/types/data-for-list-notifications-output.d.ts +61 -0
  116. package/dist/esm/types/data-for-list-notifications-output.d.ts.map +1 -0
  117. package/dist/esm/types/data-for-list-notify-templates-output.d.ts +65 -0
  118. package/dist/esm/types/data-for-list-notify-templates-output.d.ts.map +1 -0
  119. package/dist/esm/types/data-for-list-object-groups-output.d.ts +56 -0
  120. package/dist/esm/types/data-for-list-object-groups-output.d.ts.map +1 -0
  121. package/dist/esm/types/data-for-list-preset-alert-templates-output.d.ts +89 -0
  122. package/dist/esm/types/data-for-list-preset-alert-templates-output.d.ts.map +1 -0
  123. package/dist/esm/types/data-for-list-rules-by-ids-output.d.ts +198 -0
  124. package/dist/esm/types/data-for-list-rules-by-ids-output.d.ts.map +1 -0
  125. package/dist/esm/types/data-for-list-rules-output.d.ts +198 -0
  126. package/dist/esm/types/data-for-list-rules-output.d.ts.map +1 -0
  127. package/dist/esm/types/data-for-list-send-alert-output.d.ts +51 -0
  128. package/dist/esm/types/data-for-list-send-alert-output.d.ts.map +1 -0
  129. package/dist/esm/types/data-for-list-silence-policy-output.d.ts +82 -0
  130. package/dist/esm/types/data-for-list-silence-policy-output.d.ts.map +1 -0
  131. package/dist/esm/types/data-for-list-webhooks-by-ids-output.d.ts +60 -0
  132. package/dist/esm/types/data-for-list-webhooks-by-ids-output.d.ts.map +1 -0
  133. package/dist/esm/types/data-for-list-webhooks-output.d.ts +60 -0
  134. package/dist/esm/types/data-for-list-webhooks-output.d.ts.map +1 -0
  135. package/dist/esm/types/data-for-tag-resources-output.d.ts +30 -0
  136. package/dist/esm/types/data-for-tag-resources-output.d.ts.map +1 -0
  137. package/dist/esm/types/data-for-update-event-rule-output.d.ts +25 -0
  138. package/dist/esm/types/data-for-update-event-rule-output.d.ts.map +1 -0
  139. package/dist/esm/types/data-point-for-get-metric-data-output.d.ts +30 -0
  140. package/dist/esm/types/data-point-for-get-metric-data-output.d.ts.map +1 -0
  141. package/dist/esm/types/delete-alert-templates-by-ids-request.d.ts +25 -0
  142. package/dist/esm/types/delete-alert-templates-by-ids-request.d.ts.map +1 -0
  143. package/dist/esm/types/delete-alert-templates-by-ids-response.d.ts +25 -0
  144. package/dist/esm/types/delete-alert-templates-by-ids-response.d.ts.map +1 -0
  145. package/dist/esm/types/delete-contact-group-by-ids-request.d.ts +25 -0
  146. package/dist/esm/types/delete-contact-group-by-ids-request.d.ts.map +1 -0
  147. package/dist/esm/types/delete-contact-group-by-ids-response.d.ts +25 -0
  148. package/dist/esm/types/delete-contact-group-by-ids-response.d.ts.map +1 -0
  149. package/dist/esm/types/delete-contacts-by-ids-request.d.ts +25 -0
  150. package/dist/esm/types/delete-contacts-by-ids-request.d.ts.map +1 -0
  151. package/dist/esm/types/delete-contacts-by-ids-response.d.ts +25 -0
  152. package/dist/esm/types/delete-contacts-by-ids-response.d.ts.map +1 -0
  153. package/dist/esm/types/delete-event-rule-request.d.ts +25 -0
  154. package/dist/esm/types/delete-event-rule-request.d.ts.map +1 -0
  155. package/dist/esm/types/delete-event-rule-response.d.ts +26 -0
  156. package/dist/esm/types/delete-event-rule-response.d.ts.map +1 -0
  157. package/dist/esm/types/delete-notifications-by-ids-request.d.ts +25 -0
  158. package/dist/esm/types/delete-notifications-by-ids-request.d.ts.map +1 -0
  159. package/dist/esm/types/delete-notifications-by-ids-response.d.ts +25 -0
  160. package/dist/esm/types/delete-notifications-by-ids-response.d.ts.map +1 -0
  161. package/dist/esm/types/delete-notify-templates-by-ids-request.d.ts +25 -0
  162. package/dist/esm/types/delete-notify-templates-by-ids-request.d.ts.map +1 -0
  163. package/dist/esm/types/delete-notify-templates-by-ids-response.d.ts +25 -0
  164. package/dist/esm/types/delete-notify-templates-by-ids-response.d.ts.map +1 -0
  165. package/dist/esm/types/delete-object-group-request.d.ts +25 -0
  166. package/dist/esm/types/delete-object-group-request.d.ts.map +1 -0
  167. package/dist/esm/types/delete-object-group-response.d.ts +25 -0
  168. package/dist/esm/types/delete-object-group-response.d.ts.map +1 -0
  169. package/dist/esm/types/delete-rules-by-ids-request.d.ts +25 -0
  170. package/dist/esm/types/delete-rules-by-ids-request.d.ts.map +1 -0
  171. package/dist/esm/types/delete-rules-by-ids-response.d.ts +25 -0
  172. package/dist/esm/types/delete-rules-by-ids-response.d.ts.map +1 -0
  173. package/dist/esm/types/delete-silence-policy-by-ids-request.d.ts +25 -0
  174. package/dist/esm/types/delete-silence-policy-by-ids-request.d.ts.map +1 -0
  175. package/dist/esm/types/delete-silence-policy-by-ids-response.d.ts +25 -0
  176. package/dist/esm/types/delete-silence-policy-by-ids-response.d.ts.map +1 -0
  177. package/dist/esm/types/delete-webhooks-by-ids-request.d.ts +25 -0
  178. package/dist/esm/types/delete-webhooks-by-ids-request.d.ts.map +1 -0
  179. package/dist/esm/types/delete-webhooks-by-ids-response.d.ts +25 -0
  180. package/dist/esm/types/delete-webhooks-by-ids-response.d.ts.map +1 -0
  181. package/dist/esm/types/detail-for-list-events-output.d.ts +20 -0
  182. package/dist/esm/types/detail-for-list-events-output.d.ts.map +1 -0
  183. package/dist/esm/types/dimension-conditions-for-create-object-group-input.d.ts +43 -0
  184. package/dist/esm/types/dimension-conditions-for-create-object-group-input.d.ts.map +1 -0
  185. package/dist/esm/types/dimension-conditions-for-create-rule-input.d.ts +43 -0
  186. package/dist/esm/types/dimension-conditions-for-create-rule-input.d.ts.map +1 -0
  187. package/dist/esm/types/dimension-conditions-for-list-object-groups-output.d.ts +43 -0
  188. package/dist/esm/types/dimension-conditions-for-list-object-groups-output.d.ts.map +1 -0
  189. package/dist/esm/types/dimension-conditions-for-list-rules-by-ids-output.d.ts +43 -0
  190. package/dist/esm/types/dimension-conditions-for-list-rules-by-ids-output.d.ts.map +1 -0
  191. package/dist/esm/types/dimension-conditions-for-list-rules-output.d.ts +43 -0
  192. package/dist/esm/types/dimension-conditions-for-list-rules-output.d.ts.map +1 -0
  193. package/dist/esm/types/dimension-conditions-for-update-object-group-input.d.ts +43 -0
  194. package/dist/esm/types/dimension-conditions-for-update-object-group-input.d.ts.map +1 -0
  195. package/dist/esm/types/dimension-conditions-for-update-rule-input.d.ts +43 -0
  196. package/dist/esm/types/dimension-conditions-for-update-rule-input.d.ts.map +1 -0
  197. package/dist/esm/types/dimension-for-get-metric-data-input.d.ts +30 -0
  198. package/dist/esm/types/dimension-for-get-metric-data-input.d.ts.map +1 -0
  199. package/dist/esm/types/dimension-for-get-metric-data-output.d.ts +30 -0
  200. package/dist/esm/types/dimension-for-get-metric-data-output.d.ts.map +1 -0
  201. package/dist/esm/types/dimension-for-get-top-data-input.d.ts +30 -0
  202. package/dist/esm/types/dimension-for-get-top-data-input.d.ts.map +1 -0
  203. package/dist/esm/types/dimensions-for-create-object-group-input.d.ts +20 -0
  204. package/dist/esm/types/dimensions-for-create-object-group-input.d.ts.map +1 -0
  205. package/dist/esm/types/dimensions-for-list-object-groups-output.d.ts +20 -0
  206. package/dist/esm/types/dimensions-for-list-object-groups-output.d.ts.map +1 -0
  207. package/dist/esm/types/dimensions-for-update-object-group-input.d.ts +20 -0
  208. package/dist/esm/types/dimensions-for-update-object-group-input.d.ts.map +1 -0
  209. package/dist/esm/types/disable-event-rule-request.d.ts +25 -0
  210. package/dist/esm/types/disable-event-rule-request.d.ts.map +1 -0
  211. package/dist/esm/types/disable-event-rule-response.d.ts +26 -0
  212. package/dist/esm/types/disable-event-rule-response.d.ts.map +1 -0
  213. package/dist/esm/types/disable-preset-alert-template-request.d.ts +25 -0
  214. package/dist/esm/types/disable-preset-alert-template-request.d.ts.map +1 -0
  215. package/dist/esm/types/disable-preset-alert-template-response.d.ts +25 -0
  216. package/dist/esm/types/disable-preset-alert-template-response.d.ts.map +1 -0
  217. package/dist/esm/types/effect-time-for-create-silence-policy-input.d.ts +31 -0
  218. package/dist/esm/types/effect-time-for-create-silence-policy-input.d.ts.map +1 -0
  219. package/dist/esm/types/effect-time-for-list-silence-policy-output.d.ts +31 -0
  220. package/dist/esm/types/effect-time-for-list-silence-policy-output.d.ts.map +1 -0
  221. package/dist/esm/types/effect-time-for-update-silence-policy-input.d.ts +31 -0
  222. package/dist/esm/types/effect-time-for-update-silence-policy-input.d.ts.map +1 -0
  223. package/dist/esm/types/effective-time-for-create-event-rule-input.d.ts +30 -0
  224. package/dist/esm/types/effective-time-for-create-event-rule-input.d.ts.map +1 -0
  225. package/dist/esm/types/effective-time-for-update-event-rule-input.d.ts +30 -0
  226. package/dist/esm/types/effective-time-for-update-event-rule-input.d.ts.map +1 -0
  227. package/dist/esm/types/enable-event-rule-request.d.ts +25 -0
  228. package/dist/esm/types/enable-event-rule-request.d.ts.map +1 -0
  229. package/dist/esm/types/enable-event-rule-response.d.ts +26 -0
  230. package/dist/esm/types/enable-event-rule-response.d.ts.map +1 -0
  231. package/dist/esm/types/enable-preset-alert-template-request.d.ts +76 -0
  232. package/dist/esm/types/enable-preset-alert-template-request.d.ts.map +1 -0
  233. package/dist/esm/types/enable-preset-alert-template-response.d.ts +25 -0
  234. package/dist/esm/types/enable-preset-alert-template-response.d.ts.map +1 -0
  235. package/dist/esm/types/filter-pattern-for-create-event-rule-input.d.ts +20 -0
  236. package/dist/esm/types/filter-pattern-for-create-event-rule-input.d.ts.map +1 -0
  237. package/dist/esm/types/filter-pattern-for-list-event-rules-output.d.ts +20 -0
  238. package/dist/esm/types/filter-pattern-for-list-event-rules-output.d.ts.map +1 -0
  239. package/dist/esm/types/filter-pattern-for-update-event-rule-input.d.ts +20 -0
  240. package/dist/esm/types/filter-pattern-for-update-event-rule-input.d.ts.map +1 -0
  241. package/dist/esm/types/get-metric-data-request.d.ts +61 -0
  242. package/dist/esm/types/get-metric-data-request.d.ts.map +1 -0
  243. package/dist/esm/types/get-metric-data-response.d.ts +26 -0
  244. package/dist/esm/types/get-metric-data-response.d.ts.map +1 -0
  245. package/dist/esm/types/get-top-data-request.d.ts +71 -0
  246. package/dist/esm/types/get-top-data-request.d.ts.map +1 -0
  247. package/dist/esm/types/get-top-data-response.d.ts +26 -0
  248. package/dist/esm/types/get-top-data-response.d.ts.map +1 -0
  249. package/dist/esm/types/group-keys-for-get-top-data-output.d.ts +20 -0
  250. package/dist/esm/types/group-keys-for-get-top-data-output.d.ts.map +1 -0
  251. package/dist/esm/types/index.d.ts +306 -0
  252. package/dist/esm/types/index.d.ts.map +1 -0
  253. package/dist/esm/types/instance-for-get-metric-data-input.d.ts +26 -0
  254. package/dist/esm/types/instance-for-get-metric-data-input.d.ts.map +1 -0
  255. package/dist/esm/types/instance-for-get-top-data-input.d.ts +26 -0
  256. package/dist/esm/types/instance-for-get-top-data-input.d.ts.map +1 -0
  257. package/dist/esm/types/level-condition-for-create-alert-template-input.d.ts +40 -0
  258. package/dist/esm/types/level-condition-for-create-alert-template-input.d.ts.map +1 -0
  259. package/dist/esm/types/level-condition-for-create-rule-input.d.ts +31 -0
  260. package/dist/esm/types/level-condition-for-create-rule-input.d.ts.map +1 -0
  261. package/dist/esm/types/level-condition-for-list-alert-templates-output.d.ts +40 -0
  262. package/dist/esm/types/level-condition-for-list-alert-templates-output.d.ts.map +1 -0
  263. package/dist/esm/types/level-condition-for-list-preset-alert-templates-output.d.ts +40 -0
  264. package/dist/esm/types/level-condition-for-list-preset-alert-templates-output.d.ts.map +1 -0
  265. package/dist/esm/types/level-condition-for-list-rules-by-ids-output.d.ts +31 -0
  266. package/dist/esm/types/level-condition-for-list-rules-by-ids-output.d.ts.map +1 -0
  267. package/dist/esm/types/level-condition-for-list-rules-output.d.ts +31 -0
  268. package/dist/esm/types/level-condition-for-list-rules-output.d.ts.map +1 -0
  269. package/dist/esm/types/level-condition-for-update-alert-template-input.d.ts +40 -0
  270. package/dist/esm/types/level-condition-for-update-alert-template-input.d.ts.map +1 -0
  271. package/dist/esm/types/level-condition-for-update-rule-input.d.ts +31 -0
  272. package/dist/esm/types/level-condition-for-update-rule-input.d.ts.map +1 -0
  273. package/dist/esm/types/list-alert-group-request.d.ts +70 -0
  274. package/dist/esm/types/list-alert-group-request.d.ts.map +1 -0
  275. package/dist/esm/types/list-alert-group-response.d.ts +51 -0
  276. package/dist/esm/types/list-alert-group-response.d.ts.map +1 -0
  277. package/dist/esm/types/list-alert-templates-request.d.ts +50 -0
  278. package/dist/esm/types/list-alert-templates-request.d.ts.map +1 -0
  279. package/dist/esm/types/list-alert-templates-response.d.ts +41 -0
  280. package/dist/esm/types/list-alert-templates-response.d.ts.map +1 -0
  281. package/dist/esm/types/list-contact-group-by-ids-request.d.ts +25 -0
  282. package/dist/esm/types/list-contact-group-by-ids-request.d.ts.map +1 -0
  283. package/dist/esm/types/list-contact-group-by-ids-response.d.ts +26 -0
  284. package/dist/esm/types/list-contact-group-by-ids-response.d.ts.map +1 -0
  285. package/dist/esm/types/list-contact-groups-request.d.ts +35 -0
  286. package/dist/esm/types/list-contact-groups-request.d.ts.map +1 -0
  287. package/dist/esm/types/list-contact-groups-response.d.ts +41 -0
  288. package/dist/esm/types/list-contact-groups-response.d.ts.map +1 -0
  289. package/dist/esm/types/list-contacts-by-ids-request.d.ts +25 -0
  290. package/dist/esm/types/list-contacts-by-ids-request.d.ts.map +1 -0
  291. package/dist/esm/types/list-contacts-by-ids-response.d.ts +26 -0
  292. package/dist/esm/types/list-contacts-by-ids-response.d.ts.map +1 -0
  293. package/dist/esm/types/list-contacts-request.d.ts +45 -0
  294. package/dist/esm/types/list-contacts-request.d.ts.map +1 -0
  295. package/dist/esm/types/list-contacts-response.d.ts +41 -0
  296. package/dist/esm/types/list-contacts-response.d.ts.map +1 -0
  297. package/dist/esm/types/list-default-notify-templates-request.d.ts +65 -0
  298. package/dist/esm/types/list-default-notify-templates-request.d.ts.map +1 -0
  299. package/dist/esm/types/list-default-notify-templates-response.d.ts +26 -0
  300. package/dist/esm/types/list-default-notify-templates-response.d.ts.map +1 -0
  301. package/dist/esm/types/list-event-rules-request.d.ts +55 -0
  302. package/dist/esm/types/list-event-rules-request.d.ts.map +1 -0
  303. package/dist/esm/types/list-event-rules-response.d.ts +51 -0
  304. package/dist/esm/types/list-event-rules-response.d.ts.map +1 -0
  305. package/dist/esm/types/list-events-request.d.ts +77 -0
  306. package/dist/esm/types/list-events-request.d.ts.map +1 -0
  307. package/dist/esm/types/list-events-response.d.ts +51 -0
  308. package/dist/esm/types/list-events-response.d.ts.map +1 -0
  309. package/dist/esm/types/list-notifications-request.d.ts +60 -0
  310. package/dist/esm/types/list-notifications-request.d.ts.map +1 -0
  311. package/dist/esm/types/list-notifications-response.d.ts +41 -0
  312. package/dist/esm/types/list-notifications-response.d.ts.map +1 -0
  313. package/dist/esm/types/list-notify-templates-request.d.ts +72 -0
  314. package/dist/esm/types/list-notify-templates-request.d.ts.map +1 -0
  315. package/dist/esm/types/list-notify-templates-response.d.ts +41 -0
  316. package/dist/esm/types/list-notify-templates-response.d.ts.map +1 -0
  317. package/dist/esm/types/list-object-groups-request.d.ts +45 -0
  318. package/dist/esm/types/list-object-groups-request.d.ts.map +1 -0
  319. package/dist/esm/types/list-object-groups-response.d.ts +41 -0
  320. package/dist/esm/types/list-object-groups-response.d.ts.map +1 -0
  321. package/dist/esm/types/list-preset-alert-templates-request.d.ts +45 -0
  322. package/dist/esm/types/list-preset-alert-templates-request.d.ts.map +1 -0
  323. package/dist/esm/types/list-preset-alert-templates-response.d.ts +41 -0
  324. package/dist/esm/types/list-preset-alert-templates-response.d.ts.map +1 -0
  325. package/dist/esm/types/list-rules-by-ids-request.d.ts +25 -0
  326. package/dist/esm/types/list-rules-by-ids-request.d.ts.map +1 -0
  327. package/dist/esm/types/list-rules-by-ids-response.d.ts +26 -0
  328. package/dist/esm/types/list-rules-by-ids-response.d.ts.map +1 -0
  329. package/dist/esm/types/list-rules-request.d.ts +78 -0
  330. package/dist/esm/types/list-rules-request.d.ts.map +1 -0
  331. package/dist/esm/types/list-rules-response.d.ts +41 -0
  332. package/dist/esm/types/list-rules-response.d.ts.map +1 -0
  333. package/dist/esm/types/list-send-alert-request.d.ts +35 -0
  334. package/dist/esm/types/list-send-alert-request.d.ts.map +1 -0
  335. package/dist/esm/types/list-send-alert-response.d.ts +41 -0
  336. package/dist/esm/types/list-send-alert-response.d.ts.map +1 -0
  337. package/dist/esm/types/list-silence-policy-request.d.ts +60 -0
  338. package/dist/esm/types/list-silence-policy-request.d.ts.map +1 -0
  339. package/dist/esm/types/list-silence-policy-response.d.ts +41 -0
  340. package/dist/esm/types/list-silence-policy-response.d.ts.map +1 -0
  341. package/dist/esm/types/list-webhooks-by-ids-request.d.ts +25 -0
  342. package/dist/esm/types/list-webhooks-by-ids-request.d.ts.map +1 -0
  343. package/dist/esm/types/list-webhooks-by-ids-response.d.ts +26 -0
  344. package/dist/esm/types/list-webhooks-by-ids-response.d.ts.map +1 -0
  345. package/dist/esm/types/list-webhooks-request.d.ts +65 -0
  346. package/dist/esm/types/list-webhooks-request.d.ts.map +1 -0
  347. package/dist/esm/types/list-webhooks-response.d.ts +51 -0
  348. package/dist/esm/types/list-webhooks-response.d.ts.map +1 -0
  349. package/dist/esm/types/message-queue-for-create-event-rule-input.d.ts +65 -0
  350. package/dist/esm/types/message-queue-for-create-event-rule-input.d.ts.map +1 -0
  351. package/dist/esm/types/message-queue-for-list-event-rules-output.d.ts +45 -0
  352. package/dist/esm/types/message-queue-for-list-event-rules-output.d.ts.map +1 -0
  353. package/dist/esm/types/message-queue-for-update-event-rule-input.d.ts +65 -0
  354. package/dist/esm/types/message-queue-for-update-event-rule-input.d.ts.map +1 -0
  355. package/dist/esm/types/meta-condition-for-create-object-group-input.d.ts +36 -0
  356. package/dist/esm/types/meta-condition-for-create-object-group-input.d.ts.map +1 -0
  357. package/dist/esm/types/meta-condition-for-create-rule-input.d.ts +36 -0
  358. package/dist/esm/types/meta-condition-for-create-rule-input.d.ts.map +1 -0
  359. package/dist/esm/types/meta-condition-for-create-silence-policy-input.d.ts +31 -0
  360. package/dist/esm/types/meta-condition-for-create-silence-policy-input.d.ts.map +1 -0
  361. package/dist/esm/types/meta-condition-for-list-object-groups-output.d.ts +36 -0
  362. package/dist/esm/types/meta-condition-for-list-object-groups-output.d.ts.map +1 -0
  363. package/dist/esm/types/meta-condition-for-list-rules-by-ids-output.d.ts +36 -0
  364. package/dist/esm/types/meta-condition-for-list-rules-by-ids-output.d.ts.map +1 -0
  365. package/dist/esm/types/meta-condition-for-list-rules-output.d.ts +36 -0
  366. package/dist/esm/types/meta-condition-for-list-rules-output.d.ts.map +1 -0
  367. package/dist/esm/types/meta-condition-for-list-silence-policy-output.d.ts +31 -0
  368. package/dist/esm/types/meta-condition-for-list-silence-policy-output.d.ts.map +1 -0
  369. package/dist/esm/types/meta-condition-for-update-object-group-input.d.ts +36 -0
  370. package/dist/esm/types/meta-condition-for-update-object-group-input.d.ts.map +1 -0
  371. package/dist/esm/types/meta-condition-for-update-rule-input.d.ts +36 -0
  372. package/dist/esm/types/meta-condition-for-update-rule-input.d.ts.map +1 -0
  373. package/dist/esm/types/meta-condition-for-update-silence-policy-input.d.ts +31 -0
  374. package/dist/esm/types/meta-condition-for-update-silence-policy-input.d.ts.map +1 -0
  375. package/dist/esm/types/meta-for-create-object-group-input.d.ts +35 -0
  376. package/dist/esm/types/meta-for-create-object-group-input.d.ts.map +1 -0
  377. package/dist/esm/types/meta-for-create-rule-input.d.ts +35 -0
  378. package/dist/esm/types/meta-for-create-rule-input.d.ts.map +1 -0
  379. package/dist/esm/types/meta-for-create-silence-policy-input.d.ts +35 -0
  380. package/dist/esm/types/meta-for-create-silence-policy-input.d.ts.map +1 -0
  381. package/dist/esm/types/meta-for-list-object-groups-output.d.ts +35 -0
  382. package/dist/esm/types/meta-for-list-object-groups-output.d.ts.map +1 -0
  383. package/dist/esm/types/meta-for-list-rules-by-ids-output.d.ts +35 -0
  384. package/dist/esm/types/meta-for-list-rules-by-ids-output.d.ts.map +1 -0
  385. package/dist/esm/types/meta-for-list-rules-output.d.ts +35 -0
  386. package/dist/esm/types/meta-for-list-rules-output.d.ts.map +1 -0
  387. package/dist/esm/types/meta-for-list-silence-policy-output.d.ts +35 -0
  388. package/dist/esm/types/meta-for-list-silence-policy-output.d.ts.map +1 -0
  389. package/dist/esm/types/meta-for-update-object-group-input.d.ts +35 -0
  390. package/dist/esm/types/meta-for-update-object-group-input.d.ts.map +1 -0
  391. package/dist/esm/types/meta-for-update-rule-input.d.ts +35 -0
  392. package/dist/esm/types/meta-for-update-rule-input.d.ts.map +1 -0
  393. package/dist/esm/types/meta-for-update-silence-policy-input.d.ts +35 -0
  394. package/dist/esm/types/meta-for-update-silence-policy-input.d.ts.map +1 -0
  395. package/dist/esm/types/metric-data-for-get-top-data-output.d.ts +20 -0
  396. package/dist/esm/types/metric-data-for-get-top-data-output.d.ts.map +1 -0
  397. package/dist/esm/types/metric-data-result-for-get-metric-data-output.d.ts +37 -0
  398. package/dist/esm/types/metric-data-result-for-get-metric-data-output.d.ts.map +1 -0
  399. package/dist/esm/types/modify-state-of-silence-policy-by-ids-request.d.ts +38 -0
  400. package/dist/esm/types/modify-state-of-silence-policy-by-ids-request.d.ts.map +1 -0
  401. package/dist/esm/types/modify-state-of-silence-policy-by-ids-response.d.ts +25 -0
  402. package/dist/esm/types/modify-state-of-silence-policy-by-ids-response.d.ts.map +1 -0
  403. package/dist/esm/types/no-data-for-create-alert-template-input.d.ts +35 -0
  404. package/dist/esm/types/no-data-for-create-alert-template-input.d.ts.map +1 -0
  405. package/dist/esm/types/no-data-for-create-rule-input.d.ts +30 -0
  406. package/dist/esm/types/no-data-for-create-rule-input.d.ts.map +1 -0
  407. package/dist/esm/types/no-data-for-list-alert-templates-output.d.ts +35 -0
  408. package/dist/esm/types/no-data-for-list-alert-templates-output.d.ts.map +1 -0
  409. package/dist/esm/types/no-data-for-list-preset-alert-templates-output.d.ts +35 -0
  410. package/dist/esm/types/no-data-for-list-preset-alert-templates-output.d.ts.map +1 -0
  411. package/dist/esm/types/no-data-for-list-rules-by-ids-output.d.ts +35 -0
  412. package/dist/esm/types/no-data-for-list-rules-by-ids-output.d.ts.map +1 -0
  413. package/dist/esm/types/no-data-for-list-rules-output.d.ts +35 -0
  414. package/dist/esm/types/no-data-for-list-rules-output.d.ts.map +1 -0
  415. package/dist/esm/types/no-data-for-update-alert-template-input.d.ts +35 -0
  416. package/dist/esm/types/no-data-for-update-alert-template-input.d.ts.map +1 -0
  417. package/dist/esm/types/no-data-for-update-rule-input.d.ts +35 -0
  418. package/dist/esm/types/no-data-for-update-rule-input.d.ts.map +1 -0
  419. package/dist/esm/types/notification-for-create-notification-input.d.ts +66 -0
  420. package/dist/esm/types/notification-for-create-notification-input.d.ts.map +1 -0
  421. package/dist/esm/types/notification-for-list-notifications-output.d.ts +66 -0
  422. package/dist/esm/types/notification-for-list-notifications-output.d.ts.map +1 -0
  423. package/dist/esm/types/notification-for-update-notification-input.d.ts +66 -0
  424. package/dist/esm/types/notification-for-update-notification-input.d.ts.map +1 -0
  425. package/dist/esm/types/notify-template-for-apply-object-groups-by-alert-template-input.d.ts +44 -0
  426. package/dist/esm/types/notify-template-for-apply-object-groups-by-alert-template-input.d.ts.map +1 -0
  427. package/dist/esm/types/notify-template-for-create-event-rule-input.d.ts +44 -0
  428. package/dist/esm/types/notify-template-for-create-event-rule-input.d.ts.map +1 -0
  429. package/dist/esm/types/notify-template-for-create-notification-input.d.ts +44 -0
  430. package/dist/esm/types/notify-template-for-create-notification-input.d.ts.map +1 -0
  431. package/dist/esm/types/notify-template-for-create-rule-input.d.ts +44 -0
  432. package/dist/esm/types/notify-template-for-create-rule-input.d.ts.map +1 -0
  433. package/dist/esm/types/notify-template-for-enable-preset-alert-template-input.d.ts +44 -0
  434. package/dist/esm/types/notify-template-for-enable-preset-alert-template-input.d.ts.map +1 -0
  435. package/dist/esm/types/notify-template-for-list-alert-templates-output.d.ts +44 -0
  436. package/dist/esm/types/notify-template-for-list-alert-templates-output.d.ts.map +1 -0
  437. package/dist/esm/types/notify-template-for-list-event-rules-output.d.ts +44 -0
  438. package/dist/esm/types/notify-template-for-list-event-rules-output.d.ts.map +1 -0
  439. package/dist/esm/types/notify-template-for-list-notifications-output.d.ts +44 -0
  440. package/dist/esm/types/notify-template-for-list-notifications-output.d.ts.map +1 -0
  441. package/dist/esm/types/notify-template-for-list-preset-alert-templates-output.d.ts +44 -0
  442. package/dist/esm/types/notify-template-for-list-preset-alert-templates-output.d.ts.map +1 -0
  443. package/dist/esm/types/notify-template-for-list-rules-by-ids-output.d.ts +44 -0
  444. package/dist/esm/types/notify-template-for-list-rules-by-ids-output.d.ts.map +1 -0
  445. package/dist/esm/types/notify-template-for-list-rules-output.d.ts +44 -0
  446. package/dist/esm/types/notify-template-for-list-rules-output.d.ts.map +1 -0
  447. package/dist/esm/types/notify-template-for-update-event-rule-input.d.ts +44 -0
  448. package/dist/esm/types/notify-template-for-update-event-rule-input.d.ts.map +1 -0
  449. package/dist/esm/types/notify-template-for-update-notification-input.d.ts +44 -0
  450. package/dist/esm/types/notify-template-for-update-notification-input.d.ts.map +1 -0
  451. package/dist/esm/types/notify-template-for-update-rule-input.d.ts +44 -0
  452. package/dist/esm/types/notify-template-for-update-rule-input.d.ts.map +1 -0
  453. package/dist/esm/types/object-for-create-object-group-input.d.ts +47 -0
  454. package/dist/esm/types/object-for-create-object-group-input.d.ts.map +1 -0
  455. package/dist/esm/types/object-for-list-object-groups-output.d.ts +58 -0
  456. package/dist/esm/types/object-for-list-object-groups-output.d.ts.map +1 -0
  457. package/dist/esm/types/object-for-update-object-group-input.d.ts +47 -0
  458. package/dist/esm/types/object-for-update-object-group-input.d.ts.map +1 -0
  459. package/dist/esm/types/object-group-for-list-alert-templates-output.d.ts +71 -0
  460. package/dist/esm/types/object-group-for-list-alert-templates-output.d.ts.map +1 -0
  461. package/dist/esm/types/original-dimensions-for-create-rule-input.d.ts +20 -0
  462. package/dist/esm/types/original-dimensions-for-create-rule-input.d.ts.map +1 -0
  463. package/dist/esm/types/original-dimensions-for-list-rules-by-ids-output.d.ts +20 -0
  464. package/dist/esm/types/original-dimensions-for-list-rules-by-ids-output.d.ts.map +1 -0
  465. package/dist/esm/types/original-dimensions-for-list-rules-output.d.ts +20 -0
  466. package/dist/esm/types/original-dimensions-for-list-rules-output.d.ts.map +1 -0
  467. package/dist/esm/types/original-dimensions-for-update-rule-input.d.ts +20 -0
  468. package/dist/esm/types/original-dimensions-for-update-rule-input.d.ts.map +1 -0
  469. package/dist/esm/types/project-condition-for-create-object-group-input.d.ts +25 -0
  470. package/dist/esm/types/project-condition-for-create-object-group-input.d.ts.map +1 -0
  471. package/dist/esm/types/project-condition-for-create-rule-input.d.ts +25 -0
  472. package/dist/esm/types/project-condition-for-create-rule-input.d.ts.map +1 -0
  473. package/dist/esm/types/project-condition-for-list-object-groups-output.d.ts +25 -0
  474. package/dist/esm/types/project-condition-for-list-object-groups-output.d.ts.map +1 -0
  475. package/dist/esm/types/project-condition-for-list-rules-by-ids-output.d.ts +25 -0
  476. package/dist/esm/types/project-condition-for-list-rules-by-ids-output.d.ts.map +1 -0
  477. package/dist/esm/types/project-condition-for-list-rules-output.d.ts +25 -0
  478. package/dist/esm/types/project-condition-for-list-rules-output.d.ts.map +1 -0
  479. package/dist/esm/types/project-condition-for-update-object-group-input.d.ts +25 -0
  480. package/dist/esm/types/project-condition-for-update-object-group-input.d.ts.map +1 -0
  481. package/dist/esm/types/project-condition-for-update-rule-input.d.ts +25 -0
  482. package/dist/esm/types/project-condition-for-update-rule-input.d.ts.map +1 -0
  483. package/dist/esm/types/range-for-create-silence-policy-input.d.ts +40 -0
  484. package/dist/esm/types/range-for-create-silence-policy-input.d.ts.map +1 -0
  485. package/dist/esm/types/range-for-list-silence-policy-output.d.ts +40 -0
  486. package/dist/esm/types/range-for-list-silence-policy-output.d.ts.map +1 -0
  487. package/dist/esm/types/range-for-update-silence-policy-input.d.ts +40 -0
  488. package/dist/esm/types/range-for-update-silence-policy-input.d.ts.map +1 -0
  489. package/dist/esm/types/recovery-notify-for-create-alert-template-input.d.ts +25 -0
  490. package/dist/esm/types/recovery-notify-for-create-alert-template-input.d.ts.map +1 -0
  491. package/dist/esm/types/recovery-notify-for-create-rule-input.d.ts +25 -0
  492. package/dist/esm/types/recovery-notify-for-create-rule-input.d.ts.map +1 -0
  493. package/dist/esm/types/recovery-notify-for-list-alert-templates-output.d.ts +25 -0
  494. package/dist/esm/types/recovery-notify-for-list-alert-templates-output.d.ts.map +1 -0
  495. package/dist/esm/types/recovery-notify-for-list-preset-alert-templates-output.d.ts +25 -0
  496. package/dist/esm/types/recovery-notify-for-list-preset-alert-templates-output.d.ts.map +1 -0
  497. package/dist/esm/types/recovery-notify-for-list-rules-by-ids-output.d.ts +25 -0
  498. package/dist/esm/types/recovery-notify-for-list-rules-by-ids-output.d.ts.map +1 -0
  499. package/dist/esm/types/recovery-notify-for-list-rules-output.d.ts +25 -0
  500. package/dist/esm/types/recovery-notify-for-list-rules-output.d.ts.map +1 -0
  501. package/dist/esm/types/recovery-notify-for-update-alert-template-input.d.ts +25 -0
  502. package/dist/esm/types/recovery-notify-for-update-alert-template-input.d.ts.map +1 -0
  503. package/dist/esm/types/recovery-notify-for-update-rule-input.d.ts +25 -0
  504. package/dist/esm/types/recovery-notify-for-update-rule-input.d.ts.map +1 -0
  505. package/dist/esm/types/rule-for-list-object-groups-output.d.ts +40 -0
  506. package/dist/esm/types/rule-for-list-object-groups-output.d.ts.map +1 -0
  507. package/dist/esm/types/send-result-for-list-send-alert-output.d.ts +45 -0
  508. package/dist/esm/types/send-result-for-list-send-alert-output.d.ts.map +1 -0
  509. package/dist/esm/types/set-state-of-rules-by-ids-request.d.ts +38 -0
  510. package/dist/esm/types/set-state-of-rules-by-ids-request.d.ts.map +1 -0
  511. package/dist/esm/types/set-state-of-rules-by-ids-response.d.ts +25 -0
  512. package/dist/esm/types/set-state-of-rules-by-ids-response.d.ts.map +1 -0
  513. package/dist/esm/types/silence-conditions-for-create-silence-policy-input.d.ts +36 -0
  514. package/dist/esm/types/silence-conditions-for-create-silence-policy-input.d.ts.map +1 -0
  515. package/dist/esm/types/silence-conditions-for-list-silence-policy-output.d.ts +41 -0
  516. package/dist/esm/types/silence-conditions-for-list-silence-policy-output.d.ts.map +1 -0
  517. package/dist/esm/types/silence-conditions-for-update-silence-policy-input.d.ts +36 -0
  518. package/dist/esm/types/silence-conditions-for-update-silence-policy-input.d.ts.map +1 -0
  519. package/dist/esm/types/tag-condition-for-create-object-group-input.d.ts +31 -0
  520. package/dist/esm/types/tag-condition-for-create-object-group-input.d.ts.map +1 -0
  521. package/dist/esm/types/tag-condition-for-create-rule-input.d.ts +31 -0
  522. package/dist/esm/types/tag-condition-for-create-rule-input.d.ts.map +1 -0
  523. package/dist/esm/types/tag-condition-for-list-object-groups-output.d.ts +31 -0
  524. package/dist/esm/types/tag-condition-for-list-object-groups-output.d.ts.map +1 -0
  525. package/dist/esm/types/tag-condition-for-list-rules-by-ids-output.d.ts +31 -0
  526. package/dist/esm/types/tag-condition-for-list-rules-by-ids-output.d.ts.map +1 -0
  527. package/dist/esm/types/tag-condition-for-list-rules-output.d.ts +31 -0
  528. package/dist/esm/types/tag-condition-for-list-rules-output.d.ts.map +1 -0
  529. package/dist/esm/types/tag-condition-for-update-object-group-input.d.ts +31 -0
  530. package/dist/esm/types/tag-condition-for-update-object-group-input.d.ts.map +1 -0
  531. package/dist/esm/types/tag-condition-for-update-rule-input.d.ts +31 -0
  532. package/dist/esm/types/tag-condition-for-update-rule-input.d.ts.map +1 -0
  533. package/dist/esm/types/tag-for-create-object-group-input.d.ts +35 -0
  534. package/dist/esm/types/tag-for-create-object-group-input.d.ts.map +1 -0
  535. package/dist/esm/types/tag-for-create-rule-input.d.ts +35 -0
  536. package/dist/esm/types/tag-for-create-rule-input.d.ts.map +1 -0
  537. package/dist/esm/types/tag-for-list-object-groups-output.d.ts +35 -0
  538. package/dist/esm/types/tag-for-list-object-groups-output.d.ts.map +1 -0
  539. package/dist/esm/types/tag-for-list-rules-by-ids-output.d.ts +35 -0
  540. package/dist/esm/types/tag-for-list-rules-by-ids-output.d.ts.map +1 -0
  541. package/dist/esm/types/tag-for-list-rules-output.d.ts +35 -0
  542. package/dist/esm/types/tag-for-list-rules-output.d.ts.map +1 -0
  543. package/dist/esm/types/tag-for-tag-resources-input.d.ts +30 -0
  544. package/dist/esm/types/tag-for-tag-resources-input.d.ts.map +1 -0
  545. package/dist/esm/types/tag-for-update-object-group-input.d.ts +35 -0
  546. package/dist/esm/types/tag-for-update-object-group-input.d.ts.map +1 -0
  547. package/dist/esm/types/tag-for-update-rule-input.d.ts +35 -0
  548. package/dist/esm/types/tag-for-update-rule-input.d.ts.map +1 -0
  549. package/dist/esm/types/tag-resources-request.d.ts +36 -0
  550. package/dist/esm/types/tag-resources-request.d.ts.map +1 -0
  551. package/dist/esm/types/tag-resources-response.d.ts +26 -0
  552. package/dist/esm/types/tag-resources-response.d.ts.map +1 -0
  553. package/dist/esm/types/template-rule-for-create-alert-template-input.d.ts +56 -0
  554. package/dist/esm/types/template-rule-for-create-alert-template-input.d.ts.map +1 -0
  555. package/dist/esm/types/template-rule-for-list-alert-templates-output.d.ts +67 -0
  556. package/dist/esm/types/template-rule-for-list-alert-templates-output.d.ts.map +1 -0
  557. package/dist/esm/types/template-rule-for-list-preset-alert-templates-output.d.ts +67 -0
  558. package/dist/esm/types/template-rule-for-list-preset-alert-templates-output.d.ts.map +1 -0
  559. package/dist/esm/types/template-rule-for-update-alert-template-input.d.ts +56 -0
  560. package/dist/esm/types/template-rule-for-update-alert-template-input.d.ts.map +1 -0
  561. package/dist/esm/types/tlstarget-for-create-event-rule-input.d.ts +45 -0
  562. package/dist/esm/types/tlstarget-for-create-event-rule-input.d.ts.map +1 -0
  563. package/dist/esm/types/tlstarget-for-list-event-rules-output.d.ts +45 -0
  564. package/dist/esm/types/tlstarget-for-list-event-rules-output.d.ts.map +1 -0
  565. package/dist/esm/types/tlstarget-for-update-event-rule-input.d.ts +45 -0
  566. package/dist/esm/types/tlstarget-for-update-event-rule-input.d.ts.map +1 -0
  567. package/dist/esm/types/top-data-result-for-get-top-data-output.d.ts +32 -0
  568. package/dist/esm/types/top-data-result-for-get-top-data-output.d.ts.map +1 -0
  569. package/dist/esm/types/untag-resources-request.d.ts +35 -0
  570. package/dist/esm/types/untag-resources-request.d.ts.map +1 -0
  571. package/dist/esm/types/untag-resources-response.d.ts +25 -0
  572. package/dist/esm/types/untag-resources-response.d.ts.map +1 -0
  573. package/dist/esm/types/update-alert-template-request.d.ts +63 -0
  574. package/dist/esm/types/update-alert-template-request.d.ts.map +1 -0
  575. package/dist/esm/types/update-alert-template-response.d.ts +25 -0
  576. package/dist/esm/types/update-alert-template-response.d.ts.map +1 -0
  577. package/dist/esm/types/update-contact-group-request.d.ts +35 -0
  578. package/dist/esm/types/update-contact-group-request.d.ts.map +1 -0
  579. package/dist/esm/types/update-contact-group-response.d.ts +25 -0
  580. package/dist/esm/types/update-contact-group-response.d.ts.map +1 -0
  581. package/dist/esm/types/update-contact-group-with-contacts-request.d.ts +30 -0
  582. package/dist/esm/types/update-contact-group-with-contacts-request.d.ts.map +1 -0
  583. package/dist/esm/types/update-contact-group-with-contacts-response.d.ts +25 -0
  584. package/dist/esm/types/update-contact-group-with-contacts-response.d.ts.map +1 -0
  585. package/dist/esm/types/update-contacts-request.d.ts +40 -0
  586. package/dist/esm/types/update-contacts-request.d.ts.map +1 -0
  587. package/dist/esm/types/update-contacts-response.d.ts +25 -0
  588. package/dist/esm/types/update-contacts-response.d.ts.map +1 -0
  589. package/dist/esm/types/update-contacts-with-contact-groups-request.d.ts +30 -0
  590. package/dist/esm/types/update-contacts-with-contact-groups-request.d.ts.map +1 -0
  591. package/dist/esm/types/update-contacts-with-contact-groups-response.d.ts +25 -0
  592. package/dist/esm/types/update-contacts-with-contact-groups-response.d.ts.map +1 -0
  593. package/dist/esm/types/update-event-rule-request.d.ts +125 -0
  594. package/dist/esm/types/update-event-rule-request.d.ts.map +1 -0
  595. package/dist/esm/types/update-event-rule-response.d.ts +26 -0
  596. package/dist/esm/types/update-event-rule-response.d.ts.map +1 -0
  597. package/dist/esm/types/update-notification-request.d.ts +46 -0
  598. package/dist/esm/types/update-notification-request.d.ts.map +1 -0
  599. package/dist/esm/types/update-notification-response.d.ts +25 -0
  600. package/dist/esm/types/update-notification-response.d.ts.map +1 -0
  601. package/dist/esm/types/update-notify-template-request.d.ts +77 -0
  602. package/dist/esm/types/update-notify-template-request.d.ts.map +1 -0
  603. package/dist/esm/types/update-notify-template-response.d.ts +25 -0
  604. package/dist/esm/types/update-notify-template-response.d.ts.map +1 -0
  605. package/dist/esm/types/update-object-group-request.d.ts +36 -0
  606. package/dist/esm/types/update-object-group-request.d.ts.map +1 -0
  607. package/dist/esm/types/update-object-group-response.d.ts +25 -0
  608. package/dist/esm/types/update-object-group-response.d.ts.map +1 -0
  609. package/dist/esm/types/update-rule-request.d.ts +191 -0
  610. package/dist/esm/types/update-rule-request.d.ts.map +1 -0
  611. package/dist/esm/types/update-rule-response.d.ts +25 -0
  612. package/dist/esm/types/update-rule-response.d.ts.map +1 -0
  613. package/dist/esm/types/update-silence-policy-request.d.ts +57 -0
  614. package/dist/esm/types/update-silence-policy-request.d.ts.map +1 -0
  615. package/dist/esm/types/update-silence-policy-response.d.ts +25 -0
  616. package/dist/esm/types/update-silence-policy-response.d.ts.map +1 -0
  617. package/dist/esm/types/update-webhook-request.d.ts +40 -0
  618. package/dist/esm/types/update-webhook-request.d.ts.map +1 -0
  619. package/dist/esm/types/update-webhook-response.d.ts +25 -0
  620. package/dist/esm/types/update-webhook-response.d.ts.map +1 -0
  621. package/dist/tsconfig.tsbuildinfo +1 -0
  622. package/package.json +37 -0
  623. package/rslib.config.ts +26 -0
  624. package/src/api.ts +1217 -0
  625. package/src/index.ts +14 -0
  626. package/src/types/alert-notification-for-list-preset-alert-templates-output.ts +71 -0
  627. package/src/types/applied-rule-for-list-alert-templates-output.ts +46 -0
  628. package/src/types/applied-rule-for-list-preset-alert-templates-output.ts +34 -0
  629. package/src/types/apply-object-for-apply-object-groups-by-alert-template-input.ts +77 -0
  630. package/src/types/apply-object-groups-by-alert-template-request.ts +41 -0
  631. package/src/types/apply-object-groups-by-alert-template-response.ts +28 -0
  632. package/src/types/condition-for-create-alert-template-input.ts +52 -0
  633. package/src/types/condition-for-create-rule-input.ts +58 -0
  634. package/src/types/condition-for-list-alert-templates-output.ts +52 -0
  635. package/src/types/condition-for-list-preset-alert-templates-output.ts +52 -0
  636. package/src/types/condition-for-list-rules-by-ids-output.ts +64 -0
  637. package/src/types/condition-for-list-rules-output.ts +64 -0
  638. package/src/types/condition-for-update-alert-template-input.ts +52 -0
  639. package/src/types/condition-for-update-rule-input.ts +58 -0
  640. package/src/types/convert-tag-for-create-rule-input.ts +34 -0
  641. package/src/types/convert-tag-for-list-rules-by-ids-output.ts +34 -0
  642. package/src/types/convert-tag-for-list-rules-output.ts +34 -0
  643. package/src/types/convert-tag-for-update-rule-input.ts +34 -0
  644. package/src/types/create-alert-template-request.ts +67 -0
  645. package/src/types/create-alert-template-response.ts +28 -0
  646. package/src/types/create-contact-group-request.ts +40 -0
  647. package/src/types/create-contact-group-response.ts +28 -0
  648. package/src/types/create-contacts-request.ts +40 -0
  649. package/src/types/create-contacts-response.ts +28 -0
  650. package/src/types/create-event-rule-request.ts +140 -0
  651. package/src/types/create-event-rule-response.ts +29 -0
  652. package/src/types/create-notification-request.ts +47 -0
  653. package/src/types/create-notification-response.ts +28 -0
  654. package/src/types/create-notify-template-request.ts +82 -0
  655. package/src/types/create-notify-template-response.ts +28 -0
  656. package/src/types/create-object-group-request.ts +35 -0
  657. package/src/types/create-object-group-response.ts +28 -0
  658. package/src/types/create-rule-request.ts +224 -0
  659. package/src/types/create-rule-response.ts +28 -0
  660. package/src/types/create-silence-policy-request.ts +60 -0
  661. package/src/types/create-silence-policy-response.ts +28 -0
  662. package/src/types/create-webhook-request.ts +52 -0
  663. package/src/types/create-webhook-response.ts +28 -0
  664. package/src/types/data-for-create-event-rule-output.ts +28 -0
  665. package/src/types/data-for-delete-event-rule-output.ts +28 -0
  666. package/src/types/data-for-disable-event-rule-output.ts +28 -0
  667. package/src/types/data-for-enable-event-rule-output.ts +28 -0
  668. package/src/types/data-for-get-metric-data-output.ts +77 -0
  669. package/src/types/data-for-get-top-data-output.ts +41 -0
  670. package/src/types/data-for-list-alert-group-output.ts +118 -0
  671. package/src/types/data-for-list-alert-templates-output.ts +98 -0
  672. package/src/types/data-for-list-contact-group-by-ids-output.ts +58 -0
  673. package/src/types/data-for-list-contact-groups-output.ts +58 -0
  674. package/src/types/data-for-list-contacts-by-ids-output.ts +46 -0
  675. package/src/types/data-for-list-contacts-output.ts +46 -0
  676. package/src/types/data-for-list-default-notify-templates-output.ts +52 -0
  677. package/src/types/data-for-list-event-rules-output.ts +158 -0
  678. package/src/types/data-for-list-events-output.ts +65 -0
  679. package/src/types/data-for-list-notifications-output.ts +71 -0
  680. package/src/types/data-for-list-notify-templates-output.ts +76 -0
  681. package/src/types/data-for-list-object-groups-output.ts +65 -0
  682. package/src/types/data-for-list-preset-alert-templates-output.ts +104 -0
  683. package/src/types/data-for-list-rules-by-ids-output.ts +234 -0
  684. package/src/types/data-for-list-rules-output.ts +234 -0
  685. package/src/types/data-for-list-send-alert-output.ts +59 -0
  686. package/src/types/data-for-list-silence-policy-output.ts +96 -0
  687. package/src/types/data-for-list-webhooks-by-ids-output.ts +70 -0
  688. package/src/types/data-for-list-webhooks-output.ts +70 -0
  689. package/src/types/data-for-tag-resources-output.ts +34 -0
  690. package/src/types/data-for-update-event-rule-output.ts +28 -0
  691. package/src/types/data-point-for-get-metric-data-output.ts +34 -0
  692. package/src/types/delete-alert-templates-by-ids-request.ts +28 -0
  693. package/src/types/delete-alert-templates-by-ids-response.ts +28 -0
  694. package/src/types/delete-contact-group-by-ids-request.ts +28 -0
  695. package/src/types/delete-contact-group-by-ids-response.ts +28 -0
  696. package/src/types/delete-contacts-by-ids-request.ts +28 -0
  697. package/src/types/delete-contacts-by-ids-response.ts +28 -0
  698. package/src/types/delete-event-rule-request.ts +28 -0
  699. package/src/types/delete-event-rule-response.ts +29 -0
  700. package/src/types/delete-notifications-by-ids-request.ts +28 -0
  701. package/src/types/delete-notifications-by-ids-response.ts +28 -0
  702. package/src/types/delete-notify-templates-by-ids-request.ts +28 -0
  703. package/src/types/delete-notify-templates-by-ids-response.ts +28 -0
  704. package/src/types/delete-object-group-request.ts +28 -0
  705. package/src/types/delete-object-group-response.ts +28 -0
  706. package/src/types/delete-rules-by-ids-request.ts +28 -0
  707. package/src/types/delete-rules-by-ids-response.ts +28 -0
  708. package/src/types/delete-silence-policy-by-ids-request.ts +28 -0
  709. package/src/types/delete-silence-policy-by-ids-response.ts +28 -0
  710. package/src/types/delete-webhooks-by-ids-request.ts +28 -0
  711. package/src/types/delete-webhooks-by-ids-response.ts +28 -0
  712. package/src/types/detail-for-list-events-output.ts +22 -0
  713. package/src/types/dimension-conditions-for-create-object-group-input.ts +49 -0
  714. package/src/types/dimension-conditions-for-create-rule-input.ts +49 -0
  715. package/src/types/dimension-conditions-for-list-object-groups-output.ts +49 -0
  716. package/src/types/dimension-conditions-for-list-rules-by-ids-output.ts +49 -0
  717. package/src/types/dimension-conditions-for-list-rules-output.ts +49 -0
  718. package/src/types/dimension-conditions-for-update-object-group-input.ts +49 -0
  719. package/src/types/dimension-conditions-for-update-rule-input.ts +49 -0
  720. package/src/types/dimension-for-get-metric-data-input.ts +34 -0
  721. package/src/types/dimension-for-get-metric-data-output.ts +34 -0
  722. package/src/types/dimension-for-get-top-data-input.ts +34 -0
  723. package/src/types/dimensions-for-create-object-group-input.ts +22 -0
  724. package/src/types/dimensions-for-list-object-groups-output.ts +22 -0
  725. package/src/types/dimensions-for-update-object-group-input.ts +22 -0
  726. package/src/types/disable-event-rule-request.ts +28 -0
  727. package/src/types/disable-event-rule-response.ts +29 -0
  728. package/src/types/disable-preset-alert-template-request.ts +28 -0
  729. package/src/types/disable-preset-alert-template-response.ts +28 -0
  730. package/src/types/effect-time-for-create-silence-policy-input.ts +35 -0
  731. package/src/types/effect-time-for-list-silence-policy-output.ts +35 -0
  732. package/src/types/effect-time-for-update-silence-policy-input.ts +35 -0
  733. package/src/types/effective-time-for-create-event-rule-input.ts +34 -0
  734. package/src/types/effective-time-for-update-event-rule-input.ts +34 -0
  735. package/src/types/enable-event-rule-request.ts +28 -0
  736. package/src/types/enable-event-rule-response.ts +29 -0
  737. package/src/types/enable-preset-alert-template-request.ts +89 -0
  738. package/src/types/enable-preset-alert-template-response.ts +28 -0
  739. package/src/types/filter-pattern-for-create-event-rule-input.ts +22 -0
  740. package/src/types/filter-pattern-for-list-event-rules-output.ts +22 -0
  741. package/src/types/filter-pattern-for-update-event-rule-input.ts +22 -0
  742. package/src/types/get-metric-data-request.ts +71 -0
  743. package/src/types/get-metric-data-response.ts +29 -0
  744. package/src/types/get-top-data-request.ts +83 -0
  745. package/src/types/get-top-data-response.ts +29 -0
  746. package/src/types/group-keys-for-get-top-data-output.ts +22 -0
  747. package/src/types/index.ts +305 -0
  748. package/src/types/instance-for-get-metric-data-input.ts +29 -0
  749. package/src/types/instance-for-get-top-data-input.ts +29 -0
  750. package/src/types/level-condition-for-create-alert-template-input.ts +46 -0
  751. package/src/types/level-condition-for-create-rule-input.ts +35 -0
  752. package/src/types/level-condition-for-list-alert-templates-output.ts +46 -0
  753. package/src/types/level-condition-for-list-preset-alert-templates-output.ts +46 -0
  754. package/src/types/level-condition-for-list-rules-by-ids-output.ts +35 -0
  755. package/src/types/level-condition-for-list-rules-output.ts +35 -0
  756. package/src/types/level-condition-for-update-alert-template-input.ts +46 -0
  757. package/src/types/level-condition-for-update-rule-input.ts +35 -0
  758. package/src/types/list-alert-group-request.ts +82 -0
  759. package/src/types/list-alert-group-response.ts +59 -0
  760. package/src/types/list-alert-templates-request.ts +58 -0
  761. package/src/types/list-alert-templates-response.ts +47 -0
  762. package/src/types/list-contact-group-by-ids-request.ts +28 -0
  763. package/src/types/list-contact-group-by-ids-response.ts +29 -0
  764. package/src/types/list-contact-groups-request.ts +40 -0
  765. package/src/types/list-contact-groups-response.ts +47 -0
  766. package/src/types/list-contacts-by-ids-request.ts +28 -0
  767. package/src/types/list-contacts-by-ids-response.ts +29 -0
  768. package/src/types/list-contacts-request.ts +52 -0
  769. package/src/types/list-contacts-response.ts +47 -0
  770. package/src/types/list-default-notify-templates-request.ts +72 -0
  771. package/src/types/list-default-notify-templates-response.ts +29 -0
  772. package/src/types/list-event-rules-request.ts +64 -0
  773. package/src/types/list-event-rules-response.ts +59 -0
  774. package/src/types/list-events-request.ts +91 -0
  775. package/src/types/list-events-response.ts +59 -0
  776. package/src/types/list-notifications-request.ts +70 -0
  777. package/src/types/list-notifications-response.ts +47 -0
  778. package/src/types/list-notify-templates-request.ts +82 -0
  779. package/src/types/list-notify-templates-response.ts +47 -0
  780. package/src/types/list-object-groups-request.ts +52 -0
  781. package/src/types/list-object-groups-response.ts +47 -0
  782. package/src/types/list-preset-alert-templates-request.ts +52 -0
  783. package/src/types/list-preset-alert-templates-response.ts +47 -0
  784. package/src/types/list-rules-by-ids-request.ts +28 -0
  785. package/src/types/list-rules-by-ids-response.ts +29 -0
  786. package/src/types/list-rules-request.ts +92 -0
  787. package/src/types/list-rules-response.ts +47 -0
  788. package/src/types/list-send-alert-request.ts +40 -0
  789. package/src/types/list-send-alert-response.ts +47 -0
  790. package/src/types/list-silence-policy-request.ts +70 -0
  791. package/src/types/list-silence-policy-response.ts +47 -0
  792. package/src/types/list-webhooks-by-ids-request.ts +28 -0
  793. package/src/types/list-webhooks-by-ids-response.ts +29 -0
  794. package/src/types/list-webhooks-request.ts +76 -0
  795. package/src/types/list-webhooks-response.ts +59 -0
  796. package/src/types/message-queue-for-create-event-rule-input.ts +76 -0
  797. package/src/types/message-queue-for-list-event-rules-output.ts +52 -0
  798. package/src/types/message-queue-for-update-event-rule-input.ts +76 -0
  799. package/src/types/meta-condition-for-create-object-group-input.ts +41 -0
  800. package/src/types/meta-condition-for-create-rule-input.ts +41 -0
  801. package/src/types/meta-condition-for-create-silence-policy-input.ts +35 -0
  802. package/src/types/meta-condition-for-list-object-groups-output.ts +41 -0
  803. package/src/types/meta-condition-for-list-rules-by-ids-output.ts +41 -0
  804. package/src/types/meta-condition-for-list-rules-output.ts +41 -0
  805. package/src/types/meta-condition-for-list-silence-policy-output.ts +35 -0
  806. package/src/types/meta-condition-for-update-object-group-input.ts +41 -0
  807. package/src/types/meta-condition-for-update-rule-input.ts +41 -0
  808. package/src/types/meta-condition-for-update-silence-policy-input.ts +35 -0
  809. package/src/types/meta-for-create-object-group-input.ts +40 -0
  810. package/src/types/meta-for-create-rule-input.ts +40 -0
  811. package/src/types/meta-for-create-silence-policy-input.ts +40 -0
  812. package/src/types/meta-for-list-object-groups-output.ts +40 -0
  813. package/src/types/meta-for-list-rules-by-ids-output.ts +40 -0
  814. package/src/types/meta-for-list-rules-output.ts +40 -0
  815. package/src/types/meta-for-list-silence-policy-output.ts +40 -0
  816. package/src/types/meta-for-update-object-group-input.ts +40 -0
  817. package/src/types/meta-for-update-rule-input.ts +40 -0
  818. package/src/types/meta-for-update-silence-policy-input.ts +40 -0
  819. package/src/types/metric-data-for-get-top-data-output.ts +22 -0
  820. package/src/types/metric-data-result-for-get-metric-data-output.ts +42 -0
  821. package/src/types/modify-state-of-silence-policy-by-ids-request.ts +44 -0
  822. package/src/types/modify-state-of-silence-policy-by-ids-response.ts +28 -0
  823. package/src/types/no-data-for-create-alert-template-input.ts +40 -0
  824. package/src/types/no-data-for-create-rule-input.ts +34 -0
  825. package/src/types/no-data-for-list-alert-templates-output.ts +40 -0
  826. package/src/types/no-data-for-list-preset-alert-templates-output.ts +40 -0
  827. package/src/types/no-data-for-list-rules-by-ids-output.ts +40 -0
  828. package/src/types/no-data-for-list-rules-output.ts +40 -0
  829. package/src/types/no-data-for-update-alert-template-input.ts +40 -0
  830. package/src/types/no-data-for-update-rule-input.ts +40 -0
  831. package/src/types/notification-for-create-notification-input.ts +75 -0
  832. package/src/types/notification-for-list-notifications-output.ts +75 -0
  833. package/src/types/notification-for-update-notification-input.ts +75 -0
  834. package/src/types/notify-template-for-apply-object-groups-by-alert-template-input.ts +50 -0
  835. package/src/types/notify-template-for-create-event-rule-input.ts +50 -0
  836. package/src/types/notify-template-for-create-notification-input.ts +50 -0
  837. package/src/types/notify-template-for-create-rule-input.ts +50 -0
  838. package/src/types/notify-template-for-enable-preset-alert-template-input.ts +50 -0
  839. package/src/types/notify-template-for-list-alert-templates-output.ts +50 -0
  840. package/src/types/notify-template-for-list-event-rules-output.ts +50 -0
  841. package/src/types/notify-template-for-list-notifications-output.ts +50 -0
  842. package/src/types/notify-template-for-list-preset-alert-templates-output.ts +50 -0
  843. package/src/types/notify-template-for-list-rules-by-ids-output.ts +50 -0
  844. package/src/types/notify-template-for-list-rules-output.ts +50 -0
  845. package/src/types/notify-template-for-update-event-rule-input.ts +50 -0
  846. package/src/types/notify-template-for-update-notification-input.ts +50 -0
  847. package/src/types/notify-template-for-update-rule-input.ts +50 -0
  848. package/src/types/object-for-create-object-group-input.ts +54 -0
  849. package/src/types/object-for-list-object-groups-output.ts +67 -0
  850. package/src/types/object-for-update-object-group-input.ts +54 -0
  851. package/src/types/object-group-for-list-alert-templates-output.ts +83 -0
  852. package/src/types/original-dimensions-for-create-rule-input.ts +22 -0
  853. package/src/types/original-dimensions-for-list-rules-by-ids-output.ts +22 -0
  854. package/src/types/original-dimensions-for-list-rules-output.ts +22 -0
  855. package/src/types/original-dimensions-for-update-rule-input.ts +22 -0
  856. package/src/types/project-condition-for-create-object-group-input.ts +28 -0
  857. package/src/types/project-condition-for-create-rule-input.ts +28 -0
  858. package/src/types/project-condition-for-list-object-groups-output.ts +28 -0
  859. package/src/types/project-condition-for-list-rules-by-ids-output.ts +28 -0
  860. package/src/types/project-condition-for-list-rules-output.ts +28 -0
  861. package/src/types/project-condition-for-update-object-group-input.ts +28 -0
  862. package/src/types/project-condition-for-update-rule-input.ts +28 -0
  863. package/src/types/range-for-create-silence-policy-input.ts +46 -0
  864. package/src/types/range-for-list-silence-policy-output.ts +46 -0
  865. package/src/types/range-for-update-silence-policy-input.ts +46 -0
  866. package/src/types/recovery-notify-for-create-alert-template-input.ts +28 -0
  867. package/src/types/recovery-notify-for-create-rule-input.ts +28 -0
  868. package/src/types/recovery-notify-for-list-alert-templates-output.ts +28 -0
  869. package/src/types/recovery-notify-for-list-preset-alert-templates-output.ts +28 -0
  870. package/src/types/recovery-notify-for-list-rules-by-ids-output.ts +28 -0
  871. package/src/types/recovery-notify-for-list-rules-output.ts +28 -0
  872. package/src/types/recovery-notify-for-update-alert-template-input.ts +28 -0
  873. package/src/types/recovery-notify-for-update-rule-input.ts +28 -0
  874. package/src/types/rule-for-list-object-groups-output.ts +46 -0
  875. package/src/types/send-result-for-list-send-alert-output.ts +52 -0
  876. package/src/types/set-state-of-rules-by-ids-request.ts +44 -0
  877. package/src/types/set-state-of-rules-by-ids-response.ts +28 -0
  878. package/src/types/silence-conditions-for-create-silence-policy-input.ts +41 -0
  879. package/src/types/silence-conditions-for-list-silence-policy-output.ts +47 -0
  880. package/src/types/silence-conditions-for-update-silence-policy-input.ts +41 -0
  881. package/src/types/tag-condition-for-create-object-group-input.ts +35 -0
  882. package/src/types/tag-condition-for-create-rule-input.ts +35 -0
  883. package/src/types/tag-condition-for-list-object-groups-output.ts +35 -0
  884. package/src/types/tag-condition-for-list-rules-by-ids-output.ts +35 -0
  885. package/src/types/tag-condition-for-list-rules-output.ts +35 -0
  886. package/src/types/tag-condition-for-update-object-group-input.ts +35 -0
  887. package/src/types/tag-condition-for-update-rule-input.ts +35 -0
  888. package/src/types/tag-for-create-object-group-input.ts +40 -0
  889. package/src/types/tag-for-create-rule-input.ts +40 -0
  890. package/src/types/tag-for-list-object-groups-output.ts +40 -0
  891. package/src/types/tag-for-list-rules-by-ids-output.ts +40 -0
  892. package/src/types/tag-for-list-rules-output.ts +40 -0
  893. package/src/types/tag-for-tag-resources-input.ts +34 -0
  894. package/src/types/tag-for-update-object-group-input.ts +40 -0
  895. package/src/types/tag-for-update-rule-input.ts +40 -0
  896. package/src/types/tag-resources-request.ts +41 -0
  897. package/src/types/tag-resources-response.ts +29 -0
  898. package/src/types/template-rule-for-create-alert-template-input.ts +65 -0
  899. package/src/types/template-rule-for-list-alert-templates-output.ts +78 -0
  900. package/src/types/template-rule-for-list-preset-alert-templates-output.ts +78 -0
  901. package/src/types/template-rule-for-update-alert-template-input.ts +65 -0
  902. package/src/types/tlstarget-for-create-event-rule-input.ts +52 -0
  903. package/src/types/tlstarget-for-list-event-rules-output.ts +52 -0
  904. package/src/types/tlstarget-for-update-event-rule-input.ts +52 -0
  905. package/src/types/top-data-result-for-get-top-data-output.ts +36 -0
  906. package/src/types/untag-resources-request.ts +40 -0
  907. package/src/types/untag-resources-response.ts +28 -0
  908. package/src/types/update-alert-template-request.ts +73 -0
  909. package/src/types/update-alert-template-response.ts +28 -0
  910. package/src/types/update-contact-group-request.ts +40 -0
  911. package/src/types/update-contact-group-response.ts +28 -0
  912. package/src/types/update-contact-group-with-contacts-request.ts +34 -0
  913. package/src/types/update-contact-group-with-contacts-response.ts +28 -0
  914. package/src/types/update-contacts-request.ts +46 -0
  915. package/src/types/update-contacts-response.ts +28 -0
  916. package/src/types/update-contacts-with-contact-groups-request.ts +34 -0
  917. package/src/types/update-contacts-with-contact-groups-response.ts +28 -0
  918. package/src/types/update-event-rule-request.ts +146 -0
  919. package/src/types/update-event-rule-response.ts +29 -0
  920. package/src/types/update-notification-request.ts +53 -0
  921. package/src/types/update-notification-response.ts +28 -0
  922. package/src/types/update-notify-template-request.ts +88 -0
  923. package/src/types/update-notify-template-response.ts +28 -0
  924. package/src/types/update-object-group-request.ts +41 -0
  925. package/src/types/update-object-group-response.ts +28 -0
  926. package/src/types/update-rule-request.ts +224 -0
  927. package/src/types/update-rule-response.ts +28 -0
  928. package/src/types/update-silence-policy-request.ts +66 -0
  929. package/src/types/update-silence-policy-response.ts +28 -0
  930. package/src/types/update-webhook-request.ts +46 -0
  931. package/src/types/update-webhook-response.ts +28 -0
  932. package/tsconfig.json +12 -0
@@ -0,0 +1,675 @@
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
+ DeleteAlertTemplatesByIdsCommand: ()=>DeleteAlertTemplatesByIdsCommand,
28
+ DeleteRulesByIdsCommand: ()=>DeleteRulesByIdsCommand,
29
+ UntagResourcesCommand: ()=>UntagResourcesCommand,
30
+ ListEventRulesCommand: ()=>ListEventRulesCommand,
31
+ DeleteNotificationsByIdsCommand: ()=>DeleteNotificationsByIdsCommand,
32
+ UpdateAlertTemplateCommand: ()=>UpdateAlertTemplateCommand,
33
+ UpdateEventRuleCommand: ()=>UpdateEventRuleCommand,
34
+ ListSendAlertCommand: ()=>ListSendAlertCommand,
35
+ CreateRuleCommand: ()=>CreateRuleCommand,
36
+ CreateSilencePolicyCommand: ()=>CreateSilencePolicyCommand,
37
+ DeleteSilencePolicyByIdsCommand: ()=>DeleteSilencePolicyByIdsCommand,
38
+ CreateWebhookCommand: ()=>CreateWebhookCommand,
39
+ ListEventsCommand: ()=>ListEventsCommand,
40
+ ListObjectGroupsCommand: ()=>ListObjectGroupsCommand,
41
+ ListPresetAlertTemplatesCommand: ()=>ListPresetAlertTemplatesCommand,
42
+ ListWebhooksCommand: ()=>ListWebhooksCommand,
43
+ DeleteObjectGroupCommand: ()=>DeleteObjectGroupCommand,
44
+ EnableEventRuleCommand: ()=>EnableEventRuleCommand,
45
+ UpdateContactGroupWithContactsCommand: ()=>UpdateContactGroupWithContactsCommand,
46
+ ListContactGroupByIdsCommand: ()=>ListContactGroupByIdsCommand,
47
+ ListNotifyTemplatesCommand: ()=>ListNotifyTemplatesCommand,
48
+ CreateNotifyTemplateCommand: ()=>CreateNotifyTemplateCommand,
49
+ GetMetricDataCommand: ()=>GetMetricDataCommand,
50
+ DeleteContactsByIdsCommand: ()=>DeleteContactsByIdsCommand,
51
+ ListDefaultNotifyTemplatesCommand: ()=>ListDefaultNotifyTemplatesCommand,
52
+ UpdateObjectGroupCommand: ()=>UpdateObjectGroupCommand,
53
+ ListWebhooksByIdsCommand: ()=>ListWebhooksByIdsCommand,
54
+ GetTopDataCommand: ()=>GetTopDataCommand,
55
+ ListSilencePolicyCommand: ()=>ListSilencePolicyCommand,
56
+ UpdateNotificationCommand: ()=>UpdateNotificationCommand,
57
+ UpdateNotifyTemplateCommand: ()=>UpdateNotifyTemplateCommand,
58
+ ListRulesCommand: ()=>ListRulesCommand,
59
+ CreateNotificationCommand: ()=>CreateNotificationCommand,
60
+ ModifyStateOfSilencePolicyByIdsCommand: ()=>ModifyStateOfSilencePolicyByIdsCommand,
61
+ ListContactGroupsCommand: ()=>ListContactGroupsCommand,
62
+ UpdateContactsCommand: ()=>UpdateContactsCommand,
63
+ CreateContactGroupCommand: ()=>CreateContactGroupCommand,
64
+ ListContactsByIdsCommand: ()=>ListContactsByIdsCommand,
65
+ SetStateOfRulesByIdsCommand: ()=>SetStateOfRulesByIdsCommand,
66
+ UpdateRuleCommand: ()=>UpdateRuleCommand,
67
+ UpdateWebhookCommand: ()=>UpdateWebhookCommand,
68
+ CreateAlertTemplateCommand: ()=>CreateAlertTemplateCommand,
69
+ CreateContactsCommand: ()=>CreateContactsCommand,
70
+ EnablePresetAlertTemplateCommand: ()=>EnablePresetAlertTemplateCommand,
71
+ ApplyObjectGroupsByAlertTemplateCommand: ()=>ApplyObjectGroupsByAlertTemplateCommand,
72
+ UpdateContactsWithContactGroupsCommand: ()=>UpdateContactsWithContactGroupsCommand,
73
+ UpdateSilencePolicyCommand: ()=>UpdateSilencePolicyCommand,
74
+ ListAlertTemplatesCommand: ()=>ListAlertTemplatesCommand,
75
+ UpdateContactGroupCommand: ()=>UpdateContactGroupCommand,
76
+ ListAlertGroupCommand: ()=>ListAlertGroupCommand,
77
+ DisablePresetAlertTemplateCommand: ()=>DisablePresetAlertTemplateCommand,
78
+ VOLCOBSERVEClient: ()=>VOLCOBSERVEClient,
79
+ CreateEventRuleCommand: ()=>CreateEventRuleCommand,
80
+ TagResourcesCommand: ()=>TagResourcesCommand,
81
+ DisableEventRuleCommand: ()=>DisableEventRuleCommand,
82
+ ListContactsCommand: ()=>ListContactsCommand,
83
+ ListRulesByIdsCommand: ()=>ListRulesByIdsCommand,
84
+ DeleteContactGroupByIdsCommand: ()=>DeleteContactGroupByIdsCommand,
85
+ DeleteEventRuleCommand: ()=>DeleteEventRuleCommand,
86
+ CreateObjectGroupCommand: ()=>CreateObjectGroupCommand,
87
+ DeleteWebhooksByIdsCommand: ()=>DeleteWebhooksByIdsCommand,
88
+ DeleteNotifyTemplatesByIdsCommand: ()=>DeleteNotifyTemplatesByIdsCommand,
89
+ ListNotificationsCommand: ()=>ListNotificationsCommand
90
+ });
91
+ const sdk_core_namespaceObject = require("@volcengine/sdk-core");
92
+ function _define_property(obj, key, value) {
93
+ if (key in obj) Object.defineProperty(obj, key, {
94
+ value: value,
95
+ enumerable: true,
96
+ configurable: true,
97
+ writable: true
98
+ });
99
+ else obj[key] = value;
100
+ return obj;
101
+ }
102
+ class VOLCOBSERVEClient extends sdk_core_namespaceObject.Client {
103
+ constructor(config = {}){
104
+ super({
105
+ protocol: 'https',
106
+ region: 'cn-beijing',
107
+ ...config
108
+ });
109
+ }
110
+ }
111
+ class ApplyObjectGroupsByAlertTemplateCommand extends sdk_core_namespaceObject.Command {
112
+ constructor(input){
113
+ super(input);
114
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ApplyObjectGroupsByAlertTemplateCommand.metaPath);
115
+ }
116
+ }
117
+ _define_property(ApplyObjectGroupsByAlertTemplateCommand, "metaPath", '/ApplyObjectGroupsByAlertTemplate/2018-01-01/volc_observe/post/application_json/');
118
+ class CreateAlertTemplateCommand extends sdk_core_namespaceObject.Command {
119
+ constructor(input){
120
+ super(input);
121
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateAlertTemplateCommand.metaPath);
122
+ }
123
+ }
124
+ _define_property(CreateAlertTemplateCommand, "metaPath", '/CreateAlertTemplate/2018-01-01/volc_observe/post/application_json/');
125
+ class CreateContactGroupCommand extends sdk_core_namespaceObject.Command {
126
+ constructor(input){
127
+ super(input);
128
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateContactGroupCommand.metaPath);
129
+ }
130
+ }
131
+ _define_property(CreateContactGroupCommand, "metaPath", '/CreateContactGroup/2018-01-01/volc_observe/post/application_json/');
132
+ class CreateContactsCommand extends sdk_core_namespaceObject.Command {
133
+ constructor(input){
134
+ super(input);
135
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateContactsCommand.metaPath);
136
+ }
137
+ }
138
+ _define_property(CreateContactsCommand, "metaPath", '/CreateContacts/2018-01-01/volc_observe/post/application_json/');
139
+ class CreateEventRuleCommand extends sdk_core_namespaceObject.Command {
140
+ constructor(input){
141
+ super(input);
142
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateEventRuleCommand.metaPath);
143
+ }
144
+ }
145
+ _define_property(CreateEventRuleCommand, "metaPath", '/CreateEventRule/2018-01-01/volc_observe/post/application_json/');
146
+ class CreateNotificationCommand extends sdk_core_namespaceObject.Command {
147
+ constructor(input){
148
+ super(input);
149
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateNotificationCommand.metaPath);
150
+ }
151
+ }
152
+ _define_property(CreateNotificationCommand, "metaPath", '/CreateNotification/2018-01-01/volc_observe/post/application_json/');
153
+ class CreateNotifyTemplateCommand extends sdk_core_namespaceObject.Command {
154
+ constructor(input){
155
+ super(input);
156
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateNotifyTemplateCommand.metaPath);
157
+ }
158
+ }
159
+ _define_property(CreateNotifyTemplateCommand, "metaPath", '/CreateNotifyTemplate/2018-01-01/volc_observe/post/application_json/');
160
+ class CreateObjectGroupCommand extends sdk_core_namespaceObject.Command {
161
+ constructor(input){
162
+ super(input);
163
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateObjectGroupCommand.metaPath);
164
+ }
165
+ }
166
+ _define_property(CreateObjectGroupCommand, "metaPath", '/CreateObjectGroup/2018-01-01/volc_observe/post/application_json/');
167
+ class CreateRuleCommand extends sdk_core_namespaceObject.Command {
168
+ constructor(input){
169
+ super(input);
170
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateRuleCommand.metaPath);
171
+ }
172
+ }
173
+ _define_property(CreateRuleCommand, "metaPath", '/CreateRule/2018-01-01/volc_observe/post/application_json/');
174
+ class CreateSilencePolicyCommand extends sdk_core_namespaceObject.Command {
175
+ constructor(input){
176
+ super(input);
177
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateSilencePolicyCommand.metaPath);
178
+ }
179
+ }
180
+ _define_property(CreateSilencePolicyCommand, "metaPath", '/CreateSilencePolicy/2018-01-01/volc_observe/post/application_json/');
181
+ class CreateWebhookCommand extends sdk_core_namespaceObject.Command {
182
+ constructor(input){
183
+ super(input);
184
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateWebhookCommand.metaPath);
185
+ }
186
+ }
187
+ _define_property(CreateWebhookCommand, "metaPath", '/CreateWebhook/2018-01-01/volc_observe/post/application_json/');
188
+ class DeleteAlertTemplatesByIdsCommand extends sdk_core_namespaceObject.Command {
189
+ constructor(input){
190
+ super(input);
191
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteAlertTemplatesByIdsCommand.metaPath);
192
+ }
193
+ }
194
+ _define_property(DeleteAlertTemplatesByIdsCommand, "metaPath", '/DeleteAlertTemplatesByIds/2018-01-01/volc_observe/post/application_json/');
195
+ class DeleteContactGroupByIdsCommand extends sdk_core_namespaceObject.Command {
196
+ constructor(input){
197
+ super(input);
198
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteContactGroupByIdsCommand.metaPath);
199
+ }
200
+ }
201
+ _define_property(DeleteContactGroupByIdsCommand, "metaPath", '/DeleteContactGroupByIds/2018-01-01/volc_observe/post/application_json/');
202
+ class DeleteContactsByIdsCommand extends sdk_core_namespaceObject.Command {
203
+ constructor(input){
204
+ super(input);
205
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteContactsByIdsCommand.metaPath);
206
+ }
207
+ }
208
+ _define_property(DeleteContactsByIdsCommand, "metaPath", '/DeleteContactsByIds/2018-01-01/volc_observe/post/application_json/');
209
+ class DeleteEventRuleCommand extends sdk_core_namespaceObject.Command {
210
+ constructor(input){
211
+ super(input);
212
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteEventRuleCommand.metaPath);
213
+ }
214
+ }
215
+ _define_property(DeleteEventRuleCommand, "metaPath", '/DeleteEventRule/2018-01-01/volc_observe/post/application_json/');
216
+ class DeleteNotificationsByIdsCommand extends sdk_core_namespaceObject.Command {
217
+ constructor(input){
218
+ super(input);
219
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteNotificationsByIdsCommand.metaPath);
220
+ }
221
+ }
222
+ _define_property(DeleteNotificationsByIdsCommand, "metaPath", '/DeleteNotificationsByIds/2018-01-01/volc_observe/post/application_json/');
223
+ class DeleteNotifyTemplatesByIdsCommand extends sdk_core_namespaceObject.Command {
224
+ constructor(input){
225
+ super(input);
226
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteNotifyTemplatesByIdsCommand.metaPath);
227
+ }
228
+ }
229
+ _define_property(DeleteNotifyTemplatesByIdsCommand, "metaPath", '/DeleteNotifyTemplatesByIds/2018-01-01/volc_observe/post/application_json/');
230
+ class DeleteObjectGroupCommand extends sdk_core_namespaceObject.Command {
231
+ constructor(input){
232
+ super(input);
233
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteObjectGroupCommand.metaPath);
234
+ }
235
+ }
236
+ _define_property(DeleteObjectGroupCommand, "metaPath", '/DeleteObjectGroup/2018-01-01/volc_observe/post/application_json/');
237
+ class DeleteRulesByIdsCommand extends sdk_core_namespaceObject.Command {
238
+ constructor(input){
239
+ super(input);
240
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteRulesByIdsCommand.metaPath);
241
+ }
242
+ }
243
+ _define_property(DeleteRulesByIdsCommand, "metaPath", '/DeleteRulesByIds/2018-01-01/volc_observe/post/application_json/');
244
+ class DeleteSilencePolicyByIdsCommand extends sdk_core_namespaceObject.Command {
245
+ constructor(input){
246
+ super(input);
247
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteSilencePolicyByIdsCommand.metaPath);
248
+ }
249
+ }
250
+ _define_property(DeleteSilencePolicyByIdsCommand, "metaPath", '/DeleteSilencePolicyByIds/2018-01-01/volc_observe/post/application_json/');
251
+ class DeleteWebhooksByIdsCommand extends sdk_core_namespaceObject.Command {
252
+ constructor(input){
253
+ super(input);
254
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteWebhooksByIdsCommand.metaPath);
255
+ }
256
+ }
257
+ _define_property(DeleteWebhooksByIdsCommand, "metaPath", '/DeleteWebhooksByIds/2018-01-01/volc_observe/post/application_json/');
258
+ class DisableEventRuleCommand extends sdk_core_namespaceObject.Command {
259
+ constructor(input){
260
+ super(input);
261
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DisableEventRuleCommand.metaPath);
262
+ }
263
+ }
264
+ _define_property(DisableEventRuleCommand, "metaPath", '/DisableEventRule/2018-01-01/volc_observe/post/application_json/');
265
+ class DisablePresetAlertTemplateCommand extends sdk_core_namespaceObject.Command {
266
+ constructor(input){
267
+ super(input);
268
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DisablePresetAlertTemplateCommand.metaPath);
269
+ }
270
+ }
271
+ _define_property(DisablePresetAlertTemplateCommand, "metaPath", '/DisablePresetAlertTemplate/2018-01-01/volc_observe/post/application_json/');
272
+ class EnableEventRuleCommand extends sdk_core_namespaceObject.Command {
273
+ constructor(input){
274
+ super(input);
275
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(EnableEventRuleCommand.metaPath);
276
+ }
277
+ }
278
+ _define_property(EnableEventRuleCommand, "metaPath", '/EnableEventRule/2018-01-01/volc_observe/post/application_json/');
279
+ class EnablePresetAlertTemplateCommand extends sdk_core_namespaceObject.Command {
280
+ constructor(input){
281
+ super(input);
282
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(EnablePresetAlertTemplateCommand.metaPath);
283
+ }
284
+ }
285
+ _define_property(EnablePresetAlertTemplateCommand, "metaPath", '/EnablePresetAlertTemplate/2018-01-01/volc_observe/post/application_json/');
286
+ class GetMetricDataCommand extends sdk_core_namespaceObject.Command {
287
+ constructor(input){
288
+ super(input);
289
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetMetricDataCommand.metaPath);
290
+ }
291
+ }
292
+ _define_property(GetMetricDataCommand, "metaPath", '/GetMetricData/2018-01-01/volc_observe/post/application_json/');
293
+ class GetTopDataCommand extends sdk_core_namespaceObject.Command {
294
+ constructor(input){
295
+ super(input);
296
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetTopDataCommand.metaPath);
297
+ }
298
+ }
299
+ _define_property(GetTopDataCommand, "metaPath", '/GetTopData/2018-01-01/volc_observe/post/application_json/');
300
+ class ListAlertGroupCommand extends sdk_core_namespaceObject.Command {
301
+ constructor(input){
302
+ super(input);
303
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListAlertGroupCommand.metaPath);
304
+ }
305
+ }
306
+ _define_property(ListAlertGroupCommand, "metaPath", '/ListAlertGroup/2018-01-01/volc_observe/post/application_json/');
307
+ class ListAlertTemplatesCommand extends sdk_core_namespaceObject.Command {
308
+ constructor(input){
309
+ super(input);
310
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListAlertTemplatesCommand.metaPath);
311
+ }
312
+ }
313
+ _define_property(ListAlertTemplatesCommand, "metaPath", '/ListAlertTemplates/2018-01-01/volc_observe/post/application_json/');
314
+ class ListContactGroupByIdsCommand extends sdk_core_namespaceObject.Command {
315
+ constructor(input){
316
+ super(input);
317
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListContactGroupByIdsCommand.metaPath);
318
+ }
319
+ }
320
+ _define_property(ListContactGroupByIdsCommand, "metaPath", '/ListContactGroupByIds/2018-01-01/volc_observe/post/application_json/');
321
+ class ListContactGroupsCommand extends sdk_core_namespaceObject.Command {
322
+ constructor(input){
323
+ super(input);
324
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListContactGroupsCommand.metaPath);
325
+ }
326
+ }
327
+ _define_property(ListContactGroupsCommand, "metaPath", '/ListContactGroups/2018-01-01/volc_observe/post/application_json/');
328
+ class ListContactsCommand extends sdk_core_namespaceObject.Command {
329
+ constructor(input){
330
+ super(input);
331
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListContactsCommand.metaPath);
332
+ }
333
+ }
334
+ _define_property(ListContactsCommand, "metaPath", '/ListContacts/2018-01-01/volc_observe/post/application_json/');
335
+ class ListContactsByIdsCommand extends sdk_core_namespaceObject.Command {
336
+ constructor(input){
337
+ super(input);
338
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListContactsByIdsCommand.metaPath);
339
+ }
340
+ }
341
+ _define_property(ListContactsByIdsCommand, "metaPath", '/ListContactsByIds/2018-01-01/volc_observe/post/application_json/');
342
+ class ListDefaultNotifyTemplatesCommand extends sdk_core_namespaceObject.Command {
343
+ constructor(input){
344
+ super(input);
345
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListDefaultNotifyTemplatesCommand.metaPath);
346
+ }
347
+ }
348
+ _define_property(ListDefaultNotifyTemplatesCommand, "metaPath", '/ListDefaultNotifyTemplates/2018-01-01/volc_observe/post/application_json/');
349
+ class ListEventRulesCommand extends sdk_core_namespaceObject.Command {
350
+ constructor(input){
351
+ super(input);
352
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListEventRulesCommand.metaPath);
353
+ }
354
+ }
355
+ _define_property(ListEventRulesCommand, "metaPath", '/ListEventRules/2018-01-01/volc_observe/post/application_json/');
356
+ class ListEventsCommand extends sdk_core_namespaceObject.Command {
357
+ constructor(input){
358
+ super(input);
359
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListEventsCommand.metaPath);
360
+ }
361
+ }
362
+ _define_property(ListEventsCommand, "metaPath", '/ListEvents/2018-01-01/volc_observe/post/application_json/');
363
+ class ListNotificationsCommand extends sdk_core_namespaceObject.Command {
364
+ constructor(input){
365
+ super(input);
366
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListNotificationsCommand.metaPath);
367
+ }
368
+ }
369
+ _define_property(ListNotificationsCommand, "metaPath", '/ListNotifications/2018-01-01/volc_observe/post/application_json/');
370
+ class ListNotifyTemplatesCommand extends sdk_core_namespaceObject.Command {
371
+ constructor(input){
372
+ super(input);
373
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListNotifyTemplatesCommand.metaPath);
374
+ }
375
+ }
376
+ _define_property(ListNotifyTemplatesCommand, "metaPath", '/ListNotifyTemplates/2018-01-01/volc_observe/post/application_json/');
377
+ class ListObjectGroupsCommand extends sdk_core_namespaceObject.Command {
378
+ constructor(input){
379
+ super(input);
380
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListObjectGroupsCommand.metaPath);
381
+ }
382
+ }
383
+ _define_property(ListObjectGroupsCommand, "metaPath", '/ListObjectGroups/2018-01-01/volc_observe/post/application_json/');
384
+ class ListPresetAlertTemplatesCommand extends sdk_core_namespaceObject.Command {
385
+ constructor(input){
386
+ super(input);
387
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListPresetAlertTemplatesCommand.metaPath);
388
+ }
389
+ }
390
+ _define_property(ListPresetAlertTemplatesCommand, "metaPath", '/ListPresetAlertTemplates/2018-01-01/volc_observe/post/application_json/');
391
+ class ListRulesCommand extends sdk_core_namespaceObject.Command {
392
+ constructor(input){
393
+ super(input);
394
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListRulesCommand.metaPath);
395
+ }
396
+ }
397
+ _define_property(ListRulesCommand, "metaPath", '/ListRules/2018-01-01/volc_observe/post/application_json/');
398
+ class ListRulesByIdsCommand extends sdk_core_namespaceObject.Command {
399
+ constructor(input){
400
+ super(input);
401
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListRulesByIdsCommand.metaPath);
402
+ }
403
+ }
404
+ _define_property(ListRulesByIdsCommand, "metaPath", '/ListRulesByIds/2018-01-01/volc_observe/post/application_json/');
405
+ class ListSendAlertCommand extends sdk_core_namespaceObject.Command {
406
+ constructor(input){
407
+ super(input);
408
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListSendAlertCommand.metaPath);
409
+ }
410
+ }
411
+ _define_property(ListSendAlertCommand, "metaPath", '/ListSendAlert/2018-01-01/volc_observe/post/application_json/');
412
+ class ListSilencePolicyCommand extends sdk_core_namespaceObject.Command {
413
+ constructor(input){
414
+ super(input);
415
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListSilencePolicyCommand.metaPath);
416
+ }
417
+ }
418
+ _define_property(ListSilencePolicyCommand, "metaPath", '/ListSilencePolicy/2018-01-01/volc_observe/post/application_json/');
419
+ class ListWebhooksCommand extends sdk_core_namespaceObject.Command {
420
+ constructor(input){
421
+ super(input);
422
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListWebhooksCommand.metaPath);
423
+ }
424
+ }
425
+ _define_property(ListWebhooksCommand, "metaPath", '/ListWebhooks/2018-01-01/volc_observe/post/application_json/');
426
+ class ListWebhooksByIdsCommand extends sdk_core_namespaceObject.Command {
427
+ constructor(input){
428
+ super(input);
429
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListWebhooksByIdsCommand.metaPath);
430
+ }
431
+ }
432
+ _define_property(ListWebhooksByIdsCommand, "metaPath", '/ListWebhooksByIds/2018-01-01/volc_observe/post/application_json/');
433
+ class ModifyStateOfSilencePolicyByIdsCommand extends sdk_core_namespaceObject.Command {
434
+ constructor(input){
435
+ super(input);
436
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ModifyStateOfSilencePolicyByIdsCommand.metaPath);
437
+ }
438
+ }
439
+ _define_property(ModifyStateOfSilencePolicyByIdsCommand, "metaPath", '/ModifyStateOfSilencePolicyByIds/2018-01-01/volc_observe/post/application_json/');
440
+ class SetStateOfRulesByIdsCommand extends sdk_core_namespaceObject.Command {
441
+ constructor(input){
442
+ super(input);
443
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(SetStateOfRulesByIdsCommand.metaPath);
444
+ }
445
+ }
446
+ _define_property(SetStateOfRulesByIdsCommand, "metaPath", '/SetStateOfRulesByIds/2018-01-01/volc_observe/post/application_json/');
447
+ class TagResourcesCommand extends sdk_core_namespaceObject.Command {
448
+ constructor(input){
449
+ super(input);
450
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(TagResourcesCommand.metaPath);
451
+ }
452
+ }
453
+ _define_property(TagResourcesCommand, "metaPath", '/TagResources/2018-01-01/volc_observe/post/application_json/');
454
+ class UntagResourcesCommand extends sdk_core_namespaceObject.Command {
455
+ constructor(input){
456
+ super(input);
457
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UntagResourcesCommand.metaPath);
458
+ }
459
+ }
460
+ _define_property(UntagResourcesCommand, "metaPath", '/UntagResources/2018-01-01/volc_observe/post/application_json/');
461
+ class UpdateAlertTemplateCommand extends sdk_core_namespaceObject.Command {
462
+ constructor(input){
463
+ super(input);
464
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateAlertTemplateCommand.metaPath);
465
+ }
466
+ }
467
+ _define_property(UpdateAlertTemplateCommand, "metaPath", '/UpdateAlertTemplate/2018-01-01/volc_observe/post/application_json/');
468
+ class UpdateContactGroupCommand extends sdk_core_namespaceObject.Command {
469
+ constructor(input){
470
+ super(input);
471
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateContactGroupCommand.metaPath);
472
+ }
473
+ }
474
+ _define_property(UpdateContactGroupCommand, "metaPath", '/UpdateContactGroup/2018-01-01/volc_observe/post/application_json/');
475
+ class UpdateContactGroupWithContactsCommand extends sdk_core_namespaceObject.Command {
476
+ constructor(input){
477
+ super(input);
478
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateContactGroupWithContactsCommand.metaPath);
479
+ }
480
+ }
481
+ _define_property(UpdateContactGroupWithContactsCommand, "metaPath", '/UpdateContactGroupWithContacts/2018-01-01/volc_observe/post/application_json/');
482
+ class UpdateContactsCommand extends sdk_core_namespaceObject.Command {
483
+ constructor(input){
484
+ super(input);
485
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateContactsCommand.metaPath);
486
+ }
487
+ }
488
+ _define_property(UpdateContactsCommand, "metaPath", '/UpdateContacts/2018-01-01/volc_observe/post/application_json/');
489
+ class UpdateContactsWithContactGroupsCommand extends sdk_core_namespaceObject.Command {
490
+ constructor(input){
491
+ super(input);
492
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateContactsWithContactGroupsCommand.metaPath);
493
+ }
494
+ }
495
+ _define_property(UpdateContactsWithContactGroupsCommand, "metaPath", '/UpdateContactsWithContactGroups/2018-01-01/volc_observe/post/application_json/');
496
+ class UpdateEventRuleCommand extends sdk_core_namespaceObject.Command {
497
+ constructor(input){
498
+ super(input);
499
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateEventRuleCommand.metaPath);
500
+ }
501
+ }
502
+ _define_property(UpdateEventRuleCommand, "metaPath", '/UpdateEventRule/2018-01-01/volc_observe/post/application_json/');
503
+ class UpdateNotificationCommand extends sdk_core_namespaceObject.Command {
504
+ constructor(input){
505
+ super(input);
506
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateNotificationCommand.metaPath);
507
+ }
508
+ }
509
+ _define_property(UpdateNotificationCommand, "metaPath", '/UpdateNotification/2018-01-01/volc_observe/post/application_json/');
510
+ class UpdateNotifyTemplateCommand extends sdk_core_namespaceObject.Command {
511
+ constructor(input){
512
+ super(input);
513
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateNotifyTemplateCommand.metaPath);
514
+ }
515
+ }
516
+ _define_property(UpdateNotifyTemplateCommand, "metaPath", '/UpdateNotifyTemplate/2018-01-01/volc_observe/post/application_json/');
517
+ class UpdateObjectGroupCommand extends sdk_core_namespaceObject.Command {
518
+ constructor(input){
519
+ super(input);
520
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateObjectGroupCommand.metaPath);
521
+ }
522
+ }
523
+ _define_property(UpdateObjectGroupCommand, "metaPath", '/UpdateObjectGroup/2018-01-01/volc_observe/post/application_json/');
524
+ class UpdateRuleCommand extends sdk_core_namespaceObject.Command {
525
+ constructor(input){
526
+ super(input);
527
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateRuleCommand.metaPath);
528
+ }
529
+ }
530
+ _define_property(UpdateRuleCommand, "metaPath", '/UpdateRule/2018-01-01/volc_observe/post/application_json/');
531
+ class UpdateSilencePolicyCommand extends sdk_core_namespaceObject.Command {
532
+ constructor(input){
533
+ super(input);
534
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateSilencePolicyCommand.metaPath);
535
+ }
536
+ }
537
+ _define_property(UpdateSilencePolicyCommand, "metaPath", '/UpdateSilencePolicy/2018-01-01/volc_observe/post/application_json/');
538
+ class UpdateWebhookCommand extends sdk_core_namespaceObject.Command {
539
+ constructor(input){
540
+ super(input);
541
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateWebhookCommand.metaPath);
542
+ }
543
+ }
544
+ _define_property(UpdateWebhookCommand, "metaPath", '/UpdateWebhook/2018-01-01/volc_observe/post/application_json/');
545
+ exports.ApplyObjectGroupsByAlertTemplateCommand = __webpack_exports__.ApplyObjectGroupsByAlertTemplateCommand;
546
+ exports.CreateAlertTemplateCommand = __webpack_exports__.CreateAlertTemplateCommand;
547
+ exports.CreateContactGroupCommand = __webpack_exports__.CreateContactGroupCommand;
548
+ exports.CreateContactsCommand = __webpack_exports__.CreateContactsCommand;
549
+ exports.CreateEventRuleCommand = __webpack_exports__.CreateEventRuleCommand;
550
+ exports.CreateNotificationCommand = __webpack_exports__.CreateNotificationCommand;
551
+ exports.CreateNotifyTemplateCommand = __webpack_exports__.CreateNotifyTemplateCommand;
552
+ exports.CreateObjectGroupCommand = __webpack_exports__.CreateObjectGroupCommand;
553
+ exports.CreateRuleCommand = __webpack_exports__.CreateRuleCommand;
554
+ exports.CreateSilencePolicyCommand = __webpack_exports__.CreateSilencePolicyCommand;
555
+ exports.CreateWebhookCommand = __webpack_exports__.CreateWebhookCommand;
556
+ exports.DeleteAlertTemplatesByIdsCommand = __webpack_exports__.DeleteAlertTemplatesByIdsCommand;
557
+ exports.DeleteContactGroupByIdsCommand = __webpack_exports__.DeleteContactGroupByIdsCommand;
558
+ exports.DeleteContactsByIdsCommand = __webpack_exports__.DeleteContactsByIdsCommand;
559
+ exports.DeleteEventRuleCommand = __webpack_exports__.DeleteEventRuleCommand;
560
+ exports.DeleteNotificationsByIdsCommand = __webpack_exports__.DeleteNotificationsByIdsCommand;
561
+ exports.DeleteNotifyTemplatesByIdsCommand = __webpack_exports__.DeleteNotifyTemplatesByIdsCommand;
562
+ exports.DeleteObjectGroupCommand = __webpack_exports__.DeleteObjectGroupCommand;
563
+ exports.DeleteRulesByIdsCommand = __webpack_exports__.DeleteRulesByIdsCommand;
564
+ exports.DeleteSilencePolicyByIdsCommand = __webpack_exports__.DeleteSilencePolicyByIdsCommand;
565
+ exports.DeleteWebhooksByIdsCommand = __webpack_exports__.DeleteWebhooksByIdsCommand;
566
+ exports.DisableEventRuleCommand = __webpack_exports__.DisableEventRuleCommand;
567
+ exports.DisablePresetAlertTemplateCommand = __webpack_exports__.DisablePresetAlertTemplateCommand;
568
+ exports.EnableEventRuleCommand = __webpack_exports__.EnableEventRuleCommand;
569
+ exports.EnablePresetAlertTemplateCommand = __webpack_exports__.EnablePresetAlertTemplateCommand;
570
+ exports.GetMetricDataCommand = __webpack_exports__.GetMetricDataCommand;
571
+ exports.GetTopDataCommand = __webpack_exports__.GetTopDataCommand;
572
+ exports.ListAlertGroupCommand = __webpack_exports__.ListAlertGroupCommand;
573
+ exports.ListAlertTemplatesCommand = __webpack_exports__.ListAlertTemplatesCommand;
574
+ exports.ListContactGroupByIdsCommand = __webpack_exports__.ListContactGroupByIdsCommand;
575
+ exports.ListContactGroupsCommand = __webpack_exports__.ListContactGroupsCommand;
576
+ exports.ListContactsByIdsCommand = __webpack_exports__.ListContactsByIdsCommand;
577
+ exports.ListContactsCommand = __webpack_exports__.ListContactsCommand;
578
+ exports.ListDefaultNotifyTemplatesCommand = __webpack_exports__.ListDefaultNotifyTemplatesCommand;
579
+ exports.ListEventRulesCommand = __webpack_exports__.ListEventRulesCommand;
580
+ exports.ListEventsCommand = __webpack_exports__.ListEventsCommand;
581
+ exports.ListNotificationsCommand = __webpack_exports__.ListNotificationsCommand;
582
+ exports.ListNotifyTemplatesCommand = __webpack_exports__.ListNotifyTemplatesCommand;
583
+ exports.ListObjectGroupsCommand = __webpack_exports__.ListObjectGroupsCommand;
584
+ exports.ListPresetAlertTemplatesCommand = __webpack_exports__.ListPresetAlertTemplatesCommand;
585
+ exports.ListRulesByIdsCommand = __webpack_exports__.ListRulesByIdsCommand;
586
+ exports.ListRulesCommand = __webpack_exports__.ListRulesCommand;
587
+ exports.ListSendAlertCommand = __webpack_exports__.ListSendAlertCommand;
588
+ exports.ListSilencePolicyCommand = __webpack_exports__.ListSilencePolicyCommand;
589
+ exports.ListWebhooksByIdsCommand = __webpack_exports__.ListWebhooksByIdsCommand;
590
+ exports.ListWebhooksCommand = __webpack_exports__.ListWebhooksCommand;
591
+ exports.ModifyStateOfSilencePolicyByIdsCommand = __webpack_exports__.ModifyStateOfSilencePolicyByIdsCommand;
592
+ exports.SetStateOfRulesByIdsCommand = __webpack_exports__.SetStateOfRulesByIdsCommand;
593
+ exports.TagResourcesCommand = __webpack_exports__.TagResourcesCommand;
594
+ exports.UntagResourcesCommand = __webpack_exports__.UntagResourcesCommand;
595
+ exports.UpdateAlertTemplateCommand = __webpack_exports__.UpdateAlertTemplateCommand;
596
+ exports.UpdateContactGroupCommand = __webpack_exports__.UpdateContactGroupCommand;
597
+ exports.UpdateContactGroupWithContactsCommand = __webpack_exports__.UpdateContactGroupWithContactsCommand;
598
+ exports.UpdateContactsCommand = __webpack_exports__.UpdateContactsCommand;
599
+ exports.UpdateContactsWithContactGroupsCommand = __webpack_exports__.UpdateContactsWithContactGroupsCommand;
600
+ exports.UpdateEventRuleCommand = __webpack_exports__.UpdateEventRuleCommand;
601
+ exports.UpdateNotificationCommand = __webpack_exports__.UpdateNotificationCommand;
602
+ exports.UpdateNotifyTemplateCommand = __webpack_exports__.UpdateNotifyTemplateCommand;
603
+ exports.UpdateObjectGroupCommand = __webpack_exports__.UpdateObjectGroupCommand;
604
+ exports.UpdateRuleCommand = __webpack_exports__.UpdateRuleCommand;
605
+ exports.UpdateSilencePolicyCommand = __webpack_exports__.UpdateSilencePolicyCommand;
606
+ exports.UpdateWebhookCommand = __webpack_exports__.UpdateWebhookCommand;
607
+ exports.VOLCOBSERVEClient = __webpack_exports__.VOLCOBSERVEClient;
608
+ for(var __rspack_i in __webpack_exports__)if (-1 === [
609
+ "ApplyObjectGroupsByAlertTemplateCommand",
610
+ "CreateAlertTemplateCommand",
611
+ "CreateContactGroupCommand",
612
+ "CreateContactsCommand",
613
+ "CreateEventRuleCommand",
614
+ "CreateNotificationCommand",
615
+ "CreateNotifyTemplateCommand",
616
+ "CreateObjectGroupCommand",
617
+ "CreateRuleCommand",
618
+ "CreateSilencePolicyCommand",
619
+ "CreateWebhookCommand",
620
+ "DeleteAlertTemplatesByIdsCommand",
621
+ "DeleteContactGroupByIdsCommand",
622
+ "DeleteContactsByIdsCommand",
623
+ "DeleteEventRuleCommand",
624
+ "DeleteNotificationsByIdsCommand",
625
+ "DeleteNotifyTemplatesByIdsCommand",
626
+ "DeleteObjectGroupCommand",
627
+ "DeleteRulesByIdsCommand",
628
+ "DeleteSilencePolicyByIdsCommand",
629
+ "DeleteWebhooksByIdsCommand",
630
+ "DisableEventRuleCommand",
631
+ "DisablePresetAlertTemplateCommand",
632
+ "EnableEventRuleCommand",
633
+ "EnablePresetAlertTemplateCommand",
634
+ "GetMetricDataCommand",
635
+ "GetTopDataCommand",
636
+ "ListAlertGroupCommand",
637
+ "ListAlertTemplatesCommand",
638
+ "ListContactGroupByIdsCommand",
639
+ "ListContactGroupsCommand",
640
+ "ListContactsByIdsCommand",
641
+ "ListContactsCommand",
642
+ "ListDefaultNotifyTemplatesCommand",
643
+ "ListEventRulesCommand",
644
+ "ListEventsCommand",
645
+ "ListNotificationsCommand",
646
+ "ListNotifyTemplatesCommand",
647
+ "ListObjectGroupsCommand",
648
+ "ListPresetAlertTemplatesCommand",
649
+ "ListRulesByIdsCommand",
650
+ "ListRulesCommand",
651
+ "ListSendAlertCommand",
652
+ "ListSilencePolicyCommand",
653
+ "ListWebhooksByIdsCommand",
654
+ "ListWebhooksCommand",
655
+ "ModifyStateOfSilencePolicyByIdsCommand",
656
+ "SetStateOfRulesByIdsCommand",
657
+ "TagResourcesCommand",
658
+ "UntagResourcesCommand",
659
+ "UpdateAlertTemplateCommand",
660
+ "UpdateContactGroupCommand",
661
+ "UpdateContactGroupWithContactsCommand",
662
+ "UpdateContactsCommand",
663
+ "UpdateContactsWithContactGroupsCommand",
664
+ "UpdateEventRuleCommand",
665
+ "UpdateNotificationCommand",
666
+ "UpdateNotifyTemplateCommand",
667
+ "UpdateObjectGroupCommand",
668
+ "UpdateRuleCommand",
669
+ "UpdateSilencePolicyCommand",
670
+ "UpdateWebhookCommand",
671
+ "VOLCOBSERVEClient"
672
+ ].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
673
+ Object.defineProperty(exports, '__esModule', {
674
+ value: true
675
+ });