@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
package/src/api.ts ADDED
@@ -0,0 +1,1217 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * volc_observe
5
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
+ *
7
+ * OpenAPI spec version: common-version
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by the swagger code generator program.
11
+ * https://github.com/swagger-api/swagger-codegen.git
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ import { Client, ClientConfig, Command, buildRequestConfigFromMetaPath, CommandOutput } from '@volcengine/sdk-core';
16
+
17
+ import { ApplyObjectGroupsByAlertTemplateRequest } from './types/index';
18
+ import { ApplyObjectGroupsByAlertTemplateResponse } from './types/index';
19
+ import { CreateAlertTemplateRequest } from './types/index';
20
+ import { CreateAlertTemplateResponse } from './types/index';
21
+ import { CreateContactGroupRequest } from './types/index';
22
+ import { CreateContactGroupResponse } from './types/index';
23
+ import { CreateContactsRequest } from './types/index';
24
+ import { CreateContactsResponse } from './types/index';
25
+ import { CreateEventRuleRequest } from './types/index';
26
+ import { CreateEventRuleResponse } from './types/index';
27
+ import { CreateNotificationRequest } from './types/index';
28
+ import { CreateNotificationResponse } from './types/index';
29
+ import { CreateNotifyTemplateRequest } from './types/index';
30
+ import { CreateNotifyTemplateResponse } from './types/index';
31
+ import { CreateObjectGroupRequest } from './types/index';
32
+ import { CreateObjectGroupResponse } from './types/index';
33
+ import { CreateRuleRequest } from './types/index';
34
+ import { CreateRuleResponse } from './types/index';
35
+ import { CreateSilencePolicyRequest } from './types/index';
36
+ import { CreateSilencePolicyResponse } from './types/index';
37
+ import { CreateWebhookRequest } from './types/index';
38
+ import { CreateWebhookResponse } from './types/index';
39
+ import { DeleteAlertTemplatesByIdsRequest } from './types/index';
40
+ import { DeleteAlertTemplatesByIdsResponse } from './types/index';
41
+ import { DeleteContactGroupByIdsRequest } from './types/index';
42
+ import { DeleteContactGroupByIdsResponse } from './types/index';
43
+ import { DeleteContactsByIdsRequest } from './types/index';
44
+ import { DeleteContactsByIdsResponse } from './types/index';
45
+ import { DeleteEventRuleRequest } from './types/index';
46
+ import { DeleteEventRuleResponse } from './types/index';
47
+ import { DeleteNotificationsByIdsRequest } from './types/index';
48
+ import { DeleteNotificationsByIdsResponse } from './types/index';
49
+ import { DeleteNotifyTemplatesByIdsRequest } from './types/index';
50
+ import { DeleteNotifyTemplatesByIdsResponse } from './types/index';
51
+ import { DeleteObjectGroupRequest } from './types/index';
52
+ import { DeleteObjectGroupResponse } from './types/index';
53
+ import { DeleteRulesByIdsRequest } from './types/index';
54
+ import { DeleteRulesByIdsResponse } from './types/index';
55
+ import { DeleteSilencePolicyByIdsRequest } from './types/index';
56
+ import { DeleteSilencePolicyByIdsResponse } from './types/index';
57
+ import { DeleteWebhooksByIdsRequest } from './types/index';
58
+ import { DeleteWebhooksByIdsResponse } from './types/index';
59
+ import { DisableEventRuleRequest } from './types/index';
60
+ import { DisableEventRuleResponse } from './types/index';
61
+ import { DisablePresetAlertTemplateRequest } from './types/index';
62
+ import { DisablePresetAlertTemplateResponse } from './types/index';
63
+ import { EnableEventRuleRequest } from './types/index';
64
+ import { EnableEventRuleResponse } from './types/index';
65
+ import { EnablePresetAlertTemplateRequest } from './types/index';
66
+ import { EnablePresetAlertTemplateResponse } from './types/index';
67
+ import { GetMetricDataRequest } from './types/index';
68
+ import { GetMetricDataResponse } from './types/index';
69
+ import { GetTopDataRequest } from './types/index';
70
+ import { GetTopDataResponse } from './types/index';
71
+ import { ListAlertGroupRequest } from './types/index';
72
+ import { ListAlertGroupResponse } from './types/index';
73
+ import { ListAlertTemplatesRequest } from './types/index';
74
+ import { ListAlertTemplatesResponse } from './types/index';
75
+ import { ListContactGroupByIdsRequest } from './types/index';
76
+ import { ListContactGroupByIdsResponse } from './types/index';
77
+ import { ListContactGroupsRequest } from './types/index';
78
+ import { ListContactGroupsResponse } from './types/index';
79
+ import { ListContactsByIdsRequest } from './types/index';
80
+ import { ListContactsByIdsResponse } from './types/index';
81
+ import { ListContactsRequest } from './types/index';
82
+ import { ListContactsResponse } from './types/index';
83
+ import { ListDefaultNotifyTemplatesRequest } from './types/index';
84
+ import { ListDefaultNotifyTemplatesResponse } from './types/index';
85
+ import { ListEventRulesRequest } from './types/index';
86
+ import { ListEventRulesResponse } from './types/index';
87
+ import { ListEventsRequest } from './types/index';
88
+ import { ListEventsResponse } from './types/index';
89
+ import { ListNotificationsRequest } from './types/index';
90
+ import { ListNotificationsResponse } from './types/index';
91
+ import { ListNotifyTemplatesRequest } from './types/index';
92
+ import { ListNotifyTemplatesResponse } from './types/index';
93
+ import { ListObjectGroupsRequest } from './types/index';
94
+ import { ListObjectGroupsResponse } from './types/index';
95
+ import { ListPresetAlertTemplatesRequest } from './types/index';
96
+ import { ListPresetAlertTemplatesResponse } from './types/index';
97
+ import { ListRulesByIdsRequest } from './types/index';
98
+ import { ListRulesByIdsResponse } from './types/index';
99
+ import { ListRulesRequest } from './types/index';
100
+ import { ListRulesResponse } from './types/index';
101
+ import { ListSendAlertRequest } from './types/index';
102
+ import { ListSendAlertResponse } from './types/index';
103
+ import { ListSilencePolicyRequest } from './types/index';
104
+ import { ListSilencePolicyResponse } from './types/index';
105
+ import { ListWebhooksByIdsRequest } from './types/index';
106
+ import { ListWebhooksByIdsResponse } from './types/index';
107
+ import { ListWebhooksRequest } from './types/index';
108
+ import { ListWebhooksResponse } from './types/index';
109
+ import { ModifyStateOfSilencePolicyByIdsRequest } from './types/index';
110
+ import { ModifyStateOfSilencePolicyByIdsResponse } from './types/index';
111
+ import { SetStateOfRulesByIdsRequest } from './types/index';
112
+ import { SetStateOfRulesByIdsResponse } from './types/index';
113
+ import { TagResourcesRequest } from './types/index';
114
+ import { TagResourcesResponse } from './types/index';
115
+ import { UntagResourcesRequest } from './types/index';
116
+ import { UntagResourcesResponse } from './types/index';
117
+ import { UpdateAlertTemplateRequest } from './types/index';
118
+ import { UpdateAlertTemplateResponse } from './types/index';
119
+ import { UpdateContactGroupRequest } from './types/index';
120
+ import { UpdateContactGroupResponse } from './types/index';
121
+ import { UpdateContactGroupWithContactsRequest } from './types/index';
122
+ import { UpdateContactGroupWithContactsResponse } from './types/index';
123
+ import { UpdateContactsRequest } from './types/index';
124
+ import { UpdateContactsResponse } from './types/index';
125
+ import { UpdateContactsWithContactGroupsRequest } from './types/index';
126
+ import { UpdateContactsWithContactGroupsResponse } from './types/index';
127
+ import { UpdateEventRuleRequest } from './types/index';
128
+ import { UpdateEventRuleResponse } from './types/index';
129
+ import { UpdateNotificationRequest } from './types/index';
130
+ import { UpdateNotificationResponse } from './types/index';
131
+ import { UpdateNotifyTemplateRequest } from './types/index';
132
+ import { UpdateNotifyTemplateResponse } from './types/index';
133
+ import { UpdateObjectGroupRequest } from './types/index';
134
+ import { UpdateObjectGroupResponse } from './types/index';
135
+ import { UpdateRuleRequest } from './types/index';
136
+ import { UpdateRuleResponse } from './types/index';
137
+ import { UpdateSilencePolicyRequest } from './types/index';
138
+ import { UpdateSilencePolicyResponse } from './types/index';
139
+ import { UpdateWebhookRequest } from './types/index';
140
+ import { UpdateWebhookResponse } from './types/index';
141
+
142
+ // ============================================================================
143
+ // Output Type Definitions
144
+ // ============================================================================
145
+ export type ApplyObjectGroupsByAlertTemplateCommandOutput = CommandOutput<ApplyObjectGroupsByAlertTemplateResponse>;
146
+ export type CreateAlertTemplateCommandOutput = CommandOutput<CreateAlertTemplateResponse>;
147
+ export type CreateContactGroupCommandOutput = CommandOutput<CreateContactGroupResponse>;
148
+ export type CreateContactsCommandOutput = CommandOutput<CreateContactsResponse>;
149
+ export type CreateEventRuleCommandOutput = CommandOutput<CreateEventRuleResponse>;
150
+ export type CreateNotificationCommandOutput = CommandOutput<CreateNotificationResponse>;
151
+ export type CreateNotifyTemplateCommandOutput = CommandOutput<CreateNotifyTemplateResponse>;
152
+ export type CreateObjectGroupCommandOutput = CommandOutput<CreateObjectGroupResponse>;
153
+ export type CreateRuleCommandOutput = CommandOutput<CreateRuleResponse>;
154
+ export type CreateSilencePolicyCommandOutput = CommandOutput<CreateSilencePolicyResponse>;
155
+ export type CreateWebhookCommandOutput = CommandOutput<CreateWebhookResponse>;
156
+ export type DeleteAlertTemplatesByIdsCommandOutput = CommandOutput<DeleteAlertTemplatesByIdsResponse>;
157
+ export type DeleteContactGroupByIdsCommandOutput = CommandOutput<DeleteContactGroupByIdsResponse>;
158
+ export type DeleteContactsByIdsCommandOutput = CommandOutput<DeleteContactsByIdsResponse>;
159
+ export type DeleteEventRuleCommandOutput = CommandOutput<DeleteEventRuleResponse>;
160
+ export type DeleteNotificationsByIdsCommandOutput = CommandOutput<DeleteNotificationsByIdsResponse>;
161
+ export type DeleteNotifyTemplatesByIdsCommandOutput = CommandOutput<DeleteNotifyTemplatesByIdsResponse>;
162
+ export type DeleteObjectGroupCommandOutput = CommandOutput<DeleteObjectGroupResponse>;
163
+ export type DeleteRulesByIdsCommandOutput = CommandOutput<DeleteRulesByIdsResponse>;
164
+ export type DeleteSilencePolicyByIdsCommandOutput = CommandOutput<DeleteSilencePolicyByIdsResponse>;
165
+ export type DeleteWebhooksByIdsCommandOutput = CommandOutput<DeleteWebhooksByIdsResponse>;
166
+ export type DisableEventRuleCommandOutput = CommandOutput<DisableEventRuleResponse>;
167
+ export type DisablePresetAlertTemplateCommandOutput = CommandOutput<DisablePresetAlertTemplateResponse>;
168
+ export type EnableEventRuleCommandOutput = CommandOutput<EnableEventRuleResponse>;
169
+ export type EnablePresetAlertTemplateCommandOutput = CommandOutput<EnablePresetAlertTemplateResponse>;
170
+ export type GetMetricDataCommandOutput = CommandOutput<GetMetricDataResponse>;
171
+ export type GetTopDataCommandOutput = CommandOutput<GetTopDataResponse>;
172
+ export type ListAlertGroupCommandOutput = CommandOutput<ListAlertGroupResponse>;
173
+ export type ListAlertTemplatesCommandOutput = CommandOutput<ListAlertTemplatesResponse>;
174
+ export type ListContactGroupByIdsCommandOutput = CommandOutput<ListContactGroupByIdsResponse>;
175
+ export type ListContactGroupsCommandOutput = CommandOutput<ListContactGroupsResponse>;
176
+ export type ListContactsCommandOutput = CommandOutput<ListContactsResponse>;
177
+ export type ListContactsByIdsCommandOutput = CommandOutput<ListContactsByIdsResponse>;
178
+ export type ListDefaultNotifyTemplatesCommandOutput = CommandOutput<ListDefaultNotifyTemplatesResponse>;
179
+ export type ListEventRulesCommandOutput = CommandOutput<ListEventRulesResponse>;
180
+ export type ListEventsCommandOutput = CommandOutput<ListEventsResponse>;
181
+ export type ListNotificationsCommandOutput = CommandOutput<ListNotificationsResponse>;
182
+ export type ListNotifyTemplatesCommandOutput = CommandOutput<ListNotifyTemplatesResponse>;
183
+ export type ListObjectGroupsCommandOutput = CommandOutput<ListObjectGroupsResponse>;
184
+ export type ListPresetAlertTemplatesCommandOutput = CommandOutput<ListPresetAlertTemplatesResponse>;
185
+ export type ListRulesCommandOutput = CommandOutput<ListRulesResponse>;
186
+ export type ListRulesByIdsCommandOutput = CommandOutput<ListRulesByIdsResponse>;
187
+ export type ListSendAlertCommandOutput = CommandOutput<ListSendAlertResponse>;
188
+ export type ListSilencePolicyCommandOutput = CommandOutput<ListSilencePolicyResponse>;
189
+ export type ListWebhooksCommandOutput = CommandOutput<ListWebhooksResponse>;
190
+ export type ListWebhooksByIdsCommandOutput = CommandOutput<ListWebhooksByIdsResponse>;
191
+ export type ModifyStateOfSilencePolicyByIdsCommandOutput = CommandOutput<ModifyStateOfSilencePolicyByIdsResponse>;
192
+ export type SetStateOfRulesByIdsCommandOutput = CommandOutput<SetStateOfRulesByIdsResponse>;
193
+ export type TagResourcesCommandOutput = CommandOutput<TagResourcesResponse>;
194
+ export type UntagResourcesCommandOutput = CommandOutput<UntagResourcesResponse>;
195
+ export type UpdateAlertTemplateCommandOutput = CommandOutput<UpdateAlertTemplateResponse>;
196
+ export type UpdateContactGroupCommandOutput = CommandOutput<UpdateContactGroupResponse>;
197
+ export type UpdateContactGroupWithContactsCommandOutput = CommandOutput<UpdateContactGroupWithContactsResponse>;
198
+ export type UpdateContactsCommandOutput = CommandOutput<UpdateContactsResponse>;
199
+ export type UpdateContactsWithContactGroupsCommandOutput = CommandOutput<UpdateContactsWithContactGroupsResponse>;
200
+ export type UpdateEventRuleCommandOutput = CommandOutput<UpdateEventRuleResponse>;
201
+ export type UpdateNotificationCommandOutput = CommandOutput<UpdateNotificationResponse>;
202
+ export type UpdateNotifyTemplateCommandOutput = CommandOutput<UpdateNotifyTemplateResponse>;
203
+ export type UpdateObjectGroupCommandOutput = CommandOutput<UpdateObjectGroupResponse>;
204
+ export type UpdateRuleCommandOutput = CommandOutput<UpdateRuleResponse>;
205
+ export type UpdateSilencePolicyCommandOutput = CommandOutput<UpdateSilencePolicyResponse>;
206
+ export type UpdateWebhookCommandOutput = CommandOutput<UpdateWebhookResponse>;
207
+
208
+
209
+ /**
210
+ * VOLCOBSERVEClient Service Client
211
+ */
212
+ export class VOLCOBSERVEClient extends Client {
213
+ constructor(config: ClientConfig = {}) {
214
+ super({
215
+ protocol: 'https',
216
+ region: 'cn-beijing',
217
+ ...config,
218
+ });
219
+ }
220
+ }
221
+
222
+ /**
223
+ * Command to ApplyObjectGroupsByAlertTemplate
224
+ */
225
+ export class ApplyObjectGroupsByAlertTemplateCommand extends Command<
226
+ ApplyObjectGroupsByAlertTemplateRequest,
227
+ ApplyObjectGroupsByAlertTemplateCommandOutput,
228
+ 'ApplyObjectGroupsByAlertTemplateCommand'
229
+ > {
230
+ static readonly metaPath = '/ApplyObjectGroupsByAlertTemplate/2018-01-01/volc_observe/post/application_json/';
231
+
232
+ constructor(input: ApplyObjectGroupsByAlertTemplateRequest) {
233
+ super(input);
234
+ this.requestConfig = buildRequestConfigFromMetaPath(ApplyObjectGroupsByAlertTemplateCommand.metaPath);
235
+ }
236
+ }
237
+ /**
238
+ * Command to CreateAlertTemplate
239
+ */
240
+ export class CreateAlertTemplateCommand extends Command<
241
+ CreateAlertTemplateRequest,
242
+ CreateAlertTemplateCommandOutput,
243
+ 'CreateAlertTemplateCommand'
244
+ > {
245
+ static readonly metaPath = '/CreateAlertTemplate/2018-01-01/volc_observe/post/application_json/';
246
+
247
+ constructor(input: CreateAlertTemplateRequest) {
248
+ super(input);
249
+ this.requestConfig = buildRequestConfigFromMetaPath(CreateAlertTemplateCommand.metaPath);
250
+ }
251
+ }
252
+ /**
253
+ * Command to CreateContactGroup
254
+ */
255
+ export class CreateContactGroupCommand extends Command<
256
+ CreateContactGroupRequest,
257
+ CreateContactGroupCommandOutput,
258
+ 'CreateContactGroupCommand'
259
+ > {
260
+ static readonly metaPath = '/CreateContactGroup/2018-01-01/volc_observe/post/application_json/';
261
+
262
+ constructor(input: CreateContactGroupRequest) {
263
+ super(input);
264
+ this.requestConfig = buildRequestConfigFromMetaPath(CreateContactGroupCommand.metaPath);
265
+ }
266
+ }
267
+ /**
268
+ * Command to CreateContacts
269
+ */
270
+ export class CreateContactsCommand extends Command<
271
+ CreateContactsRequest,
272
+ CreateContactsCommandOutput,
273
+ 'CreateContactsCommand'
274
+ > {
275
+ static readonly metaPath = '/CreateContacts/2018-01-01/volc_observe/post/application_json/';
276
+
277
+ constructor(input: CreateContactsRequest) {
278
+ super(input);
279
+ this.requestConfig = buildRequestConfigFromMetaPath(CreateContactsCommand.metaPath);
280
+ }
281
+ }
282
+ /**
283
+ * Command to CreateEventRule
284
+ */
285
+ export class CreateEventRuleCommand extends Command<
286
+ CreateEventRuleRequest,
287
+ CreateEventRuleCommandOutput,
288
+ 'CreateEventRuleCommand'
289
+ > {
290
+ static readonly metaPath = '/CreateEventRule/2018-01-01/volc_observe/post/application_json/';
291
+
292
+ constructor(input: CreateEventRuleRequest) {
293
+ super(input);
294
+ this.requestConfig = buildRequestConfigFromMetaPath(CreateEventRuleCommand.metaPath);
295
+ }
296
+ }
297
+ /**
298
+ * Command to CreateNotification
299
+ */
300
+ export class CreateNotificationCommand extends Command<
301
+ CreateNotificationRequest,
302
+ CreateNotificationCommandOutput,
303
+ 'CreateNotificationCommand'
304
+ > {
305
+ static readonly metaPath = '/CreateNotification/2018-01-01/volc_observe/post/application_json/';
306
+
307
+ constructor(input: CreateNotificationRequest) {
308
+ super(input);
309
+ this.requestConfig = buildRequestConfigFromMetaPath(CreateNotificationCommand.metaPath);
310
+ }
311
+ }
312
+ /**
313
+ * Command to CreateNotifyTemplate
314
+ */
315
+ export class CreateNotifyTemplateCommand extends Command<
316
+ CreateNotifyTemplateRequest,
317
+ CreateNotifyTemplateCommandOutput,
318
+ 'CreateNotifyTemplateCommand'
319
+ > {
320
+ static readonly metaPath = '/CreateNotifyTemplate/2018-01-01/volc_observe/post/application_json/';
321
+
322
+ constructor(input: CreateNotifyTemplateRequest) {
323
+ super(input);
324
+ this.requestConfig = buildRequestConfigFromMetaPath(CreateNotifyTemplateCommand.metaPath);
325
+ }
326
+ }
327
+ /**
328
+ * Command to CreateObjectGroup
329
+ */
330
+ export class CreateObjectGroupCommand extends Command<
331
+ CreateObjectGroupRequest,
332
+ CreateObjectGroupCommandOutput,
333
+ 'CreateObjectGroupCommand'
334
+ > {
335
+ static readonly metaPath = '/CreateObjectGroup/2018-01-01/volc_observe/post/application_json/';
336
+
337
+ constructor(input: CreateObjectGroupRequest) {
338
+ super(input);
339
+ this.requestConfig = buildRequestConfigFromMetaPath(CreateObjectGroupCommand.metaPath);
340
+ }
341
+ }
342
+ /**
343
+ * Command to CreateRule
344
+ */
345
+ export class CreateRuleCommand extends Command<
346
+ CreateRuleRequest,
347
+ CreateRuleCommandOutput,
348
+ 'CreateRuleCommand'
349
+ > {
350
+ static readonly metaPath = '/CreateRule/2018-01-01/volc_observe/post/application_json/';
351
+
352
+ constructor(input: CreateRuleRequest) {
353
+ super(input);
354
+ this.requestConfig = buildRequestConfigFromMetaPath(CreateRuleCommand.metaPath);
355
+ }
356
+ }
357
+ /**
358
+ * Command to CreateSilencePolicy
359
+ */
360
+ export class CreateSilencePolicyCommand extends Command<
361
+ CreateSilencePolicyRequest,
362
+ CreateSilencePolicyCommandOutput,
363
+ 'CreateSilencePolicyCommand'
364
+ > {
365
+ static readonly metaPath = '/CreateSilencePolicy/2018-01-01/volc_observe/post/application_json/';
366
+
367
+ constructor(input: CreateSilencePolicyRequest) {
368
+ super(input);
369
+ this.requestConfig = buildRequestConfigFromMetaPath(CreateSilencePolicyCommand.metaPath);
370
+ }
371
+ }
372
+ /**
373
+ * Command to CreateWebhook
374
+ */
375
+ export class CreateWebhookCommand extends Command<
376
+ CreateWebhookRequest,
377
+ CreateWebhookCommandOutput,
378
+ 'CreateWebhookCommand'
379
+ > {
380
+ static readonly metaPath = '/CreateWebhook/2018-01-01/volc_observe/post/application_json/';
381
+
382
+ constructor(input: CreateWebhookRequest) {
383
+ super(input);
384
+ this.requestConfig = buildRequestConfigFromMetaPath(CreateWebhookCommand.metaPath);
385
+ }
386
+ }
387
+ /**
388
+ * Command to DeleteAlertTemplatesByIds
389
+ */
390
+ export class DeleteAlertTemplatesByIdsCommand extends Command<
391
+ DeleteAlertTemplatesByIdsRequest,
392
+ DeleteAlertTemplatesByIdsCommandOutput,
393
+ 'DeleteAlertTemplatesByIdsCommand'
394
+ > {
395
+ static readonly metaPath = '/DeleteAlertTemplatesByIds/2018-01-01/volc_observe/post/application_json/';
396
+
397
+ constructor(input: DeleteAlertTemplatesByIdsRequest) {
398
+ super(input);
399
+ this.requestConfig = buildRequestConfigFromMetaPath(DeleteAlertTemplatesByIdsCommand.metaPath);
400
+ }
401
+ }
402
+ /**
403
+ * Command to DeleteContactGroupByIds
404
+ */
405
+ export class DeleteContactGroupByIdsCommand extends Command<
406
+ DeleteContactGroupByIdsRequest,
407
+ DeleteContactGroupByIdsCommandOutput,
408
+ 'DeleteContactGroupByIdsCommand'
409
+ > {
410
+ static readonly metaPath = '/DeleteContactGroupByIds/2018-01-01/volc_observe/post/application_json/';
411
+
412
+ constructor(input: DeleteContactGroupByIdsRequest) {
413
+ super(input);
414
+ this.requestConfig = buildRequestConfigFromMetaPath(DeleteContactGroupByIdsCommand.metaPath);
415
+ }
416
+ }
417
+ /**
418
+ * Command to DeleteContactsByIds
419
+ */
420
+ export class DeleteContactsByIdsCommand extends Command<
421
+ DeleteContactsByIdsRequest,
422
+ DeleteContactsByIdsCommandOutput,
423
+ 'DeleteContactsByIdsCommand'
424
+ > {
425
+ static readonly metaPath = '/DeleteContactsByIds/2018-01-01/volc_observe/post/application_json/';
426
+
427
+ constructor(input: DeleteContactsByIdsRequest) {
428
+ super(input);
429
+ this.requestConfig = buildRequestConfigFromMetaPath(DeleteContactsByIdsCommand.metaPath);
430
+ }
431
+ }
432
+ /**
433
+ * Command to DeleteEventRule
434
+ */
435
+ export class DeleteEventRuleCommand extends Command<
436
+ DeleteEventRuleRequest,
437
+ DeleteEventRuleCommandOutput,
438
+ 'DeleteEventRuleCommand'
439
+ > {
440
+ static readonly metaPath = '/DeleteEventRule/2018-01-01/volc_observe/post/application_json/';
441
+
442
+ constructor(input: DeleteEventRuleRequest) {
443
+ super(input);
444
+ this.requestConfig = buildRequestConfigFromMetaPath(DeleteEventRuleCommand.metaPath);
445
+ }
446
+ }
447
+ /**
448
+ * Command to DeleteNotificationsByIds
449
+ */
450
+ export class DeleteNotificationsByIdsCommand extends Command<
451
+ DeleteNotificationsByIdsRequest,
452
+ DeleteNotificationsByIdsCommandOutput,
453
+ 'DeleteNotificationsByIdsCommand'
454
+ > {
455
+ static readonly metaPath = '/DeleteNotificationsByIds/2018-01-01/volc_observe/post/application_json/';
456
+
457
+ constructor(input: DeleteNotificationsByIdsRequest) {
458
+ super(input);
459
+ this.requestConfig = buildRequestConfigFromMetaPath(DeleteNotificationsByIdsCommand.metaPath);
460
+ }
461
+ }
462
+ /**
463
+ * Command to DeleteNotifyTemplatesByIds
464
+ */
465
+ export class DeleteNotifyTemplatesByIdsCommand extends Command<
466
+ DeleteNotifyTemplatesByIdsRequest,
467
+ DeleteNotifyTemplatesByIdsCommandOutput,
468
+ 'DeleteNotifyTemplatesByIdsCommand'
469
+ > {
470
+ static readonly metaPath = '/DeleteNotifyTemplatesByIds/2018-01-01/volc_observe/post/application_json/';
471
+
472
+ constructor(input: DeleteNotifyTemplatesByIdsRequest) {
473
+ super(input);
474
+ this.requestConfig = buildRequestConfigFromMetaPath(DeleteNotifyTemplatesByIdsCommand.metaPath);
475
+ }
476
+ }
477
+ /**
478
+ * Command to DeleteObjectGroup
479
+ */
480
+ export class DeleteObjectGroupCommand extends Command<
481
+ DeleteObjectGroupRequest,
482
+ DeleteObjectGroupCommandOutput,
483
+ 'DeleteObjectGroupCommand'
484
+ > {
485
+ static readonly metaPath = '/DeleteObjectGroup/2018-01-01/volc_observe/post/application_json/';
486
+
487
+ constructor(input: DeleteObjectGroupRequest) {
488
+ super(input);
489
+ this.requestConfig = buildRequestConfigFromMetaPath(DeleteObjectGroupCommand.metaPath);
490
+ }
491
+ }
492
+ /**
493
+ * Command to DeleteRulesByIds
494
+ */
495
+ export class DeleteRulesByIdsCommand extends Command<
496
+ DeleteRulesByIdsRequest,
497
+ DeleteRulesByIdsCommandOutput,
498
+ 'DeleteRulesByIdsCommand'
499
+ > {
500
+ static readonly metaPath = '/DeleteRulesByIds/2018-01-01/volc_observe/post/application_json/';
501
+
502
+ constructor(input: DeleteRulesByIdsRequest) {
503
+ super(input);
504
+ this.requestConfig = buildRequestConfigFromMetaPath(DeleteRulesByIdsCommand.metaPath);
505
+ }
506
+ }
507
+ /**
508
+ * Command to DeleteSilencePolicyByIds
509
+ */
510
+ export class DeleteSilencePolicyByIdsCommand extends Command<
511
+ DeleteSilencePolicyByIdsRequest,
512
+ DeleteSilencePolicyByIdsCommandOutput,
513
+ 'DeleteSilencePolicyByIdsCommand'
514
+ > {
515
+ static readonly metaPath = '/DeleteSilencePolicyByIds/2018-01-01/volc_observe/post/application_json/';
516
+
517
+ constructor(input: DeleteSilencePolicyByIdsRequest) {
518
+ super(input);
519
+ this.requestConfig = buildRequestConfigFromMetaPath(DeleteSilencePolicyByIdsCommand.metaPath);
520
+ }
521
+ }
522
+ /**
523
+ * Command to DeleteWebhooksByIds
524
+ */
525
+ export class DeleteWebhooksByIdsCommand extends Command<
526
+ DeleteWebhooksByIdsRequest,
527
+ DeleteWebhooksByIdsCommandOutput,
528
+ 'DeleteWebhooksByIdsCommand'
529
+ > {
530
+ static readonly metaPath = '/DeleteWebhooksByIds/2018-01-01/volc_observe/post/application_json/';
531
+
532
+ constructor(input: DeleteWebhooksByIdsRequest) {
533
+ super(input);
534
+ this.requestConfig = buildRequestConfigFromMetaPath(DeleteWebhooksByIdsCommand.metaPath);
535
+ }
536
+ }
537
+ /**
538
+ * Command to DisableEventRule
539
+ */
540
+ export class DisableEventRuleCommand extends Command<
541
+ DisableEventRuleRequest,
542
+ DisableEventRuleCommandOutput,
543
+ 'DisableEventRuleCommand'
544
+ > {
545
+ static readonly metaPath = '/DisableEventRule/2018-01-01/volc_observe/post/application_json/';
546
+
547
+ constructor(input: DisableEventRuleRequest) {
548
+ super(input);
549
+ this.requestConfig = buildRequestConfigFromMetaPath(DisableEventRuleCommand.metaPath);
550
+ }
551
+ }
552
+ /**
553
+ * Command to DisablePresetAlertTemplate
554
+ */
555
+ export class DisablePresetAlertTemplateCommand extends Command<
556
+ DisablePresetAlertTemplateRequest,
557
+ DisablePresetAlertTemplateCommandOutput,
558
+ 'DisablePresetAlertTemplateCommand'
559
+ > {
560
+ static readonly metaPath = '/DisablePresetAlertTemplate/2018-01-01/volc_observe/post/application_json/';
561
+
562
+ constructor(input: DisablePresetAlertTemplateRequest) {
563
+ super(input);
564
+ this.requestConfig = buildRequestConfigFromMetaPath(DisablePresetAlertTemplateCommand.metaPath);
565
+ }
566
+ }
567
+ /**
568
+ * Command to EnableEventRule
569
+ */
570
+ export class EnableEventRuleCommand extends Command<
571
+ EnableEventRuleRequest,
572
+ EnableEventRuleCommandOutput,
573
+ 'EnableEventRuleCommand'
574
+ > {
575
+ static readonly metaPath = '/EnableEventRule/2018-01-01/volc_observe/post/application_json/';
576
+
577
+ constructor(input: EnableEventRuleRequest) {
578
+ super(input);
579
+ this.requestConfig = buildRequestConfigFromMetaPath(EnableEventRuleCommand.metaPath);
580
+ }
581
+ }
582
+ /**
583
+ * Command to EnablePresetAlertTemplate
584
+ */
585
+ export class EnablePresetAlertTemplateCommand extends Command<
586
+ EnablePresetAlertTemplateRequest,
587
+ EnablePresetAlertTemplateCommandOutput,
588
+ 'EnablePresetAlertTemplateCommand'
589
+ > {
590
+ static readonly metaPath = '/EnablePresetAlertTemplate/2018-01-01/volc_observe/post/application_json/';
591
+
592
+ constructor(input: EnablePresetAlertTemplateRequest) {
593
+ super(input);
594
+ this.requestConfig = buildRequestConfigFromMetaPath(EnablePresetAlertTemplateCommand.metaPath);
595
+ }
596
+ }
597
+ /**
598
+ * Command to GetMetricData
599
+ */
600
+ export class GetMetricDataCommand extends Command<
601
+ GetMetricDataRequest,
602
+ GetMetricDataCommandOutput,
603
+ 'GetMetricDataCommand'
604
+ > {
605
+ static readonly metaPath = '/GetMetricData/2018-01-01/volc_observe/post/application_json/';
606
+
607
+ constructor(input: GetMetricDataRequest) {
608
+ super(input);
609
+ this.requestConfig = buildRequestConfigFromMetaPath(GetMetricDataCommand.metaPath);
610
+ }
611
+ }
612
+ /**
613
+ * Command to GetTopData
614
+ */
615
+ export class GetTopDataCommand extends Command<
616
+ GetTopDataRequest,
617
+ GetTopDataCommandOutput,
618
+ 'GetTopDataCommand'
619
+ > {
620
+ static readonly metaPath = '/GetTopData/2018-01-01/volc_observe/post/application_json/';
621
+
622
+ constructor(input: GetTopDataRequest) {
623
+ super(input);
624
+ this.requestConfig = buildRequestConfigFromMetaPath(GetTopDataCommand.metaPath);
625
+ }
626
+ }
627
+ /**
628
+ * Command to ListAlertGroup
629
+ */
630
+ export class ListAlertGroupCommand extends Command<
631
+ ListAlertGroupRequest,
632
+ ListAlertGroupCommandOutput,
633
+ 'ListAlertGroupCommand'
634
+ > {
635
+ static readonly metaPath = '/ListAlertGroup/2018-01-01/volc_observe/post/application_json/';
636
+
637
+ constructor(input: ListAlertGroupRequest) {
638
+ super(input);
639
+ this.requestConfig = buildRequestConfigFromMetaPath(ListAlertGroupCommand.metaPath);
640
+ }
641
+ }
642
+ /**
643
+ * Command to ListAlertTemplates
644
+ */
645
+ export class ListAlertTemplatesCommand extends Command<
646
+ ListAlertTemplatesRequest,
647
+ ListAlertTemplatesCommandOutput,
648
+ 'ListAlertTemplatesCommand'
649
+ > {
650
+ static readonly metaPath = '/ListAlertTemplates/2018-01-01/volc_observe/post/application_json/';
651
+
652
+ constructor(input: ListAlertTemplatesRequest) {
653
+ super(input);
654
+ this.requestConfig = buildRequestConfigFromMetaPath(ListAlertTemplatesCommand.metaPath);
655
+ }
656
+ }
657
+ /**
658
+ * Command to ListContactGroupByIds
659
+ */
660
+ export class ListContactGroupByIdsCommand extends Command<
661
+ ListContactGroupByIdsRequest,
662
+ ListContactGroupByIdsCommandOutput,
663
+ 'ListContactGroupByIdsCommand'
664
+ > {
665
+ static readonly metaPath = '/ListContactGroupByIds/2018-01-01/volc_observe/post/application_json/';
666
+
667
+ constructor(input: ListContactGroupByIdsRequest) {
668
+ super(input);
669
+ this.requestConfig = buildRequestConfigFromMetaPath(ListContactGroupByIdsCommand.metaPath);
670
+ }
671
+ }
672
+ /**
673
+ * Command to ListContactGroups
674
+ */
675
+ export class ListContactGroupsCommand extends Command<
676
+ ListContactGroupsRequest,
677
+ ListContactGroupsCommandOutput,
678
+ 'ListContactGroupsCommand'
679
+ > {
680
+ static readonly metaPath = '/ListContactGroups/2018-01-01/volc_observe/post/application_json/';
681
+
682
+ constructor(input: ListContactGroupsRequest) {
683
+ super(input);
684
+ this.requestConfig = buildRequestConfigFromMetaPath(ListContactGroupsCommand.metaPath);
685
+ }
686
+ }
687
+ /**
688
+ * Command to ListContacts
689
+ */
690
+ export class ListContactsCommand extends Command<
691
+ ListContactsRequest,
692
+ ListContactsCommandOutput,
693
+ 'ListContactsCommand'
694
+ > {
695
+ static readonly metaPath = '/ListContacts/2018-01-01/volc_observe/post/application_json/';
696
+
697
+ constructor(input: ListContactsRequest) {
698
+ super(input);
699
+ this.requestConfig = buildRequestConfigFromMetaPath(ListContactsCommand.metaPath);
700
+ }
701
+ }
702
+ /**
703
+ * Command to ListContactsByIds
704
+ */
705
+ export class ListContactsByIdsCommand extends Command<
706
+ ListContactsByIdsRequest,
707
+ ListContactsByIdsCommandOutput,
708
+ 'ListContactsByIdsCommand'
709
+ > {
710
+ static readonly metaPath = '/ListContactsByIds/2018-01-01/volc_observe/post/application_json/';
711
+
712
+ constructor(input: ListContactsByIdsRequest) {
713
+ super(input);
714
+ this.requestConfig = buildRequestConfigFromMetaPath(ListContactsByIdsCommand.metaPath);
715
+ }
716
+ }
717
+ /**
718
+ * Command to ListDefaultNotifyTemplates
719
+ */
720
+ export class ListDefaultNotifyTemplatesCommand extends Command<
721
+ ListDefaultNotifyTemplatesRequest,
722
+ ListDefaultNotifyTemplatesCommandOutput,
723
+ 'ListDefaultNotifyTemplatesCommand'
724
+ > {
725
+ static readonly metaPath = '/ListDefaultNotifyTemplates/2018-01-01/volc_observe/post/application_json/';
726
+
727
+ constructor(input: ListDefaultNotifyTemplatesRequest) {
728
+ super(input);
729
+ this.requestConfig = buildRequestConfigFromMetaPath(ListDefaultNotifyTemplatesCommand.metaPath);
730
+ }
731
+ }
732
+ /**
733
+ * Command to ListEventRules
734
+ */
735
+ export class ListEventRulesCommand extends Command<
736
+ ListEventRulesRequest,
737
+ ListEventRulesCommandOutput,
738
+ 'ListEventRulesCommand'
739
+ > {
740
+ static readonly metaPath = '/ListEventRules/2018-01-01/volc_observe/post/application_json/';
741
+
742
+ constructor(input: ListEventRulesRequest) {
743
+ super(input);
744
+ this.requestConfig = buildRequestConfigFromMetaPath(ListEventRulesCommand.metaPath);
745
+ }
746
+ }
747
+ /**
748
+ * Command to ListEvents
749
+ */
750
+ export class ListEventsCommand extends Command<
751
+ ListEventsRequest,
752
+ ListEventsCommandOutput,
753
+ 'ListEventsCommand'
754
+ > {
755
+ static readonly metaPath = '/ListEvents/2018-01-01/volc_observe/post/application_json/';
756
+
757
+ constructor(input: ListEventsRequest) {
758
+ super(input);
759
+ this.requestConfig = buildRequestConfigFromMetaPath(ListEventsCommand.metaPath);
760
+ }
761
+ }
762
+ /**
763
+ * Command to ListNotifications
764
+ */
765
+ export class ListNotificationsCommand extends Command<
766
+ ListNotificationsRequest,
767
+ ListNotificationsCommandOutput,
768
+ 'ListNotificationsCommand'
769
+ > {
770
+ static readonly metaPath = '/ListNotifications/2018-01-01/volc_observe/post/application_json/';
771
+
772
+ constructor(input: ListNotificationsRequest) {
773
+ super(input);
774
+ this.requestConfig = buildRequestConfigFromMetaPath(ListNotificationsCommand.metaPath);
775
+ }
776
+ }
777
+ /**
778
+ * Command to ListNotifyTemplates
779
+ */
780
+ export class ListNotifyTemplatesCommand extends Command<
781
+ ListNotifyTemplatesRequest,
782
+ ListNotifyTemplatesCommandOutput,
783
+ 'ListNotifyTemplatesCommand'
784
+ > {
785
+ static readonly metaPath = '/ListNotifyTemplates/2018-01-01/volc_observe/post/application_json/';
786
+
787
+ constructor(input: ListNotifyTemplatesRequest) {
788
+ super(input);
789
+ this.requestConfig = buildRequestConfigFromMetaPath(ListNotifyTemplatesCommand.metaPath);
790
+ }
791
+ }
792
+ /**
793
+ * Command to ListObjectGroups
794
+ */
795
+ export class ListObjectGroupsCommand extends Command<
796
+ ListObjectGroupsRequest,
797
+ ListObjectGroupsCommandOutput,
798
+ 'ListObjectGroupsCommand'
799
+ > {
800
+ static readonly metaPath = '/ListObjectGroups/2018-01-01/volc_observe/post/application_json/';
801
+
802
+ constructor(input: ListObjectGroupsRequest) {
803
+ super(input);
804
+ this.requestConfig = buildRequestConfigFromMetaPath(ListObjectGroupsCommand.metaPath);
805
+ }
806
+ }
807
+ /**
808
+ * Command to ListPresetAlertTemplates
809
+ */
810
+ export class ListPresetAlertTemplatesCommand extends Command<
811
+ ListPresetAlertTemplatesRequest,
812
+ ListPresetAlertTemplatesCommandOutput,
813
+ 'ListPresetAlertTemplatesCommand'
814
+ > {
815
+ static readonly metaPath = '/ListPresetAlertTemplates/2018-01-01/volc_observe/post/application_json/';
816
+
817
+ constructor(input: ListPresetAlertTemplatesRequest) {
818
+ super(input);
819
+ this.requestConfig = buildRequestConfigFromMetaPath(ListPresetAlertTemplatesCommand.metaPath);
820
+ }
821
+ }
822
+ /**
823
+ * Command to ListRules
824
+ */
825
+ export class ListRulesCommand extends Command<
826
+ ListRulesRequest,
827
+ ListRulesCommandOutput,
828
+ 'ListRulesCommand'
829
+ > {
830
+ static readonly metaPath = '/ListRules/2018-01-01/volc_observe/post/application_json/';
831
+
832
+ constructor(input: ListRulesRequest) {
833
+ super(input);
834
+ this.requestConfig = buildRequestConfigFromMetaPath(ListRulesCommand.metaPath);
835
+ }
836
+ }
837
+ /**
838
+ * Command to ListRulesByIds
839
+ */
840
+ export class ListRulesByIdsCommand extends Command<
841
+ ListRulesByIdsRequest,
842
+ ListRulesByIdsCommandOutput,
843
+ 'ListRulesByIdsCommand'
844
+ > {
845
+ static readonly metaPath = '/ListRulesByIds/2018-01-01/volc_observe/post/application_json/';
846
+
847
+ constructor(input: ListRulesByIdsRequest) {
848
+ super(input);
849
+ this.requestConfig = buildRequestConfigFromMetaPath(ListRulesByIdsCommand.metaPath);
850
+ }
851
+ }
852
+ /**
853
+ * Command to ListSendAlert
854
+ */
855
+ export class ListSendAlertCommand extends Command<
856
+ ListSendAlertRequest,
857
+ ListSendAlertCommandOutput,
858
+ 'ListSendAlertCommand'
859
+ > {
860
+ static readonly metaPath = '/ListSendAlert/2018-01-01/volc_observe/post/application_json/';
861
+
862
+ constructor(input: ListSendAlertRequest) {
863
+ super(input);
864
+ this.requestConfig = buildRequestConfigFromMetaPath(ListSendAlertCommand.metaPath);
865
+ }
866
+ }
867
+ /**
868
+ * Command to ListSilencePolicy
869
+ */
870
+ export class ListSilencePolicyCommand extends Command<
871
+ ListSilencePolicyRequest,
872
+ ListSilencePolicyCommandOutput,
873
+ 'ListSilencePolicyCommand'
874
+ > {
875
+ static readonly metaPath = '/ListSilencePolicy/2018-01-01/volc_observe/post/application_json/';
876
+
877
+ constructor(input: ListSilencePolicyRequest) {
878
+ super(input);
879
+ this.requestConfig = buildRequestConfigFromMetaPath(ListSilencePolicyCommand.metaPath);
880
+ }
881
+ }
882
+ /**
883
+ * Command to ListWebhooks
884
+ */
885
+ export class ListWebhooksCommand extends Command<
886
+ ListWebhooksRequest,
887
+ ListWebhooksCommandOutput,
888
+ 'ListWebhooksCommand'
889
+ > {
890
+ static readonly metaPath = '/ListWebhooks/2018-01-01/volc_observe/post/application_json/';
891
+
892
+ constructor(input: ListWebhooksRequest) {
893
+ super(input);
894
+ this.requestConfig = buildRequestConfigFromMetaPath(ListWebhooksCommand.metaPath);
895
+ }
896
+ }
897
+ /**
898
+ * Command to ListWebhooksByIds
899
+ */
900
+ export class ListWebhooksByIdsCommand extends Command<
901
+ ListWebhooksByIdsRequest,
902
+ ListWebhooksByIdsCommandOutput,
903
+ 'ListWebhooksByIdsCommand'
904
+ > {
905
+ static readonly metaPath = '/ListWebhooksByIds/2018-01-01/volc_observe/post/application_json/';
906
+
907
+ constructor(input: ListWebhooksByIdsRequest) {
908
+ super(input);
909
+ this.requestConfig = buildRequestConfigFromMetaPath(ListWebhooksByIdsCommand.metaPath);
910
+ }
911
+ }
912
+ /**
913
+ * Command to ModifyStateOfSilencePolicyByIds
914
+ */
915
+ export class ModifyStateOfSilencePolicyByIdsCommand extends Command<
916
+ ModifyStateOfSilencePolicyByIdsRequest,
917
+ ModifyStateOfSilencePolicyByIdsCommandOutput,
918
+ 'ModifyStateOfSilencePolicyByIdsCommand'
919
+ > {
920
+ static readonly metaPath = '/ModifyStateOfSilencePolicyByIds/2018-01-01/volc_observe/post/application_json/';
921
+
922
+ constructor(input: ModifyStateOfSilencePolicyByIdsRequest) {
923
+ super(input);
924
+ this.requestConfig = buildRequestConfigFromMetaPath(ModifyStateOfSilencePolicyByIdsCommand.metaPath);
925
+ }
926
+ }
927
+ /**
928
+ * Command to SetStateOfRulesByIds
929
+ */
930
+ export class SetStateOfRulesByIdsCommand extends Command<
931
+ SetStateOfRulesByIdsRequest,
932
+ SetStateOfRulesByIdsCommandOutput,
933
+ 'SetStateOfRulesByIdsCommand'
934
+ > {
935
+ static readonly metaPath = '/SetStateOfRulesByIds/2018-01-01/volc_observe/post/application_json/';
936
+
937
+ constructor(input: SetStateOfRulesByIdsRequest) {
938
+ super(input);
939
+ this.requestConfig = buildRequestConfigFromMetaPath(SetStateOfRulesByIdsCommand.metaPath);
940
+ }
941
+ }
942
+ /**
943
+ * Command to TagResources
944
+ */
945
+ export class TagResourcesCommand extends Command<
946
+ TagResourcesRequest,
947
+ TagResourcesCommandOutput,
948
+ 'TagResourcesCommand'
949
+ > {
950
+ static readonly metaPath = '/TagResources/2018-01-01/volc_observe/post/application_json/';
951
+
952
+ constructor(input: TagResourcesRequest) {
953
+ super(input);
954
+ this.requestConfig = buildRequestConfigFromMetaPath(TagResourcesCommand.metaPath);
955
+ }
956
+ }
957
+ /**
958
+ * Command to UntagResources
959
+ */
960
+ export class UntagResourcesCommand extends Command<
961
+ UntagResourcesRequest,
962
+ UntagResourcesCommandOutput,
963
+ 'UntagResourcesCommand'
964
+ > {
965
+ static readonly metaPath = '/UntagResources/2018-01-01/volc_observe/post/application_json/';
966
+
967
+ constructor(input: UntagResourcesRequest) {
968
+ super(input);
969
+ this.requestConfig = buildRequestConfigFromMetaPath(UntagResourcesCommand.metaPath);
970
+ }
971
+ }
972
+ /**
973
+ * Command to UpdateAlertTemplate
974
+ */
975
+ export class UpdateAlertTemplateCommand extends Command<
976
+ UpdateAlertTemplateRequest,
977
+ UpdateAlertTemplateCommandOutput,
978
+ 'UpdateAlertTemplateCommand'
979
+ > {
980
+ static readonly metaPath = '/UpdateAlertTemplate/2018-01-01/volc_observe/post/application_json/';
981
+
982
+ constructor(input: UpdateAlertTemplateRequest) {
983
+ super(input);
984
+ this.requestConfig = buildRequestConfigFromMetaPath(UpdateAlertTemplateCommand.metaPath);
985
+ }
986
+ }
987
+ /**
988
+ * Command to UpdateContactGroup
989
+ */
990
+ export class UpdateContactGroupCommand extends Command<
991
+ UpdateContactGroupRequest,
992
+ UpdateContactGroupCommandOutput,
993
+ 'UpdateContactGroupCommand'
994
+ > {
995
+ static readonly metaPath = '/UpdateContactGroup/2018-01-01/volc_observe/post/application_json/';
996
+
997
+ constructor(input: UpdateContactGroupRequest) {
998
+ super(input);
999
+ this.requestConfig = buildRequestConfigFromMetaPath(UpdateContactGroupCommand.metaPath);
1000
+ }
1001
+ }
1002
+ /**
1003
+ * Command to UpdateContactGroupWithContacts
1004
+ */
1005
+ export class UpdateContactGroupWithContactsCommand extends Command<
1006
+ UpdateContactGroupWithContactsRequest,
1007
+ UpdateContactGroupWithContactsCommandOutput,
1008
+ 'UpdateContactGroupWithContactsCommand'
1009
+ > {
1010
+ static readonly metaPath = '/UpdateContactGroupWithContacts/2018-01-01/volc_observe/post/application_json/';
1011
+
1012
+ constructor(input: UpdateContactGroupWithContactsRequest) {
1013
+ super(input);
1014
+ this.requestConfig = buildRequestConfigFromMetaPath(UpdateContactGroupWithContactsCommand.metaPath);
1015
+ }
1016
+ }
1017
+ /**
1018
+ * Command to UpdateContacts
1019
+ */
1020
+ export class UpdateContactsCommand extends Command<
1021
+ UpdateContactsRequest,
1022
+ UpdateContactsCommandOutput,
1023
+ 'UpdateContactsCommand'
1024
+ > {
1025
+ static readonly metaPath = '/UpdateContacts/2018-01-01/volc_observe/post/application_json/';
1026
+
1027
+ constructor(input: UpdateContactsRequest) {
1028
+ super(input);
1029
+ this.requestConfig = buildRequestConfigFromMetaPath(UpdateContactsCommand.metaPath);
1030
+ }
1031
+ }
1032
+ /**
1033
+ * Command to UpdateContactsWithContactGroups
1034
+ */
1035
+ export class UpdateContactsWithContactGroupsCommand extends Command<
1036
+ UpdateContactsWithContactGroupsRequest,
1037
+ UpdateContactsWithContactGroupsCommandOutput,
1038
+ 'UpdateContactsWithContactGroupsCommand'
1039
+ > {
1040
+ static readonly metaPath = '/UpdateContactsWithContactGroups/2018-01-01/volc_observe/post/application_json/';
1041
+
1042
+ constructor(input: UpdateContactsWithContactGroupsRequest) {
1043
+ super(input);
1044
+ this.requestConfig = buildRequestConfigFromMetaPath(UpdateContactsWithContactGroupsCommand.metaPath);
1045
+ }
1046
+ }
1047
+ /**
1048
+ * Command to UpdateEventRule
1049
+ */
1050
+ export class UpdateEventRuleCommand extends Command<
1051
+ UpdateEventRuleRequest,
1052
+ UpdateEventRuleCommandOutput,
1053
+ 'UpdateEventRuleCommand'
1054
+ > {
1055
+ static readonly metaPath = '/UpdateEventRule/2018-01-01/volc_observe/post/application_json/';
1056
+
1057
+ constructor(input: UpdateEventRuleRequest) {
1058
+ super(input);
1059
+ this.requestConfig = buildRequestConfigFromMetaPath(UpdateEventRuleCommand.metaPath);
1060
+ }
1061
+ }
1062
+ /**
1063
+ * Command to UpdateNotification
1064
+ */
1065
+ export class UpdateNotificationCommand extends Command<
1066
+ UpdateNotificationRequest,
1067
+ UpdateNotificationCommandOutput,
1068
+ 'UpdateNotificationCommand'
1069
+ > {
1070
+ static readonly metaPath = '/UpdateNotification/2018-01-01/volc_observe/post/application_json/';
1071
+
1072
+ constructor(input: UpdateNotificationRequest) {
1073
+ super(input);
1074
+ this.requestConfig = buildRequestConfigFromMetaPath(UpdateNotificationCommand.metaPath);
1075
+ }
1076
+ }
1077
+ /**
1078
+ * Command to UpdateNotifyTemplate
1079
+ */
1080
+ export class UpdateNotifyTemplateCommand extends Command<
1081
+ UpdateNotifyTemplateRequest,
1082
+ UpdateNotifyTemplateCommandOutput,
1083
+ 'UpdateNotifyTemplateCommand'
1084
+ > {
1085
+ static readonly metaPath = '/UpdateNotifyTemplate/2018-01-01/volc_observe/post/application_json/';
1086
+
1087
+ constructor(input: UpdateNotifyTemplateRequest) {
1088
+ super(input);
1089
+ this.requestConfig = buildRequestConfigFromMetaPath(UpdateNotifyTemplateCommand.metaPath);
1090
+ }
1091
+ }
1092
+ /**
1093
+ * Command to UpdateObjectGroup
1094
+ */
1095
+ export class UpdateObjectGroupCommand extends Command<
1096
+ UpdateObjectGroupRequest,
1097
+ UpdateObjectGroupCommandOutput,
1098
+ 'UpdateObjectGroupCommand'
1099
+ > {
1100
+ static readonly metaPath = '/UpdateObjectGroup/2018-01-01/volc_observe/post/application_json/';
1101
+
1102
+ constructor(input: UpdateObjectGroupRequest) {
1103
+ super(input);
1104
+ this.requestConfig = buildRequestConfigFromMetaPath(UpdateObjectGroupCommand.metaPath);
1105
+ }
1106
+ }
1107
+ /**
1108
+ * Command to UpdateRule
1109
+ */
1110
+ export class UpdateRuleCommand extends Command<
1111
+ UpdateRuleRequest,
1112
+ UpdateRuleCommandOutput,
1113
+ 'UpdateRuleCommand'
1114
+ > {
1115
+ static readonly metaPath = '/UpdateRule/2018-01-01/volc_observe/post/application_json/';
1116
+
1117
+ constructor(input: UpdateRuleRequest) {
1118
+ super(input);
1119
+ this.requestConfig = buildRequestConfigFromMetaPath(UpdateRuleCommand.metaPath);
1120
+ }
1121
+ }
1122
+ /**
1123
+ * Command to UpdateSilencePolicy
1124
+ */
1125
+ export class UpdateSilencePolicyCommand extends Command<
1126
+ UpdateSilencePolicyRequest,
1127
+ UpdateSilencePolicyCommandOutput,
1128
+ 'UpdateSilencePolicyCommand'
1129
+ > {
1130
+ static readonly metaPath = '/UpdateSilencePolicy/2018-01-01/volc_observe/post/application_json/';
1131
+
1132
+ constructor(input: UpdateSilencePolicyRequest) {
1133
+ super(input);
1134
+ this.requestConfig = buildRequestConfigFromMetaPath(UpdateSilencePolicyCommand.metaPath);
1135
+ }
1136
+ }
1137
+ /**
1138
+ * Command to UpdateWebhook
1139
+ */
1140
+ export class UpdateWebhookCommand extends Command<
1141
+ UpdateWebhookRequest,
1142
+ UpdateWebhookCommandOutput,
1143
+ 'UpdateWebhookCommand'
1144
+ > {
1145
+ static readonly metaPath = '/UpdateWebhook/2018-01-01/volc_observe/post/application_json/';
1146
+
1147
+ constructor(input: UpdateWebhookRequest) {
1148
+ super(input);
1149
+ this.requestConfig = buildRequestConfigFromMetaPath(UpdateWebhookCommand.metaPath);
1150
+ }
1151
+ }
1152
+
1153
+ export default {
1154
+ VOLCOBSERVEClient,
1155
+ ApplyObjectGroupsByAlertTemplateCommand,
1156
+ CreateAlertTemplateCommand,
1157
+ CreateContactGroupCommand,
1158
+ CreateContactsCommand,
1159
+ CreateEventRuleCommand,
1160
+ CreateNotificationCommand,
1161
+ CreateNotifyTemplateCommand,
1162
+ CreateObjectGroupCommand,
1163
+ CreateRuleCommand,
1164
+ CreateSilencePolicyCommand,
1165
+ CreateWebhookCommand,
1166
+ DeleteAlertTemplatesByIdsCommand,
1167
+ DeleteContactGroupByIdsCommand,
1168
+ DeleteContactsByIdsCommand,
1169
+ DeleteEventRuleCommand,
1170
+ DeleteNotificationsByIdsCommand,
1171
+ DeleteNotifyTemplatesByIdsCommand,
1172
+ DeleteObjectGroupCommand,
1173
+ DeleteRulesByIdsCommand,
1174
+ DeleteSilencePolicyByIdsCommand,
1175
+ DeleteWebhooksByIdsCommand,
1176
+ DisableEventRuleCommand,
1177
+ DisablePresetAlertTemplateCommand,
1178
+ EnableEventRuleCommand,
1179
+ EnablePresetAlertTemplateCommand,
1180
+ GetMetricDataCommand,
1181
+ GetTopDataCommand,
1182
+ ListAlertGroupCommand,
1183
+ ListAlertTemplatesCommand,
1184
+ ListContactGroupByIdsCommand,
1185
+ ListContactGroupsCommand,
1186
+ ListContactsCommand,
1187
+ ListContactsByIdsCommand,
1188
+ ListDefaultNotifyTemplatesCommand,
1189
+ ListEventRulesCommand,
1190
+ ListEventsCommand,
1191
+ ListNotificationsCommand,
1192
+ ListNotifyTemplatesCommand,
1193
+ ListObjectGroupsCommand,
1194
+ ListPresetAlertTemplatesCommand,
1195
+ ListRulesCommand,
1196
+ ListRulesByIdsCommand,
1197
+ ListSendAlertCommand,
1198
+ ListSilencePolicyCommand,
1199
+ ListWebhooksCommand,
1200
+ ListWebhooksByIdsCommand,
1201
+ ModifyStateOfSilencePolicyByIdsCommand,
1202
+ SetStateOfRulesByIdsCommand,
1203
+ TagResourcesCommand,
1204
+ UntagResourcesCommand,
1205
+ UpdateAlertTemplateCommand,
1206
+ UpdateContactGroupCommand,
1207
+ UpdateContactGroupWithContactsCommand,
1208
+ UpdateContactsCommand,
1209
+ UpdateContactsWithContactGroupsCommand,
1210
+ UpdateEventRuleCommand,
1211
+ UpdateNotificationCommand,
1212
+ UpdateNotifyTemplateCommand,
1213
+ UpdateObjectGroupCommand,
1214
+ UpdateRuleCommand,
1215
+ UpdateSilencePolicyCommand,
1216
+ UpdateWebhookCommand,
1217
+ };