volc-cloudmonitor 1.0.2

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 (649) hide show
  1. package/dist/cjs/index.js +765 -0
  2. package/dist/esm/api.d.ts +804 -0
  3. package/dist/esm/api.d.ts.map +1 -0
  4. package/dist/esm/index.d.ts +13 -0
  5. package/dist/esm/index.d.ts.map +1 -0
  6. package/dist/esm/index.mjs +518 -0
  7. package/dist/esm/types/alert-notification-for-list-preset-alert-templates-output.d.ts +61 -0
  8. package/dist/esm/types/alert-notification-for-list-preset-alert-templates-output.d.ts.map +1 -0
  9. package/dist/esm/types/applied-rule-for-list-alert-templates-output.d.ts +40 -0
  10. package/dist/esm/types/applied-rule-for-list-alert-templates-output.d.ts.map +1 -0
  11. package/dist/esm/types/applied-rule-for-list-preset-alert-templates-output.d.ts +30 -0
  12. package/dist/esm/types/applied-rule-for-list-preset-alert-templates-output.d.ts.map +1 -0
  13. package/dist/esm/types/apply-object-for-apply-object-groups-by-alert-template-input.d.ts +66 -0
  14. package/dist/esm/types/apply-object-for-apply-object-groups-by-alert-template-input.d.ts.map +1 -0
  15. package/dist/esm/types/apply-object-groups-by-alert-template-request.d.ts +36 -0
  16. package/dist/esm/types/apply-object-groups-by-alert-template-request.d.ts.map +1 -0
  17. package/dist/esm/types/apply-object-groups-by-alert-template-response.d.ts +25 -0
  18. package/dist/esm/types/apply-object-groups-by-alert-template-response.d.ts.map +1 -0
  19. package/dist/esm/types/condition-for-create-alert-template-input.d.ts +45 -0
  20. package/dist/esm/types/condition-for-create-alert-template-input.d.ts.map +1 -0
  21. package/dist/esm/types/condition-for-create-rule-input.d.ts +50 -0
  22. package/dist/esm/types/condition-for-create-rule-input.d.ts.map +1 -0
  23. package/dist/esm/types/condition-for-list-alert-templates-output.d.ts +45 -0
  24. package/dist/esm/types/condition-for-list-alert-templates-output.d.ts.map +1 -0
  25. package/dist/esm/types/condition-for-list-preset-alert-templates-output.d.ts +45 -0
  26. package/dist/esm/types/condition-for-list-preset-alert-templates-output.d.ts.map +1 -0
  27. package/dist/esm/types/condition-for-list-rules-by-ids-output.d.ts +55 -0
  28. package/dist/esm/types/condition-for-list-rules-by-ids-output.d.ts.map +1 -0
  29. package/dist/esm/types/condition-for-list-rules-output.d.ts +55 -0
  30. package/dist/esm/types/condition-for-list-rules-output.d.ts.map +1 -0
  31. package/dist/esm/types/condition-for-update-alert-template-input.d.ts +45 -0
  32. package/dist/esm/types/condition-for-update-alert-template-input.d.ts.map +1 -0
  33. package/dist/esm/types/condition-for-update-rule-input.d.ts +50 -0
  34. package/dist/esm/types/condition-for-update-rule-input.d.ts.map +1 -0
  35. package/dist/esm/types/contact-for-list-contact-group-by-ids-output.d.ts +40 -0
  36. package/dist/esm/types/contact-for-list-contact-group-by-ids-output.d.ts.map +1 -0
  37. package/dist/esm/types/contact-for-list-contact-groups-output.d.ts +40 -0
  38. package/dist/esm/types/contact-for-list-contact-groups-output.d.ts.map +1 -0
  39. package/dist/esm/types/contact-group-for-list-contacts-output.d.ts +50 -0
  40. package/dist/esm/types/contact-group-for-list-contacts-output.d.ts.map +1 -0
  41. package/dist/esm/types/convert-tag-for-create-rule-input.d.ts +30 -0
  42. package/dist/esm/types/convert-tag-for-create-rule-input.d.ts.map +1 -0
  43. package/dist/esm/types/convert-tag-for-list-rules-by-ids-output.d.ts +30 -0
  44. package/dist/esm/types/convert-tag-for-list-rules-by-ids-output.d.ts.map +1 -0
  45. package/dist/esm/types/convert-tag-for-list-rules-output.d.ts +30 -0
  46. package/dist/esm/types/convert-tag-for-list-rules-output.d.ts.map +1 -0
  47. package/dist/esm/types/convert-tag-for-update-rule-input.d.ts +30 -0
  48. package/dist/esm/types/convert-tag-for-update-rule-input.d.ts.map +1 -0
  49. package/dist/esm/types/create-alert-template-request.d.ts +58 -0
  50. package/dist/esm/types/create-alert-template-request.d.ts.map +1 -0
  51. package/dist/esm/types/create-alert-template-response.d.ts +25 -0
  52. package/dist/esm/types/create-alert-template-response.d.ts.map +1 -0
  53. package/dist/esm/types/create-contact-group-request.d.ts +35 -0
  54. package/dist/esm/types/create-contact-group-request.d.ts.map +1 -0
  55. package/dist/esm/types/create-contact-group-response.d.ts +25 -0
  56. package/dist/esm/types/create-contact-group-response.d.ts.map +1 -0
  57. package/dist/esm/types/create-contacts-request.d.ts +35 -0
  58. package/dist/esm/types/create-contacts-request.d.ts.map +1 -0
  59. package/dist/esm/types/create-contacts-response.d.ts +25 -0
  60. package/dist/esm/types/create-contacts-response.d.ts.map +1 -0
  61. package/dist/esm/types/create-event-rule-request.d.ts +121 -0
  62. package/dist/esm/types/create-event-rule-request.d.ts.map +1 -0
  63. package/dist/esm/types/create-event-rule-response.d.ts +26 -0
  64. package/dist/esm/types/create-event-rule-response.d.ts.map +1 -0
  65. package/dist/esm/types/create-notification-request.d.ts +41 -0
  66. package/dist/esm/types/create-notification-request.d.ts.map +1 -0
  67. package/dist/esm/types/create-notification-response.d.ts +25 -0
  68. package/dist/esm/types/create-notification-response.d.ts.map +1 -0
  69. package/dist/esm/types/create-notify-template-request.d.ts +72 -0
  70. package/dist/esm/types/create-notify-template-request.d.ts.map +1 -0
  71. package/dist/esm/types/create-notify-template-response.d.ts +25 -0
  72. package/dist/esm/types/create-notify-template-response.d.ts.map +1 -0
  73. package/dist/esm/types/create-o11y-agent-ecsdeploy-task-request.d.ts +31 -0
  74. package/dist/esm/types/create-o11y-agent-ecsdeploy-task-request.d.ts.map +1 -0
  75. package/dist/esm/types/create-o11y-agent-ecsdeploy-task-response.d.ts +20 -0
  76. package/dist/esm/types/create-o11y-agent-ecsdeploy-task-response.d.ts.map +1 -0
  77. package/dist/esm/types/create-object-group-request.d.ts +31 -0
  78. package/dist/esm/types/create-object-group-request.d.ts.map +1 -0
  79. package/dist/esm/types/create-object-group-response.d.ts +25 -0
  80. package/dist/esm/types/create-object-group-response.d.ts.map +1 -0
  81. package/dist/esm/types/create-rule-request.d.ts +192 -0
  82. package/dist/esm/types/create-rule-request.d.ts.map +1 -0
  83. package/dist/esm/types/create-rule-response.d.ts +25 -0
  84. package/dist/esm/types/create-rule-response.d.ts.map +1 -0
  85. package/dist/esm/types/create-silence-policy-request.d.ts +52 -0
  86. package/dist/esm/types/create-silence-policy-request.d.ts.map +1 -0
  87. package/dist/esm/types/create-silence-policy-response.d.ts +25 -0
  88. package/dist/esm/types/create-silence-policy-response.d.ts.map +1 -0
  89. package/dist/esm/types/create-webhook-request.d.ts +45 -0
  90. package/dist/esm/types/create-webhook-request.d.ts.map +1 -0
  91. package/dist/esm/types/create-webhook-response.d.ts +25 -0
  92. package/dist/esm/types/create-webhook-response.d.ts.map +1 -0
  93. package/dist/esm/types/data-for-create-event-rule-output.d.ts +25 -0
  94. package/dist/esm/types/data-for-create-event-rule-output.d.ts.map +1 -0
  95. package/dist/esm/types/data-for-delete-event-rule-output.d.ts +25 -0
  96. package/dist/esm/types/data-for-delete-event-rule-output.d.ts.map +1 -0
  97. package/dist/esm/types/data-for-disable-event-rule-output.d.ts +25 -0
  98. package/dist/esm/types/data-for-disable-event-rule-output.d.ts.map +1 -0
  99. package/dist/esm/types/data-for-enable-event-rule-output.d.ts +25 -0
  100. package/dist/esm/types/data-for-enable-event-rule-output.d.ts.map +1 -0
  101. package/dist/esm/types/data-for-get-metric-data-output.d.ts +66 -0
  102. package/dist/esm/types/data-for-get-metric-data-output.d.ts.map +1 -0
  103. package/dist/esm/types/data-for-get-top-data-output.d.ts +36 -0
  104. package/dist/esm/types/data-for-get-top-data-output.d.ts.map +1 -0
  105. package/dist/esm/types/data-for-list-alert-group-output.d.ts +100 -0
  106. package/dist/esm/types/data-for-list-alert-group-output.d.ts.map +1 -0
  107. package/dist/esm/types/data-for-list-alert-templates-output.d.ts +84 -0
  108. package/dist/esm/types/data-for-list-alert-templates-output.d.ts.map +1 -0
  109. package/dist/esm/types/data-for-list-contact-group-by-ids-output.d.ts +56 -0
  110. package/dist/esm/types/data-for-list-contact-group-by-ids-output.d.ts.map +1 -0
  111. package/dist/esm/types/data-for-list-contact-groups-output.d.ts +56 -0
  112. package/dist/esm/types/data-for-list-contact-groups-output.d.ts.map +1 -0
  113. package/dist/esm/types/data-for-list-contacts-by-ids-output.d.ts +40 -0
  114. package/dist/esm/types/data-for-list-contacts-by-ids-output.d.ts.map +1 -0
  115. package/dist/esm/types/data-for-list-contacts-output.d.ts +46 -0
  116. package/dist/esm/types/data-for-list-contacts-output.d.ts.map +1 -0
  117. package/dist/esm/types/data-for-list-default-notify-templates-output.d.ts +45 -0
  118. package/dist/esm/types/data-for-list-default-notify-templates-output.d.ts.map +1 -0
  119. package/dist/esm/types/data-for-list-event-rules-output.d.ts +135 -0
  120. package/dist/esm/types/data-for-list-event-rules-output.d.ts.map +1 -0
  121. package/dist/esm/types/data-for-list-events-output.d.ts +57 -0
  122. package/dist/esm/types/data-for-list-events-output.d.ts.map +1 -0
  123. package/dist/esm/types/data-for-list-notifications-output.d.ts +61 -0
  124. package/dist/esm/types/data-for-list-notifications-output.d.ts.map +1 -0
  125. package/dist/esm/types/data-for-list-notify-templates-output.d.ts +65 -0
  126. package/dist/esm/types/data-for-list-notify-templates-output.d.ts.map +1 -0
  127. package/dist/esm/types/data-for-list-object-groups-output.d.ts +62 -0
  128. package/dist/esm/types/data-for-list-object-groups-output.d.ts.map +1 -0
  129. package/dist/esm/types/data-for-list-preset-alert-templates-output.d.ts +89 -0
  130. package/dist/esm/types/data-for-list-preset-alert-templates-output.d.ts.map +1 -0
  131. package/dist/esm/types/data-for-list-rules-by-ids-output.d.ts +199 -0
  132. package/dist/esm/types/data-for-list-rules-by-ids-output.d.ts.map +1 -0
  133. package/dist/esm/types/data-for-list-rules-output.d.ts +199 -0
  134. package/dist/esm/types/data-for-list-rules-output.d.ts.map +1 -0
  135. package/dist/esm/types/data-for-list-send-alert-output.d.ts +51 -0
  136. package/dist/esm/types/data-for-list-send-alert-output.d.ts.map +1 -0
  137. package/dist/esm/types/data-for-list-silence-policy-output.d.ts +82 -0
  138. package/dist/esm/types/data-for-list-silence-policy-output.d.ts.map +1 -0
  139. package/dist/esm/types/data-for-list-webhooks-by-ids-output.d.ts +60 -0
  140. package/dist/esm/types/data-for-list-webhooks-by-ids-output.d.ts.map +1 -0
  141. package/dist/esm/types/data-for-list-webhooks-output.d.ts +60 -0
  142. package/dist/esm/types/data-for-list-webhooks-output.d.ts.map +1 -0
  143. package/dist/esm/types/data-for-tag-resources-output.d.ts +30 -0
  144. package/dist/esm/types/data-for-tag-resources-output.d.ts.map +1 -0
  145. package/dist/esm/types/data-for-update-event-rule-output.d.ts +25 -0
  146. package/dist/esm/types/data-for-update-event-rule-output.d.ts.map +1 -0
  147. package/dist/esm/types/data-point-for-get-metric-data-output.d.ts +30 -0
  148. package/dist/esm/types/data-point-for-get-metric-data-output.d.ts.map +1 -0
  149. package/dist/esm/types/delete-alert-templates-by-ids-request.d.ts +25 -0
  150. package/dist/esm/types/delete-alert-templates-by-ids-request.d.ts.map +1 -0
  151. package/dist/esm/types/delete-alert-templates-by-ids-response.d.ts +25 -0
  152. package/dist/esm/types/delete-alert-templates-by-ids-response.d.ts.map +1 -0
  153. package/dist/esm/types/delete-contact-group-by-ids-request.d.ts +25 -0
  154. package/dist/esm/types/delete-contact-group-by-ids-request.d.ts.map +1 -0
  155. package/dist/esm/types/delete-contact-group-by-ids-response.d.ts +25 -0
  156. package/dist/esm/types/delete-contact-group-by-ids-response.d.ts.map +1 -0
  157. package/dist/esm/types/delete-contacts-by-ids-request.d.ts +25 -0
  158. package/dist/esm/types/delete-contacts-by-ids-request.d.ts.map +1 -0
  159. package/dist/esm/types/delete-contacts-by-ids-response.d.ts +25 -0
  160. package/dist/esm/types/delete-contacts-by-ids-response.d.ts.map +1 -0
  161. package/dist/esm/types/delete-event-rule-request.d.ts +25 -0
  162. package/dist/esm/types/delete-event-rule-request.d.ts.map +1 -0
  163. package/dist/esm/types/delete-event-rule-response.d.ts +26 -0
  164. package/dist/esm/types/delete-event-rule-response.d.ts.map +1 -0
  165. package/dist/esm/types/delete-notifications-by-ids-request.d.ts +25 -0
  166. package/dist/esm/types/delete-notifications-by-ids-request.d.ts.map +1 -0
  167. package/dist/esm/types/delete-notifications-by-ids-response.d.ts +25 -0
  168. package/dist/esm/types/delete-notifications-by-ids-response.d.ts.map +1 -0
  169. package/dist/esm/types/delete-notify-templates-by-ids-request.d.ts +25 -0
  170. package/dist/esm/types/delete-notify-templates-by-ids-request.d.ts.map +1 -0
  171. package/dist/esm/types/delete-notify-templates-by-ids-response.d.ts +25 -0
  172. package/dist/esm/types/delete-notify-templates-by-ids-response.d.ts.map +1 -0
  173. package/dist/esm/types/delete-object-group-request.d.ts +25 -0
  174. package/dist/esm/types/delete-object-group-request.d.ts.map +1 -0
  175. package/dist/esm/types/delete-object-group-response.d.ts +25 -0
  176. package/dist/esm/types/delete-object-group-response.d.ts.map +1 -0
  177. package/dist/esm/types/delete-rules-by-ids-request.d.ts +25 -0
  178. package/dist/esm/types/delete-rules-by-ids-request.d.ts.map +1 -0
  179. package/dist/esm/types/delete-rules-by-ids-response.d.ts +25 -0
  180. package/dist/esm/types/delete-rules-by-ids-response.d.ts.map +1 -0
  181. package/dist/esm/types/delete-silence-policy-by-ids-request.d.ts +25 -0
  182. package/dist/esm/types/delete-silence-policy-by-ids-request.d.ts.map +1 -0
  183. package/dist/esm/types/delete-silence-policy-by-ids-response.d.ts +25 -0
  184. package/dist/esm/types/delete-silence-policy-by-ids-response.d.ts.map +1 -0
  185. package/dist/esm/types/delete-webhooks-by-ids-request.d.ts +25 -0
  186. package/dist/esm/types/delete-webhooks-by-ids-request.d.ts.map +1 -0
  187. package/dist/esm/types/delete-webhooks-by-ids-response.d.ts +25 -0
  188. package/dist/esm/types/delete-webhooks-by-ids-response.d.ts.map +1 -0
  189. package/dist/esm/types/dimension-conditions-for-create-object-group-input.d.ts +43 -0
  190. package/dist/esm/types/dimension-conditions-for-create-object-group-input.d.ts.map +1 -0
  191. package/dist/esm/types/dimension-conditions-for-create-rule-input.d.ts +43 -0
  192. package/dist/esm/types/dimension-conditions-for-create-rule-input.d.ts.map +1 -0
  193. package/dist/esm/types/dimension-conditions-for-list-object-groups-output.d.ts +43 -0
  194. package/dist/esm/types/dimension-conditions-for-list-object-groups-output.d.ts.map +1 -0
  195. package/dist/esm/types/dimension-conditions-for-list-rules-by-ids-output.d.ts +43 -0
  196. package/dist/esm/types/dimension-conditions-for-list-rules-by-ids-output.d.ts.map +1 -0
  197. package/dist/esm/types/dimension-conditions-for-list-rules-output.d.ts +43 -0
  198. package/dist/esm/types/dimension-conditions-for-list-rules-output.d.ts.map +1 -0
  199. package/dist/esm/types/dimension-conditions-for-update-object-group-input.d.ts +43 -0
  200. package/dist/esm/types/dimension-conditions-for-update-object-group-input.d.ts.map +1 -0
  201. package/dist/esm/types/dimension-conditions-for-update-rule-input.d.ts +43 -0
  202. package/dist/esm/types/dimension-conditions-for-update-rule-input.d.ts.map +1 -0
  203. package/dist/esm/types/dimension-for-get-metric-data-input.d.ts +30 -0
  204. package/dist/esm/types/dimension-for-get-metric-data-input.d.ts.map +1 -0
  205. package/dist/esm/types/dimension-for-get-metric-data-output.d.ts +30 -0
  206. package/dist/esm/types/dimension-for-get-metric-data-output.d.ts.map +1 -0
  207. package/dist/esm/types/dimension-for-get-top-data-input.d.ts +30 -0
  208. package/dist/esm/types/dimension-for-get-top-data-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/endpoint-for-list-o11y-agent-vpc-endpoints-output.d.ts +55 -0
  236. package/dist/esm/types/endpoint-for-list-o11y-agent-vpc-endpoints-output.d.ts.map +1 -0
  237. package/dist/esm/types/filter-for-create-o11y-agent-ecsdeploy-task-input.d.ts +30 -0
  238. package/dist/esm/types/filter-for-create-o11y-agent-ecsdeploy-task-input.d.ts.map +1 -0
  239. package/dist/esm/types/get-metric-data-request.d.ts +61 -0
  240. package/dist/esm/types/get-metric-data-request.d.ts.map +1 -0
  241. package/dist/esm/types/get-metric-data-response.d.ts +26 -0
  242. package/dist/esm/types/get-metric-data-response.d.ts.map +1 -0
  243. package/dist/esm/types/get-o11y-agent-ecsauto-install-request.d.ts +20 -0
  244. package/dist/esm/types/get-o11y-agent-ecsauto-install-request.d.ts.map +1 -0
  245. package/dist/esm/types/get-o11y-agent-ecsauto-install-response.d.ts +25 -0
  246. package/dist/esm/types/get-o11y-agent-ecsauto-install-response.d.ts.map +1 -0
  247. package/dist/esm/types/get-top-data-request.d.ts +71 -0
  248. package/dist/esm/types/get-top-data-request.d.ts.map +1 -0
  249. package/dist/esm/types/get-top-data-response.d.ts +26 -0
  250. package/dist/esm/types/get-top-data-response.d.ts.map +1 -0
  251. package/dist/esm/types/index.d.ts +321 -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/instance-for-list-o11y-agent-ecsinstance-metadata-output.d.ts +30 -0
  258. package/dist/esm/types/instance-for-list-o11y-agent-ecsinstance-metadata-output.d.ts.map +1 -0
  259. package/dist/esm/types/instance-for-list-o11y-agent-ecsinstances-output.d.ts +60 -0
  260. package/dist/esm/types/instance-for-list-o11y-agent-ecsinstances-output.d.ts.map +1 -0
  261. package/dist/esm/types/level-condition-for-create-alert-template-input.d.ts +40 -0
  262. package/dist/esm/types/level-condition-for-create-alert-template-input.d.ts.map +1 -0
  263. package/dist/esm/types/level-condition-for-create-rule-input.d.ts +31 -0
  264. package/dist/esm/types/level-condition-for-create-rule-input.d.ts.map +1 -0
  265. package/dist/esm/types/level-condition-for-list-alert-templates-output.d.ts +40 -0
  266. package/dist/esm/types/level-condition-for-list-alert-templates-output.d.ts.map +1 -0
  267. package/dist/esm/types/level-condition-for-list-preset-alert-templates-output.d.ts +40 -0
  268. package/dist/esm/types/level-condition-for-list-preset-alert-templates-output.d.ts.map +1 -0
  269. package/dist/esm/types/level-condition-for-list-rules-by-ids-output.d.ts +31 -0
  270. package/dist/esm/types/level-condition-for-list-rules-by-ids-output.d.ts.map +1 -0
  271. package/dist/esm/types/level-condition-for-list-rules-output.d.ts +31 -0
  272. package/dist/esm/types/level-condition-for-list-rules-output.d.ts.map +1 -0
  273. package/dist/esm/types/level-condition-for-update-alert-template-input.d.ts +40 -0
  274. package/dist/esm/types/level-condition-for-update-alert-template-input.d.ts.map +1 -0
  275. package/dist/esm/types/level-condition-for-update-rule-input.d.ts +31 -0
  276. package/dist/esm/types/level-condition-for-update-rule-input.d.ts.map +1 -0
  277. package/dist/esm/types/list-alert-group-request.d.ts +70 -0
  278. package/dist/esm/types/list-alert-group-request.d.ts.map +1 -0
  279. package/dist/esm/types/list-alert-group-response.d.ts +51 -0
  280. package/dist/esm/types/list-alert-group-response.d.ts.map +1 -0
  281. package/dist/esm/types/list-alert-templates-request.d.ts +50 -0
  282. package/dist/esm/types/list-alert-templates-request.d.ts.map +1 -0
  283. package/dist/esm/types/list-alert-templates-response.d.ts +41 -0
  284. package/dist/esm/types/list-alert-templates-response.d.ts.map +1 -0
  285. package/dist/esm/types/list-contact-group-by-ids-request.d.ts +25 -0
  286. package/dist/esm/types/list-contact-group-by-ids-request.d.ts.map +1 -0
  287. package/dist/esm/types/list-contact-group-by-ids-response.d.ts +26 -0
  288. package/dist/esm/types/list-contact-group-by-ids-response.d.ts.map +1 -0
  289. package/dist/esm/types/list-contact-groups-request.d.ts +35 -0
  290. package/dist/esm/types/list-contact-groups-request.d.ts.map +1 -0
  291. package/dist/esm/types/list-contact-groups-response.d.ts +41 -0
  292. package/dist/esm/types/list-contact-groups-response.d.ts.map +1 -0
  293. package/dist/esm/types/list-contacts-by-ids-request.d.ts +25 -0
  294. package/dist/esm/types/list-contacts-by-ids-request.d.ts.map +1 -0
  295. package/dist/esm/types/list-contacts-by-ids-response.d.ts +26 -0
  296. package/dist/esm/types/list-contacts-by-ids-response.d.ts.map +1 -0
  297. package/dist/esm/types/list-contacts-request.d.ts +45 -0
  298. package/dist/esm/types/list-contacts-request.d.ts.map +1 -0
  299. package/dist/esm/types/list-contacts-response.d.ts +41 -0
  300. package/dist/esm/types/list-contacts-response.d.ts.map +1 -0
  301. package/dist/esm/types/list-default-notify-templates-request.d.ts +65 -0
  302. package/dist/esm/types/list-default-notify-templates-request.d.ts.map +1 -0
  303. package/dist/esm/types/list-default-notify-templates-response.d.ts +26 -0
  304. package/dist/esm/types/list-default-notify-templates-response.d.ts.map +1 -0
  305. package/dist/esm/types/list-event-rules-request.d.ts +55 -0
  306. package/dist/esm/types/list-event-rules-request.d.ts.map +1 -0
  307. package/dist/esm/types/list-event-rules-response.d.ts +51 -0
  308. package/dist/esm/types/list-event-rules-response.d.ts.map +1 -0
  309. package/dist/esm/types/list-events-request.d.ts +77 -0
  310. package/dist/esm/types/list-events-request.d.ts.map +1 -0
  311. package/dist/esm/types/list-events-response.d.ts +51 -0
  312. package/dist/esm/types/list-events-response.d.ts.map +1 -0
  313. package/dist/esm/types/list-notifications-request.d.ts +60 -0
  314. package/dist/esm/types/list-notifications-request.d.ts.map +1 -0
  315. package/dist/esm/types/list-notifications-response.d.ts +41 -0
  316. package/dist/esm/types/list-notifications-response.d.ts.map +1 -0
  317. package/dist/esm/types/list-notify-templates-request.d.ts +72 -0
  318. package/dist/esm/types/list-notify-templates-request.d.ts.map +1 -0
  319. package/dist/esm/types/list-notify-templates-response.d.ts +41 -0
  320. package/dist/esm/types/list-notify-templates-response.d.ts.map +1 -0
  321. package/dist/esm/types/list-o11y-agent-ecsinstance-metadata-request.d.ts +25 -0
  322. package/dist/esm/types/list-o11y-agent-ecsinstance-metadata-request.d.ts.map +1 -0
  323. package/dist/esm/types/list-o11y-agent-ecsinstance-metadata-response.d.ts +26 -0
  324. package/dist/esm/types/list-o11y-agent-ecsinstance-metadata-response.d.ts.map +1 -0
  325. package/dist/esm/types/list-o11y-agent-ecsinstances-request.d.ts +25 -0
  326. package/dist/esm/types/list-o11y-agent-ecsinstances-request.d.ts.map +1 -0
  327. package/dist/esm/types/list-o11y-agent-ecsinstances-response.d.ts +26 -0
  328. package/dist/esm/types/list-o11y-agent-ecsinstances-response.d.ts.map +1 -0
  329. package/dist/esm/types/list-o11y-agent-ecsprocess-configs-request.d.ts +25 -0
  330. package/dist/esm/types/list-o11y-agent-ecsprocess-configs-request.d.ts.map +1 -0
  331. package/dist/esm/types/list-o11y-agent-ecsprocess-configs-response.d.ts +31 -0
  332. package/dist/esm/types/list-o11y-agent-ecsprocess-configs-response.d.ts.map +1 -0
  333. package/dist/esm/types/list-o11y-agent-vpc-endpoints-request.d.ts +30 -0
  334. package/dist/esm/types/list-o11y-agent-vpc-endpoints-request.d.ts.map +1 -0
  335. package/dist/esm/types/list-o11y-agent-vpc-endpoints-response.d.ts +31 -0
  336. package/dist/esm/types/list-o11y-agent-vpc-endpoints-response.d.ts.map +1 -0
  337. package/dist/esm/types/list-object-groups-request.d.ts +45 -0
  338. package/dist/esm/types/list-object-groups-request.d.ts.map +1 -0
  339. package/dist/esm/types/list-object-groups-response.d.ts +41 -0
  340. package/dist/esm/types/list-object-groups-response.d.ts.map +1 -0
  341. package/dist/esm/types/list-preset-alert-templates-request.d.ts +45 -0
  342. package/dist/esm/types/list-preset-alert-templates-request.d.ts.map +1 -0
  343. package/dist/esm/types/list-preset-alert-templates-response.d.ts +41 -0
  344. package/dist/esm/types/list-preset-alert-templates-response.d.ts.map +1 -0
  345. package/dist/esm/types/list-rules-by-ids-request.d.ts +25 -0
  346. package/dist/esm/types/list-rules-by-ids-request.d.ts.map +1 -0
  347. package/dist/esm/types/list-rules-by-ids-response.d.ts +26 -0
  348. package/dist/esm/types/list-rules-by-ids-response.d.ts.map +1 -0
  349. package/dist/esm/types/list-rules-request.d.ts +70 -0
  350. package/dist/esm/types/list-rules-request.d.ts.map +1 -0
  351. package/dist/esm/types/list-rules-response.d.ts +41 -0
  352. package/dist/esm/types/list-rules-response.d.ts.map +1 -0
  353. package/dist/esm/types/list-send-alert-request.d.ts +35 -0
  354. package/dist/esm/types/list-send-alert-request.d.ts.map +1 -0
  355. package/dist/esm/types/list-send-alert-response.d.ts +41 -0
  356. package/dist/esm/types/list-send-alert-response.d.ts.map +1 -0
  357. package/dist/esm/types/list-silence-policy-request.d.ts +60 -0
  358. package/dist/esm/types/list-silence-policy-request.d.ts.map +1 -0
  359. package/dist/esm/types/list-silence-policy-response.d.ts +41 -0
  360. package/dist/esm/types/list-silence-policy-response.d.ts.map +1 -0
  361. package/dist/esm/types/list-webhooks-by-ids-request.d.ts +25 -0
  362. package/dist/esm/types/list-webhooks-by-ids-request.d.ts.map +1 -0
  363. package/dist/esm/types/list-webhooks-by-ids-response.d.ts +26 -0
  364. package/dist/esm/types/list-webhooks-by-ids-response.d.ts.map +1 -0
  365. package/dist/esm/types/list-webhooks-request.d.ts +65 -0
  366. package/dist/esm/types/list-webhooks-request.d.ts.map +1 -0
  367. package/dist/esm/types/list-webhooks-response.d.ts +51 -0
  368. package/dist/esm/types/list-webhooks-response.d.ts.map +1 -0
  369. package/dist/esm/types/message-queue-for-create-event-rule-input.d.ts +65 -0
  370. package/dist/esm/types/message-queue-for-create-event-rule-input.d.ts.map +1 -0
  371. package/dist/esm/types/message-queue-for-list-event-rules-output.d.ts +45 -0
  372. package/dist/esm/types/message-queue-for-list-event-rules-output.d.ts.map +1 -0
  373. package/dist/esm/types/message-queue-for-update-event-rule-input.d.ts +65 -0
  374. package/dist/esm/types/message-queue-for-update-event-rule-input.d.ts.map +1 -0
  375. package/dist/esm/types/meta-condition-for-create-object-group-input.d.ts +36 -0
  376. package/dist/esm/types/meta-condition-for-create-object-group-input.d.ts.map +1 -0
  377. package/dist/esm/types/meta-condition-for-create-rule-input.d.ts +36 -0
  378. package/dist/esm/types/meta-condition-for-create-rule-input.d.ts.map +1 -0
  379. package/dist/esm/types/meta-condition-for-create-silence-policy-input.d.ts +31 -0
  380. package/dist/esm/types/meta-condition-for-create-silence-policy-input.d.ts.map +1 -0
  381. package/dist/esm/types/meta-condition-for-list-object-groups-output.d.ts +36 -0
  382. package/dist/esm/types/meta-condition-for-list-object-groups-output.d.ts.map +1 -0
  383. package/dist/esm/types/meta-condition-for-list-rules-by-ids-output.d.ts +36 -0
  384. package/dist/esm/types/meta-condition-for-list-rules-by-ids-output.d.ts.map +1 -0
  385. package/dist/esm/types/meta-condition-for-list-rules-output.d.ts +36 -0
  386. package/dist/esm/types/meta-condition-for-list-rules-output.d.ts.map +1 -0
  387. package/dist/esm/types/meta-condition-for-list-silence-policy-output.d.ts +31 -0
  388. package/dist/esm/types/meta-condition-for-list-silence-policy-output.d.ts.map +1 -0
  389. package/dist/esm/types/meta-condition-for-update-object-group-input.d.ts +36 -0
  390. package/dist/esm/types/meta-condition-for-update-object-group-input.d.ts.map +1 -0
  391. package/dist/esm/types/meta-condition-for-update-rule-input.d.ts +36 -0
  392. package/dist/esm/types/meta-condition-for-update-rule-input.d.ts.map +1 -0
  393. package/dist/esm/types/meta-condition-for-update-silence-policy-input.d.ts +31 -0
  394. package/dist/esm/types/meta-condition-for-update-silence-policy-input.d.ts.map +1 -0
  395. package/dist/esm/types/meta-for-create-object-group-input.d.ts +35 -0
  396. package/dist/esm/types/meta-for-create-object-group-input.d.ts.map +1 -0
  397. package/dist/esm/types/meta-for-create-rule-input.d.ts +35 -0
  398. package/dist/esm/types/meta-for-create-rule-input.d.ts.map +1 -0
  399. package/dist/esm/types/meta-for-create-silence-policy-input.d.ts +35 -0
  400. package/dist/esm/types/meta-for-create-silence-policy-input.d.ts.map +1 -0
  401. package/dist/esm/types/meta-for-list-object-groups-output.d.ts +35 -0
  402. package/dist/esm/types/meta-for-list-object-groups-output.d.ts.map +1 -0
  403. package/dist/esm/types/meta-for-list-rules-by-ids-output.d.ts +35 -0
  404. package/dist/esm/types/meta-for-list-rules-by-ids-output.d.ts.map +1 -0
  405. package/dist/esm/types/meta-for-list-rules-output.d.ts +35 -0
  406. package/dist/esm/types/meta-for-list-rules-output.d.ts.map +1 -0
  407. package/dist/esm/types/meta-for-list-silence-policy-output.d.ts +35 -0
  408. package/dist/esm/types/meta-for-list-silence-policy-output.d.ts.map +1 -0
  409. package/dist/esm/types/meta-for-update-object-group-input.d.ts +35 -0
  410. package/dist/esm/types/meta-for-update-object-group-input.d.ts.map +1 -0
  411. package/dist/esm/types/meta-for-update-rule-input.d.ts +35 -0
  412. package/dist/esm/types/meta-for-update-rule-input.d.ts.map +1 -0
  413. package/dist/esm/types/meta-for-update-silence-policy-input.d.ts +35 -0
  414. package/dist/esm/types/meta-for-update-silence-policy-input.d.ts.map +1 -0
  415. package/dist/esm/types/metric-data-result-for-get-metric-data-output.d.ts +37 -0
  416. package/dist/esm/types/metric-data-result-for-get-metric-data-output.d.ts.map +1 -0
  417. package/dist/esm/types/modify-state-of-silence-policy-by-ids-request.d.ts +38 -0
  418. package/dist/esm/types/modify-state-of-silence-policy-by-ids-request.d.ts.map +1 -0
  419. package/dist/esm/types/modify-state-of-silence-policy-by-ids-response.d.ts +25 -0
  420. package/dist/esm/types/modify-state-of-silence-policy-by-ids-response.d.ts.map +1 -0
  421. package/dist/esm/types/no-data-for-create-alert-template-input.d.ts +35 -0
  422. package/dist/esm/types/no-data-for-create-alert-template-input.d.ts.map +1 -0
  423. package/dist/esm/types/no-data-for-create-rule-input.d.ts +35 -0
  424. package/dist/esm/types/no-data-for-create-rule-input.d.ts.map +1 -0
  425. package/dist/esm/types/no-data-for-list-alert-templates-output.d.ts +35 -0
  426. package/dist/esm/types/no-data-for-list-alert-templates-output.d.ts.map +1 -0
  427. package/dist/esm/types/no-data-for-list-preset-alert-templates-output.d.ts +35 -0
  428. package/dist/esm/types/no-data-for-list-preset-alert-templates-output.d.ts.map +1 -0
  429. package/dist/esm/types/no-data-for-list-rules-by-ids-output.d.ts +35 -0
  430. package/dist/esm/types/no-data-for-list-rules-by-ids-output.d.ts.map +1 -0
  431. package/dist/esm/types/no-data-for-list-rules-output.d.ts +35 -0
  432. package/dist/esm/types/no-data-for-list-rules-output.d.ts.map +1 -0
  433. package/dist/esm/types/no-data-for-update-alert-template-input.d.ts +35 -0
  434. package/dist/esm/types/no-data-for-update-alert-template-input.d.ts.map +1 -0
  435. package/dist/esm/types/no-data-for-update-rule-input.d.ts +35 -0
  436. package/dist/esm/types/no-data-for-update-rule-input.d.ts.map +1 -0
  437. package/dist/esm/types/notification-for-create-notification-input.d.ts +66 -0
  438. package/dist/esm/types/notification-for-create-notification-input.d.ts.map +1 -0
  439. package/dist/esm/types/notification-for-list-notifications-output.d.ts +66 -0
  440. package/dist/esm/types/notification-for-list-notifications-output.d.ts.map +1 -0
  441. package/dist/esm/types/notification-for-update-notification-input.d.ts +66 -0
  442. package/dist/esm/types/notification-for-update-notification-input.d.ts.map +1 -0
  443. package/dist/esm/types/notify-template-for-apply-object-groups-by-alert-template-input.d.ts +44 -0
  444. package/dist/esm/types/notify-template-for-apply-object-groups-by-alert-template-input.d.ts.map +1 -0
  445. package/dist/esm/types/notify-template-for-create-event-rule-input.d.ts +44 -0
  446. package/dist/esm/types/notify-template-for-create-event-rule-input.d.ts.map +1 -0
  447. package/dist/esm/types/notify-template-for-create-notification-input.d.ts +44 -0
  448. package/dist/esm/types/notify-template-for-create-notification-input.d.ts.map +1 -0
  449. package/dist/esm/types/notify-template-for-create-rule-input.d.ts +44 -0
  450. package/dist/esm/types/notify-template-for-create-rule-input.d.ts.map +1 -0
  451. package/dist/esm/types/notify-template-for-enable-preset-alert-template-input.d.ts +44 -0
  452. package/dist/esm/types/notify-template-for-enable-preset-alert-template-input.d.ts.map +1 -0
  453. package/dist/esm/types/notify-template-for-list-alert-templates-output.d.ts +44 -0
  454. package/dist/esm/types/notify-template-for-list-alert-templates-output.d.ts.map +1 -0
  455. package/dist/esm/types/notify-template-for-list-event-rules-output.d.ts +44 -0
  456. package/dist/esm/types/notify-template-for-list-event-rules-output.d.ts.map +1 -0
  457. package/dist/esm/types/notify-template-for-list-notifications-output.d.ts +44 -0
  458. package/dist/esm/types/notify-template-for-list-notifications-output.d.ts.map +1 -0
  459. package/dist/esm/types/notify-template-for-list-preset-alert-templates-output.d.ts +44 -0
  460. package/dist/esm/types/notify-template-for-list-preset-alert-templates-output.d.ts.map +1 -0
  461. package/dist/esm/types/notify-template-for-list-rules-by-ids-output.d.ts +44 -0
  462. package/dist/esm/types/notify-template-for-list-rules-by-ids-output.d.ts.map +1 -0
  463. package/dist/esm/types/notify-template-for-list-rules-output.d.ts +44 -0
  464. package/dist/esm/types/notify-template-for-list-rules-output.d.ts.map +1 -0
  465. package/dist/esm/types/notify-template-for-update-event-rule-input.d.ts +44 -0
  466. package/dist/esm/types/notify-template-for-update-event-rule-input.d.ts.map +1 -0
  467. package/dist/esm/types/notify-template-for-update-notification-input.d.ts +44 -0
  468. package/dist/esm/types/notify-template-for-update-notification-input.d.ts.map +1 -0
  469. package/dist/esm/types/notify-template-for-update-rule-input.d.ts +44 -0
  470. package/dist/esm/types/notify-template-for-update-rule-input.d.ts.map +1 -0
  471. package/dist/esm/types/object-for-create-object-group-input.d.ts +48 -0
  472. package/dist/esm/types/object-for-create-object-group-input.d.ts.map +1 -0
  473. package/dist/esm/types/object-for-list-object-groups-output.d.ts +59 -0
  474. package/dist/esm/types/object-for-list-object-groups-output.d.ts.map +1 -0
  475. package/dist/esm/types/object-for-update-object-group-input.d.ts +48 -0
  476. package/dist/esm/types/object-for-update-object-group-input.d.ts.map +1 -0
  477. package/dist/esm/types/object-group-for-list-alert-templates-output.d.ts +71 -0
  478. package/dist/esm/types/object-group-for-list-alert-templates-output.d.ts.map +1 -0
  479. package/dist/esm/types/perform-o11y-agent-ecsdeploy-task-request.d.ts +30 -0
  480. package/dist/esm/types/perform-o11y-agent-ecsdeploy-task-request.d.ts.map +1 -0
  481. package/dist/esm/types/perform-o11y-agent-ecsdeploy-task-response.d.ts +20 -0
  482. package/dist/esm/types/perform-o11y-agent-ecsdeploy-task-response.d.ts.map +1 -0
  483. package/dist/esm/types/process-for-list-o11y-agent-ecsprocess-configs-output.d.ts +25 -0
  484. package/dist/esm/types/process-for-list-o11y-agent-ecsprocess-configs-output.d.ts.map +1 -0
  485. package/dist/esm/types/process-for-update-o11y-agent-ecsprocess-config-input.d.ts +25 -0
  486. package/dist/esm/types/process-for-update-o11y-agent-ecsprocess-config-input.d.ts.map +1 -0
  487. package/dist/esm/types/project-condition-for-create-object-group-input.d.ts +25 -0
  488. package/dist/esm/types/project-condition-for-create-object-group-input.d.ts.map +1 -0
  489. package/dist/esm/types/project-condition-for-create-rule-input.d.ts +25 -0
  490. package/dist/esm/types/project-condition-for-create-rule-input.d.ts.map +1 -0
  491. package/dist/esm/types/project-condition-for-list-object-groups-output.d.ts +25 -0
  492. package/dist/esm/types/project-condition-for-list-object-groups-output.d.ts.map +1 -0
  493. package/dist/esm/types/project-condition-for-list-rules-by-ids-output.d.ts +25 -0
  494. package/dist/esm/types/project-condition-for-list-rules-by-ids-output.d.ts.map +1 -0
  495. package/dist/esm/types/project-condition-for-list-rules-output.d.ts +25 -0
  496. package/dist/esm/types/project-condition-for-list-rules-output.d.ts.map +1 -0
  497. package/dist/esm/types/project-condition-for-update-object-group-input.d.ts +25 -0
  498. package/dist/esm/types/project-condition-for-update-object-group-input.d.ts.map +1 -0
  499. package/dist/esm/types/project-condition-for-update-rule-input.d.ts +25 -0
  500. package/dist/esm/types/project-condition-for-update-rule-input.d.ts.map +1 -0
  501. package/dist/esm/types/range-for-create-silence-policy-input.d.ts +40 -0
  502. package/dist/esm/types/range-for-create-silence-policy-input.d.ts.map +1 -0
  503. package/dist/esm/types/range-for-list-silence-policy-output.d.ts +40 -0
  504. package/dist/esm/types/range-for-list-silence-policy-output.d.ts.map +1 -0
  505. package/dist/esm/types/range-for-update-silence-policy-input.d.ts +40 -0
  506. package/dist/esm/types/range-for-update-silence-policy-input.d.ts.map +1 -0
  507. package/dist/esm/types/recovery-notify-for-create-alert-template-input.d.ts +25 -0
  508. package/dist/esm/types/recovery-notify-for-create-alert-template-input.d.ts.map +1 -0
  509. package/dist/esm/types/recovery-notify-for-create-rule-input.d.ts +25 -0
  510. package/dist/esm/types/recovery-notify-for-create-rule-input.d.ts.map +1 -0
  511. package/dist/esm/types/recovery-notify-for-list-alert-templates-output.d.ts +25 -0
  512. package/dist/esm/types/recovery-notify-for-list-alert-templates-output.d.ts.map +1 -0
  513. package/dist/esm/types/recovery-notify-for-list-preset-alert-templates-output.d.ts +25 -0
  514. package/dist/esm/types/recovery-notify-for-list-preset-alert-templates-output.d.ts.map +1 -0
  515. package/dist/esm/types/recovery-notify-for-list-rules-by-ids-output.d.ts +25 -0
  516. package/dist/esm/types/recovery-notify-for-list-rules-by-ids-output.d.ts.map +1 -0
  517. package/dist/esm/types/recovery-notify-for-list-rules-output.d.ts +25 -0
  518. package/dist/esm/types/recovery-notify-for-list-rules-output.d.ts.map +1 -0
  519. package/dist/esm/types/recovery-notify-for-update-alert-template-input.d.ts +25 -0
  520. package/dist/esm/types/recovery-notify-for-update-alert-template-input.d.ts.map +1 -0
  521. package/dist/esm/types/recovery-notify-for-update-rule-input.d.ts +25 -0
  522. package/dist/esm/types/recovery-notify-for-update-rule-input.d.ts.map +1 -0
  523. package/dist/esm/types/rule-for-list-object-groups-output.d.ts +40 -0
  524. package/dist/esm/types/rule-for-list-object-groups-output.d.ts.map +1 -0
  525. package/dist/esm/types/send-result-for-list-send-alert-output.d.ts +45 -0
  526. package/dist/esm/types/send-result-for-list-send-alert-output.d.ts.map +1 -0
  527. package/dist/esm/types/set-state-of-rules-by-ids-request.d.ts +38 -0
  528. package/dist/esm/types/set-state-of-rules-by-ids-request.d.ts.map +1 -0
  529. package/dist/esm/types/set-state-of-rules-by-ids-response.d.ts +25 -0
  530. package/dist/esm/types/set-state-of-rules-by-ids-response.d.ts.map +1 -0
  531. package/dist/esm/types/silence-conditions-for-create-silence-policy-input.d.ts +36 -0
  532. package/dist/esm/types/silence-conditions-for-create-silence-policy-input.d.ts.map +1 -0
  533. package/dist/esm/types/silence-conditions-for-list-silence-policy-output.d.ts +41 -0
  534. package/dist/esm/types/silence-conditions-for-list-silence-policy-output.d.ts.map +1 -0
  535. package/dist/esm/types/silence-conditions-for-update-silence-policy-input.d.ts +36 -0
  536. package/dist/esm/types/silence-conditions-for-update-silence-policy-input.d.ts.map +1 -0
  537. package/dist/esm/types/tag-condition-for-create-object-group-input.d.ts +31 -0
  538. package/dist/esm/types/tag-condition-for-create-object-group-input.d.ts.map +1 -0
  539. package/dist/esm/types/tag-condition-for-create-rule-input.d.ts +31 -0
  540. package/dist/esm/types/tag-condition-for-create-rule-input.d.ts.map +1 -0
  541. package/dist/esm/types/tag-condition-for-list-object-groups-output.d.ts +31 -0
  542. package/dist/esm/types/tag-condition-for-list-object-groups-output.d.ts.map +1 -0
  543. package/dist/esm/types/tag-condition-for-list-rules-by-ids-output.d.ts +31 -0
  544. package/dist/esm/types/tag-condition-for-list-rules-by-ids-output.d.ts.map +1 -0
  545. package/dist/esm/types/tag-condition-for-list-rules-output.d.ts +31 -0
  546. package/dist/esm/types/tag-condition-for-list-rules-output.d.ts.map +1 -0
  547. package/dist/esm/types/tag-condition-for-update-object-group-input.d.ts +31 -0
  548. package/dist/esm/types/tag-condition-for-update-object-group-input.d.ts.map +1 -0
  549. package/dist/esm/types/tag-condition-for-update-rule-input.d.ts +31 -0
  550. package/dist/esm/types/tag-condition-for-update-rule-input.d.ts.map +1 -0
  551. package/dist/esm/types/tag-for-create-object-group-input.d.ts +35 -0
  552. package/dist/esm/types/tag-for-create-object-group-input.d.ts.map +1 -0
  553. package/dist/esm/types/tag-for-create-rule-input.d.ts +35 -0
  554. package/dist/esm/types/tag-for-create-rule-input.d.ts.map +1 -0
  555. package/dist/esm/types/tag-for-list-object-groups-output.d.ts +35 -0
  556. package/dist/esm/types/tag-for-list-object-groups-output.d.ts.map +1 -0
  557. package/dist/esm/types/tag-for-list-rules-by-ids-output.d.ts +35 -0
  558. package/dist/esm/types/tag-for-list-rules-by-ids-output.d.ts.map +1 -0
  559. package/dist/esm/types/tag-for-list-rules-output.d.ts +35 -0
  560. package/dist/esm/types/tag-for-list-rules-output.d.ts.map +1 -0
  561. package/dist/esm/types/tag-for-tag-resources-input.d.ts +30 -0
  562. package/dist/esm/types/tag-for-tag-resources-input.d.ts.map +1 -0
  563. package/dist/esm/types/tag-for-update-object-group-input.d.ts +35 -0
  564. package/dist/esm/types/tag-for-update-object-group-input.d.ts.map +1 -0
  565. package/dist/esm/types/tag-for-update-rule-input.d.ts +35 -0
  566. package/dist/esm/types/tag-for-update-rule-input.d.ts.map +1 -0
  567. package/dist/esm/types/tag-resources-request.d.ts +36 -0
  568. package/dist/esm/types/tag-resources-request.d.ts.map +1 -0
  569. package/dist/esm/types/tag-resources-response.d.ts +26 -0
  570. package/dist/esm/types/tag-resources-response.d.ts.map +1 -0
  571. package/dist/esm/types/template-detail-for-list-object-groups-output.d.ts +30 -0
  572. package/dist/esm/types/template-detail-for-list-object-groups-output.d.ts.map +1 -0
  573. package/dist/esm/types/template-rule-for-create-alert-template-input.d.ts +56 -0
  574. package/dist/esm/types/template-rule-for-create-alert-template-input.d.ts.map +1 -0
  575. package/dist/esm/types/template-rule-for-list-alert-templates-output.d.ts +67 -0
  576. package/dist/esm/types/template-rule-for-list-alert-templates-output.d.ts.map +1 -0
  577. package/dist/esm/types/template-rule-for-list-preset-alert-templates-output.d.ts +67 -0
  578. package/dist/esm/types/template-rule-for-list-preset-alert-templates-output.d.ts.map +1 -0
  579. package/dist/esm/types/template-rule-for-update-alert-template-input.d.ts +56 -0
  580. package/dist/esm/types/template-rule-for-update-alert-template-input.d.ts.map +1 -0
  581. package/dist/esm/types/tlstarget-for-create-event-rule-input.d.ts +45 -0
  582. package/dist/esm/types/tlstarget-for-create-event-rule-input.d.ts.map +1 -0
  583. package/dist/esm/types/tlstarget-for-list-event-rules-output.d.ts +45 -0
  584. package/dist/esm/types/tlstarget-for-list-event-rules-output.d.ts.map +1 -0
  585. package/dist/esm/types/tlstarget-for-update-event-rule-input.d.ts +45 -0
  586. package/dist/esm/types/tlstarget-for-update-event-rule-input.d.ts.map +1 -0
  587. package/dist/esm/types/top-data-result-for-get-top-data-output.d.ts +34 -0
  588. package/dist/esm/types/top-data-result-for-get-top-data-output.d.ts.map +1 -0
  589. package/dist/esm/types/untag-resources-request.d.ts +35 -0
  590. package/dist/esm/types/untag-resources-request.d.ts.map +1 -0
  591. package/dist/esm/types/untag-resources-response.d.ts +25 -0
  592. package/dist/esm/types/untag-resources-response.d.ts.map +1 -0
  593. package/dist/esm/types/update-alert-template-request.d.ts +63 -0
  594. package/dist/esm/types/update-alert-template-request.d.ts.map +1 -0
  595. package/dist/esm/types/update-alert-template-response.d.ts +25 -0
  596. package/dist/esm/types/update-alert-template-response.d.ts.map +1 -0
  597. package/dist/esm/types/update-contact-group-request.d.ts +35 -0
  598. package/dist/esm/types/update-contact-group-request.d.ts.map +1 -0
  599. package/dist/esm/types/update-contact-group-response.d.ts +25 -0
  600. package/dist/esm/types/update-contact-group-response.d.ts.map +1 -0
  601. package/dist/esm/types/update-contact-group-with-contacts-request.d.ts +30 -0
  602. package/dist/esm/types/update-contact-group-with-contacts-request.d.ts.map +1 -0
  603. package/dist/esm/types/update-contact-group-with-contacts-response.d.ts +25 -0
  604. package/dist/esm/types/update-contact-group-with-contacts-response.d.ts.map +1 -0
  605. package/dist/esm/types/update-contacts-request.d.ts +40 -0
  606. package/dist/esm/types/update-contacts-request.d.ts.map +1 -0
  607. package/dist/esm/types/update-contacts-response.d.ts +25 -0
  608. package/dist/esm/types/update-contacts-response.d.ts.map +1 -0
  609. package/dist/esm/types/update-contacts-with-contact-groups-request.d.ts +30 -0
  610. package/dist/esm/types/update-contacts-with-contact-groups-request.d.ts.map +1 -0
  611. package/dist/esm/types/update-contacts-with-contact-groups-response.d.ts +25 -0
  612. package/dist/esm/types/update-contacts-with-contact-groups-response.d.ts.map +1 -0
  613. package/dist/esm/types/update-event-rule-request.d.ts +126 -0
  614. package/dist/esm/types/update-event-rule-request.d.ts.map +1 -0
  615. package/dist/esm/types/update-event-rule-response.d.ts +26 -0
  616. package/dist/esm/types/update-event-rule-response.d.ts.map +1 -0
  617. package/dist/esm/types/update-notification-request.d.ts +46 -0
  618. package/dist/esm/types/update-notification-request.d.ts.map +1 -0
  619. package/dist/esm/types/update-notification-response.d.ts +25 -0
  620. package/dist/esm/types/update-notification-response.d.ts.map +1 -0
  621. package/dist/esm/types/update-notify-template-request.d.ts +77 -0
  622. package/dist/esm/types/update-notify-template-request.d.ts.map +1 -0
  623. package/dist/esm/types/update-notify-template-response.d.ts +25 -0
  624. package/dist/esm/types/update-notify-template-response.d.ts.map +1 -0
  625. package/dist/esm/types/update-o11y-agent-ecsauto-install-request.d.ts +25 -0
  626. package/dist/esm/types/update-o11y-agent-ecsauto-install-request.d.ts.map +1 -0
  627. package/dist/esm/types/update-o11y-agent-ecsauto-install-response.d.ts +20 -0
  628. package/dist/esm/types/update-o11y-agent-ecsauto-install-response.d.ts.map +1 -0
  629. package/dist/esm/types/update-o11y-agent-ecsprocess-config-request.d.ts +31 -0
  630. package/dist/esm/types/update-o11y-agent-ecsprocess-config-request.d.ts.map +1 -0
  631. package/dist/esm/types/update-o11y-agent-ecsprocess-config-response.d.ts +25 -0
  632. package/dist/esm/types/update-o11y-agent-ecsprocess-config-response.d.ts.map +1 -0
  633. package/dist/esm/types/update-object-group-request.d.ts +36 -0
  634. package/dist/esm/types/update-object-group-request.d.ts.map +1 -0
  635. package/dist/esm/types/update-object-group-response.d.ts +25 -0
  636. package/dist/esm/types/update-object-group-response.d.ts.map +1 -0
  637. package/dist/esm/types/update-rule-request.d.ts +192 -0
  638. package/dist/esm/types/update-rule-request.d.ts.map +1 -0
  639. package/dist/esm/types/update-rule-response.d.ts +25 -0
  640. package/dist/esm/types/update-rule-response.d.ts.map +1 -0
  641. package/dist/esm/types/update-silence-policy-request.d.ts +57 -0
  642. package/dist/esm/types/update-silence-policy-request.d.ts.map +1 -0
  643. package/dist/esm/types/update-silence-policy-response.d.ts +25 -0
  644. package/dist/esm/types/update-silence-policy-response.d.ts.map +1 -0
  645. package/dist/esm/types/update-webhook-request.d.ts +40 -0
  646. package/dist/esm/types/update-webhook-request.d.ts.map +1 -0
  647. package/dist/esm/types/update-webhook-response.d.ts +25 -0
  648. package/dist/esm/types/update-webhook-response.d.ts.map +1 -0
  649. package/package.json +41 -0
@@ -0,0 +1,804 @@
1
+ /**
2
+ * cloudmonitor
3
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
4
+ *
5
+ * OpenAPI spec version: common-version
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ import { Client, ClientConfig, Command, CommandOutput } from '@volcengine/sdk-core';
13
+ import { ApplyObjectGroupsByAlertTemplateRequest } from './types/index';
14
+ import { ApplyObjectGroupsByAlertTemplateResponse } from './types/index';
15
+ import { CreateAlertTemplateRequest } from './types/index';
16
+ import { CreateAlertTemplateResponse } from './types/index';
17
+ import { CreateContactGroupRequest } from './types/index';
18
+ import { CreateContactGroupResponse } from './types/index';
19
+ import { CreateContactsRequest } from './types/index';
20
+ import { CreateContactsResponse } from './types/index';
21
+ import { CreateEventRuleRequest } from './types/index';
22
+ import { CreateEventRuleResponse } from './types/index';
23
+ import { CreateNotificationRequest } from './types/index';
24
+ import { CreateNotificationResponse } from './types/index';
25
+ import { CreateNotifyTemplateRequest } from './types/index';
26
+ import { CreateNotifyTemplateResponse } from './types/index';
27
+ import { CreateO11yAgentECSDeployTaskRequest } from './types/index';
28
+ import { CreateO11yAgentECSDeployTaskResponse } from './types/index';
29
+ import { CreateObjectGroupRequest } from './types/index';
30
+ import { CreateObjectGroupResponse } from './types/index';
31
+ import { CreateRuleRequest } from './types/index';
32
+ import { CreateRuleResponse } from './types/index';
33
+ import { CreateSilencePolicyRequest } from './types/index';
34
+ import { CreateSilencePolicyResponse } from './types/index';
35
+ import { CreateWebhookRequest } from './types/index';
36
+ import { CreateWebhookResponse } from './types/index';
37
+ import { DeleteAlertTemplatesByIdsRequest } from './types/index';
38
+ import { DeleteAlertTemplatesByIdsResponse } from './types/index';
39
+ import { DeleteContactGroupByIdsRequest } from './types/index';
40
+ import { DeleteContactGroupByIdsResponse } from './types/index';
41
+ import { DeleteContactsByIdsRequest } from './types/index';
42
+ import { DeleteContactsByIdsResponse } from './types/index';
43
+ import { DeleteEventRuleRequest } from './types/index';
44
+ import { DeleteEventRuleResponse } from './types/index';
45
+ import { DeleteNotificationsByIdsRequest } from './types/index';
46
+ import { DeleteNotificationsByIdsResponse } from './types/index';
47
+ import { DeleteNotifyTemplatesByIdsRequest } from './types/index';
48
+ import { DeleteNotifyTemplatesByIdsResponse } from './types/index';
49
+ import { DeleteObjectGroupRequest } from './types/index';
50
+ import { DeleteObjectGroupResponse } from './types/index';
51
+ import { DeleteRulesByIdsRequest } from './types/index';
52
+ import { DeleteRulesByIdsResponse } from './types/index';
53
+ import { DeleteSilencePolicyByIdsRequest } from './types/index';
54
+ import { DeleteSilencePolicyByIdsResponse } from './types/index';
55
+ import { DeleteWebhooksByIdsRequest } from './types/index';
56
+ import { DeleteWebhooksByIdsResponse } from './types/index';
57
+ import { DisableEventRuleRequest } from './types/index';
58
+ import { DisableEventRuleResponse } from './types/index';
59
+ import { DisablePresetAlertTemplateRequest } from './types/index';
60
+ import { DisablePresetAlertTemplateResponse } from './types/index';
61
+ import { EnableEventRuleRequest } from './types/index';
62
+ import { EnableEventRuleResponse } from './types/index';
63
+ import { EnablePresetAlertTemplateRequest } from './types/index';
64
+ import { EnablePresetAlertTemplateResponse } from './types/index';
65
+ import { GetMetricDataRequest } from './types/index';
66
+ import { GetMetricDataResponse } from './types/index';
67
+ import { GetO11yAgentECSAutoInstallRequest } from './types/index';
68
+ import { GetO11yAgentECSAutoInstallResponse } 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 { ListO11yAgentECSInstanceMetadataRequest } from './types/index';
94
+ import { ListO11yAgentECSInstanceMetadataResponse } from './types/index';
95
+ import { ListO11yAgentECSInstancesRequest } from './types/index';
96
+ import { ListO11yAgentECSInstancesResponse } from './types/index';
97
+ import { ListO11yAgentECSProcessConfigsRequest } from './types/index';
98
+ import { ListO11yAgentECSProcessConfigsResponse } from './types/index';
99
+ import { ListO11yAgentVpcEndpointsRequest } from './types/index';
100
+ import { ListO11yAgentVpcEndpointsResponse } from './types/index';
101
+ import { ListObjectGroupsRequest } from './types/index';
102
+ import { ListObjectGroupsResponse } from './types/index';
103
+ import { ListPresetAlertTemplatesRequest } from './types/index';
104
+ import { ListPresetAlertTemplatesResponse } from './types/index';
105
+ import { ListRulesByIdsRequest } from './types/index';
106
+ import { ListRulesByIdsResponse } from './types/index';
107
+ import { ListRulesRequest } from './types/index';
108
+ import { ListRulesResponse } from './types/index';
109
+ import { ListSendAlertRequest } from './types/index';
110
+ import { ListSendAlertResponse } from './types/index';
111
+ import { ListSilencePolicyRequest } from './types/index';
112
+ import { ListSilencePolicyResponse } from './types/index';
113
+ import { ListWebhooksByIdsRequest } from './types/index';
114
+ import { ListWebhooksByIdsResponse } from './types/index';
115
+ import { ListWebhooksRequest } from './types/index';
116
+ import { ListWebhooksResponse } from './types/index';
117
+ import { ModifyStateOfSilencePolicyByIdsRequest } from './types/index';
118
+ import { ModifyStateOfSilencePolicyByIdsResponse } from './types/index';
119
+ import { PerformO11yAgentECSDeployTaskRequest } from './types/index';
120
+ import { PerformO11yAgentECSDeployTaskResponse } from './types/index';
121
+ import { SetStateOfRulesByIdsRequest } from './types/index';
122
+ import { SetStateOfRulesByIdsResponse } from './types/index';
123
+ import { TagResourcesRequest } from './types/index';
124
+ import { TagResourcesResponse } from './types/index';
125
+ import { UntagResourcesRequest } from './types/index';
126
+ import { UntagResourcesResponse } from './types/index';
127
+ import { UpdateAlertTemplateRequest } from './types/index';
128
+ import { UpdateAlertTemplateResponse } from './types/index';
129
+ import { UpdateContactGroupRequest } from './types/index';
130
+ import { UpdateContactGroupResponse } from './types/index';
131
+ import { UpdateContactGroupWithContactsRequest } from './types/index';
132
+ import { UpdateContactGroupWithContactsResponse } from './types/index';
133
+ import { UpdateContactsRequest } from './types/index';
134
+ import { UpdateContactsResponse } from './types/index';
135
+ import { UpdateContactsWithContactGroupsRequest } from './types/index';
136
+ import { UpdateContactsWithContactGroupsResponse } from './types/index';
137
+ import { UpdateEventRuleRequest } from './types/index';
138
+ import { UpdateEventRuleResponse } from './types/index';
139
+ import { UpdateNotificationRequest } from './types/index';
140
+ import { UpdateNotificationResponse } from './types/index';
141
+ import { UpdateNotifyTemplateRequest } from './types/index';
142
+ import { UpdateNotifyTemplateResponse } from './types/index';
143
+ import { UpdateO11yAgentECSAutoInstallRequest } from './types/index';
144
+ import { UpdateO11yAgentECSAutoInstallResponse } from './types/index';
145
+ import { UpdateO11yAgentECSProcessConfigRequest } from './types/index';
146
+ import { UpdateO11yAgentECSProcessConfigResponse } from './types/index';
147
+ import { UpdateObjectGroupRequest } from './types/index';
148
+ import { UpdateObjectGroupResponse } from './types/index';
149
+ import { UpdateRuleRequest } from './types/index';
150
+ import { UpdateRuleResponse } from './types/index';
151
+ import { UpdateSilencePolicyRequest } from './types/index';
152
+ import { UpdateSilencePolicyResponse } from './types/index';
153
+ import { UpdateWebhookRequest } from './types/index';
154
+ import { UpdateWebhookResponse } from './types/index';
155
+ export type ApplyObjectGroupsByAlertTemplateCommandOutput = CommandOutput<ApplyObjectGroupsByAlertTemplateResponse>;
156
+ export type CreateAlertTemplateCommandOutput = CommandOutput<CreateAlertTemplateResponse>;
157
+ export type CreateContactGroupCommandOutput = CommandOutput<CreateContactGroupResponse>;
158
+ export type CreateContactsCommandOutput = CommandOutput<CreateContactsResponse>;
159
+ export type CreateEventRuleCommandOutput = CommandOutput<CreateEventRuleResponse>;
160
+ export type CreateNotificationCommandOutput = CommandOutput<CreateNotificationResponse>;
161
+ export type CreateNotifyTemplateCommandOutput = CommandOutput<CreateNotifyTemplateResponse>;
162
+ export type CreateO11yAgentECSDeployTaskCommandOutput = CommandOutput<CreateO11yAgentECSDeployTaskResponse>;
163
+ export type CreateObjectGroupCommandOutput = CommandOutput<CreateObjectGroupResponse>;
164
+ export type CreateRuleCommandOutput = CommandOutput<CreateRuleResponse>;
165
+ export type CreateSilencePolicyCommandOutput = CommandOutput<CreateSilencePolicyResponse>;
166
+ export type CreateWebhookCommandOutput = CommandOutput<CreateWebhookResponse>;
167
+ export type DeleteAlertTemplatesByIdsCommandOutput = CommandOutput<DeleteAlertTemplatesByIdsResponse>;
168
+ export type DeleteContactGroupByIdsCommandOutput = CommandOutput<DeleteContactGroupByIdsResponse>;
169
+ export type DeleteContactsByIdsCommandOutput = CommandOutput<DeleteContactsByIdsResponse>;
170
+ export type DeleteEventRuleCommandOutput = CommandOutput<DeleteEventRuleResponse>;
171
+ export type DeleteNotificationsByIdsCommandOutput = CommandOutput<DeleteNotificationsByIdsResponse>;
172
+ export type DeleteNotifyTemplatesByIdsCommandOutput = CommandOutput<DeleteNotifyTemplatesByIdsResponse>;
173
+ export type DeleteObjectGroupCommandOutput = CommandOutput<DeleteObjectGroupResponse>;
174
+ export type DeleteRulesByIdsCommandOutput = CommandOutput<DeleteRulesByIdsResponse>;
175
+ export type DeleteSilencePolicyByIdsCommandOutput = CommandOutput<DeleteSilencePolicyByIdsResponse>;
176
+ export type DeleteWebhooksByIdsCommandOutput = CommandOutput<DeleteWebhooksByIdsResponse>;
177
+ export type DisableEventRuleCommandOutput = CommandOutput<DisableEventRuleResponse>;
178
+ export type DisablePresetAlertTemplateCommandOutput = CommandOutput<DisablePresetAlertTemplateResponse>;
179
+ export type EnableEventRuleCommandOutput = CommandOutput<EnableEventRuleResponse>;
180
+ export type EnablePresetAlertTemplateCommandOutput = CommandOutput<EnablePresetAlertTemplateResponse>;
181
+ export type GetMetricDataCommandOutput = CommandOutput<GetMetricDataResponse>;
182
+ export type GetO11yAgentECSAutoInstallCommandOutput = CommandOutput<GetO11yAgentECSAutoInstallResponse>;
183
+ export type GetTopDataCommandOutput = CommandOutput<GetTopDataResponse>;
184
+ export type ListAlertGroupCommandOutput = CommandOutput<ListAlertGroupResponse>;
185
+ export type ListAlertTemplatesCommandOutput = CommandOutput<ListAlertTemplatesResponse>;
186
+ export type ListContactGroupByIdsCommandOutput = CommandOutput<ListContactGroupByIdsResponse>;
187
+ export type ListContactGroupsCommandOutput = CommandOutput<ListContactGroupsResponse>;
188
+ export type ListContactsCommandOutput = CommandOutput<ListContactsResponse>;
189
+ export type ListContactsByIdsCommandOutput = CommandOutput<ListContactsByIdsResponse>;
190
+ export type ListDefaultNotifyTemplatesCommandOutput = CommandOutput<ListDefaultNotifyTemplatesResponse>;
191
+ export type ListEventRulesCommandOutput = CommandOutput<ListEventRulesResponse>;
192
+ export type ListEventsCommandOutput = CommandOutput<ListEventsResponse>;
193
+ export type ListNotificationsCommandOutput = CommandOutput<ListNotificationsResponse>;
194
+ export type ListNotifyTemplatesCommandOutput = CommandOutput<ListNotifyTemplatesResponse>;
195
+ export type ListO11yAgentECSInstanceMetadataCommandOutput = CommandOutput<ListO11yAgentECSInstanceMetadataResponse>;
196
+ export type ListO11yAgentECSInstancesCommandOutput = CommandOutput<ListO11yAgentECSInstancesResponse>;
197
+ export type ListO11yAgentECSProcessConfigsCommandOutput = CommandOutput<ListO11yAgentECSProcessConfigsResponse>;
198
+ export type ListO11yAgentVpcEndpointsCommandOutput = CommandOutput<ListO11yAgentVpcEndpointsResponse>;
199
+ export type ListObjectGroupsCommandOutput = CommandOutput<ListObjectGroupsResponse>;
200
+ export type ListPresetAlertTemplatesCommandOutput = CommandOutput<ListPresetAlertTemplatesResponse>;
201
+ export type ListRulesCommandOutput = CommandOutput<ListRulesResponse>;
202
+ export type ListRulesByIdsCommandOutput = CommandOutput<ListRulesByIdsResponse>;
203
+ export type ListSendAlertCommandOutput = CommandOutput<ListSendAlertResponse>;
204
+ export type ListSilencePolicyCommandOutput = CommandOutput<ListSilencePolicyResponse>;
205
+ export type ListWebhooksCommandOutput = CommandOutput<ListWebhooksResponse>;
206
+ export type ListWebhooksByIdsCommandOutput = CommandOutput<ListWebhooksByIdsResponse>;
207
+ export type ModifyStateOfSilencePolicyByIdsCommandOutput = CommandOutput<ModifyStateOfSilencePolicyByIdsResponse>;
208
+ export type PerformO11yAgentECSDeployTaskCommandOutput = CommandOutput<PerformO11yAgentECSDeployTaskResponse>;
209
+ export type SetStateOfRulesByIdsCommandOutput = CommandOutput<SetStateOfRulesByIdsResponse>;
210
+ export type TagResourcesCommandOutput = CommandOutput<TagResourcesResponse>;
211
+ export type UntagResourcesCommandOutput = CommandOutput<UntagResourcesResponse>;
212
+ export type UpdateAlertTemplateCommandOutput = CommandOutput<UpdateAlertTemplateResponse>;
213
+ export type UpdateContactGroupCommandOutput = CommandOutput<UpdateContactGroupResponse>;
214
+ export type UpdateContactGroupWithContactsCommandOutput = CommandOutput<UpdateContactGroupWithContactsResponse>;
215
+ export type UpdateContactsCommandOutput = CommandOutput<UpdateContactsResponse>;
216
+ export type UpdateContactsWithContactGroupsCommandOutput = CommandOutput<UpdateContactsWithContactGroupsResponse>;
217
+ export type UpdateEventRuleCommandOutput = CommandOutput<UpdateEventRuleResponse>;
218
+ export type UpdateNotificationCommandOutput = CommandOutput<UpdateNotificationResponse>;
219
+ export type UpdateNotifyTemplateCommandOutput = CommandOutput<UpdateNotifyTemplateResponse>;
220
+ export type UpdateO11yAgentECSAutoInstallCommandOutput = CommandOutput<UpdateO11yAgentECSAutoInstallResponse>;
221
+ export type UpdateO11yAgentECSProcessConfigCommandOutput = CommandOutput<UpdateO11yAgentECSProcessConfigResponse>;
222
+ export type UpdateObjectGroupCommandOutput = CommandOutput<UpdateObjectGroupResponse>;
223
+ export type UpdateRuleCommandOutput = CommandOutput<UpdateRuleResponse>;
224
+ export type UpdateSilencePolicyCommandOutput = CommandOutput<UpdateSilencePolicyResponse>;
225
+ export type UpdateWebhookCommandOutput = CommandOutput<UpdateWebhookResponse>;
226
+ /**
227
+ * CLOUDMONITORClient Service Client
228
+ */
229
+ export declare class CLOUDMONITORClient extends Client {
230
+ constructor(config?: ClientConfig);
231
+ }
232
+ /**
233
+ * Command to ApplyObjectGroupsByAlertTemplate
234
+ */
235
+ export declare class ApplyObjectGroupsByAlertTemplateCommand extends Command<ApplyObjectGroupsByAlertTemplateRequest, ApplyObjectGroupsByAlertTemplateCommandOutput, 'ApplyObjectGroupsByAlertTemplateCommand'> {
236
+ static readonly metaPath = "/ApplyObjectGroupsByAlertTemplate/2018-01-01/cloudmonitor/post/application_json/";
237
+ constructor(input: ApplyObjectGroupsByAlertTemplateRequest);
238
+ }
239
+ /**
240
+ * Command to CreateAlertTemplate
241
+ */
242
+ export declare class CreateAlertTemplateCommand extends Command<CreateAlertTemplateRequest, CreateAlertTemplateCommandOutput, 'CreateAlertTemplateCommand'> {
243
+ static readonly metaPath = "/CreateAlertTemplate/2018-01-01/cloudmonitor/post/application_json/";
244
+ constructor(input: CreateAlertTemplateRequest);
245
+ }
246
+ /**
247
+ * Command to CreateContactGroup
248
+ */
249
+ export declare class CreateContactGroupCommand extends Command<CreateContactGroupRequest, CreateContactGroupCommandOutput, 'CreateContactGroupCommand'> {
250
+ static readonly metaPath = "/CreateContactGroup/2018-01-01/cloudmonitor/post/application_json/";
251
+ constructor(input: CreateContactGroupRequest);
252
+ }
253
+ /**
254
+ * Command to CreateContacts
255
+ */
256
+ export declare class CreateContactsCommand extends Command<CreateContactsRequest, CreateContactsCommandOutput, 'CreateContactsCommand'> {
257
+ static readonly metaPath = "/CreateContacts/2018-01-01/cloudmonitor/post/application_json/";
258
+ constructor(input: CreateContactsRequest);
259
+ }
260
+ /**
261
+ * Command to CreateEventRule
262
+ */
263
+ export declare class CreateEventRuleCommand extends Command<CreateEventRuleRequest, CreateEventRuleCommandOutput, 'CreateEventRuleCommand'> {
264
+ static readonly metaPath = "/CreateEventRule/2018-01-01/cloudmonitor/post/application_json/";
265
+ constructor(input: CreateEventRuleRequest);
266
+ }
267
+ /**
268
+ * Command to CreateNotification
269
+ */
270
+ export declare class CreateNotificationCommand extends Command<CreateNotificationRequest, CreateNotificationCommandOutput, 'CreateNotificationCommand'> {
271
+ static readonly metaPath = "/CreateNotification/2018-01-01/cloudmonitor/post/application_json/";
272
+ constructor(input: CreateNotificationRequest);
273
+ }
274
+ /**
275
+ * Command to CreateNotifyTemplate
276
+ */
277
+ export declare class CreateNotifyTemplateCommand extends Command<CreateNotifyTemplateRequest, CreateNotifyTemplateCommandOutput, 'CreateNotifyTemplateCommand'> {
278
+ static readonly metaPath = "/CreateNotifyTemplate/2018-01-01/cloudmonitor/post/application_json/";
279
+ constructor(input: CreateNotifyTemplateRequest);
280
+ }
281
+ /**
282
+ * Command to CreateO11yAgentECSDeployTask
283
+ */
284
+ export declare class CreateO11yAgentECSDeployTaskCommand extends Command<CreateO11yAgentECSDeployTaskRequest, CreateO11yAgentECSDeployTaskCommandOutput, 'CreateO11yAgentECSDeployTaskCommand'> {
285
+ static readonly metaPath = "/CreateO11yAgentECSDeployTask/2018-01-01/cloudmonitor/post/application_json/";
286
+ constructor(input: CreateO11yAgentECSDeployTaskRequest);
287
+ }
288
+ /**
289
+ * Command to CreateObjectGroup
290
+ */
291
+ export declare class CreateObjectGroupCommand extends Command<CreateObjectGroupRequest, CreateObjectGroupCommandOutput, 'CreateObjectGroupCommand'> {
292
+ static readonly metaPath = "/CreateObjectGroup/2018-01-01/cloudmonitor/post/application_json/";
293
+ constructor(input: CreateObjectGroupRequest);
294
+ }
295
+ /**
296
+ * Command to CreateRule
297
+ */
298
+ export declare class CreateRuleCommand extends Command<CreateRuleRequest, CreateRuleCommandOutput, 'CreateRuleCommand'> {
299
+ static readonly metaPath = "/CreateRule/2018-01-01/cloudmonitor/post/application_json/";
300
+ constructor(input: CreateRuleRequest);
301
+ }
302
+ /**
303
+ * Command to CreateSilencePolicy
304
+ */
305
+ export declare class CreateSilencePolicyCommand extends Command<CreateSilencePolicyRequest, CreateSilencePolicyCommandOutput, 'CreateSilencePolicyCommand'> {
306
+ static readonly metaPath = "/CreateSilencePolicy/2018-01-01/cloudmonitor/post/application_json/";
307
+ constructor(input: CreateSilencePolicyRequest);
308
+ }
309
+ /**
310
+ * Command to CreateWebhook
311
+ */
312
+ export declare class CreateWebhookCommand extends Command<CreateWebhookRequest, CreateWebhookCommandOutput, 'CreateWebhookCommand'> {
313
+ static readonly metaPath = "/CreateWebhook/2018-01-01/cloudmonitor/post/application_json/";
314
+ constructor(input: CreateWebhookRequest);
315
+ }
316
+ /**
317
+ * Command to DeleteAlertTemplatesByIds
318
+ */
319
+ export declare class DeleteAlertTemplatesByIdsCommand extends Command<DeleteAlertTemplatesByIdsRequest, DeleteAlertTemplatesByIdsCommandOutput, 'DeleteAlertTemplatesByIdsCommand'> {
320
+ static readonly metaPath = "/DeleteAlertTemplatesByIds/2018-01-01/cloudmonitor/post/application_json/";
321
+ constructor(input: DeleteAlertTemplatesByIdsRequest);
322
+ }
323
+ /**
324
+ * Command to DeleteContactGroupByIds
325
+ */
326
+ export declare class DeleteContactGroupByIdsCommand extends Command<DeleteContactGroupByIdsRequest, DeleteContactGroupByIdsCommandOutput, 'DeleteContactGroupByIdsCommand'> {
327
+ static readonly metaPath = "/DeleteContactGroupByIds/2018-01-01/cloudmonitor/post/application_json/";
328
+ constructor(input: DeleteContactGroupByIdsRequest);
329
+ }
330
+ /**
331
+ * Command to DeleteContactsByIds
332
+ */
333
+ export declare class DeleteContactsByIdsCommand extends Command<DeleteContactsByIdsRequest, DeleteContactsByIdsCommandOutput, 'DeleteContactsByIdsCommand'> {
334
+ static readonly metaPath = "/DeleteContactsByIds/2018-01-01/cloudmonitor/post/application_json/";
335
+ constructor(input: DeleteContactsByIdsRequest);
336
+ }
337
+ /**
338
+ * Command to DeleteEventRule
339
+ */
340
+ export declare class DeleteEventRuleCommand extends Command<DeleteEventRuleRequest, DeleteEventRuleCommandOutput, 'DeleteEventRuleCommand'> {
341
+ static readonly metaPath = "/DeleteEventRule/2018-01-01/cloudmonitor/post/application_json/";
342
+ constructor(input: DeleteEventRuleRequest);
343
+ }
344
+ /**
345
+ * Command to DeleteNotificationsByIds
346
+ */
347
+ export declare class DeleteNotificationsByIdsCommand extends Command<DeleteNotificationsByIdsRequest, DeleteNotificationsByIdsCommandOutput, 'DeleteNotificationsByIdsCommand'> {
348
+ static readonly metaPath = "/DeleteNotificationsByIds/2018-01-01/cloudmonitor/post/application_json/";
349
+ constructor(input: DeleteNotificationsByIdsRequest);
350
+ }
351
+ /**
352
+ * Command to DeleteNotifyTemplatesByIds
353
+ */
354
+ export declare class DeleteNotifyTemplatesByIdsCommand extends Command<DeleteNotifyTemplatesByIdsRequest, DeleteNotifyTemplatesByIdsCommandOutput, 'DeleteNotifyTemplatesByIdsCommand'> {
355
+ static readonly metaPath = "/DeleteNotifyTemplatesByIds/2018-01-01/cloudmonitor/post/application_json/";
356
+ constructor(input: DeleteNotifyTemplatesByIdsRequest);
357
+ }
358
+ /**
359
+ * Command to DeleteObjectGroup
360
+ */
361
+ export declare class DeleteObjectGroupCommand extends Command<DeleteObjectGroupRequest, DeleteObjectGroupCommandOutput, 'DeleteObjectGroupCommand'> {
362
+ static readonly metaPath = "/DeleteObjectGroup/2018-01-01/cloudmonitor/post/application_json/";
363
+ constructor(input: DeleteObjectGroupRequest);
364
+ }
365
+ /**
366
+ * Command to DeleteRulesByIds
367
+ */
368
+ export declare class DeleteRulesByIdsCommand extends Command<DeleteRulesByIdsRequest, DeleteRulesByIdsCommandOutput, 'DeleteRulesByIdsCommand'> {
369
+ static readonly metaPath = "/DeleteRulesByIds/2018-01-01/cloudmonitor/post/application_json/";
370
+ constructor(input: DeleteRulesByIdsRequest);
371
+ }
372
+ /**
373
+ * Command to DeleteSilencePolicyByIds
374
+ */
375
+ export declare class DeleteSilencePolicyByIdsCommand extends Command<DeleteSilencePolicyByIdsRequest, DeleteSilencePolicyByIdsCommandOutput, 'DeleteSilencePolicyByIdsCommand'> {
376
+ static readonly metaPath = "/DeleteSilencePolicyByIds/2018-01-01/cloudmonitor/post/application_json/";
377
+ constructor(input: DeleteSilencePolicyByIdsRequest);
378
+ }
379
+ /**
380
+ * Command to DeleteWebhooksByIds
381
+ */
382
+ export declare class DeleteWebhooksByIdsCommand extends Command<DeleteWebhooksByIdsRequest, DeleteWebhooksByIdsCommandOutput, 'DeleteWebhooksByIdsCommand'> {
383
+ static readonly metaPath = "/DeleteWebhooksByIds/2018-01-01/cloudmonitor/post/application_json/";
384
+ constructor(input: DeleteWebhooksByIdsRequest);
385
+ }
386
+ /**
387
+ * Command to DisableEventRule
388
+ */
389
+ export declare class DisableEventRuleCommand extends Command<DisableEventRuleRequest, DisableEventRuleCommandOutput, 'DisableEventRuleCommand'> {
390
+ static readonly metaPath = "/DisableEventRule/2018-01-01/cloudmonitor/post/application_json/";
391
+ constructor(input: DisableEventRuleRequest);
392
+ }
393
+ /**
394
+ * Command to DisablePresetAlertTemplate
395
+ */
396
+ export declare class DisablePresetAlertTemplateCommand extends Command<DisablePresetAlertTemplateRequest, DisablePresetAlertTemplateCommandOutput, 'DisablePresetAlertTemplateCommand'> {
397
+ static readonly metaPath = "/DisablePresetAlertTemplate/2018-01-01/cloudmonitor/post/application_json/";
398
+ constructor(input: DisablePresetAlertTemplateRequest);
399
+ }
400
+ /**
401
+ * Command to EnableEventRule
402
+ */
403
+ export declare class EnableEventRuleCommand extends Command<EnableEventRuleRequest, EnableEventRuleCommandOutput, 'EnableEventRuleCommand'> {
404
+ static readonly metaPath = "/EnableEventRule/2018-01-01/cloudmonitor/post/application_json/";
405
+ constructor(input: EnableEventRuleRequest);
406
+ }
407
+ /**
408
+ * Command to EnablePresetAlertTemplate
409
+ */
410
+ export declare class EnablePresetAlertTemplateCommand extends Command<EnablePresetAlertTemplateRequest, EnablePresetAlertTemplateCommandOutput, 'EnablePresetAlertTemplateCommand'> {
411
+ static readonly metaPath = "/EnablePresetAlertTemplate/2018-01-01/cloudmonitor/post/application_json/";
412
+ constructor(input: EnablePresetAlertTemplateRequest);
413
+ }
414
+ /**
415
+ * Command to GetMetricData
416
+ */
417
+ export declare class GetMetricDataCommand extends Command<GetMetricDataRequest, GetMetricDataCommandOutput, 'GetMetricDataCommand'> {
418
+ static readonly metaPath = "/GetMetricData/2018-01-01/cloudmonitor/post/application_json/";
419
+ constructor(input: GetMetricDataRequest);
420
+ }
421
+ /**
422
+ * Command to GetO11yAgentECSAutoInstall
423
+ */
424
+ export declare class GetO11yAgentECSAutoInstallCommand extends Command<GetO11yAgentECSAutoInstallRequest, GetO11yAgentECSAutoInstallCommandOutput, 'GetO11yAgentECSAutoInstallCommand'> {
425
+ static readonly metaPath = "/GetO11yAgentECSAutoInstall/2018-01-01/cloudmonitor/post/application_json/";
426
+ constructor(input: GetO11yAgentECSAutoInstallRequest);
427
+ }
428
+ /**
429
+ * Command to GetTopData
430
+ */
431
+ export declare class GetTopDataCommand extends Command<GetTopDataRequest, GetTopDataCommandOutput, 'GetTopDataCommand'> {
432
+ static readonly metaPath = "/GetTopData/2018-01-01/cloudmonitor/post/application_json/";
433
+ constructor(input: GetTopDataRequest);
434
+ }
435
+ /**
436
+ * Command to ListAlertGroup
437
+ */
438
+ export declare class ListAlertGroupCommand extends Command<ListAlertGroupRequest, ListAlertGroupCommandOutput, 'ListAlertGroupCommand'> {
439
+ static readonly metaPath = "/ListAlertGroup/2018-01-01/cloudmonitor/post/application_json/";
440
+ constructor(input: ListAlertGroupRequest);
441
+ }
442
+ /**
443
+ * Command to ListAlertTemplates
444
+ */
445
+ export declare class ListAlertTemplatesCommand extends Command<ListAlertTemplatesRequest, ListAlertTemplatesCommandOutput, 'ListAlertTemplatesCommand'> {
446
+ static readonly metaPath = "/ListAlertTemplates/2018-01-01/cloudmonitor/post/application_json/";
447
+ constructor(input: ListAlertTemplatesRequest);
448
+ }
449
+ /**
450
+ * Command to ListContactGroupByIds
451
+ */
452
+ export declare class ListContactGroupByIdsCommand extends Command<ListContactGroupByIdsRequest, ListContactGroupByIdsCommandOutput, 'ListContactGroupByIdsCommand'> {
453
+ static readonly metaPath = "/ListContactGroupByIds/2018-01-01/cloudmonitor/post/application_json/";
454
+ constructor(input: ListContactGroupByIdsRequest);
455
+ }
456
+ /**
457
+ * Command to ListContactGroups
458
+ */
459
+ export declare class ListContactGroupsCommand extends Command<ListContactGroupsRequest, ListContactGroupsCommandOutput, 'ListContactGroupsCommand'> {
460
+ static readonly metaPath = "/ListContactGroups/2018-01-01/cloudmonitor/post/application_json/";
461
+ constructor(input: ListContactGroupsRequest);
462
+ }
463
+ /**
464
+ * Command to ListContacts
465
+ */
466
+ export declare class ListContactsCommand extends Command<ListContactsRequest, ListContactsCommandOutput, 'ListContactsCommand'> {
467
+ static readonly metaPath = "/ListContacts/2018-01-01/cloudmonitor/post/application_json/";
468
+ constructor(input: ListContactsRequest);
469
+ }
470
+ /**
471
+ * Command to ListContactsByIds
472
+ */
473
+ export declare class ListContactsByIdsCommand extends Command<ListContactsByIdsRequest, ListContactsByIdsCommandOutput, 'ListContactsByIdsCommand'> {
474
+ static readonly metaPath = "/ListContactsByIds/2018-01-01/cloudmonitor/post/application_json/";
475
+ constructor(input: ListContactsByIdsRequest);
476
+ }
477
+ /**
478
+ * Command to ListDefaultNotifyTemplates
479
+ */
480
+ export declare class ListDefaultNotifyTemplatesCommand extends Command<ListDefaultNotifyTemplatesRequest, ListDefaultNotifyTemplatesCommandOutput, 'ListDefaultNotifyTemplatesCommand'> {
481
+ static readonly metaPath = "/ListDefaultNotifyTemplates/2018-01-01/cloudmonitor/post/application_json/";
482
+ constructor(input: ListDefaultNotifyTemplatesRequest);
483
+ }
484
+ /**
485
+ * Command to ListEventRules
486
+ */
487
+ export declare class ListEventRulesCommand extends Command<ListEventRulesRequest, ListEventRulesCommandOutput, 'ListEventRulesCommand'> {
488
+ static readonly metaPath = "/ListEventRules/2018-01-01/cloudmonitor/post/application_json/";
489
+ constructor(input: ListEventRulesRequest);
490
+ }
491
+ /**
492
+ * Command to ListEvents
493
+ */
494
+ export declare class ListEventsCommand extends Command<ListEventsRequest, ListEventsCommandOutput, 'ListEventsCommand'> {
495
+ static readonly metaPath = "/ListEvents/2018-01-01/cloudmonitor/post/application_json/";
496
+ constructor(input: ListEventsRequest);
497
+ }
498
+ /**
499
+ * Command to ListNotifications
500
+ */
501
+ export declare class ListNotificationsCommand extends Command<ListNotificationsRequest, ListNotificationsCommandOutput, 'ListNotificationsCommand'> {
502
+ static readonly metaPath = "/ListNotifications/2018-01-01/cloudmonitor/post/application_json/";
503
+ constructor(input: ListNotificationsRequest);
504
+ }
505
+ /**
506
+ * Command to ListNotifyTemplates
507
+ */
508
+ export declare class ListNotifyTemplatesCommand extends Command<ListNotifyTemplatesRequest, ListNotifyTemplatesCommandOutput, 'ListNotifyTemplatesCommand'> {
509
+ static readonly metaPath = "/ListNotifyTemplates/2018-01-01/cloudmonitor/post/application_json/";
510
+ constructor(input: ListNotifyTemplatesRequest);
511
+ }
512
+ /**
513
+ * Command to ListO11yAgentECSInstanceMetadata
514
+ */
515
+ export declare class ListO11yAgentECSInstanceMetadataCommand extends Command<ListO11yAgentECSInstanceMetadataRequest, ListO11yAgentECSInstanceMetadataCommandOutput, 'ListO11yAgentECSInstanceMetadataCommand'> {
516
+ static readonly metaPath = "/ListO11yAgentECSInstanceMetadata/2018-01-01/cloudmonitor/post/application_json/";
517
+ constructor(input: ListO11yAgentECSInstanceMetadataRequest);
518
+ }
519
+ /**
520
+ * Command to ListO11yAgentECSInstances
521
+ */
522
+ export declare class ListO11yAgentECSInstancesCommand extends Command<ListO11yAgentECSInstancesRequest, ListO11yAgentECSInstancesCommandOutput, 'ListO11yAgentECSInstancesCommand'> {
523
+ static readonly metaPath = "/ListO11yAgentECSInstances/2018-01-01/cloudmonitor/post/application_json/";
524
+ constructor(input: ListO11yAgentECSInstancesRequest);
525
+ }
526
+ /**
527
+ * Command to ListO11yAgentECSProcessConfigs
528
+ */
529
+ export declare class ListO11yAgentECSProcessConfigsCommand extends Command<ListO11yAgentECSProcessConfigsRequest, ListO11yAgentECSProcessConfigsCommandOutput, 'ListO11yAgentECSProcessConfigsCommand'> {
530
+ static readonly metaPath = "/ListO11yAgentECSProcessConfigs/2018-01-01/cloudmonitor/post/application_json/";
531
+ constructor(input: ListO11yAgentECSProcessConfigsRequest);
532
+ }
533
+ /**
534
+ * Command to ListO11yAgentVpcEndpoints
535
+ */
536
+ export declare class ListO11yAgentVpcEndpointsCommand extends Command<ListO11yAgentVpcEndpointsRequest, ListO11yAgentVpcEndpointsCommandOutput, 'ListO11yAgentVpcEndpointsCommand'> {
537
+ static readonly metaPath = "/ListO11yAgentVpcEndpoints/2018-01-01/cloudmonitor/post/application_json/";
538
+ constructor(input: ListO11yAgentVpcEndpointsRequest);
539
+ }
540
+ /**
541
+ * Command to ListObjectGroups
542
+ */
543
+ export declare class ListObjectGroupsCommand extends Command<ListObjectGroupsRequest, ListObjectGroupsCommandOutput, 'ListObjectGroupsCommand'> {
544
+ static readonly metaPath = "/ListObjectGroups/2018-01-01/cloudmonitor/post/application_json/";
545
+ constructor(input: ListObjectGroupsRequest);
546
+ }
547
+ /**
548
+ * Command to ListPresetAlertTemplates
549
+ */
550
+ export declare class ListPresetAlertTemplatesCommand extends Command<ListPresetAlertTemplatesRequest, ListPresetAlertTemplatesCommandOutput, 'ListPresetAlertTemplatesCommand'> {
551
+ static readonly metaPath = "/ListPresetAlertTemplates/2018-01-01/cloudmonitor/post/application_json/";
552
+ constructor(input: ListPresetAlertTemplatesRequest);
553
+ }
554
+ /**
555
+ * Command to ListRules
556
+ */
557
+ export declare class ListRulesCommand extends Command<ListRulesRequest, ListRulesCommandOutput, 'ListRulesCommand'> {
558
+ static readonly metaPath = "/ListRules/2018-01-01/cloudmonitor/post/application_json/";
559
+ constructor(input: ListRulesRequest);
560
+ }
561
+ /**
562
+ * Command to ListRulesByIds
563
+ */
564
+ export declare class ListRulesByIdsCommand extends Command<ListRulesByIdsRequest, ListRulesByIdsCommandOutput, 'ListRulesByIdsCommand'> {
565
+ static readonly metaPath = "/ListRulesByIds/2018-01-01/cloudmonitor/post/application_json/";
566
+ constructor(input: ListRulesByIdsRequest);
567
+ }
568
+ /**
569
+ * Command to ListSendAlert
570
+ */
571
+ export declare class ListSendAlertCommand extends Command<ListSendAlertRequest, ListSendAlertCommandOutput, 'ListSendAlertCommand'> {
572
+ static readonly metaPath = "/ListSendAlert/2018-01-01/cloudmonitor/post/application_json/";
573
+ constructor(input: ListSendAlertRequest);
574
+ }
575
+ /**
576
+ * Command to ListSilencePolicy
577
+ */
578
+ export declare class ListSilencePolicyCommand extends Command<ListSilencePolicyRequest, ListSilencePolicyCommandOutput, 'ListSilencePolicyCommand'> {
579
+ static readonly metaPath = "/ListSilencePolicy/2018-01-01/cloudmonitor/post/application_json/";
580
+ constructor(input: ListSilencePolicyRequest);
581
+ }
582
+ /**
583
+ * Command to ListWebhooks
584
+ */
585
+ export declare class ListWebhooksCommand extends Command<ListWebhooksRequest, ListWebhooksCommandOutput, 'ListWebhooksCommand'> {
586
+ static readonly metaPath = "/ListWebhooks/2018-01-01/cloudmonitor/post/application_json/";
587
+ constructor(input: ListWebhooksRequest);
588
+ }
589
+ /**
590
+ * Command to ListWebhooksByIds
591
+ */
592
+ export declare class ListWebhooksByIdsCommand extends Command<ListWebhooksByIdsRequest, ListWebhooksByIdsCommandOutput, 'ListWebhooksByIdsCommand'> {
593
+ static readonly metaPath = "/ListWebhooksByIds/2018-01-01/cloudmonitor/post/application_json/";
594
+ constructor(input: ListWebhooksByIdsRequest);
595
+ }
596
+ /**
597
+ * Command to ModifyStateOfSilencePolicyByIds
598
+ */
599
+ export declare class ModifyStateOfSilencePolicyByIdsCommand extends Command<ModifyStateOfSilencePolicyByIdsRequest, ModifyStateOfSilencePolicyByIdsCommandOutput, 'ModifyStateOfSilencePolicyByIdsCommand'> {
600
+ static readonly metaPath = "/ModifyStateOfSilencePolicyByIds/2018-01-01/cloudmonitor/post/application_json/";
601
+ constructor(input: ModifyStateOfSilencePolicyByIdsRequest);
602
+ }
603
+ /**
604
+ * Command to PerformO11yAgentECSDeployTask
605
+ */
606
+ export declare class PerformO11yAgentECSDeployTaskCommand extends Command<PerformO11yAgentECSDeployTaskRequest, PerformO11yAgentECSDeployTaskCommandOutput, 'PerformO11yAgentECSDeployTaskCommand'> {
607
+ static readonly metaPath = "/PerformO11yAgentECSDeployTask/2018-01-01/cloudmonitor/post/application_json/";
608
+ constructor(input: PerformO11yAgentECSDeployTaskRequest);
609
+ }
610
+ /**
611
+ * Command to SetStateOfRulesByIds
612
+ */
613
+ export declare class SetStateOfRulesByIdsCommand extends Command<SetStateOfRulesByIdsRequest, SetStateOfRulesByIdsCommandOutput, 'SetStateOfRulesByIdsCommand'> {
614
+ static readonly metaPath = "/SetStateOfRulesByIds/2018-01-01/cloudmonitor/post/application_json/";
615
+ constructor(input: SetStateOfRulesByIdsRequest);
616
+ }
617
+ /**
618
+ * Command to TagResources
619
+ */
620
+ export declare class TagResourcesCommand extends Command<TagResourcesRequest, TagResourcesCommandOutput, 'TagResourcesCommand'> {
621
+ static readonly metaPath = "/TagResources/2018-01-01/cloudmonitor/post/application_json/";
622
+ constructor(input: TagResourcesRequest);
623
+ }
624
+ /**
625
+ * Command to UntagResources
626
+ */
627
+ export declare class UntagResourcesCommand extends Command<UntagResourcesRequest, UntagResourcesCommandOutput, 'UntagResourcesCommand'> {
628
+ static readonly metaPath = "/UntagResources/2018-01-01/cloudmonitor/post/application_json/";
629
+ constructor(input: UntagResourcesRequest);
630
+ }
631
+ /**
632
+ * Command to UpdateAlertTemplate
633
+ */
634
+ export declare class UpdateAlertTemplateCommand extends Command<UpdateAlertTemplateRequest, UpdateAlertTemplateCommandOutput, 'UpdateAlertTemplateCommand'> {
635
+ static readonly metaPath = "/UpdateAlertTemplate/2018-01-01/cloudmonitor/post/application_json/";
636
+ constructor(input: UpdateAlertTemplateRequest);
637
+ }
638
+ /**
639
+ * Command to UpdateContactGroup
640
+ */
641
+ export declare class UpdateContactGroupCommand extends Command<UpdateContactGroupRequest, UpdateContactGroupCommandOutput, 'UpdateContactGroupCommand'> {
642
+ static readonly metaPath = "/UpdateContactGroup/2018-01-01/cloudmonitor/post/application_json/";
643
+ constructor(input: UpdateContactGroupRequest);
644
+ }
645
+ /**
646
+ * Command to UpdateContactGroupWithContacts
647
+ */
648
+ export declare class UpdateContactGroupWithContactsCommand extends Command<UpdateContactGroupWithContactsRequest, UpdateContactGroupWithContactsCommandOutput, 'UpdateContactGroupWithContactsCommand'> {
649
+ static readonly metaPath = "/UpdateContactGroupWithContacts/2018-01-01/cloudmonitor/post/application_json/";
650
+ constructor(input: UpdateContactGroupWithContactsRequest);
651
+ }
652
+ /**
653
+ * Command to UpdateContacts
654
+ */
655
+ export declare class UpdateContactsCommand extends Command<UpdateContactsRequest, UpdateContactsCommandOutput, 'UpdateContactsCommand'> {
656
+ static readonly metaPath = "/UpdateContacts/2018-01-01/cloudmonitor/post/application_json/";
657
+ constructor(input: UpdateContactsRequest);
658
+ }
659
+ /**
660
+ * Command to UpdateContactsWithContactGroups
661
+ */
662
+ export declare class UpdateContactsWithContactGroupsCommand extends Command<UpdateContactsWithContactGroupsRequest, UpdateContactsWithContactGroupsCommandOutput, 'UpdateContactsWithContactGroupsCommand'> {
663
+ static readonly metaPath = "/UpdateContactsWithContactGroups/2018-01-01/cloudmonitor/post/application_json/";
664
+ constructor(input: UpdateContactsWithContactGroupsRequest);
665
+ }
666
+ /**
667
+ * Command to UpdateEventRule
668
+ */
669
+ export declare class UpdateEventRuleCommand extends Command<UpdateEventRuleRequest, UpdateEventRuleCommandOutput, 'UpdateEventRuleCommand'> {
670
+ static readonly metaPath = "/UpdateEventRule/2018-01-01/cloudmonitor/post/application_json/";
671
+ constructor(input: UpdateEventRuleRequest);
672
+ }
673
+ /**
674
+ * Command to UpdateNotification
675
+ */
676
+ export declare class UpdateNotificationCommand extends Command<UpdateNotificationRequest, UpdateNotificationCommandOutput, 'UpdateNotificationCommand'> {
677
+ static readonly metaPath = "/UpdateNotification/2018-01-01/cloudmonitor/post/application_json/";
678
+ constructor(input: UpdateNotificationRequest);
679
+ }
680
+ /**
681
+ * Command to UpdateNotifyTemplate
682
+ */
683
+ export declare class UpdateNotifyTemplateCommand extends Command<UpdateNotifyTemplateRequest, UpdateNotifyTemplateCommandOutput, 'UpdateNotifyTemplateCommand'> {
684
+ static readonly metaPath = "/UpdateNotifyTemplate/2018-01-01/cloudmonitor/post/application_json/";
685
+ constructor(input: UpdateNotifyTemplateRequest);
686
+ }
687
+ /**
688
+ * Command to UpdateO11yAgentECSAutoInstall
689
+ */
690
+ export declare class UpdateO11yAgentECSAutoInstallCommand extends Command<UpdateO11yAgentECSAutoInstallRequest, UpdateO11yAgentECSAutoInstallCommandOutput, 'UpdateO11yAgentECSAutoInstallCommand'> {
691
+ static readonly metaPath = "/UpdateO11yAgentECSAutoInstall/2018-01-01/cloudmonitor/post/application_json/";
692
+ constructor(input: UpdateO11yAgentECSAutoInstallRequest);
693
+ }
694
+ /**
695
+ * Command to UpdateO11yAgentECSProcessConfig
696
+ */
697
+ export declare class UpdateO11yAgentECSProcessConfigCommand extends Command<UpdateO11yAgentECSProcessConfigRequest, UpdateO11yAgentECSProcessConfigCommandOutput, 'UpdateO11yAgentECSProcessConfigCommand'> {
698
+ static readonly metaPath = "/UpdateO11yAgentECSProcessConfig/2018-01-01/cloudmonitor/post/application_json/";
699
+ constructor(input: UpdateO11yAgentECSProcessConfigRequest);
700
+ }
701
+ /**
702
+ * Command to UpdateObjectGroup
703
+ */
704
+ export declare class UpdateObjectGroupCommand extends Command<UpdateObjectGroupRequest, UpdateObjectGroupCommandOutput, 'UpdateObjectGroupCommand'> {
705
+ static readonly metaPath = "/UpdateObjectGroup/2018-01-01/cloudmonitor/post/application_json/";
706
+ constructor(input: UpdateObjectGroupRequest);
707
+ }
708
+ /**
709
+ * Command to UpdateRule
710
+ */
711
+ export declare class UpdateRuleCommand extends Command<UpdateRuleRequest, UpdateRuleCommandOutput, 'UpdateRuleCommand'> {
712
+ static readonly metaPath = "/UpdateRule/2018-01-01/cloudmonitor/post/application_json/";
713
+ constructor(input: UpdateRuleRequest);
714
+ }
715
+ /**
716
+ * Command to UpdateSilencePolicy
717
+ */
718
+ export declare class UpdateSilencePolicyCommand extends Command<UpdateSilencePolicyRequest, UpdateSilencePolicyCommandOutput, 'UpdateSilencePolicyCommand'> {
719
+ static readonly metaPath = "/UpdateSilencePolicy/2018-01-01/cloudmonitor/post/application_json/";
720
+ constructor(input: UpdateSilencePolicyRequest);
721
+ }
722
+ /**
723
+ * Command to UpdateWebhook
724
+ */
725
+ export declare class UpdateWebhookCommand extends Command<UpdateWebhookRequest, UpdateWebhookCommandOutput, 'UpdateWebhookCommand'> {
726
+ static readonly metaPath = "/UpdateWebhook/2018-01-01/cloudmonitor/post/application_json/";
727
+ constructor(input: UpdateWebhookRequest);
728
+ }
729
+ declare const _default: {
730
+ CLOUDMONITORClient: typeof CLOUDMONITORClient;
731
+ ApplyObjectGroupsByAlertTemplateCommand: typeof ApplyObjectGroupsByAlertTemplateCommand;
732
+ CreateAlertTemplateCommand: typeof CreateAlertTemplateCommand;
733
+ CreateContactGroupCommand: typeof CreateContactGroupCommand;
734
+ CreateContactsCommand: typeof CreateContactsCommand;
735
+ CreateEventRuleCommand: typeof CreateEventRuleCommand;
736
+ CreateNotificationCommand: typeof CreateNotificationCommand;
737
+ CreateNotifyTemplateCommand: typeof CreateNotifyTemplateCommand;
738
+ CreateO11yAgentECSDeployTaskCommand: typeof CreateO11yAgentECSDeployTaskCommand;
739
+ CreateObjectGroupCommand: typeof CreateObjectGroupCommand;
740
+ CreateRuleCommand: typeof CreateRuleCommand;
741
+ CreateSilencePolicyCommand: typeof CreateSilencePolicyCommand;
742
+ CreateWebhookCommand: typeof CreateWebhookCommand;
743
+ DeleteAlertTemplatesByIdsCommand: typeof DeleteAlertTemplatesByIdsCommand;
744
+ DeleteContactGroupByIdsCommand: typeof DeleteContactGroupByIdsCommand;
745
+ DeleteContactsByIdsCommand: typeof DeleteContactsByIdsCommand;
746
+ DeleteEventRuleCommand: typeof DeleteEventRuleCommand;
747
+ DeleteNotificationsByIdsCommand: typeof DeleteNotificationsByIdsCommand;
748
+ DeleteNotifyTemplatesByIdsCommand: typeof DeleteNotifyTemplatesByIdsCommand;
749
+ DeleteObjectGroupCommand: typeof DeleteObjectGroupCommand;
750
+ DeleteRulesByIdsCommand: typeof DeleteRulesByIdsCommand;
751
+ DeleteSilencePolicyByIdsCommand: typeof DeleteSilencePolicyByIdsCommand;
752
+ DeleteWebhooksByIdsCommand: typeof DeleteWebhooksByIdsCommand;
753
+ DisableEventRuleCommand: typeof DisableEventRuleCommand;
754
+ DisablePresetAlertTemplateCommand: typeof DisablePresetAlertTemplateCommand;
755
+ EnableEventRuleCommand: typeof EnableEventRuleCommand;
756
+ EnablePresetAlertTemplateCommand: typeof EnablePresetAlertTemplateCommand;
757
+ GetMetricDataCommand: typeof GetMetricDataCommand;
758
+ GetO11yAgentECSAutoInstallCommand: typeof GetO11yAgentECSAutoInstallCommand;
759
+ GetTopDataCommand: typeof GetTopDataCommand;
760
+ ListAlertGroupCommand: typeof ListAlertGroupCommand;
761
+ ListAlertTemplatesCommand: typeof ListAlertTemplatesCommand;
762
+ ListContactGroupByIdsCommand: typeof ListContactGroupByIdsCommand;
763
+ ListContactGroupsCommand: typeof ListContactGroupsCommand;
764
+ ListContactsCommand: typeof ListContactsCommand;
765
+ ListContactsByIdsCommand: typeof ListContactsByIdsCommand;
766
+ ListDefaultNotifyTemplatesCommand: typeof ListDefaultNotifyTemplatesCommand;
767
+ ListEventRulesCommand: typeof ListEventRulesCommand;
768
+ ListEventsCommand: typeof ListEventsCommand;
769
+ ListNotificationsCommand: typeof ListNotificationsCommand;
770
+ ListNotifyTemplatesCommand: typeof ListNotifyTemplatesCommand;
771
+ ListO11yAgentECSInstanceMetadataCommand: typeof ListO11yAgentECSInstanceMetadataCommand;
772
+ ListO11yAgentECSInstancesCommand: typeof ListO11yAgentECSInstancesCommand;
773
+ ListO11yAgentECSProcessConfigsCommand: typeof ListO11yAgentECSProcessConfigsCommand;
774
+ ListO11yAgentVpcEndpointsCommand: typeof ListO11yAgentVpcEndpointsCommand;
775
+ ListObjectGroupsCommand: typeof ListObjectGroupsCommand;
776
+ ListPresetAlertTemplatesCommand: typeof ListPresetAlertTemplatesCommand;
777
+ ListRulesCommand: typeof ListRulesCommand;
778
+ ListRulesByIdsCommand: typeof ListRulesByIdsCommand;
779
+ ListSendAlertCommand: typeof ListSendAlertCommand;
780
+ ListSilencePolicyCommand: typeof ListSilencePolicyCommand;
781
+ ListWebhooksCommand: typeof ListWebhooksCommand;
782
+ ListWebhooksByIdsCommand: typeof ListWebhooksByIdsCommand;
783
+ ModifyStateOfSilencePolicyByIdsCommand: typeof ModifyStateOfSilencePolicyByIdsCommand;
784
+ PerformO11yAgentECSDeployTaskCommand: typeof PerformO11yAgentECSDeployTaskCommand;
785
+ SetStateOfRulesByIdsCommand: typeof SetStateOfRulesByIdsCommand;
786
+ TagResourcesCommand: typeof TagResourcesCommand;
787
+ UntagResourcesCommand: typeof UntagResourcesCommand;
788
+ UpdateAlertTemplateCommand: typeof UpdateAlertTemplateCommand;
789
+ UpdateContactGroupCommand: typeof UpdateContactGroupCommand;
790
+ UpdateContactGroupWithContactsCommand: typeof UpdateContactGroupWithContactsCommand;
791
+ UpdateContactsCommand: typeof UpdateContactsCommand;
792
+ UpdateContactsWithContactGroupsCommand: typeof UpdateContactsWithContactGroupsCommand;
793
+ UpdateEventRuleCommand: typeof UpdateEventRuleCommand;
794
+ UpdateNotificationCommand: typeof UpdateNotificationCommand;
795
+ UpdateNotifyTemplateCommand: typeof UpdateNotifyTemplateCommand;
796
+ UpdateO11yAgentECSAutoInstallCommand: typeof UpdateO11yAgentECSAutoInstallCommand;
797
+ UpdateO11yAgentECSProcessConfigCommand: typeof UpdateO11yAgentECSProcessConfigCommand;
798
+ UpdateObjectGroupCommand: typeof UpdateObjectGroupCommand;
799
+ UpdateRuleCommand: typeof UpdateRuleCommand;
800
+ UpdateSilencePolicyCommand: typeof UpdateSilencePolicyCommand;
801
+ UpdateWebhookCommand: typeof UpdateWebhookCommand;
802
+ };
803
+ export default _default;
804
+ //# sourceMappingURL=api.d.ts.map