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,765 @@
1
+ "use strict";
2
+ var __webpack_require__ = {};
3
+ (()=>{
4
+ __webpack_require__.d = (exports1, definition)=>{
5
+ for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports1, key)) Object.defineProperty(exports1, key, {
6
+ enumerable: true,
7
+ get: definition[key]
8
+ });
9
+ };
10
+ })();
11
+ (()=>{
12
+ __webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
13
+ })();
14
+ (()=>{
15
+ __webpack_require__.r = (exports1)=>{
16
+ if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
17
+ value: 'Module'
18
+ });
19
+ Object.defineProperty(exports1, '__esModule', {
20
+ value: true
21
+ });
22
+ };
23
+ })();
24
+ var __webpack_exports__ = {};
25
+ __webpack_require__.r(__webpack_exports__);
26
+ __webpack_require__.d(__webpack_exports__, {
27
+ CLOUDMONITORClient: ()=>CLOUDMONITORClient,
28
+ DeleteAlertTemplatesByIdsCommand: ()=>DeleteAlertTemplatesByIdsCommand,
29
+ DeleteRulesByIdsCommand: ()=>DeleteRulesByIdsCommand,
30
+ UntagResourcesCommand: ()=>UntagResourcesCommand,
31
+ ListEventRulesCommand: ()=>ListEventRulesCommand,
32
+ DeleteNotificationsByIdsCommand: ()=>DeleteNotificationsByIdsCommand,
33
+ GetO11yAgentECSAutoInstallCommand: ()=>GetO11yAgentECSAutoInstallCommand,
34
+ UpdateO11yAgentECSAutoInstallCommand: ()=>UpdateO11yAgentECSAutoInstallCommand,
35
+ UpdateAlertTemplateCommand: ()=>UpdateAlertTemplateCommand,
36
+ UpdateEventRuleCommand: ()=>UpdateEventRuleCommand,
37
+ ListSendAlertCommand: ()=>ListSendAlertCommand,
38
+ CreateRuleCommand: ()=>CreateRuleCommand,
39
+ CreateSilencePolicyCommand: ()=>CreateSilencePolicyCommand,
40
+ DeleteSilencePolicyByIdsCommand: ()=>DeleteSilencePolicyByIdsCommand,
41
+ CreateWebhookCommand: ()=>CreateWebhookCommand,
42
+ ListEventsCommand: ()=>ListEventsCommand,
43
+ ListObjectGroupsCommand: ()=>ListObjectGroupsCommand,
44
+ ListO11yAgentECSProcessConfigsCommand: ()=>ListO11yAgentECSProcessConfigsCommand,
45
+ ListPresetAlertTemplatesCommand: ()=>ListPresetAlertTemplatesCommand,
46
+ ListWebhooksCommand: ()=>ListWebhooksCommand,
47
+ DeleteObjectGroupCommand: ()=>DeleteObjectGroupCommand,
48
+ EnableEventRuleCommand: ()=>EnableEventRuleCommand,
49
+ UpdateContactGroupWithContactsCommand: ()=>UpdateContactGroupWithContactsCommand,
50
+ CreateO11yAgentECSDeployTaskCommand: ()=>CreateO11yAgentECSDeployTaskCommand,
51
+ ListContactGroupByIdsCommand: ()=>ListContactGroupByIdsCommand,
52
+ ListNotifyTemplatesCommand: ()=>ListNotifyTemplatesCommand,
53
+ ListO11yAgentECSInstanceMetadataCommand: ()=>ListO11yAgentECSInstanceMetadataCommand,
54
+ UpdateO11yAgentECSProcessConfigCommand: ()=>UpdateO11yAgentECSProcessConfigCommand,
55
+ CreateNotifyTemplateCommand: ()=>CreateNotifyTemplateCommand,
56
+ GetMetricDataCommand: ()=>GetMetricDataCommand,
57
+ DeleteContactsByIdsCommand: ()=>DeleteContactsByIdsCommand,
58
+ ListDefaultNotifyTemplatesCommand: ()=>ListDefaultNotifyTemplatesCommand,
59
+ UpdateObjectGroupCommand: ()=>UpdateObjectGroupCommand,
60
+ ListWebhooksByIdsCommand: ()=>ListWebhooksByIdsCommand,
61
+ GetTopDataCommand: ()=>GetTopDataCommand,
62
+ ListSilencePolicyCommand: ()=>ListSilencePolicyCommand,
63
+ UpdateNotificationCommand: ()=>UpdateNotificationCommand,
64
+ UpdateNotifyTemplateCommand: ()=>UpdateNotifyTemplateCommand,
65
+ ListO11yAgentVpcEndpointsCommand: ()=>ListO11yAgentVpcEndpointsCommand,
66
+ CreateNotificationCommand: ()=>CreateNotificationCommand,
67
+ ListO11yAgentECSInstancesCommand: ()=>ListO11yAgentECSInstancesCommand,
68
+ ListContactGroupsCommand: ()=>ListContactGroupsCommand,
69
+ ListRulesCommand: ()=>ListRulesCommand,
70
+ CreateContactGroupCommand: ()=>CreateContactGroupCommand,
71
+ ListContactsByIdsCommand: ()=>ListContactsByIdsCommand,
72
+ ModifyStateOfSilencePolicyByIdsCommand: ()=>ModifyStateOfSilencePolicyByIdsCommand,
73
+ PerformO11yAgentECSDeployTaskCommand: ()=>PerformO11yAgentECSDeployTaskCommand,
74
+ SetStateOfRulesByIdsCommand: ()=>SetStateOfRulesByIdsCommand,
75
+ UpdateContactsCommand: ()=>UpdateContactsCommand,
76
+ UpdateRuleCommand: ()=>UpdateRuleCommand,
77
+ UpdateWebhookCommand: ()=>UpdateWebhookCommand,
78
+ CreateAlertTemplateCommand: ()=>CreateAlertTemplateCommand,
79
+ CreateContactsCommand: ()=>CreateContactsCommand,
80
+ EnablePresetAlertTemplateCommand: ()=>EnablePresetAlertTemplateCommand,
81
+ ApplyObjectGroupsByAlertTemplateCommand: ()=>ApplyObjectGroupsByAlertTemplateCommand,
82
+ UpdateContactsWithContactGroupsCommand: ()=>UpdateContactsWithContactGroupsCommand,
83
+ UpdateSilencePolicyCommand: ()=>UpdateSilencePolicyCommand,
84
+ ListAlertTemplatesCommand: ()=>ListAlertTemplatesCommand,
85
+ UpdateContactGroupCommand: ()=>UpdateContactGroupCommand,
86
+ ListAlertGroupCommand: ()=>ListAlertGroupCommand,
87
+ DisablePresetAlertTemplateCommand: ()=>DisablePresetAlertTemplateCommand,
88
+ CreateEventRuleCommand: ()=>CreateEventRuleCommand,
89
+ TagResourcesCommand: ()=>TagResourcesCommand,
90
+ DisableEventRuleCommand: ()=>DisableEventRuleCommand,
91
+ ListContactsCommand: ()=>ListContactsCommand,
92
+ ListRulesByIdsCommand: ()=>ListRulesByIdsCommand,
93
+ DeleteContactGroupByIdsCommand: ()=>DeleteContactGroupByIdsCommand,
94
+ DeleteEventRuleCommand: ()=>DeleteEventRuleCommand,
95
+ CreateObjectGroupCommand: ()=>CreateObjectGroupCommand,
96
+ DeleteWebhooksByIdsCommand: ()=>DeleteWebhooksByIdsCommand,
97
+ DeleteNotifyTemplatesByIdsCommand: ()=>DeleteNotifyTemplatesByIdsCommand,
98
+ ListNotificationsCommand: ()=>ListNotificationsCommand
99
+ });
100
+ const sdk_core_namespaceObject = require("@volcengine/sdk-core");
101
+ function _define_property(obj, key, value) {
102
+ if (key in obj) Object.defineProperty(obj, key, {
103
+ value: value,
104
+ enumerable: true,
105
+ configurable: true,
106
+ writable: true
107
+ });
108
+ else obj[key] = value;
109
+ return obj;
110
+ }
111
+ class CLOUDMONITORClient extends sdk_core_namespaceObject.Client {
112
+ constructor(config = {}){
113
+ super({
114
+ protocol: 'https',
115
+ region: 'cn-beijing',
116
+ ...config
117
+ });
118
+ }
119
+ }
120
+ class ApplyObjectGroupsByAlertTemplateCommand extends sdk_core_namespaceObject.Command {
121
+ constructor(input){
122
+ super(input);
123
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ApplyObjectGroupsByAlertTemplateCommand.metaPath);
124
+ }
125
+ }
126
+ _define_property(ApplyObjectGroupsByAlertTemplateCommand, "metaPath", '/ApplyObjectGroupsByAlertTemplate/2018-01-01/cloudmonitor/post/application_json/');
127
+ class CreateAlertTemplateCommand extends sdk_core_namespaceObject.Command {
128
+ constructor(input){
129
+ super(input);
130
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateAlertTemplateCommand.metaPath);
131
+ }
132
+ }
133
+ _define_property(CreateAlertTemplateCommand, "metaPath", '/CreateAlertTemplate/2018-01-01/cloudmonitor/post/application_json/');
134
+ class CreateContactGroupCommand extends sdk_core_namespaceObject.Command {
135
+ constructor(input){
136
+ super(input);
137
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateContactGroupCommand.metaPath);
138
+ }
139
+ }
140
+ _define_property(CreateContactGroupCommand, "metaPath", '/CreateContactGroup/2018-01-01/cloudmonitor/post/application_json/');
141
+ class CreateContactsCommand extends sdk_core_namespaceObject.Command {
142
+ constructor(input){
143
+ super(input);
144
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateContactsCommand.metaPath);
145
+ }
146
+ }
147
+ _define_property(CreateContactsCommand, "metaPath", '/CreateContacts/2018-01-01/cloudmonitor/post/application_json/');
148
+ class CreateEventRuleCommand extends sdk_core_namespaceObject.Command {
149
+ constructor(input){
150
+ super(input);
151
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateEventRuleCommand.metaPath);
152
+ }
153
+ }
154
+ _define_property(CreateEventRuleCommand, "metaPath", '/CreateEventRule/2018-01-01/cloudmonitor/post/application_json/');
155
+ class CreateNotificationCommand extends sdk_core_namespaceObject.Command {
156
+ constructor(input){
157
+ super(input);
158
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateNotificationCommand.metaPath);
159
+ }
160
+ }
161
+ _define_property(CreateNotificationCommand, "metaPath", '/CreateNotification/2018-01-01/cloudmonitor/post/application_json/');
162
+ class CreateNotifyTemplateCommand extends sdk_core_namespaceObject.Command {
163
+ constructor(input){
164
+ super(input);
165
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateNotifyTemplateCommand.metaPath);
166
+ }
167
+ }
168
+ _define_property(CreateNotifyTemplateCommand, "metaPath", '/CreateNotifyTemplate/2018-01-01/cloudmonitor/post/application_json/');
169
+ class CreateO11yAgentECSDeployTaskCommand extends sdk_core_namespaceObject.Command {
170
+ constructor(input){
171
+ super(input);
172
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateO11yAgentECSDeployTaskCommand.metaPath);
173
+ }
174
+ }
175
+ _define_property(CreateO11yAgentECSDeployTaskCommand, "metaPath", '/CreateO11yAgentECSDeployTask/2018-01-01/cloudmonitor/post/application_json/');
176
+ class CreateObjectGroupCommand extends sdk_core_namespaceObject.Command {
177
+ constructor(input){
178
+ super(input);
179
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateObjectGroupCommand.metaPath);
180
+ }
181
+ }
182
+ _define_property(CreateObjectGroupCommand, "metaPath", '/CreateObjectGroup/2018-01-01/cloudmonitor/post/application_json/');
183
+ class CreateRuleCommand extends sdk_core_namespaceObject.Command {
184
+ constructor(input){
185
+ super(input);
186
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateRuleCommand.metaPath);
187
+ }
188
+ }
189
+ _define_property(CreateRuleCommand, "metaPath", '/CreateRule/2018-01-01/cloudmonitor/post/application_json/');
190
+ class CreateSilencePolicyCommand extends sdk_core_namespaceObject.Command {
191
+ constructor(input){
192
+ super(input);
193
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateSilencePolicyCommand.metaPath);
194
+ }
195
+ }
196
+ _define_property(CreateSilencePolicyCommand, "metaPath", '/CreateSilencePolicy/2018-01-01/cloudmonitor/post/application_json/');
197
+ class CreateWebhookCommand extends sdk_core_namespaceObject.Command {
198
+ constructor(input){
199
+ super(input);
200
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateWebhookCommand.metaPath);
201
+ }
202
+ }
203
+ _define_property(CreateWebhookCommand, "metaPath", '/CreateWebhook/2018-01-01/cloudmonitor/post/application_json/');
204
+ class DeleteAlertTemplatesByIdsCommand extends sdk_core_namespaceObject.Command {
205
+ constructor(input){
206
+ super(input);
207
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteAlertTemplatesByIdsCommand.metaPath);
208
+ }
209
+ }
210
+ _define_property(DeleteAlertTemplatesByIdsCommand, "metaPath", '/DeleteAlertTemplatesByIds/2018-01-01/cloudmonitor/post/application_json/');
211
+ class DeleteContactGroupByIdsCommand extends sdk_core_namespaceObject.Command {
212
+ constructor(input){
213
+ super(input);
214
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteContactGroupByIdsCommand.metaPath);
215
+ }
216
+ }
217
+ _define_property(DeleteContactGroupByIdsCommand, "metaPath", '/DeleteContactGroupByIds/2018-01-01/cloudmonitor/post/application_json/');
218
+ class DeleteContactsByIdsCommand extends sdk_core_namespaceObject.Command {
219
+ constructor(input){
220
+ super(input);
221
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteContactsByIdsCommand.metaPath);
222
+ }
223
+ }
224
+ _define_property(DeleteContactsByIdsCommand, "metaPath", '/DeleteContactsByIds/2018-01-01/cloudmonitor/post/application_json/');
225
+ class DeleteEventRuleCommand extends sdk_core_namespaceObject.Command {
226
+ constructor(input){
227
+ super(input);
228
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteEventRuleCommand.metaPath);
229
+ }
230
+ }
231
+ _define_property(DeleteEventRuleCommand, "metaPath", '/DeleteEventRule/2018-01-01/cloudmonitor/post/application_json/');
232
+ class DeleteNotificationsByIdsCommand extends sdk_core_namespaceObject.Command {
233
+ constructor(input){
234
+ super(input);
235
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteNotificationsByIdsCommand.metaPath);
236
+ }
237
+ }
238
+ _define_property(DeleteNotificationsByIdsCommand, "metaPath", '/DeleteNotificationsByIds/2018-01-01/cloudmonitor/post/application_json/');
239
+ class DeleteNotifyTemplatesByIdsCommand extends sdk_core_namespaceObject.Command {
240
+ constructor(input){
241
+ super(input);
242
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteNotifyTemplatesByIdsCommand.metaPath);
243
+ }
244
+ }
245
+ _define_property(DeleteNotifyTemplatesByIdsCommand, "metaPath", '/DeleteNotifyTemplatesByIds/2018-01-01/cloudmonitor/post/application_json/');
246
+ class DeleteObjectGroupCommand extends sdk_core_namespaceObject.Command {
247
+ constructor(input){
248
+ super(input);
249
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteObjectGroupCommand.metaPath);
250
+ }
251
+ }
252
+ _define_property(DeleteObjectGroupCommand, "metaPath", '/DeleteObjectGroup/2018-01-01/cloudmonitor/post/application_json/');
253
+ class DeleteRulesByIdsCommand extends sdk_core_namespaceObject.Command {
254
+ constructor(input){
255
+ super(input);
256
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteRulesByIdsCommand.metaPath);
257
+ }
258
+ }
259
+ _define_property(DeleteRulesByIdsCommand, "metaPath", '/DeleteRulesByIds/2018-01-01/cloudmonitor/post/application_json/');
260
+ class DeleteSilencePolicyByIdsCommand extends sdk_core_namespaceObject.Command {
261
+ constructor(input){
262
+ super(input);
263
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteSilencePolicyByIdsCommand.metaPath);
264
+ }
265
+ }
266
+ _define_property(DeleteSilencePolicyByIdsCommand, "metaPath", '/DeleteSilencePolicyByIds/2018-01-01/cloudmonitor/post/application_json/');
267
+ class DeleteWebhooksByIdsCommand extends sdk_core_namespaceObject.Command {
268
+ constructor(input){
269
+ super(input);
270
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteWebhooksByIdsCommand.metaPath);
271
+ }
272
+ }
273
+ _define_property(DeleteWebhooksByIdsCommand, "metaPath", '/DeleteWebhooksByIds/2018-01-01/cloudmonitor/post/application_json/');
274
+ class DisableEventRuleCommand extends sdk_core_namespaceObject.Command {
275
+ constructor(input){
276
+ super(input);
277
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DisableEventRuleCommand.metaPath);
278
+ }
279
+ }
280
+ _define_property(DisableEventRuleCommand, "metaPath", '/DisableEventRule/2018-01-01/cloudmonitor/post/application_json/');
281
+ class DisablePresetAlertTemplateCommand extends sdk_core_namespaceObject.Command {
282
+ constructor(input){
283
+ super(input);
284
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DisablePresetAlertTemplateCommand.metaPath);
285
+ }
286
+ }
287
+ _define_property(DisablePresetAlertTemplateCommand, "metaPath", '/DisablePresetAlertTemplate/2018-01-01/cloudmonitor/post/application_json/');
288
+ class EnableEventRuleCommand extends sdk_core_namespaceObject.Command {
289
+ constructor(input){
290
+ super(input);
291
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(EnableEventRuleCommand.metaPath);
292
+ }
293
+ }
294
+ _define_property(EnableEventRuleCommand, "metaPath", '/EnableEventRule/2018-01-01/cloudmonitor/post/application_json/');
295
+ class EnablePresetAlertTemplateCommand extends sdk_core_namespaceObject.Command {
296
+ constructor(input){
297
+ super(input);
298
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(EnablePresetAlertTemplateCommand.metaPath);
299
+ }
300
+ }
301
+ _define_property(EnablePresetAlertTemplateCommand, "metaPath", '/EnablePresetAlertTemplate/2018-01-01/cloudmonitor/post/application_json/');
302
+ class GetMetricDataCommand extends sdk_core_namespaceObject.Command {
303
+ constructor(input){
304
+ super(input);
305
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetMetricDataCommand.metaPath);
306
+ }
307
+ }
308
+ _define_property(GetMetricDataCommand, "metaPath", '/GetMetricData/2018-01-01/cloudmonitor/post/application_json/');
309
+ class GetO11yAgentECSAutoInstallCommand extends sdk_core_namespaceObject.Command {
310
+ constructor(input){
311
+ super(input);
312
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetO11yAgentECSAutoInstallCommand.metaPath);
313
+ }
314
+ }
315
+ _define_property(GetO11yAgentECSAutoInstallCommand, "metaPath", '/GetO11yAgentECSAutoInstall/2018-01-01/cloudmonitor/post/application_json/');
316
+ class GetTopDataCommand extends sdk_core_namespaceObject.Command {
317
+ constructor(input){
318
+ super(input);
319
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetTopDataCommand.metaPath);
320
+ }
321
+ }
322
+ _define_property(GetTopDataCommand, "metaPath", '/GetTopData/2018-01-01/cloudmonitor/post/application_json/');
323
+ class ListAlertGroupCommand extends sdk_core_namespaceObject.Command {
324
+ constructor(input){
325
+ super(input);
326
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListAlertGroupCommand.metaPath);
327
+ }
328
+ }
329
+ _define_property(ListAlertGroupCommand, "metaPath", '/ListAlertGroup/2018-01-01/cloudmonitor/post/application_json/');
330
+ class ListAlertTemplatesCommand extends sdk_core_namespaceObject.Command {
331
+ constructor(input){
332
+ super(input);
333
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListAlertTemplatesCommand.metaPath);
334
+ }
335
+ }
336
+ _define_property(ListAlertTemplatesCommand, "metaPath", '/ListAlertTemplates/2018-01-01/cloudmonitor/post/application_json/');
337
+ class ListContactGroupByIdsCommand extends sdk_core_namespaceObject.Command {
338
+ constructor(input){
339
+ super(input);
340
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListContactGroupByIdsCommand.metaPath);
341
+ }
342
+ }
343
+ _define_property(ListContactGroupByIdsCommand, "metaPath", '/ListContactGroupByIds/2018-01-01/cloudmonitor/post/application_json/');
344
+ class ListContactGroupsCommand extends sdk_core_namespaceObject.Command {
345
+ constructor(input){
346
+ super(input);
347
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListContactGroupsCommand.metaPath);
348
+ }
349
+ }
350
+ _define_property(ListContactGroupsCommand, "metaPath", '/ListContactGroups/2018-01-01/cloudmonitor/post/application_json/');
351
+ class ListContactsCommand extends sdk_core_namespaceObject.Command {
352
+ constructor(input){
353
+ super(input);
354
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListContactsCommand.metaPath);
355
+ }
356
+ }
357
+ _define_property(ListContactsCommand, "metaPath", '/ListContacts/2018-01-01/cloudmonitor/post/application_json/');
358
+ class ListContactsByIdsCommand extends sdk_core_namespaceObject.Command {
359
+ constructor(input){
360
+ super(input);
361
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListContactsByIdsCommand.metaPath);
362
+ }
363
+ }
364
+ _define_property(ListContactsByIdsCommand, "metaPath", '/ListContactsByIds/2018-01-01/cloudmonitor/post/application_json/');
365
+ class ListDefaultNotifyTemplatesCommand extends sdk_core_namespaceObject.Command {
366
+ constructor(input){
367
+ super(input);
368
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListDefaultNotifyTemplatesCommand.metaPath);
369
+ }
370
+ }
371
+ _define_property(ListDefaultNotifyTemplatesCommand, "metaPath", '/ListDefaultNotifyTemplates/2018-01-01/cloudmonitor/post/application_json/');
372
+ class ListEventRulesCommand extends sdk_core_namespaceObject.Command {
373
+ constructor(input){
374
+ super(input);
375
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListEventRulesCommand.metaPath);
376
+ }
377
+ }
378
+ _define_property(ListEventRulesCommand, "metaPath", '/ListEventRules/2018-01-01/cloudmonitor/post/application_json/');
379
+ class ListEventsCommand extends sdk_core_namespaceObject.Command {
380
+ constructor(input){
381
+ super(input);
382
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListEventsCommand.metaPath);
383
+ }
384
+ }
385
+ _define_property(ListEventsCommand, "metaPath", '/ListEvents/2018-01-01/cloudmonitor/post/application_json/');
386
+ class ListNotificationsCommand extends sdk_core_namespaceObject.Command {
387
+ constructor(input){
388
+ super(input);
389
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListNotificationsCommand.metaPath);
390
+ }
391
+ }
392
+ _define_property(ListNotificationsCommand, "metaPath", '/ListNotifications/2018-01-01/cloudmonitor/post/application_json/');
393
+ class ListNotifyTemplatesCommand extends sdk_core_namespaceObject.Command {
394
+ constructor(input){
395
+ super(input);
396
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListNotifyTemplatesCommand.metaPath);
397
+ }
398
+ }
399
+ _define_property(ListNotifyTemplatesCommand, "metaPath", '/ListNotifyTemplates/2018-01-01/cloudmonitor/post/application_json/');
400
+ class ListO11yAgentECSInstanceMetadataCommand extends sdk_core_namespaceObject.Command {
401
+ constructor(input){
402
+ super(input);
403
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListO11yAgentECSInstanceMetadataCommand.metaPath);
404
+ }
405
+ }
406
+ _define_property(ListO11yAgentECSInstanceMetadataCommand, "metaPath", '/ListO11yAgentECSInstanceMetadata/2018-01-01/cloudmonitor/post/application_json/');
407
+ class ListO11yAgentECSInstancesCommand extends sdk_core_namespaceObject.Command {
408
+ constructor(input){
409
+ super(input);
410
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListO11yAgentECSInstancesCommand.metaPath);
411
+ }
412
+ }
413
+ _define_property(ListO11yAgentECSInstancesCommand, "metaPath", '/ListO11yAgentECSInstances/2018-01-01/cloudmonitor/post/application_json/');
414
+ class ListO11yAgentECSProcessConfigsCommand extends sdk_core_namespaceObject.Command {
415
+ constructor(input){
416
+ super(input);
417
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListO11yAgentECSProcessConfigsCommand.metaPath);
418
+ }
419
+ }
420
+ _define_property(ListO11yAgentECSProcessConfigsCommand, "metaPath", '/ListO11yAgentECSProcessConfigs/2018-01-01/cloudmonitor/post/application_json/');
421
+ class ListO11yAgentVpcEndpointsCommand extends sdk_core_namespaceObject.Command {
422
+ constructor(input){
423
+ super(input);
424
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListO11yAgentVpcEndpointsCommand.metaPath);
425
+ }
426
+ }
427
+ _define_property(ListO11yAgentVpcEndpointsCommand, "metaPath", '/ListO11yAgentVpcEndpoints/2018-01-01/cloudmonitor/post/application_json/');
428
+ class ListObjectGroupsCommand extends sdk_core_namespaceObject.Command {
429
+ constructor(input){
430
+ super(input);
431
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListObjectGroupsCommand.metaPath);
432
+ }
433
+ }
434
+ _define_property(ListObjectGroupsCommand, "metaPath", '/ListObjectGroups/2018-01-01/cloudmonitor/post/application_json/');
435
+ class ListPresetAlertTemplatesCommand extends sdk_core_namespaceObject.Command {
436
+ constructor(input){
437
+ super(input);
438
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListPresetAlertTemplatesCommand.metaPath);
439
+ }
440
+ }
441
+ _define_property(ListPresetAlertTemplatesCommand, "metaPath", '/ListPresetAlertTemplates/2018-01-01/cloudmonitor/post/application_json/');
442
+ class ListRulesCommand extends sdk_core_namespaceObject.Command {
443
+ constructor(input){
444
+ super(input);
445
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListRulesCommand.metaPath);
446
+ }
447
+ }
448
+ _define_property(ListRulesCommand, "metaPath", '/ListRules/2018-01-01/cloudmonitor/post/application_json/');
449
+ class ListRulesByIdsCommand extends sdk_core_namespaceObject.Command {
450
+ constructor(input){
451
+ super(input);
452
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListRulesByIdsCommand.metaPath);
453
+ }
454
+ }
455
+ _define_property(ListRulesByIdsCommand, "metaPath", '/ListRulesByIds/2018-01-01/cloudmonitor/post/application_json/');
456
+ class ListSendAlertCommand extends sdk_core_namespaceObject.Command {
457
+ constructor(input){
458
+ super(input);
459
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListSendAlertCommand.metaPath);
460
+ }
461
+ }
462
+ _define_property(ListSendAlertCommand, "metaPath", '/ListSendAlert/2018-01-01/cloudmonitor/post/application_json/');
463
+ class ListSilencePolicyCommand extends sdk_core_namespaceObject.Command {
464
+ constructor(input){
465
+ super(input);
466
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListSilencePolicyCommand.metaPath);
467
+ }
468
+ }
469
+ _define_property(ListSilencePolicyCommand, "metaPath", '/ListSilencePolicy/2018-01-01/cloudmonitor/post/application_json/');
470
+ class ListWebhooksCommand extends sdk_core_namespaceObject.Command {
471
+ constructor(input){
472
+ super(input);
473
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListWebhooksCommand.metaPath);
474
+ }
475
+ }
476
+ _define_property(ListWebhooksCommand, "metaPath", '/ListWebhooks/2018-01-01/cloudmonitor/post/application_json/');
477
+ class ListWebhooksByIdsCommand extends sdk_core_namespaceObject.Command {
478
+ constructor(input){
479
+ super(input);
480
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListWebhooksByIdsCommand.metaPath);
481
+ }
482
+ }
483
+ _define_property(ListWebhooksByIdsCommand, "metaPath", '/ListWebhooksByIds/2018-01-01/cloudmonitor/post/application_json/');
484
+ class ModifyStateOfSilencePolicyByIdsCommand extends sdk_core_namespaceObject.Command {
485
+ constructor(input){
486
+ super(input);
487
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ModifyStateOfSilencePolicyByIdsCommand.metaPath);
488
+ }
489
+ }
490
+ _define_property(ModifyStateOfSilencePolicyByIdsCommand, "metaPath", '/ModifyStateOfSilencePolicyByIds/2018-01-01/cloudmonitor/post/application_json/');
491
+ class PerformO11yAgentECSDeployTaskCommand extends sdk_core_namespaceObject.Command {
492
+ constructor(input){
493
+ super(input);
494
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(PerformO11yAgentECSDeployTaskCommand.metaPath);
495
+ }
496
+ }
497
+ _define_property(PerformO11yAgentECSDeployTaskCommand, "metaPath", '/PerformO11yAgentECSDeployTask/2018-01-01/cloudmonitor/post/application_json/');
498
+ class SetStateOfRulesByIdsCommand extends sdk_core_namespaceObject.Command {
499
+ constructor(input){
500
+ super(input);
501
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(SetStateOfRulesByIdsCommand.metaPath);
502
+ }
503
+ }
504
+ _define_property(SetStateOfRulesByIdsCommand, "metaPath", '/SetStateOfRulesByIds/2018-01-01/cloudmonitor/post/application_json/');
505
+ class TagResourcesCommand extends sdk_core_namespaceObject.Command {
506
+ constructor(input){
507
+ super(input);
508
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(TagResourcesCommand.metaPath);
509
+ }
510
+ }
511
+ _define_property(TagResourcesCommand, "metaPath", '/TagResources/2018-01-01/cloudmonitor/post/application_json/');
512
+ class UntagResourcesCommand extends sdk_core_namespaceObject.Command {
513
+ constructor(input){
514
+ super(input);
515
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UntagResourcesCommand.metaPath);
516
+ }
517
+ }
518
+ _define_property(UntagResourcesCommand, "metaPath", '/UntagResources/2018-01-01/cloudmonitor/post/application_json/');
519
+ class UpdateAlertTemplateCommand extends sdk_core_namespaceObject.Command {
520
+ constructor(input){
521
+ super(input);
522
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateAlertTemplateCommand.metaPath);
523
+ }
524
+ }
525
+ _define_property(UpdateAlertTemplateCommand, "metaPath", '/UpdateAlertTemplate/2018-01-01/cloudmonitor/post/application_json/');
526
+ class UpdateContactGroupCommand extends sdk_core_namespaceObject.Command {
527
+ constructor(input){
528
+ super(input);
529
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateContactGroupCommand.metaPath);
530
+ }
531
+ }
532
+ _define_property(UpdateContactGroupCommand, "metaPath", '/UpdateContactGroup/2018-01-01/cloudmonitor/post/application_json/');
533
+ class UpdateContactGroupWithContactsCommand extends sdk_core_namespaceObject.Command {
534
+ constructor(input){
535
+ super(input);
536
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateContactGroupWithContactsCommand.metaPath);
537
+ }
538
+ }
539
+ _define_property(UpdateContactGroupWithContactsCommand, "metaPath", '/UpdateContactGroupWithContacts/2018-01-01/cloudmonitor/post/application_json/');
540
+ class UpdateContactsCommand extends sdk_core_namespaceObject.Command {
541
+ constructor(input){
542
+ super(input);
543
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateContactsCommand.metaPath);
544
+ }
545
+ }
546
+ _define_property(UpdateContactsCommand, "metaPath", '/UpdateContacts/2018-01-01/cloudmonitor/post/application_json/');
547
+ class UpdateContactsWithContactGroupsCommand extends sdk_core_namespaceObject.Command {
548
+ constructor(input){
549
+ super(input);
550
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateContactsWithContactGroupsCommand.metaPath);
551
+ }
552
+ }
553
+ _define_property(UpdateContactsWithContactGroupsCommand, "metaPath", '/UpdateContactsWithContactGroups/2018-01-01/cloudmonitor/post/application_json/');
554
+ class UpdateEventRuleCommand extends sdk_core_namespaceObject.Command {
555
+ constructor(input){
556
+ super(input);
557
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateEventRuleCommand.metaPath);
558
+ }
559
+ }
560
+ _define_property(UpdateEventRuleCommand, "metaPath", '/UpdateEventRule/2018-01-01/cloudmonitor/post/application_json/');
561
+ class UpdateNotificationCommand extends sdk_core_namespaceObject.Command {
562
+ constructor(input){
563
+ super(input);
564
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateNotificationCommand.metaPath);
565
+ }
566
+ }
567
+ _define_property(UpdateNotificationCommand, "metaPath", '/UpdateNotification/2018-01-01/cloudmonitor/post/application_json/');
568
+ class UpdateNotifyTemplateCommand extends sdk_core_namespaceObject.Command {
569
+ constructor(input){
570
+ super(input);
571
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateNotifyTemplateCommand.metaPath);
572
+ }
573
+ }
574
+ _define_property(UpdateNotifyTemplateCommand, "metaPath", '/UpdateNotifyTemplate/2018-01-01/cloudmonitor/post/application_json/');
575
+ class UpdateO11yAgentECSAutoInstallCommand extends sdk_core_namespaceObject.Command {
576
+ constructor(input){
577
+ super(input);
578
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateO11yAgentECSAutoInstallCommand.metaPath);
579
+ }
580
+ }
581
+ _define_property(UpdateO11yAgentECSAutoInstallCommand, "metaPath", '/UpdateO11yAgentECSAutoInstall/2018-01-01/cloudmonitor/post/application_json/');
582
+ class UpdateO11yAgentECSProcessConfigCommand extends sdk_core_namespaceObject.Command {
583
+ constructor(input){
584
+ super(input);
585
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateO11yAgentECSProcessConfigCommand.metaPath);
586
+ }
587
+ }
588
+ _define_property(UpdateO11yAgentECSProcessConfigCommand, "metaPath", '/UpdateO11yAgentECSProcessConfig/2018-01-01/cloudmonitor/post/application_json/');
589
+ class UpdateObjectGroupCommand extends sdk_core_namespaceObject.Command {
590
+ constructor(input){
591
+ super(input);
592
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateObjectGroupCommand.metaPath);
593
+ }
594
+ }
595
+ _define_property(UpdateObjectGroupCommand, "metaPath", '/UpdateObjectGroup/2018-01-01/cloudmonitor/post/application_json/');
596
+ class UpdateRuleCommand extends sdk_core_namespaceObject.Command {
597
+ constructor(input){
598
+ super(input);
599
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateRuleCommand.metaPath);
600
+ }
601
+ }
602
+ _define_property(UpdateRuleCommand, "metaPath", '/UpdateRule/2018-01-01/cloudmonitor/post/application_json/');
603
+ class UpdateSilencePolicyCommand extends sdk_core_namespaceObject.Command {
604
+ constructor(input){
605
+ super(input);
606
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateSilencePolicyCommand.metaPath);
607
+ }
608
+ }
609
+ _define_property(UpdateSilencePolicyCommand, "metaPath", '/UpdateSilencePolicy/2018-01-01/cloudmonitor/post/application_json/');
610
+ class UpdateWebhookCommand extends sdk_core_namespaceObject.Command {
611
+ constructor(input){
612
+ super(input);
613
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateWebhookCommand.metaPath);
614
+ }
615
+ }
616
+ _define_property(UpdateWebhookCommand, "metaPath", '/UpdateWebhook/2018-01-01/cloudmonitor/post/application_json/');
617
+ exports.ApplyObjectGroupsByAlertTemplateCommand = __webpack_exports__.ApplyObjectGroupsByAlertTemplateCommand;
618
+ exports.CLOUDMONITORClient = __webpack_exports__.CLOUDMONITORClient;
619
+ exports.CreateAlertTemplateCommand = __webpack_exports__.CreateAlertTemplateCommand;
620
+ exports.CreateContactGroupCommand = __webpack_exports__.CreateContactGroupCommand;
621
+ exports.CreateContactsCommand = __webpack_exports__.CreateContactsCommand;
622
+ exports.CreateEventRuleCommand = __webpack_exports__.CreateEventRuleCommand;
623
+ exports.CreateNotificationCommand = __webpack_exports__.CreateNotificationCommand;
624
+ exports.CreateNotifyTemplateCommand = __webpack_exports__.CreateNotifyTemplateCommand;
625
+ exports.CreateO11yAgentECSDeployTaskCommand = __webpack_exports__.CreateO11yAgentECSDeployTaskCommand;
626
+ exports.CreateObjectGroupCommand = __webpack_exports__.CreateObjectGroupCommand;
627
+ exports.CreateRuleCommand = __webpack_exports__.CreateRuleCommand;
628
+ exports.CreateSilencePolicyCommand = __webpack_exports__.CreateSilencePolicyCommand;
629
+ exports.CreateWebhookCommand = __webpack_exports__.CreateWebhookCommand;
630
+ exports.DeleteAlertTemplatesByIdsCommand = __webpack_exports__.DeleteAlertTemplatesByIdsCommand;
631
+ exports.DeleteContactGroupByIdsCommand = __webpack_exports__.DeleteContactGroupByIdsCommand;
632
+ exports.DeleteContactsByIdsCommand = __webpack_exports__.DeleteContactsByIdsCommand;
633
+ exports.DeleteEventRuleCommand = __webpack_exports__.DeleteEventRuleCommand;
634
+ exports.DeleteNotificationsByIdsCommand = __webpack_exports__.DeleteNotificationsByIdsCommand;
635
+ exports.DeleteNotifyTemplatesByIdsCommand = __webpack_exports__.DeleteNotifyTemplatesByIdsCommand;
636
+ exports.DeleteObjectGroupCommand = __webpack_exports__.DeleteObjectGroupCommand;
637
+ exports.DeleteRulesByIdsCommand = __webpack_exports__.DeleteRulesByIdsCommand;
638
+ exports.DeleteSilencePolicyByIdsCommand = __webpack_exports__.DeleteSilencePolicyByIdsCommand;
639
+ exports.DeleteWebhooksByIdsCommand = __webpack_exports__.DeleteWebhooksByIdsCommand;
640
+ exports.DisableEventRuleCommand = __webpack_exports__.DisableEventRuleCommand;
641
+ exports.DisablePresetAlertTemplateCommand = __webpack_exports__.DisablePresetAlertTemplateCommand;
642
+ exports.EnableEventRuleCommand = __webpack_exports__.EnableEventRuleCommand;
643
+ exports.EnablePresetAlertTemplateCommand = __webpack_exports__.EnablePresetAlertTemplateCommand;
644
+ exports.GetMetricDataCommand = __webpack_exports__.GetMetricDataCommand;
645
+ exports.GetO11yAgentECSAutoInstallCommand = __webpack_exports__.GetO11yAgentECSAutoInstallCommand;
646
+ exports.GetTopDataCommand = __webpack_exports__.GetTopDataCommand;
647
+ exports.ListAlertGroupCommand = __webpack_exports__.ListAlertGroupCommand;
648
+ exports.ListAlertTemplatesCommand = __webpack_exports__.ListAlertTemplatesCommand;
649
+ exports.ListContactGroupByIdsCommand = __webpack_exports__.ListContactGroupByIdsCommand;
650
+ exports.ListContactGroupsCommand = __webpack_exports__.ListContactGroupsCommand;
651
+ exports.ListContactsByIdsCommand = __webpack_exports__.ListContactsByIdsCommand;
652
+ exports.ListContactsCommand = __webpack_exports__.ListContactsCommand;
653
+ exports.ListDefaultNotifyTemplatesCommand = __webpack_exports__.ListDefaultNotifyTemplatesCommand;
654
+ exports.ListEventRulesCommand = __webpack_exports__.ListEventRulesCommand;
655
+ exports.ListEventsCommand = __webpack_exports__.ListEventsCommand;
656
+ exports.ListNotificationsCommand = __webpack_exports__.ListNotificationsCommand;
657
+ exports.ListNotifyTemplatesCommand = __webpack_exports__.ListNotifyTemplatesCommand;
658
+ exports.ListO11yAgentECSInstanceMetadataCommand = __webpack_exports__.ListO11yAgentECSInstanceMetadataCommand;
659
+ exports.ListO11yAgentECSInstancesCommand = __webpack_exports__.ListO11yAgentECSInstancesCommand;
660
+ exports.ListO11yAgentECSProcessConfigsCommand = __webpack_exports__.ListO11yAgentECSProcessConfigsCommand;
661
+ exports.ListO11yAgentVpcEndpointsCommand = __webpack_exports__.ListO11yAgentVpcEndpointsCommand;
662
+ exports.ListObjectGroupsCommand = __webpack_exports__.ListObjectGroupsCommand;
663
+ exports.ListPresetAlertTemplatesCommand = __webpack_exports__.ListPresetAlertTemplatesCommand;
664
+ exports.ListRulesByIdsCommand = __webpack_exports__.ListRulesByIdsCommand;
665
+ exports.ListRulesCommand = __webpack_exports__.ListRulesCommand;
666
+ exports.ListSendAlertCommand = __webpack_exports__.ListSendAlertCommand;
667
+ exports.ListSilencePolicyCommand = __webpack_exports__.ListSilencePolicyCommand;
668
+ exports.ListWebhooksByIdsCommand = __webpack_exports__.ListWebhooksByIdsCommand;
669
+ exports.ListWebhooksCommand = __webpack_exports__.ListWebhooksCommand;
670
+ exports.ModifyStateOfSilencePolicyByIdsCommand = __webpack_exports__.ModifyStateOfSilencePolicyByIdsCommand;
671
+ exports.PerformO11yAgentECSDeployTaskCommand = __webpack_exports__.PerformO11yAgentECSDeployTaskCommand;
672
+ exports.SetStateOfRulesByIdsCommand = __webpack_exports__.SetStateOfRulesByIdsCommand;
673
+ exports.TagResourcesCommand = __webpack_exports__.TagResourcesCommand;
674
+ exports.UntagResourcesCommand = __webpack_exports__.UntagResourcesCommand;
675
+ exports.UpdateAlertTemplateCommand = __webpack_exports__.UpdateAlertTemplateCommand;
676
+ exports.UpdateContactGroupCommand = __webpack_exports__.UpdateContactGroupCommand;
677
+ exports.UpdateContactGroupWithContactsCommand = __webpack_exports__.UpdateContactGroupWithContactsCommand;
678
+ exports.UpdateContactsCommand = __webpack_exports__.UpdateContactsCommand;
679
+ exports.UpdateContactsWithContactGroupsCommand = __webpack_exports__.UpdateContactsWithContactGroupsCommand;
680
+ exports.UpdateEventRuleCommand = __webpack_exports__.UpdateEventRuleCommand;
681
+ exports.UpdateNotificationCommand = __webpack_exports__.UpdateNotificationCommand;
682
+ exports.UpdateNotifyTemplateCommand = __webpack_exports__.UpdateNotifyTemplateCommand;
683
+ exports.UpdateO11yAgentECSAutoInstallCommand = __webpack_exports__.UpdateO11yAgentECSAutoInstallCommand;
684
+ exports.UpdateO11yAgentECSProcessConfigCommand = __webpack_exports__.UpdateO11yAgentECSProcessConfigCommand;
685
+ exports.UpdateObjectGroupCommand = __webpack_exports__.UpdateObjectGroupCommand;
686
+ exports.UpdateRuleCommand = __webpack_exports__.UpdateRuleCommand;
687
+ exports.UpdateSilencePolicyCommand = __webpack_exports__.UpdateSilencePolicyCommand;
688
+ exports.UpdateWebhookCommand = __webpack_exports__.UpdateWebhookCommand;
689
+ for(var __rspack_i in __webpack_exports__)if (-1 === [
690
+ "ApplyObjectGroupsByAlertTemplateCommand",
691
+ "CLOUDMONITORClient",
692
+ "CreateAlertTemplateCommand",
693
+ "CreateContactGroupCommand",
694
+ "CreateContactsCommand",
695
+ "CreateEventRuleCommand",
696
+ "CreateNotificationCommand",
697
+ "CreateNotifyTemplateCommand",
698
+ "CreateO11yAgentECSDeployTaskCommand",
699
+ "CreateObjectGroupCommand",
700
+ "CreateRuleCommand",
701
+ "CreateSilencePolicyCommand",
702
+ "CreateWebhookCommand",
703
+ "DeleteAlertTemplatesByIdsCommand",
704
+ "DeleteContactGroupByIdsCommand",
705
+ "DeleteContactsByIdsCommand",
706
+ "DeleteEventRuleCommand",
707
+ "DeleteNotificationsByIdsCommand",
708
+ "DeleteNotifyTemplatesByIdsCommand",
709
+ "DeleteObjectGroupCommand",
710
+ "DeleteRulesByIdsCommand",
711
+ "DeleteSilencePolicyByIdsCommand",
712
+ "DeleteWebhooksByIdsCommand",
713
+ "DisableEventRuleCommand",
714
+ "DisablePresetAlertTemplateCommand",
715
+ "EnableEventRuleCommand",
716
+ "EnablePresetAlertTemplateCommand",
717
+ "GetMetricDataCommand",
718
+ "GetO11yAgentECSAutoInstallCommand",
719
+ "GetTopDataCommand",
720
+ "ListAlertGroupCommand",
721
+ "ListAlertTemplatesCommand",
722
+ "ListContactGroupByIdsCommand",
723
+ "ListContactGroupsCommand",
724
+ "ListContactsByIdsCommand",
725
+ "ListContactsCommand",
726
+ "ListDefaultNotifyTemplatesCommand",
727
+ "ListEventRulesCommand",
728
+ "ListEventsCommand",
729
+ "ListNotificationsCommand",
730
+ "ListNotifyTemplatesCommand",
731
+ "ListO11yAgentECSInstanceMetadataCommand",
732
+ "ListO11yAgentECSInstancesCommand",
733
+ "ListO11yAgentECSProcessConfigsCommand",
734
+ "ListO11yAgentVpcEndpointsCommand",
735
+ "ListObjectGroupsCommand",
736
+ "ListPresetAlertTemplatesCommand",
737
+ "ListRulesByIdsCommand",
738
+ "ListRulesCommand",
739
+ "ListSendAlertCommand",
740
+ "ListSilencePolicyCommand",
741
+ "ListWebhooksByIdsCommand",
742
+ "ListWebhooksCommand",
743
+ "ModifyStateOfSilencePolicyByIdsCommand",
744
+ "PerformO11yAgentECSDeployTaskCommand",
745
+ "SetStateOfRulesByIdsCommand",
746
+ "TagResourcesCommand",
747
+ "UntagResourcesCommand",
748
+ "UpdateAlertTemplateCommand",
749
+ "UpdateContactGroupCommand",
750
+ "UpdateContactGroupWithContactsCommand",
751
+ "UpdateContactsCommand",
752
+ "UpdateContactsWithContactGroupsCommand",
753
+ "UpdateEventRuleCommand",
754
+ "UpdateNotificationCommand",
755
+ "UpdateNotifyTemplateCommand",
756
+ "UpdateO11yAgentECSAutoInstallCommand",
757
+ "UpdateO11yAgentECSProcessConfigCommand",
758
+ "UpdateObjectGroupCommand",
759
+ "UpdateRuleCommand",
760
+ "UpdateSilencePolicyCommand",
761
+ "UpdateWebhookCommand"
762
+ ].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
763
+ Object.defineProperty(exports, '__esModule', {
764
+ value: true
765
+ });