@volcengine/volcobserve 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +19 -0
- package/LICENSE.txt +202 -0
- package/dist/cjs/index.js +675 -0
- package/dist/esm/api.d.ts +705 -0
- package/dist/esm/api.d.ts.map +1 -0
- package/dist/esm/index.d.ts +13 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.mjs +455 -0
- package/dist/esm/types/alert-notification-for-list-preset-alert-templates-output.d.ts +61 -0
- package/dist/esm/types/alert-notification-for-list-preset-alert-templates-output.d.ts.map +1 -0
- package/dist/esm/types/applied-rule-for-list-alert-templates-output.d.ts +40 -0
- package/dist/esm/types/applied-rule-for-list-alert-templates-output.d.ts.map +1 -0
- package/dist/esm/types/applied-rule-for-list-preset-alert-templates-output.d.ts +30 -0
- package/dist/esm/types/applied-rule-for-list-preset-alert-templates-output.d.ts.map +1 -0
- package/dist/esm/types/apply-object-for-apply-object-groups-by-alert-template-input.d.ts +66 -0
- package/dist/esm/types/apply-object-for-apply-object-groups-by-alert-template-input.d.ts.map +1 -0
- package/dist/esm/types/apply-object-groups-by-alert-template-request.d.ts +36 -0
- package/dist/esm/types/apply-object-groups-by-alert-template-request.d.ts.map +1 -0
- package/dist/esm/types/apply-object-groups-by-alert-template-response.d.ts +25 -0
- package/dist/esm/types/apply-object-groups-by-alert-template-response.d.ts.map +1 -0
- package/dist/esm/types/condition-for-create-alert-template-input.d.ts +45 -0
- package/dist/esm/types/condition-for-create-alert-template-input.d.ts.map +1 -0
- package/dist/esm/types/condition-for-create-rule-input.d.ts +50 -0
- package/dist/esm/types/condition-for-create-rule-input.d.ts.map +1 -0
- package/dist/esm/types/condition-for-list-alert-templates-output.d.ts +45 -0
- package/dist/esm/types/condition-for-list-alert-templates-output.d.ts.map +1 -0
- package/dist/esm/types/condition-for-list-preset-alert-templates-output.d.ts +45 -0
- package/dist/esm/types/condition-for-list-preset-alert-templates-output.d.ts.map +1 -0
- package/dist/esm/types/condition-for-list-rules-by-ids-output.d.ts +55 -0
- package/dist/esm/types/condition-for-list-rules-by-ids-output.d.ts.map +1 -0
- package/dist/esm/types/condition-for-list-rules-output.d.ts +55 -0
- package/dist/esm/types/condition-for-list-rules-output.d.ts.map +1 -0
- package/dist/esm/types/condition-for-update-alert-template-input.d.ts +45 -0
- package/dist/esm/types/condition-for-update-alert-template-input.d.ts.map +1 -0
- package/dist/esm/types/condition-for-update-rule-input.d.ts +50 -0
- package/dist/esm/types/condition-for-update-rule-input.d.ts.map +1 -0
- package/dist/esm/types/convert-tag-for-create-rule-input.d.ts +30 -0
- package/dist/esm/types/convert-tag-for-create-rule-input.d.ts.map +1 -0
- package/dist/esm/types/convert-tag-for-list-rules-by-ids-output.d.ts +30 -0
- package/dist/esm/types/convert-tag-for-list-rules-by-ids-output.d.ts.map +1 -0
- package/dist/esm/types/convert-tag-for-list-rules-output.d.ts +30 -0
- package/dist/esm/types/convert-tag-for-list-rules-output.d.ts.map +1 -0
- package/dist/esm/types/convert-tag-for-update-rule-input.d.ts +30 -0
- package/dist/esm/types/convert-tag-for-update-rule-input.d.ts.map +1 -0
- package/dist/esm/types/create-alert-template-request.d.ts +58 -0
- package/dist/esm/types/create-alert-template-request.d.ts.map +1 -0
- package/dist/esm/types/create-alert-template-response.d.ts +25 -0
- package/dist/esm/types/create-alert-template-response.d.ts.map +1 -0
- package/dist/esm/types/create-contact-group-request.d.ts +35 -0
- package/dist/esm/types/create-contact-group-request.d.ts.map +1 -0
- package/dist/esm/types/create-contact-group-response.d.ts +25 -0
- package/dist/esm/types/create-contact-group-response.d.ts.map +1 -0
- package/dist/esm/types/create-contacts-request.d.ts +35 -0
- package/dist/esm/types/create-contacts-request.d.ts.map +1 -0
- package/dist/esm/types/create-contacts-response.d.ts +25 -0
- package/dist/esm/types/create-contacts-response.d.ts.map +1 -0
- package/dist/esm/types/create-event-rule-request.d.ts +120 -0
- package/dist/esm/types/create-event-rule-request.d.ts.map +1 -0
- package/dist/esm/types/create-event-rule-response.d.ts +26 -0
- package/dist/esm/types/create-event-rule-response.d.ts.map +1 -0
- package/dist/esm/types/create-notification-request.d.ts +41 -0
- package/dist/esm/types/create-notification-request.d.ts.map +1 -0
- package/dist/esm/types/create-notification-response.d.ts +25 -0
- package/dist/esm/types/create-notification-response.d.ts.map +1 -0
- package/dist/esm/types/create-notify-template-request.d.ts +72 -0
- package/dist/esm/types/create-notify-template-request.d.ts.map +1 -0
- package/dist/esm/types/create-notify-template-response.d.ts +25 -0
- package/dist/esm/types/create-notify-template-response.d.ts.map +1 -0
- package/dist/esm/types/create-object-group-request.d.ts +31 -0
- package/dist/esm/types/create-object-group-request.d.ts.map +1 -0
- package/dist/esm/types/create-object-group-response.d.ts +25 -0
- package/dist/esm/types/create-object-group-response.d.ts.map +1 -0
- package/dist/esm/types/create-rule-request.d.ts +191 -0
- package/dist/esm/types/create-rule-request.d.ts.map +1 -0
- package/dist/esm/types/create-rule-response.d.ts +25 -0
- package/dist/esm/types/create-rule-response.d.ts.map +1 -0
- package/dist/esm/types/create-silence-policy-request.d.ts +52 -0
- package/dist/esm/types/create-silence-policy-request.d.ts.map +1 -0
- package/dist/esm/types/create-silence-policy-response.d.ts +25 -0
- package/dist/esm/types/create-silence-policy-response.d.ts.map +1 -0
- package/dist/esm/types/create-webhook-request.d.ts +45 -0
- package/dist/esm/types/create-webhook-request.d.ts.map +1 -0
- package/dist/esm/types/create-webhook-response.d.ts +25 -0
- package/dist/esm/types/create-webhook-response.d.ts.map +1 -0
- package/dist/esm/types/data-for-create-event-rule-output.d.ts +25 -0
- package/dist/esm/types/data-for-create-event-rule-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-delete-event-rule-output.d.ts +25 -0
- package/dist/esm/types/data-for-delete-event-rule-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-disable-event-rule-output.d.ts +25 -0
- package/dist/esm/types/data-for-disable-event-rule-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-enable-event-rule-output.d.ts +25 -0
- package/dist/esm/types/data-for-enable-event-rule-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-get-metric-data-output.d.ts +66 -0
- package/dist/esm/types/data-for-get-metric-data-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-get-top-data-output.d.ts +36 -0
- package/dist/esm/types/data-for-get-top-data-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-list-alert-group-output.d.ts +100 -0
- package/dist/esm/types/data-for-list-alert-group-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-list-alert-templates-output.d.ts +84 -0
- package/dist/esm/types/data-for-list-alert-templates-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-list-contact-group-by-ids-output.d.ts +50 -0
- package/dist/esm/types/data-for-list-contact-group-by-ids-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-list-contact-groups-output.d.ts +50 -0
- package/dist/esm/types/data-for-list-contact-groups-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-list-contacts-by-ids-output.d.ts +40 -0
- package/dist/esm/types/data-for-list-contacts-by-ids-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-list-contacts-output.d.ts +40 -0
- package/dist/esm/types/data-for-list-contacts-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-list-default-notify-templates-output.d.ts +45 -0
- package/dist/esm/types/data-for-list-default-notify-templates-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-list-event-rules-output.d.ts +134 -0
- package/dist/esm/types/data-for-list-event-rules-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-list-events-output.d.ts +56 -0
- package/dist/esm/types/data-for-list-events-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-list-notifications-output.d.ts +61 -0
- package/dist/esm/types/data-for-list-notifications-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-list-notify-templates-output.d.ts +65 -0
- package/dist/esm/types/data-for-list-notify-templates-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-list-object-groups-output.d.ts +56 -0
- package/dist/esm/types/data-for-list-object-groups-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-list-preset-alert-templates-output.d.ts +89 -0
- package/dist/esm/types/data-for-list-preset-alert-templates-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-list-rules-by-ids-output.d.ts +198 -0
- package/dist/esm/types/data-for-list-rules-by-ids-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-list-rules-output.d.ts +198 -0
- package/dist/esm/types/data-for-list-rules-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-list-send-alert-output.d.ts +51 -0
- package/dist/esm/types/data-for-list-send-alert-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-list-silence-policy-output.d.ts +82 -0
- package/dist/esm/types/data-for-list-silence-policy-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-list-webhooks-by-ids-output.d.ts +60 -0
- package/dist/esm/types/data-for-list-webhooks-by-ids-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-list-webhooks-output.d.ts +60 -0
- package/dist/esm/types/data-for-list-webhooks-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-tag-resources-output.d.ts +30 -0
- package/dist/esm/types/data-for-tag-resources-output.d.ts.map +1 -0
- package/dist/esm/types/data-for-update-event-rule-output.d.ts +25 -0
- package/dist/esm/types/data-for-update-event-rule-output.d.ts.map +1 -0
- package/dist/esm/types/data-point-for-get-metric-data-output.d.ts +30 -0
- package/dist/esm/types/data-point-for-get-metric-data-output.d.ts.map +1 -0
- package/dist/esm/types/delete-alert-templates-by-ids-request.d.ts +25 -0
- package/dist/esm/types/delete-alert-templates-by-ids-request.d.ts.map +1 -0
- package/dist/esm/types/delete-alert-templates-by-ids-response.d.ts +25 -0
- package/dist/esm/types/delete-alert-templates-by-ids-response.d.ts.map +1 -0
- package/dist/esm/types/delete-contact-group-by-ids-request.d.ts +25 -0
- package/dist/esm/types/delete-contact-group-by-ids-request.d.ts.map +1 -0
- package/dist/esm/types/delete-contact-group-by-ids-response.d.ts +25 -0
- package/dist/esm/types/delete-contact-group-by-ids-response.d.ts.map +1 -0
- package/dist/esm/types/delete-contacts-by-ids-request.d.ts +25 -0
- package/dist/esm/types/delete-contacts-by-ids-request.d.ts.map +1 -0
- package/dist/esm/types/delete-contacts-by-ids-response.d.ts +25 -0
- package/dist/esm/types/delete-contacts-by-ids-response.d.ts.map +1 -0
- package/dist/esm/types/delete-event-rule-request.d.ts +25 -0
- package/dist/esm/types/delete-event-rule-request.d.ts.map +1 -0
- package/dist/esm/types/delete-event-rule-response.d.ts +26 -0
- package/dist/esm/types/delete-event-rule-response.d.ts.map +1 -0
- package/dist/esm/types/delete-notifications-by-ids-request.d.ts +25 -0
- package/dist/esm/types/delete-notifications-by-ids-request.d.ts.map +1 -0
- package/dist/esm/types/delete-notifications-by-ids-response.d.ts +25 -0
- package/dist/esm/types/delete-notifications-by-ids-response.d.ts.map +1 -0
- package/dist/esm/types/delete-notify-templates-by-ids-request.d.ts +25 -0
- package/dist/esm/types/delete-notify-templates-by-ids-request.d.ts.map +1 -0
- package/dist/esm/types/delete-notify-templates-by-ids-response.d.ts +25 -0
- package/dist/esm/types/delete-notify-templates-by-ids-response.d.ts.map +1 -0
- package/dist/esm/types/delete-object-group-request.d.ts +25 -0
- package/dist/esm/types/delete-object-group-request.d.ts.map +1 -0
- package/dist/esm/types/delete-object-group-response.d.ts +25 -0
- package/dist/esm/types/delete-object-group-response.d.ts.map +1 -0
- package/dist/esm/types/delete-rules-by-ids-request.d.ts +25 -0
- package/dist/esm/types/delete-rules-by-ids-request.d.ts.map +1 -0
- package/dist/esm/types/delete-rules-by-ids-response.d.ts +25 -0
- package/dist/esm/types/delete-rules-by-ids-response.d.ts.map +1 -0
- package/dist/esm/types/delete-silence-policy-by-ids-request.d.ts +25 -0
- package/dist/esm/types/delete-silence-policy-by-ids-request.d.ts.map +1 -0
- package/dist/esm/types/delete-silence-policy-by-ids-response.d.ts +25 -0
- package/dist/esm/types/delete-silence-policy-by-ids-response.d.ts.map +1 -0
- package/dist/esm/types/delete-webhooks-by-ids-request.d.ts +25 -0
- package/dist/esm/types/delete-webhooks-by-ids-request.d.ts.map +1 -0
- package/dist/esm/types/delete-webhooks-by-ids-response.d.ts +25 -0
- package/dist/esm/types/delete-webhooks-by-ids-response.d.ts.map +1 -0
- package/dist/esm/types/detail-for-list-events-output.d.ts +20 -0
- package/dist/esm/types/detail-for-list-events-output.d.ts.map +1 -0
- package/dist/esm/types/dimension-conditions-for-create-object-group-input.d.ts +43 -0
- package/dist/esm/types/dimension-conditions-for-create-object-group-input.d.ts.map +1 -0
- package/dist/esm/types/dimension-conditions-for-create-rule-input.d.ts +43 -0
- package/dist/esm/types/dimension-conditions-for-create-rule-input.d.ts.map +1 -0
- package/dist/esm/types/dimension-conditions-for-list-object-groups-output.d.ts +43 -0
- package/dist/esm/types/dimension-conditions-for-list-object-groups-output.d.ts.map +1 -0
- package/dist/esm/types/dimension-conditions-for-list-rules-by-ids-output.d.ts +43 -0
- package/dist/esm/types/dimension-conditions-for-list-rules-by-ids-output.d.ts.map +1 -0
- package/dist/esm/types/dimension-conditions-for-list-rules-output.d.ts +43 -0
- package/dist/esm/types/dimension-conditions-for-list-rules-output.d.ts.map +1 -0
- package/dist/esm/types/dimension-conditions-for-update-object-group-input.d.ts +43 -0
- package/dist/esm/types/dimension-conditions-for-update-object-group-input.d.ts.map +1 -0
- package/dist/esm/types/dimension-conditions-for-update-rule-input.d.ts +43 -0
- package/dist/esm/types/dimension-conditions-for-update-rule-input.d.ts.map +1 -0
- package/dist/esm/types/dimension-for-get-metric-data-input.d.ts +30 -0
- package/dist/esm/types/dimension-for-get-metric-data-input.d.ts.map +1 -0
- package/dist/esm/types/dimension-for-get-metric-data-output.d.ts +30 -0
- package/dist/esm/types/dimension-for-get-metric-data-output.d.ts.map +1 -0
- package/dist/esm/types/dimension-for-get-top-data-input.d.ts +30 -0
- package/dist/esm/types/dimension-for-get-top-data-input.d.ts.map +1 -0
- package/dist/esm/types/dimensions-for-create-object-group-input.d.ts +20 -0
- package/dist/esm/types/dimensions-for-create-object-group-input.d.ts.map +1 -0
- package/dist/esm/types/dimensions-for-list-object-groups-output.d.ts +20 -0
- package/dist/esm/types/dimensions-for-list-object-groups-output.d.ts.map +1 -0
- package/dist/esm/types/dimensions-for-update-object-group-input.d.ts +20 -0
- package/dist/esm/types/dimensions-for-update-object-group-input.d.ts.map +1 -0
- package/dist/esm/types/disable-event-rule-request.d.ts +25 -0
- package/dist/esm/types/disable-event-rule-request.d.ts.map +1 -0
- package/dist/esm/types/disable-event-rule-response.d.ts +26 -0
- package/dist/esm/types/disable-event-rule-response.d.ts.map +1 -0
- package/dist/esm/types/disable-preset-alert-template-request.d.ts +25 -0
- package/dist/esm/types/disable-preset-alert-template-request.d.ts.map +1 -0
- package/dist/esm/types/disable-preset-alert-template-response.d.ts +25 -0
- package/dist/esm/types/disable-preset-alert-template-response.d.ts.map +1 -0
- package/dist/esm/types/effect-time-for-create-silence-policy-input.d.ts +31 -0
- package/dist/esm/types/effect-time-for-create-silence-policy-input.d.ts.map +1 -0
- package/dist/esm/types/effect-time-for-list-silence-policy-output.d.ts +31 -0
- package/dist/esm/types/effect-time-for-list-silence-policy-output.d.ts.map +1 -0
- package/dist/esm/types/effect-time-for-update-silence-policy-input.d.ts +31 -0
- package/dist/esm/types/effect-time-for-update-silence-policy-input.d.ts.map +1 -0
- package/dist/esm/types/effective-time-for-create-event-rule-input.d.ts +30 -0
- package/dist/esm/types/effective-time-for-create-event-rule-input.d.ts.map +1 -0
- package/dist/esm/types/effective-time-for-update-event-rule-input.d.ts +30 -0
- package/dist/esm/types/effective-time-for-update-event-rule-input.d.ts.map +1 -0
- package/dist/esm/types/enable-event-rule-request.d.ts +25 -0
- package/dist/esm/types/enable-event-rule-request.d.ts.map +1 -0
- package/dist/esm/types/enable-event-rule-response.d.ts +26 -0
- package/dist/esm/types/enable-event-rule-response.d.ts.map +1 -0
- package/dist/esm/types/enable-preset-alert-template-request.d.ts +76 -0
- package/dist/esm/types/enable-preset-alert-template-request.d.ts.map +1 -0
- package/dist/esm/types/enable-preset-alert-template-response.d.ts +25 -0
- package/dist/esm/types/enable-preset-alert-template-response.d.ts.map +1 -0
- package/dist/esm/types/filter-pattern-for-create-event-rule-input.d.ts +20 -0
- package/dist/esm/types/filter-pattern-for-create-event-rule-input.d.ts.map +1 -0
- package/dist/esm/types/filter-pattern-for-list-event-rules-output.d.ts +20 -0
- package/dist/esm/types/filter-pattern-for-list-event-rules-output.d.ts.map +1 -0
- package/dist/esm/types/filter-pattern-for-update-event-rule-input.d.ts +20 -0
- package/dist/esm/types/filter-pattern-for-update-event-rule-input.d.ts.map +1 -0
- package/dist/esm/types/get-metric-data-request.d.ts +61 -0
- package/dist/esm/types/get-metric-data-request.d.ts.map +1 -0
- package/dist/esm/types/get-metric-data-response.d.ts +26 -0
- package/dist/esm/types/get-metric-data-response.d.ts.map +1 -0
- package/dist/esm/types/get-top-data-request.d.ts +71 -0
- package/dist/esm/types/get-top-data-request.d.ts.map +1 -0
- package/dist/esm/types/get-top-data-response.d.ts +26 -0
- package/dist/esm/types/get-top-data-response.d.ts.map +1 -0
- package/dist/esm/types/group-keys-for-get-top-data-output.d.ts +20 -0
- package/dist/esm/types/group-keys-for-get-top-data-output.d.ts.map +1 -0
- package/dist/esm/types/index.d.ts +306 -0
- package/dist/esm/types/index.d.ts.map +1 -0
- package/dist/esm/types/instance-for-get-metric-data-input.d.ts +26 -0
- package/dist/esm/types/instance-for-get-metric-data-input.d.ts.map +1 -0
- package/dist/esm/types/instance-for-get-top-data-input.d.ts +26 -0
- package/dist/esm/types/instance-for-get-top-data-input.d.ts.map +1 -0
- package/dist/esm/types/level-condition-for-create-alert-template-input.d.ts +40 -0
- package/dist/esm/types/level-condition-for-create-alert-template-input.d.ts.map +1 -0
- package/dist/esm/types/level-condition-for-create-rule-input.d.ts +31 -0
- package/dist/esm/types/level-condition-for-create-rule-input.d.ts.map +1 -0
- package/dist/esm/types/level-condition-for-list-alert-templates-output.d.ts +40 -0
- package/dist/esm/types/level-condition-for-list-alert-templates-output.d.ts.map +1 -0
- package/dist/esm/types/level-condition-for-list-preset-alert-templates-output.d.ts +40 -0
- package/dist/esm/types/level-condition-for-list-preset-alert-templates-output.d.ts.map +1 -0
- package/dist/esm/types/level-condition-for-list-rules-by-ids-output.d.ts +31 -0
- package/dist/esm/types/level-condition-for-list-rules-by-ids-output.d.ts.map +1 -0
- package/dist/esm/types/level-condition-for-list-rules-output.d.ts +31 -0
- package/dist/esm/types/level-condition-for-list-rules-output.d.ts.map +1 -0
- package/dist/esm/types/level-condition-for-update-alert-template-input.d.ts +40 -0
- package/dist/esm/types/level-condition-for-update-alert-template-input.d.ts.map +1 -0
- package/dist/esm/types/level-condition-for-update-rule-input.d.ts +31 -0
- package/dist/esm/types/level-condition-for-update-rule-input.d.ts.map +1 -0
- package/dist/esm/types/list-alert-group-request.d.ts +70 -0
- package/dist/esm/types/list-alert-group-request.d.ts.map +1 -0
- package/dist/esm/types/list-alert-group-response.d.ts +51 -0
- package/dist/esm/types/list-alert-group-response.d.ts.map +1 -0
- package/dist/esm/types/list-alert-templates-request.d.ts +50 -0
- package/dist/esm/types/list-alert-templates-request.d.ts.map +1 -0
- package/dist/esm/types/list-alert-templates-response.d.ts +41 -0
- package/dist/esm/types/list-alert-templates-response.d.ts.map +1 -0
- package/dist/esm/types/list-contact-group-by-ids-request.d.ts +25 -0
- package/dist/esm/types/list-contact-group-by-ids-request.d.ts.map +1 -0
- package/dist/esm/types/list-contact-group-by-ids-response.d.ts +26 -0
- package/dist/esm/types/list-contact-group-by-ids-response.d.ts.map +1 -0
- package/dist/esm/types/list-contact-groups-request.d.ts +35 -0
- package/dist/esm/types/list-contact-groups-request.d.ts.map +1 -0
- package/dist/esm/types/list-contact-groups-response.d.ts +41 -0
- package/dist/esm/types/list-contact-groups-response.d.ts.map +1 -0
- package/dist/esm/types/list-contacts-by-ids-request.d.ts +25 -0
- package/dist/esm/types/list-contacts-by-ids-request.d.ts.map +1 -0
- package/dist/esm/types/list-contacts-by-ids-response.d.ts +26 -0
- package/dist/esm/types/list-contacts-by-ids-response.d.ts.map +1 -0
- package/dist/esm/types/list-contacts-request.d.ts +45 -0
- package/dist/esm/types/list-contacts-request.d.ts.map +1 -0
- package/dist/esm/types/list-contacts-response.d.ts +41 -0
- package/dist/esm/types/list-contacts-response.d.ts.map +1 -0
- package/dist/esm/types/list-default-notify-templates-request.d.ts +65 -0
- package/dist/esm/types/list-default-notify-templates-request.d.ts.map +1 -0
- package/dist/esm/types/list-default-notify-templates-response.d.ts +26 -0
- package/dist/esm/types/list-default-notify-templates-response.d.ts.map +1 -0
- package/dist/esm/types/list-event-rules-request.d.ts +55 -0
- package/dist/esm/types/list-event-rules-request.d.ts.map +1 -0
- package/dist/esm/types/list-event-rules-response.d.ts +51 -0
- package/dist/esm/types/list-event-rules-response.d.ts.map +1 -0
- package/dist/esm/types/list-events-request.d.ts +77 -0
- package/dist/esm/types/list-events-request.d.ts.map +1 -0
- package/dist/esm/types/list-events-response.d.ts +51 -0
- package/dist/esm/types/list-events-response.d.ts.map +1 -0
- package/dist/esm/types/list-notifications-request.d.ts +60 -0
- package/dist/esm/types/list-notifications-request.d.ts.map +1 -0
- package/dist/esm/types/list-notifications-response.d.ts +41 -0
- package/dist/esm/types/list-notifications-response.d.ts.map +1 -0
- package/dist/esm/types/list-notify-templates-request.d.ts +72 -0
- package/dist/esm/types/list-notify-templates-request.d.ts.map +1 -0
- package/dist/esm/types/list-notify-templates-response.d.ts +41 -0
- package/dist/esm/types/list-notify-templates-response.d.ts.map +1 -0
- package/dist/esm/types/list-object-groups-request.d.ts +45 -0
- package/dist/esm/types/list-object-groups-request.d.ts.map +1 -0
- package/dist/esm/types/list-object-groups-response.d.ts +41 -0
- package/dist/esm/types/list-object-groups-response.d.ts.map +1 -0
- package/dist/esm/types/list-preset-alert-templates-request.d.ts +45 -0
- package/dist/esm/types/list-preset-alert-templates-request.d.ts.map +1 -0
- package/dist/esm/types/list-preset-alert-templates-response.d.ts +41 -0
- package/dist/esm/types/list-preset-alert-templates-response.d.ts.map +1 -0
- package/dist/esm/types/list-rules-by-ids-request.d.ts +25 -0
- package/dist/esm/types/list-rules-by-ids-request.d.ts.map +1 -0
- package/dist/esm/types/list-rules-by-ids-response.d.ts +26 -0
- package/dist/esm/types/list-rules-by-ids-response.d.ts.map +1 -0
- package/dist/esm/types/list-rules-request.d.ts +78 -0
- package/dist/esm/types/list-rules-request.d.ts.map +1 -0
- package/dist/esm/types/list-rules-response.d.ts +41 -0
- package/dist/esm/types/list-rules-response.d.ts.map +1 -0
- package/dist/esm/types/list-send-alert-request.d.ts +35 -0
- package/dist/esm/types/list-send-alert-request.d.ts.map +1 -0
- package/dist/esm/types/list-send-alert-response.d.ts +41 -0
- package/dist/esm/types/list-send-alert-response.d.ts.map +1 -0
- package/dist/esm/types/list-silence-policy-request.d.ts +60 -0
- package/dist/esm/types/list-silence-policy-request.d.ts.map +1 -0
- package/dist/esm/types/list-silence-policy-response.d.ts +41 -0
- package/dist/esm/types/list-silence-policy-response.d.ts.map +1 -0
- package/dist/esm/types/list-webhooks-by-ids-request.d.ts +25 -0
- package/dist/esm/types/list-webhooks-by-ids-request.d.ts.map +1 -0
- package/dist/esm/types/list-webhooks-by-ids-response.d.ts +26 -0
- package/dist/esm/types/list-webhooks-by-ids-response.d.ts.map +1 -0
- package/dist/esm/types/list-webhooks-request.d.ts +65 -0
- package/dist/esm/types/list-webhooks-request.d.ts.map +1 -0
- package/dist/esm/types/list-webhooks-response.d.ts +51 -0
- package/dist/esm/types/list-webhooks-response.d.ts.map +1 -0
- package/dist/esm/types/message-queue-for-create-event-rule-input.d.ts +65 -0
- package/dist/esm/types/message-queue-for-create-event-rule-input.d.ts.map +1 -0
- package/dist/esm/types/message-queue-for-list-event-rules-output.d.ts +45 -0
- package/dist/esm/types/message-queue-for-list-event-rules-output.d.ts.map +1 -0
- package/dist/esm/types/message-queue-for-update-event-rule-input.d.ts +65 -0
- package/dist/esm/types/message-queue-for-update-event-rule-input.d.ts.map +1 -0
- package/dist/esm/types/meta-condition-for-create-object-group-input.d.ts +36 -0
- package/dist/esm/types/meta-condition-for-create-object-group-input.d.ts.map +1 -0
- package/dist/esm/types/meta-condition-for-create-rule-input.d.ts +36 -0
- package/dist/esm/types/meta-condition-for-create-rule-input.d.ts.map +1 -0
- package/dist/esm/types/meta-condition-for-create-silence-policy-input.d.ts +31 -0
- package/dist/esm/types/meta-condition-for-create-silence-policy-input.d.ts.map +1 -0
- package/dist/esm/types/meta-condition-for-list-object-groups-output.d.ts +36 -0
- package/dist/esm/types/meta-condition-for-list-object-groups-output.d.ts.map +1 -0
- package/dist/esm/types/meta-condition-for-list-rules-by-ids-output.d.ts +36 -0
- package/dist/esm/types/meta-condition-for-list-rules-by-ids-output.d.ts.map +1 -0
- package/dist/esm/types/meta-condition-for-list-rules-output.d.ts +36 -0
- package/dist/esm/types/meta-condition-for-list-rules-output.d.ts.map +1 -0
- package/dist/esm/types/meta-condition-for-list-silence-policy-output.d.ts +31 -0
- package/dist/esm/types/meta-condition-for-list-silence-policy-output.d.ts.map +1 -0
- package/dist/esm/types/meta-condition-for-update-object-group-input.d.ts +36 -0
- package/dist/esm/types/meta-condition-for-update-object-group-input.d.ts.map +1 -0
- package/dist/esm/types/meta-condition-for-update-rule-input.d.ts +36 -0
- package/dist/esm/types/meta-condition-for-update-rule-input.d.ts.map +1 -0
- package/dist/esm/types/meta-condition-for-update-silence-policy-input.d.ts +31 -0
- package/dist/esm/types/meta-condition-for-update-silence-policy-input.d.ts.map +1 -0
- package/dist/esm/types/meta-for-create-object-group-input.d.ts +35 -0
- package/dist/esm/types/meta-for-create-object-group-input.d.ts.map +1 -0
- package/dist/esm/types/meta-for-create-rule-input.d.ts +35 -0
- package/dist/esm/types/meta-for-create-rule-input.d.ts.map +1 -0
- package/dist/esm/types/meta-for-create-silence-policy-input.d.ts +35 -0
- package/dist/esm/types/meta-for-create-silence-policy-input.d.ts.map +1 -0
- package/dist/esm/types/meta-for-list-object-groups-output.d.ts +35 -0
- package/dist/esm/types/meta-for-list-object-groups-output.d.ts.map +1 -0
- package/dist/esm/types/meta-for-list-rules-by-ids-output.d.ts +35 -0
- package/dist/esm/types/meta-for-list-rules-by-ids-output.d.ts.map +1 -0
- package/dist/esm/types/meta-for-list-rules-output.d.ts +35 -0
- package/dist/esm/types/meta-for-list-rules-output.d.ts.map +1 -0
- package/dist/esm/types/meta-for-list-silence-policy-output.d.ts +35 -0
- package/dist/esm/types/meta-for-list-silence-policy-output.d.ts.map +1 -0
- package/dist/esm/types/meta-for-update-object-group-input.d.ts +35 -0
- package/dist/esm/types/meta-for-update-object-group-input.d.ts.map +1 -0
- package/dist/esm/types/meta-for-update-rule-input.d.ts +35 -0
- package/dist/esm/types/meta-for-update-rule-input.d.ts.map +1 -0
- package/dist/esm/types/meta-for-update-silence-policy-input.d.ts +35 -0
- package/dist/esm/types/meta-for-update-silence-policy-input.d.ts.map +1 -0
- package/dist/esm/types/metric-data-for-get-top-data-output.d.ts +20 -0
- package/dist/esm/types/metric-data-for-get-top-data-output.d.ts.map +1 -0
- package/dist/esm/types/metric-data-result-for-get-metric-data-output.d.ts +37 -0
- package/dist/esm/types/metric-data-result-for-get-metric-data-output.d.ts.map +1 -0
- package/dist/esm/types/modify-state-of-silence-policy-by-ids-request.d.ts +38 -0
- package/dist/esm/types/modify-state-of-silence-policy-by-ids-request.d.ts.map +1 -0
- package/dist/esm/types/modify-state-of-silence-policy-by-ids-response.d.ts +25 -0
- package/dist/esm/types/modify-state-of-silence-policy-by-ids-response.d.ts.map +1 -0
- package/dist/esm/types/no-data-for-create-alert-template-input.d.ts +35 -0
- package/dist/esm/types/no-data-for-create-alert-template-input.d.ts.map +1 -0
- package/dist/esm/types/no-data-for-create-rule-input.d.ts +30 -0
- package/dist/esm/types/no-data-for-create-rule-input.d.ts.map +1 -0
- package/dist/esm/types/no-data-for-list-alert-templates-output.d.ts +35 -0
- package/dist/esm/types/no-data-for-list-alert-templates-output.d.ts.map +1 -0
- package/dist/esm/types/no-data-for-list-preset-alert-templates-output.d.ts +35 -0
- package/dist/esm/types/no-data-for-list-preset-alert-templates-output.d.ts.map +1 -0
- package/dist/esm/types/no-data-for-list-rules-by-ids-output.d.ts +35 -0
- package/dist/esm/types/no-data-for-list-rules-by-ids-output.d.ts.map +1 -0
- package/dist/esm/types/no-data-for-list-rules-output.d.ts +35 -0
- package/dist/esm/types/no-data-for-list-rules-output.d.ts.map +1 -0
- package/dist/esm/types/no-data-for-update-alert-template-input.d.ts +35 -0
- package/dist/esm/types/no-data-for-update-alert-template-input.d.ts.map +1 -0
- package/dist/esm/types/no-data-for-update-rule-input.d.ts +35 -0
- package/dist/esm/types/no-data-for-update-rule-input.d.ts.map +1 -0
- package/dist/esm/types/notification-for-create-notification-input.d.ts +66 -0
- package/dist/esm/types/notification-for-create-notification-input.d.ts.map +1 -0
- package/dist/esm/types/notification-for-list-notifications-output.d.ts +66 -0
- package/dist/esm/types/notification-for-list-notifications-output.d.ts.map +1 -0
- package/dist/esm/types/notification-for-update-notification-input.d.ts +66 -0
- package/dist/esm/types/notification-for-update-notification-input.d.ts.map +1 -0
- package/dist/esm/types/notify-template-for-apply-object-groups-by-alert-template-input.d.ts +44 -0
- package/dist/esm/types/notify-template-for-apply-object-groups-by-alert-template-input.d.ts.map +1 -0
- package/dist/esm/types/notify-template-for-create-event-rule-input.d.ts +44 -0
- package/dist/esm/types/notify-template-for-create-event-rule-input.d.ts.map +1 -0
- package/dist/esm/types/notify-template-for-create-notification-input.d.ts +44 -0
- package/dist/esm/types/notify-template-for-create-notification-input.d.ts.map +1 -0
- package/dist/esm/types/notify-template-for-create-rule-input.d.ts +44 -0
- package/dist/esm/types/notify-template-for-create-rule-input.d.ts.map +1 -0
- package/dist/esm/types/notify-template-for-enable-preset-alert-template-input.d.ts +44 -0
- package/dist/esm/types/notify-template-for-enable-preset-alert-template-input.d.ts.map +1 -0
- package/dist/esm/types/notify-template-for-list-alert-templates-output.d.ts +44 -0
- package/dist/esm/types/notify-template-for-list-alert-templates-output.d.ts.map +1 -0
- package/dist/esm/types/notify-template-for-list-event-rules-output.d.ts +44 -0
- package/dist/esm/types/notify-template-for-list-event-rules-output.d.ts.map +1 -0
- package/dist/esm/types/notify-template-for-list-notifications-output.d.ts +44 -0
- package/dist/esm/types/notify-template-for-list-notifications-output.d.ts.map +1 -0
- package/dist/esm/types/notify-template-for-list-preset-alert-templates-output.d.ts +44 -0
- package/dist/esm/types/notify-template-for-list-preset-alert-templates-output.d.ts.map +1 -0
- package/dist/esm/types/notify-template-for-list-rules-by-ids-output.d.ts +44 -0
- package/dist/esm/types/notify-template-for-list-rules-by-ids-output.d.ts.map +1 -0
- package/dist/esm/types/notify-template-for-list-rules-output.d.ts +44 -0
- package/dist/esm/types/notify-template-for-list-rules-output.d.ts.map +1 -0
- package/dist/esm/types/notify-template-for-update-event-rule-input.d.ts +44 -0
- package/dist/esm/types/notify-template-for-update-event-rule-input.d.ts.map +1 -0
- package/dist/esm/types/notify-template-for-update-notification-input.d.ts +44 -0
- package/dist/esm/types/notify-template-for-update-notification-input.d.ts.map +1 -0
- package/dist/esm/types/notify-template-for-update-rule-input.d.ts +44 -0
- package/dist/esm/types/notify-template-for-update-rule-input.d.ts.map +1 -0
- package/dist/esm/types/object-for-create-object-group-input.d.ts +47 -0
- package/dist/esm/types/object-for-create-object-group-input.d.ts.map +1 -0
- package/dist/esm/types/object-for-list-object-groups-output.d.ts +58 -0
- package/dist/esm/types/object-for-list-object-groups-output.d.ts.map +1 -0
- package/dist/esm/types/object-for-update-object-group-input.d.ts +47 -0
- package/dist/esm/types/object-for-update-object-group-input.d.ts.map +1 -0
- package/dist/esm/types/object-group-for-list-alert-templates-output.d.ts +71 -0
- package/dist/esm/types/object-group-for-list-alert-templates-output.d.ts.map +1 -0
- package/dist/esm/types/original-dimensions-for-create-rule-input.d.ts +20 -0
- package/dist/esm/types/original-dimensions-for-create-rule-input.d.ts.map +1 -0
- package/dist/esm/types/original-dimensions-for-list-rules-by-ids-output.d.ts +20 -0
- package/dist/esm/types/original-dimensions-for-list-rules-by-ids-output.d.ts.map +1 -0
- package/dist/esm/types/original-dimensions-for-list-rules-output.d.ts +20 -0
- package/dist/esm/types/original-dimensions-for-list-rules-output.d.ts.map +1 -0
- package/dist/esm/types/original-dimensions-for-update-rule-input.d.ts +20 -0
- package/dist/esm/types/original-dimensions-for-update-rule-input.d.ts.map +1 -0
- package/dist/esm/types/project-condition-for-create-object-group-input.d.ts +25 -0
- package/dist/esm/types/project-condition-for-create-object-group-input.d.ts.map +1 -0
- package/dist/esm/types/project-condition-for-create-rule-input.d.ts +25 -0
- package/dist/esm/types/project-condition-for-create-rule-input.d.ts.map +1 -0
- package/dist/esm/types/project-condition-for-list-object-groups-output.d.ts +25 -0
- package/dist/esm/types/project-condition-for-list-object-groups-output.d.ts.map +1 -0
- package/dist/esm/types/project-condition-for-list-rules-by-ids-output.d.ts +25 -0
- package/dist/esm/types/project-condition-for-list-rules-by-ids-output.d.ts.map +1 -0
- package/dist/esm/types/project-condition-for-list-rules-output.d.ts +25 -0
- package/dist/esm/types/project-condition-for-list-rules-output.d.ts.map +1 -0
- package/dist/esm/types/project-condition-for-update-object-group-input.d.ts +25 -0
- package/dist/esm/types/project-condition-for-update-object-group-input.d.ts.map +1 -0
- package/dist/esm/types/project-condition-for-update-rule-input.d.ts +25 -0
- package/dist/esm/types/project-condition-for-update-rule-input.d.ts.map +1 -0
- package/dist/esm/types/range-for-create-silence-policy-input.d.ts +40 -0
- package/dist/esm/types/range-for-create-silence-policy-input.d.ts.map +1 -0
- package/dist/esm/types/range-for-list-silence-policy-output.d.ts +40 -0
- package/dist/esm/types/range-for-list-silence-policy-output.d.ts.map +1 -0
- package/dist/esm/types/range-for-update-silence-policy-input.d.ts +40 -0
- package/dist/esm/types/range-for-update-silence-policy-input.d.ts.map +1 -0
- package/dist/esm/types/recovery-notify-for-create-alert-template-input.d.ts +25 -0
- package/dist/esm/types/recovery-notify-for-create-alert-template-input.d.ts.map +1 -0
- package/dist/esm/types/recovery-notify-for-create-rule-input.d.ts +25 -0
- package/dist/esm/types/recovery-notify-for-create-rule-input.d.ts.map +1 -0
- package/dist/esm/types/recovery-notify-for-list-alert-templates-output.d.ts +25 -0
- package/dist/esm/types/recovery-notify-for-list-alert-templates-output.d.ts.map +1 -0
- package/dist/esm/types/recovery-notify-for-list-preset-alert-templates-output.d.ts +25 -0
- package/dist/esm/types/recovery-notify-for-list-preset-alert-templates-output.d.ts.map +1 -0
- package/dist/esm/types/recovery-notify-for-list-rules-by-ids-output.d.ts +25 -0
- package/dist/esm/types/recovery-notify-for-list-rules-by-ids-output.d.ts.map +1 -0
- package/dist/esm/types/recovery-notify-for-list-rules-output.d.ts +25 -0
- package/dist/esm/types/recovery-notify-for-list-rules-output.d.ts.map +1 -0
- package/dist/esm/types/recovery-notify-for-update-alert-template-input.d.ts +25 -0
- package/dist/esm/types/recovery-notify-for-update-alert-template-input.d.ts.map +1 -0
- package/dist/esm/types/recovery-notify-for-update-rule-input.d.ts +25 -0
- package/dist/esm/types/recovery-notify-for-update-rule-input.d.ts.map +1 -0
- package/dist/esm/types/rule-for-list-object-groups-output.d.ts +40 -0
- package/dist/esm/types/rule-for-list-object-groups-output.d.ts.map +1 -0
- package/dist/esm/types/send-result-for-list-send-alert-output.d.ts +45 -0
- package/dist/esm/types/send-result-for-list-send-alert-output.d.ts.map +1 -0
- package/dist/esm/types/set-state-of-rules-by-ids-request.d.ts +38 -0
- package/dist/esm/types/set-state-of-rules-by-ids-request.d.ts.map +1 -0
- package/dist/esm/types/set-state-of-rules-by-ids-response.d.ts +25 -0
- package/dist/esm/types/set-state-of-rules-by-ids-response.d.ts.map +1 -0
- package/dist/esm/types/silence-conditions-for-create-silence-policy-input.d.ts +36 -0
- package/dist/esm/types/silence-conditions-for-create-silence-policy-input.d.ts.map +1 -0
- package/dist/esm/types/silence-conditions-for-list-silence-policy-output.d.ts +41 -0
- package/dist/esm/types/silence-conditions-for-list-silence-policy-output.d.ts.map +1 -0
- package/dist/esm/types/silence-conditions-for-update-silence-policy-input.d.ts +36 -0
- package/dist/esm/types/silence-conditions-for-update-silence-policy-input.d.ts.map +1 -0
- package/dist/esm/types/tag-condition-for-create-object-group-input.d.ts +31 -0
- package/dist/esm/types/tag-condition-for-create-object-group-input.d.ts.map +1 -0
- package/dist/esm/types/tag-condition-for-create-rule-input.d.ts +31 -0
- package/dist/esm/types/tag-condition-for-create-rule-input.d.ts.map +1 -0
- package/dist/esm/types/tag-condition-for-list-object-groups-output.d.ts +31 -0
- package/dist/esm/types/tag-condition-for-list-object-groups-output.d.ts.map +1 -0
- package/dist/esm/types/tag-condition-for-list-rules-by-ids-output.d.ts +31 -0
- package/dist/esm/types/tag-condition-for-list-rules-by-ids-output.d.ts.map +1 -0
- package/dist/esm/types/tag-condition-for-list-rules-output.d.ts +31 -0
- package/dist/esm/types/tag-condition-for-list-rules-output.d.ts.map +1 -0
- package/dist/esm/types/tag-condition-for-update-object-group-input.d.ts +31 -0
- package/dist/esm/types/tag-condition-for-update-object-group-input.d.ts.map +1 -0
- package/dist/esm/types/tag-condition-for-update-rule-input.d.ts +31 -0
- package/dist/esm/types/tag-condition-for-update-rule-input.d.ts.map +1 -0
- package/dist/esm/types/tag-for-create-object-group-input.d.ts +35 -0
- package/dist/esm/types/tag-for-create-object-group-input.d.ts.map +1 -0
- package/dist/esm/types/tag-for-create-rule-input.d.ts +35 -0
- package/dist/esm/types/tag-for-create-rule-input.d.ts.map +1 -0
- package/dist/esm/types/tag-for-list-object-groups-output.d.ts +35 -0
- package/dist/esm/types/tag-for-list-object-groups-output.d.ts.map +1 -0
- package/dist/esm/types/tag-for-list-rules-by-ids-output.d.ts +35 -0
- package/dist/esm/types/tag-for-list-rules-by-ids-output.d.ts.map +1 -0
- package/dist/esm/types/tag-for-list-rules-output.d.ts +35 -0
- package/dist/esm/types/tag-for-list-rules-output.d.ts.map +1 -0
- package/dist/esm/types/tag-for-tag-resources-input.d.ts +30 -0
- package/dist/esm/types/tag-for-tag-resources-input.d.ts.map +1 -0
- package/dist/esm/types/tag-for-update-object-group-input.d.ts +35 -0
- package/dist/esm/types/tag-for-update-object-group-input.d.ts.map +1 -0
- package/dist/esm/types/tag-for-update-rule-input.d.ts +35 -0
- package/dist/esm/types/tag-for-update-rule-input.d.ts.map +1 -0
- package/dist/esm/types/tag-resources-request.d.ts +36 -0
- package/dist/esm/types/tag-resources-request.d.ts.map +1 -0
- package/dist/esm/types/tag-resources-response.d.ts +26 -0
- package/dist/esm/types/tag-resources-response.d.ts.map +1 -0
- package/dist/esm/types/template-rule-for-create-alert-template-input.d.ts +56 -0
- package/dist/esm/types/template-rule-for-create-alert-template-input.d.ts.map +1 -0
- package/dist/esm/types/template-rule-for-list-alert-templates-output.d.ts +67 -0
- package/dist/esm/types/template-rule-for-list-alert-templates-output.d.ts.map +1 -0
- package/dist/esm/types/template-rule-for-list-preset-alert-templates-output.d.ts +67 -0
- package/dist/esm/types/template-rule-for-list-preset-alert-templates-output.d.ts.map +1 -0
- package/dist/esm/types/template-rule-for-update-alert-template-input.d.ts +56 -0
- package/dist/esm/types/template-rule-for-update-alert-template-input.d.ts.map +1 -0
- package/dist/esm/types/tlstarget-for-create-event-rule-input.d.ts +45 -0
- package/dist/esm/types/tlstarget-for-create-event-rule-input.d.ts.map +1 -0
- package/dist/esm/types/tlstarget-for-list-event-rules-output.d.ts +45 -0
- package/dist/esm/types/tlstarget-for-list-event-rules-output.d.ts.map +1 -0
- package/dist/esm/types/tlstarget-for-update-event-rule-input.d.ts +45 -0
- package/dist/esm/types/tlstarget-for-update-event-rule-input.d.ts.map +1 -0
- package/dist/esm/types/top-data-result-for-get-top-data-output.d.ts +32 -0
- package/dist/esm/types/top-data-result-for-get-top-data-output.d.ts.map +1 -0
- package/dist/esm/types/untag-resources-request.d.ts +35 -0
- package/dist/esm/types/untag-resources-request.d.ts.map +1 -0
- package/dist/esm/types/untag-resources-response.d.ts +25 -0
- package/dist/esm/types/untag-resources-response.d.ts.map +1 -0
- package/dist/esm/types/update-alert-template-request.d.ts +63 -0
- package/dist/esm/types/update-alert-template-request.d.ts.map +1 -0
- package/dist/esm/types/update-alert-template-response.d.ts +25 -0
- package/dist/esm/types/update-alert-template-response.d.ts.map +1 -0
- package/dist/esm/types/update-contact-group-request.d.ts +35 -0
- package/dist/esm/types/update-contact-group-request.d.ts.map +1 -0
- package/dist/esm/types/update-contact-group-response.d.ts +25 -0
- package/dist/esm/types/update-contact-group-response.d.ts.map +1 -0
- package/dist/esm/types/update-contact-group-with-contacts-request.d.ts +30 -0
- package/dist/esm/types/update-contact-group-with-contacts-request.d.ts.map +1 -0
- package/dist/esm/types/update-contact-group-with-contacts-response.d.ts +25 -0
- package/dist/esm/types/update-contact-group-with-contacts-response.d.ts.map +1 -0
- package/dist/esm/types/update-contacts-request.d.ts +40 -0
- package/dist/esm/types/update-contacts-request.d.ts.map +1 -0
- package/dist/esm/types/update-contacts-response.d.ts +25 -0
- package/dist/esm/types/update-contacts-response.d.ts.map +1 -0
- package/dist/esm/types/update-contacts-with-contact-groups-request.d.ts +30 -0
- package/dist/esm/types/update-contacts-with-contact-groups-request.d.ts.map +1 -0
- package/dist/esm/types/update-contacts-with-contact-groups-response.d.ts +25 -0
- package/dist/esm/types/update-contacts-with-contact-groups-response.d.ts.map +1 -0
- package/dist/esm/types/update-event-rule-request.d.ts +125 -0
- package/dist/esm/types/update-event-rule-request.d.ts.map +1 -0
- package/dist/esm/types/update-event-rule-response.d.ts +26 -0
- package/dist/esm/types/update-event-rule-response.d.ts.map +1 -0
- package/dist/esm/types/update-notification-request.d.ts +46 -0
- package/dist/esm/types/update-notification-request.d.ts.map +1 -0
- package/dist/esm/types/update-notification-response.d.ts +25 -0
- package/dist/esm/types/update-notification-response.d.ts.map +1 -0
- package/dist/esm/types/update-notify-template-request.d.ts +77 -0
- package/dist/esm/types/update-notify-template-request.d.ts.map +1 -0
- package/dist/esm/types/update-notify-template-response.d.ts +25 -0
- package/dist/esm/types/update-notify-template-response.d.ts.map +1 -0
- package/dist/esm/types/update-object-group-request.d.ts +36 -0
- package/dist/esm/types/update-object-group-request.d.ts.map +1 -0
- package/dist/esm/types/update-object-group-response.d.ts +25 -0
- package/dist/esm/types/update-object-group-response.d.ts.map +1 -0
- package/dist/esm/types/update-rule-request.d.ts +191 -0
- package/dist/esm/types/update-rule-request.d.ts.map +1 -0
- package/dist/esm/types/update-rule-response.d.ts +25 -0
- package/dist/esm/types/update-rule-response.d.ts.map +1 -0
- package/dist/esm/types/update-silence-policy-request.d.ts +57 -0
- package/dist/esm/types/update-silence-policy-request.d.ts.map +1 -0
- package/dist/esm/types/update-silence-policy-response.d.ts +25 -0
- package/dist/esm/types/update-silence-policy-response.d.ts.map +1 -0
- package/dist/esm/types/update-webhook-request.d.ts +40 -0
- package/dist/esm/types/update-webhook-request.d.ts.map +1 -0
- package/dist/esm/types/update-webhook-response.d.ts +25 -0
- package/dist/esm/types/update-webhook-response.d.ts.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +37 -0
- package/rslib.config.ts +26 -0
- package/src/api.ts +1217 -0
- package/src/index.ts +14 -0
- package/src/types/alert-notification-for-list-preset-alert-templates-output.ts +71 -0
- package/src/types/applied-rule-for-list-alert-templates-output.ts +46 -0
- package/src/types/applied-rule-for-list-preset-alert-templates-output.ts +34 -0
- package/src/types/apply-object-for-apply-object-groups-by-alert-template-input.ts +77 -0
- package/src/types/apply-object-groups-by-alert-template-request.ts +41 -0
- package/src/types/apply-object-groups-by-alert-template-response.ts +28 -0
- package/src/types/condition-for-create-alert-template-input.ts +52 -0
- package/src/types/condition-for-create-rule-input.ts +58 -0
- package/src/types/condition-for-list-alert-templates-output.ts +52 -0
- package/src/types/condition-for-list-preset-alert-templates-output.ts +52 -0
- package/src/types/condition-for-list-rules-by-ids-output.ts +64 -0
- package/src/types/condition-for-list-rules-output.ts +64 -0
- package/src/types/condition-for-update-alert-template-input.ts +52 -0
- package/src/types/condition-for-update-rule-input.ts +58 -0
- package/src/types/convert-tag-for-create-rule-input.ts +34 -0
- package/src/types/convert-tag-for-list-rules-by-ids-output.ts +34 -0
- package/src/types/convert-tag-for-list-rules-output.ts +34 -0
- package/src/types/convert-tag-for-update-rule-input.ts +34 -0
- package/src/types/create-alert-template-request.ts +67 -0
- package/src/types/create-alert-template-response.ts +28 -0
- package/src/types/create-contact-group-request.ts +40 -0
- package/src/types/create-contact-group-response.ts +28 -0
- package/src/types/create-contacts-request.ts +40 -0
- package/src/types/create-contacts-response.ts +28 -0
- package/src/types/create-event-rule-request.ts +140 -0
- package/src/types/create-event-rule-response.ts +29 -0
- package/src/types/create-notification-request.ts +47 -0
- package/src/types/create-notification-response.ts +28 -0
- package/src/types/create-notify-template-request.ts +82 -0
- package/src/types/create-notify-template-response.ts +28 -0
- package/src/types/create-object-group-request.ts +35 -0
- package/src/types/create-object-group-response.ts +28 -0
- package/src/types/create-rule-request.ts +224 -0
- package/src/types/create-rule-response.ts +28 -0
- package/src/types/create-silence-policy-request.ts +60 -0
- package/src/types/create-silence-policy-response.ts +28 -0
- package/src/types/create-webhook-request.ts +52 -0
- package/src/types/create-webhook-response.ts +28 -0
- package/src/types/data-for-create-event-rule-output.ts +28 -0
- package/src/types/data-for-delete-event-rule-output.ts +28 -0
- package/src/types/data-for-disable-event-rule-output.ts +28 -0
- package/src/types/data-for-enable-event-rule-output.ts +28 -0
- package/src/types/data-for-get-metric-data-output.ts +77 -0
- package/src/types/data-for-get-top-data-output.ts +41 -0
- package/src/types/data-for-list-alert-group-output.ts +118 -0
- package/src/types/data-for-list-alert-templates-output.ts +98 -0
- package/src/types/data-for-list-contact-group-by-ids-output.ts +58 -0
- package/src/types/data-for-list-contact-groups-output.ts +58 -0
- package/src/types/data-for-list-contacts-by-ids-output.ts +46 -0
- package/src/types/data-for-list-contacts-output.ts +46 -0
- package/src/types/data-for-list-default-notify-templates-output.ts +52 -0
- package/src/types/data-for-list-event-rules-output.ts +158 -0
- package/src/types/data-for-list-events-output.ts +65 -0
- package/src/types/data-for-list-notifications-output.ts +71 -0
- package/src/types/data-for-list-notify-templates-output.ts +76 -0
- package/src/types/data-for-list-object-groups-output.ts +65 -0
- package/src/types/data-for-list-preset-alert-templates-output.ts +104 -0
- package/src/types/data-for-list-rules-by-ids-output.ts +234 -0
- package/src/types/data-for-list-rules-output.ts +234 -0
- package/src/types/data-for-list-send-alert-output.ts +59 -0
- package/src/types/data-for-list-silence-policy-output.ts +96 -0
- package/src/types/data-for-list-webhooks-by-ids-output.ts +70 -0
- package/src/types/data-for-list-webhooks-output.ts +70 -0
- package/src/types/data-for-tag-resources-output.ts +34 -0
- package/src/types/data-for-update-event-rule-output.ts +28 -0
- package/src/types/data-point-for-get-metric-data-output.ts +34 -0
- package/src/types/delete-alert-templates-by-ids-request.ts +28 -0
- package/src/types/delete-alert-templates-by-ids-response.ts +28 -0
- package/src/types/delete-contact-group-by-ids-request.ts +28 -0
- package/src/types/delete-contact-group-by-ids-response.ts +28 -0
- package/src/types/delete-contacts-by-ids-request.ts +28 -0
- package/src/types/delete-contacts-by-ids-response.ts +28 -0
- package/src/types/delete-event-rule-request.ts +28 -0
- package/src/types/delete-event-rule-response.ts +29 -0
- package/src/types/delete-notifications-by-ids-request.ts +28 -0
- package/src/types/delete-notifications-by-ids-response.ts +28 -0
- package/src/types/delete-notify-templates-by-ids-request.ts +28 -0
- package/src/types/delete-notify-templates-by-ids-response.ts +28 -0
- package/src/types/delete-object-group-request.ts +28 -0
- package/src/types/delete-object-group-response.ts +28 -0
- package/src/types/delete-rules-by-ids-request.ts +28 -0
- package/src/types/delete-rules-by-ids-response.ts +28 -0
- package/src/types/delete-silence-policy-by-ids-request.ts +28 -0
- package/src/types/delete-silence-policy-by-ids-response.ts +28 -0
- package/src/types/delete-webhooks-by-ids-request.ts +28 -0
- package/src/types/delete-webhooks-by-ids-response.ts +28 -0
- package/src/types/detail-for-list-events-output.ts +22 -0
- package/src/types/dimension-conditions-for-create-object-group-input.ts +49 -0
- package/src/types/dimension-conditions-for-create-rule-input.ts +49 -0
- package/src/types/dimension-conditions-for-list-object-groups-output.ts +49 -0
- package/src/types/dimension-conditions-for-list-rules-by-ids-output.ts +49 -0
- package/src/types/dimension-conditions-for-list-rules-output.ts +49 -0
- package/src/types/dimension-conditions-for-update-object-group-input.ts +49 -0
- package/src/types/dimension-conditions-for-update-rule-input.ts +49 -0
- package/src/types/dimension-for-get-metric-data-input.ts +34 -0
- package/src/types/dimension-for-get-metric-data-output.ts +34 -0
- package/src/types/dimension-for-get-top-data-input.ts +34 -0
- package/src/types/dimensions-for-create-object-group-input.ts +22 -0
- package/src/types/dimensions-for-list-object-groups-output.ts +22 -0
- package/src/types/dimensions-for-update-object-group-input.ts +22 -0
- package/src/types/disable-event-rule-request.ts +28 -0
- package/src/types/disable-event-rule-response.ts +29 -0
- package/src/types/disable-preset-alert-template-request.ts +28 -0
- package/src/types/disable-preset-alert-template-response.ts +28 -0
- package/src/types/effect-time-for-create-silence-policy-input.ts +35 -0
- package/src/types/effect-time-for-list-silence-policy-output.ts +35 -0
- package/src/types/effect-time-for-update-silence-policy-input.ts +35 -0
- package/src/types/effective-time-for-create-event-rule-input.ts +34 -0
- package/src/types/effective-time-for-update-event-rule-input.ts +34 -0
- package/src/types/enable-event-rule-request.ts +28 -0
- package/src/types/enable-event-rule-response.ts +29 -0
- package/src/types/enable-preset-alert-template-request.ts +89 -0
- package/src/types/enable-preset-alert-template-response.ts +28 -0
- package/src/types/filter-pattern-for-create-event-rule-input.ts +22 -0
- package/src/types/filter-pattern-for-list-event-rules-output.ts +22 -0
- package/src/types/filter-pattern-for-update-event-rule-input.ts +22 -0
- package/src/types/get-metric-data-request.ts +71 -0
- package/src/types/get-metric-data-response.ts +29 -0
- package/src/types/get-top-data-request.ts +83 -0
- package/src/types/get-top-data-response.ts +29 -0
- package/src/types/group-keys-for-get-top-data-output.ts +22 -0
- package/src/types/index.ts +305 -0
- package/src/types/instance-for-get-metric-data-input.ts +29 -0
- package/src/types/instance-for-get-top-data-input.ts +29 -0
- package/src/types/level-condition-for-create-alert-template-input.ts +46 -0
- package/src/types/level-condition-for-create-rule-input.ts +35 -0
- package/src/types/level-condition-for-list-alert-templates-output.ts +46 -0
- package/src/types/level-condition-for-list-preset-alert-templates-output.ts +46 -0
- package/src/types/level-condition-for-list-rules-by-ids-output.ts +35 -0
- package/src/types/level-condition-for-list-rules-output.ts +35 -0
- package/src/types/level-condition-for-update-alert-template-input.ts +46 -0
- package/src/types/level-condition-for-update-rule-input.ts +35 -0
- package/src/types/list-alert-group-request.ts +82 -0
- package/src/types/list-alert-group-response.ts +59 -0
- package/src/types/list-alert-templates-request.ts +58 -0
- package/src/types/list-alert-templates-response.ts +47 -0
- package/src/types/list-contact-group-by-ids-request.ts +28 -0
- package/src/types/list-contact-group-by-ids-response.ts +29 -0
- package/src/types/list-contact-groups-request.ts +40 -0
- package/src/types/list-contact-groups-response.ts +47 -0
- package/src/types/list-contacts-by-ids-request.ts +28 -0
- package/src/types/list-contacts-by-ids-response.ts +29 -0
- package/src/types/list-contacts-request.ts +52 -0
- package/src/types/list-contacts-response.ts +47 -0
- package/src/types/list-default-notify-templates-request.ts +72 -0
- package/src/types/list-default-notify-templates-response.ts +29 -0
- package/src/types/list-event-rules-request.ts +64 -0
- package/src/types/list-event-rules-response.ts +59 -0
- package/src/types/list-events-request.ts +91 -0
- package/src/types/list-events-response.ts +59 -0
- package/src/types/list-notifications-request.ts +70 -0
- package/src/types/list-notifications-response.ts +47 -0
- package/src/types/list-notify-templates-request.ts +82 -0
- package/src/types/list-notify-templates-response.ts +47 -0
- package/src/types/list-object-groups-request.ts +52 -0
- package/src/types/list-object-groups-response.ts +47 -0
- package/src/types/list-preset-alert-templates-request.ts +52 -0
- package/src/types/list-preset-alert-templates-response.ts +47 -0
- package/src/types/list-rules-by-ids-request.ts +28 -0
- package/src/types/list-rules-by-ids-response.ts +29 -0
- package/src/types/list-rules-request.ts +92 -0
- package/src/types/list-rules-response.ts +47 -0
- package/src/types/list-send-alert-request.ts +40 -0
- package/src/types/list-send-alert-response.ts +47 -0
- package/src/types/list-silence-policy-request.ts +70 -0
- package/src/types/list-silence-policy-response.ts +47 -0
- package/src/types/list-webhooks-by-ids-request.ts +28 -0
- package/src/types/list-webhooks-by-ids-response.ts +29 -0
- package/src/types/list-webhooks-request.ts +76 -0
- package/src/types/list-webhooks-response.ts +59 -0
- package/src/types/message-queue-for-create-event-rule-input.ts +76 -0
- package/src/types/message-queue-for-list-event-rules-output.ts +52 -0
- package/src/types/message-queue-for-update-event-rule-input.ts +76 -0
- package/src/types/meta-condition-for-create-object-group-input.ts +41 -0
- package/src/types/meta-condition-for-create-rule-input.ts +41 -0
- package/src/types/meta-condition-for-create-silence-policy-input.ts +35 -0
- package/src/types/meta-condition-for-list-object-groups-output.ts +41 -0
- package/src/types/meta-condition-for-list-rules-by-ids-output.ts +41 -0
- package/src/types/meta-condition-for-list-rules-output.ts +41 -0
- package/src/types/meta-condition-for-list-silence-policy-output.ts +35 -0
- package/src/types/meta-condition-for-update-object-group-input.ts +41 -0
- package/src/types/meta-condition-for-update-rule-input.ts +41 -0
- package/src/types/meta-condition-for-update-silence-policy-input.ts +35 -0
- package/src/types/meta-for-create-object-group-input.ts +40 -0
- package/src/types/meta-for-create-rule-input.ts +40 -0
- package/src/types/meta-for-create-silence-policy-input.ts +40 -0
- package/src/types/meta-for-list-object-groups-output.ts +40 -0
- package/src/types/meta-for-list-rules-by-ids-output.ts +40 -0
- package/src/types/meta-for-list-rules-output.ts +40 -0
- package/src/types/meta-for-list-silence-policy-output.ts +40 -0
- package/src/types/meta-for-update-object-group-input.ts +40 -0
- package/src/types/meta-for-update-rule-input.ts +40 -0
- package/src/types/meta-for-update-silence-policy-input.ts +40 -0
- package/src/types/metric-data-for-get-top-data-output.ts +22 -0
- package/src/types/metric-data-result-for-get-metric-data-output.ts +42 -0
- package/src/types/modify-state-of-silence-policy-by-ids-request.ts +44 -0
- package/src/types/modify-state-of-silence-policy-by-ids-response.ts +28 -0
- package/src/types/no-data-for-create-alert-template-input.ts +40 -0
- package/src/types/no-data-for-create-rule-input.ts +34 -0
- package/src/types/no-data-for-list-alert-templates-output.ts +40 -0
- package/src/types/no-data-for-list-preset-alert-templates-output.ts +40 -0
- package/src/types/no-data-for-list-rules-by-ids-output.ts +40 -0
- package/src/types/no-data-for-list-rules-output.ts +40 -0
- package/src/types/no-data-for-update-alert-template-input.ts +40 -0
- package/src/types/no-data-for-update-rule-input.ts +40 -0
- package/src/types/notification-for-create-notification-input.ts +75 -0
- package/src/types/notification-for-list-notifications-output.ts +75 -0
- package/src/types/notification-for-update-notification-input.ts +75 -0
- package/src/types/notify-template-for-apply-object-groups-by-alert-template-input.ts +50 -0
- package/src/types/notify-template-for-create-event-rule-input.ts +50 -0
- package/src/types/notify-template-for-create-notification-input.ts +50 -0
- package/src/types/notify-template-for-create-rule-input.ts +50 -0
- package/src/types/notify-template-for-enable-preset-alert-template-input.ts +50 -0
- package/src/types/notify-template-for-list-alert-templates-output.ts +50 -0
- package/src/types/notify-template-for-list-event-rules-output.ts +50 -0
- package/src/types/notify-template-for-list-notifications-output.ts +50 -0
- package/src/types/notify-template-for-list-preset-alert-templates-output.ts +50 -0
- package/src/types/notify-template-for-list-rules-by-ids-output.ts +50 -0
- package/src/types/notify-template-for-list-rules-output.ts +50 -0
- package/src/types/notify-template-for-update-event-rule-input.ts +50 -0
- package/src/types/notify-template-for-update-notification-input.ts +50 -0
- package/src/types/notify-template-for-update-rule-input.ts +50 -0
- package/src/types/object-for-create-object-group-input.ts +54 -0
- package/src/types/object-for-list-object-groups-output.ts +67 -0
- package/src/types/object-for-update-object-group-input.ts +54 -0
- package/src/types/object-group-for-list-alert-templates-output.ts +83 -0
- package/src/types/original-dimensions-for-create-rule-input.ts +22 -0
- package/src/types/original-dimensions-for-list-rules-by-ids-output.ts +22 -0
- package/src/types/original-dimensions-for-list-rules-output.ts +22 -0
- package/src/types/original-dimensions-for-update-rule-input.ts +22 -0
- package/src/types/project-condition-for-create-object-group-input.ts +28 -0
- package/src/types/project-condition-for-create-rule-input.ts +28 -0
- package/src/types/project-condition-for-list-object-groups-output.ts +28 -0
- package/src/types/project-condition-for-list-rules-by-ids-output.ts +28 -0
- package/src/types/project-condition-for-list-rules-output.ts +28 -0
- package/src/types/project-condition-for-update-object-group-input.ts +28 -0
- package/src/types/project-condition-for-update-rule-input.ts +28 -0
- package/src/types/range-for-create-silence-policy-input.ts +46 -0
- package/src/types/range-for-list-silence-policy-output.ts +46 -0
- package/src/types/range-for-update-silence-policy-input.ts +46 -0
- package/src/types/recovery-notify-for-create-alert-template-input.ts +28 -0
- package/src/types/recovery-notify-for-create-rule-input.ts +28 -0
- package/src/types/recovery-notify-for-list-alert-templates-output.ts +28 -0
- package/src/types/recovery-notify-for-list-preset-alert-templates-output.ts +28 -0
- package/src/types/recovery-notify-for-list-rules-by-ids-output.ts +28 -0
- package/src/types/recovery-notify-for-list-rules-output.ts +28 -0
- package/src/types/recovery-notify-for-update-alert-template-input.ts +28 -0
- package/src/types/recovery-notify-for-update-rule-input.ts +28 -0
- package/src/types/rule-for-list-object-groups-output.ts +46 -0
- package/src/types/send-result-for-list-send-alert-output.ts +52 -0
- package/src/types/set-state-of-rules-by-ids-request.ts +44 -0
- package/src/types/set-state-of-rules-by-ids-response.ts +28 -0
- package/src/types/silence-conditions-for-create-silence-policy-input.ts +41 -0
- package/src/types/silence-conditions-for-list-silence-policy-output.ts +47 -0
- package/src/types/silence-conditions-for-update-silence-policy-input.ts +41 -0
- package/src/types/tag-condition-for-create-object-group-input.ts +35 -0
- package/src/types/tag-condition-for-create-rule-input.ts +35 -0
- package/src/types/tag-condition-for-list-object-groups-output.ts +35 -0
- package/src/types/tag-condition-for-list-rules-by-ids-output.ts +35 -0
- package/src/types/tag-condition-for-list-rules-output.ts +35 -0
- package/src/types/tag-condition-for-update-object-group-input.ts +35 -0
- package/src/types/tag-condition-for-update-rule-input.ts +35 -0
- package/src/types/tag-for-create-object-group-input.ts +40 -0
- package/src/types/tag-for-create-rule-input.ts +40 -0
- package/src/types/tag-for-list-object-groups-output.ts +40 -0
- package/src/types/tag-for-list-rules-by-ids-output.ts +40 -0
- package/src/types/tag-for-list-rules-output.ts +40 -0
- package/src/types/tag-for-tag-resources-input.ts +34 -0
- package/src/types/tag-for-update-object-group-input.ts +40 -0
- package/src/types/tag-for-update-rule-input.ts +40 -0
- package/src/types/tag-resources-request.ts +41 -0
- package/src/types/tag-resources-response.ts +29 -0
- package/src/types/template-rule-for-create-alert-template-input.ts +65 -0
- package/src/types/template-rule-for-list-alert-templates-output.ts +78 -0
- package/src/types/template-rule-for-list-preset-alert-templates-output.ts +78 -0
- package/src/types/template-rule-for-update-alert-template-input.ts +65 -0
- package/src/types/tlstarget-for-create-event-rule-input.ts +52 -0
- package/src/types/tlstarget-for-list-event-rules-output.ts +52 -0
- package/src/types/tlstarget-for-update-event-rule-input.ts +52 -0
- package/src/types/top-data-result-for-get-top-data-output.ts +36 -0
- package/src/types/untag-resources-request.ts +40 -0
- package/src/types/untag-resources-response.ts +28 -0
- package/src/types/update-alert-template-request.ts +73 -0
- package/src/types/update-alert-template-response.ts +28 -0
- package/src/types/update-contact-group-request.ts +40 -0
- package/src/types/update-contact-group-response.ts +28 -0
- package/src/types/update-contact-group-with-contacts-request.ts +34 -0
- package/src/types/update-contact-group-with-contacts-response.ts +28 -0
- package/src/types/update-contacts-request.ts +46 -0
- package/src/types/update-contacts-response.ts +28 -0
- package/src/types/update-contacts-with-contact-groups-request.ts +34 -0
- package/src/types/update-contacts-with-contact-groups-response.ts +28 -0
- package/src/types/update-event-rule-request.ts +146 -0
- package/src/types/update-event-rule-response.ts +29 -0
- package/src/types/update-notification-request.ts +53 -0
- package/src/types/update-notification-response.ts +28 -0
- package/src/types/update-notify-template-request.ts +88 -0
- package/src/types/update-notify-template-response.ts +28 -0
- package/src/types/update-object-group-request.ts +41 -0
- package/src/types/update-object-group-response.ts +28 -0
- package/src/types/update-rule-request.ts +224 -0
- package/src/types/update-rule-response.ts +28 -0
- package/src/types/update-silence-policy-request.ts +66 -0
- package/src/types/update-silence-policy-response.ts +28 -0
- package/src/types/update-webhook-request.ts +46 -0
- package/src/types/update-webhook-response.ts +28 -0
- package/tsconfig.json +12 -0
|
@@ -0,0 +1,675 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __webpack_require__ = {};
|
|
3
|
+
(()=>{
|
|
4
|
+
__webpack_require__.d = (exports1, definition)=>{
|
|
5
|
+
for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports1, key)) Object.defineProperty(exports1, key, {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: definition[key]
|
|
8
|
+
});
|
|
9
|
+
};
|
|
10
|
+
})();
|
|
11
|
+
(()=>{
|
|
12
|
+
__webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
|
|
13
|
+
})();
|
|
14
|
+
(()=>{
|
|
15
|
+
__webpack_require__.r = (exports1)=>{
|
|
16
|
+
if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
|
|
17
|
+
value: 'Module'
|
|
18
|
+
});
|
|
19
|
+
Object.defineProperty(exports1, '__esModule', {
|
|
20
|
+
value: true
|
|
21
|
+
});
|
|
22
|
+
};
|
|
23
|
+
})();
|
|
24
|
+
var __webpack_exports__ = {};
|
|
25
|
+
__webpack_require__.r(__webpack_exports__);
|
|
26
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
27
|
+
DeleteAlertTemplatesByIdsCommand: ()=>DeleteAlertTemplatesByIdsCommand,
|
|
28
|
+
DeleteRulesByIdsCommand: ()=>DeleteRulesByIdsCommand,
|
|
29
|
+
UntagResourcesCommand: ()=>UntagResourcesCommand,
|
|
30
|
+
ListEventRulesCommand: ()=>ListEventRulesCommand,
|
|
31
|
+
DeleteNotificationsByIdsCommand: ()=>DeleteNotificationsByIdsCommand,
|
|
32
|
+
UpdateAlertTemplateCommand: ()=>UpdateAlertTemplateCommand,
|
|
33
|
+
UpdateEventRuleCommand: ()=>UpdateEventRuleCommand,
|
|
34
|
+
ListSendAlertCommand: ()=>ListSendAlertCommand,
|
|
35
|
+
CreateRuleCommand: ()=>CreateRuleCommand,
|
|
36
|
+
CreateSilencePolicyCommand: ()=>CreateSilencePolicyCommand,
|
|
37
|
+
DeleteSilencePolicyByIdsCommand: ()=>DeleteSilencePolicyByIdsCommand,
|
|
38
|
+
CreateWebhookCommand: ()=>CreateWebhookCommand,
|
|
39
|
+
ListEventsCommand: ()=>ListEventsCommand,
|
|
40
|
+
ListObjectGroupsCommand: ()=>ListObjectGroupsCommand,
|
|
41
|
+
ListPresetAlertTemplatesCommand: ()=>ListPresetAlertTemplatesCommand,
|
|
42
|
+
ListWebhooksCommand: ()=>ListWebhooksCommand,
|
|
43
|
+
DeleteObjectGroupCommand: ()=>DeleteObjectGroupCommand,
|
|
44
|
+
EnableEventRuleCommand: ()=>EnableEventRuleCommand,
|
|
45
|
+
UpdateContactGroupWithContactsCommand: ()=>UpdateContactGroupWithContactsCommand,
|
|
46
|
+
ListContactGroupByIdsCommand: ()=>ListContactGroupByIdsCommand,
|
|
47
|
+
ListNotifyTemplatesCommand: ()=>ListNotifyTemplatesCommand,
|
|
48
|
+
CreateNotifyTemplateCommand: ()=>CreateNotifyTemplateCommand,
|
|
49
|
+
GetMetricDataCommand: ()=>GetMetricDataCommand,
|
|
50
|
+
DeleteContactsByIdsCommand: ()=>DeleteContactsByIdsCommand,
|
|
51
|
+
ListDefaultNotifyTemplatesCommand: ()=>ListDefaultNotifyTemplatesCommand,
|
|
52
|
+
UpdateObjectGroupCommand: ()=>UpdateObjectGroupCommand,
|
|
53
|
+
ListWebhooksByIdsCommand: ()=>ListWebhooksByIdsCommand,
|
|
54
|
+
GetTopDataCommand: ()=>GetTopDataCommand,
|
|
55
|
+
ListSilencePolicyCommand: ()=>ListSilencePolicyCommand,
|
|
56
|
+
UpdateNotificationCommand: ()=>UpdateNotificationCommand,
|
|
57
|
+
UpdateNotifyTemplateCommand: ()=>UpdateNotifyTemplateCommand,
|
|
58
|
+
ListRulesCommand: ()=>ListRulesCommand,
|
|
59
|
+
CreateNotificationCommand: ()=>CreateNotificationCommand,
|
|
60
|
+
ModifyStateOfSilencePolicyByIdsCommand: ()=>ModifyStateOfSilencePolicyByIdsCommand,
|
|
61
|
+
ListContactGroupsCommand: ()=>ListContactGroupsCommand,
|
|
62
|
+
UpdateContactsCommand: ()=>UpdateContactsCommand,
|
|
63
|
+
CreateContactGroupCommand: ()=>CreateContactGroupCommand,
|
|
64
|
+
ListContactsByIdsCommand: ()=>ListContactsByIdsCommand,
|
|
65
|
+
SetStateOfRulesByIdsCommand: ()=>SetStateOfRulesByIdsCommand,
|
|
66
|
+
UpdateRuleCommand: ()=>UpdateRuleCommand,
|
|
67
|
+
UpdateWebhookCommand: ()=>UpdateWebhookCommand,
|
|
68
|
+
CreateAlertTemplateCommand: ()=>CreateAlertTemplateCommand,
|
|
69
|
+
CreateContactsCommand: ()=>CreateContactsCommand,
|
|
70
|
+
EnablePresetAlertTemplateCommand: ()=>EnablePresetAlertTemplateCommand,
|
|
71
|
+
ApplyObjectGroupsByAlertTemplateCommand: ()=>ApplyObjectGroupsByAlertTemplateCommand,
|
|
72
|
+
UpdateContactsWithContactGroupsCommand: ()=>UpdateContactsWithContactGroupsCommand,
|
|
73
|
+
UpdateSilencePolicyCommand: ()=>UpdateSilencePolicyCommand,
|
|
74
|
+
ListAlertTemplatesCommand: ()=>ListAlertTemplatesCommand,
|
|
75
|
+
UpdateContactGroupCommand: ()=>UpdateContactGroupCommand,
|
|
76
|
+
ListAlertGroupCommand: ()=>ListAlertGroupCommand,
|
|
77
|
+
DisablePresetAlertTemplateCommand: ()=>DisablePresetAlertTemplateCommand,
|
|
78
|
+
VOLCOBSERVEClient: ()=>VOLCOBSERVEClient,
|
|
79
|
+
CreateEventRuleCommand: ()=>CreateEventRuleCommand,
|
|
80
|
+
TagResourcesCommand: ()=>TagResourcesCommand,
|
|
81
|
+
DisableEventRuleCommand: ()=>DisableEventRuleCommand,
|
|
82
|
+
ListContactsCommand: ()=>ListContactsCommand,
|
|
83
|
+
ListRulesByIdsCommand: ()=>ListRulesByIdsCommand,
|
|
84
|
+
DeleteContactGroupByIdsCommand: ()=>DeleteContactGroupByIdsCommand,
|
|
85
|
+
DeleteEventRuleCommand: ()=>DeleteEventRuleCommand,
|
|
86
|
+
CreateObjectGroupCommand: ()=>CreateObjectGroupCommand,
|
|
87
|
+
DeleteWebhooksByIdsCommand: ()=>DeleteWebhooksByIdsCommand,
|
|
88
|
+
DeleteNotifyTemplatesByIdsCommand: ()=>DeleteNotifyTemplatesByIdsCommand,
|
|
89
|
+
ListNotificationsCommand: ()=>ListNotificationsCommand
|
|
90
|
+
});
|
|
91
|
+
const sdk_core_namespaceObject = require("@volcengine/sdk-core");
|
|
92
|
+
function _define_property(obj, key, value) {
|
|
93
|
+
if (key in obj) Object.defineProperty(obj, key, {
|
|
94
|
+
value: value,
|
|
95
|
+
enumerable: true,
|
|
96
|
+
configurable: true,
|
|
97
|
+
writable: true
|
|
98
|
+
});
|
|
99
|
+
else obj[key] = value;
|
|
100
|
+
return obj;
|
|
101
|
+
}
|
|
102
|
+
class VOLCOBSERVEClient extends sdk_core_namespaceObject.Client {
|
|
103
|
+
constructor(config = {}){
|
|
104
|
+
super({
|
|
105
|
+
protocol: 'https',
|
|
106
|
+
region: 'cn-beijing',
|
|
107
|
+
...config
|
|
108
|
+
});
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
class ApplyObjectGroupsByAlertTemplateCommand extends sdk_core_namespaceObject.Command {
|
|
112
|
+
constructor(input){
|
|
113
|
+
super(input);
|
|
114
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ApplyObjectGroupsByAlertTemplateCommand.metaPath);
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
_define_property(ApplyObjectGroupsByAlertTemplateCommand, "metaPath", '/ApplyObjectGroupsByAlertTemplate/2018-01-01/volc_observe/post/application_json/');
|
|
118
|
+
class CreateAlertTemplateCommand extends sdk_core_namespaceObject.Command {
|
|
119
|
+
constructor(input){
|
|
120
|
+
super(input);
|
|
121
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateAlertTemplateCommand.metaPath);
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
_define_property(CreateAlertTemplateCommand, "metaPath", '/CreateAlertTemplate/2018-01-01/volc_observe/post/application_json/');
|
|
125
|
+
class CreateContactGroupCommand extends sdk_core_namespaceObject.Command {
|
|
126
|
+
constructor(input){
|
|
127
|
+
super(input);
|
|
128
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateContactGroupCommand.metaPath);
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
_define_property(CreateContactGroupCommand, "metaPath", '/CreateContactGroup/2018-01-01/volc_observe/post/application_json/');
|
|
132
|
+
class CreateContactsCommand extends sdk_core_namespaceObject.Command {
|
|
133
|
+
constructor(input){
|
|
134
|
+
super(input);
|
|
135
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateContactsCommand.metaPath);
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
_define_property(CreateContactsCommand, "metaPath", '/CreateContacts/2018-01-01/volc_observe/post/application_json/');
|
|
139
|
+
class CreateEventRuleCommand extends sdk_core_namespaceObject.Command {
|
|
140
|
+
constructor(input){
|
|
141
|
+
super(input);
|
|
142
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateEventRuleCommand.metaPath);
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
_define_property(CreateEventRuleCommand, "metaPath", '/CreateEventRule/2018-01-01/volc_observe/post/application_json/');
|
|
146
|
+
class CreateNotificationCommand extends sdk_core_namespaceObject.Command {
|
|
147
|
+
constructor(input){
|
|
148
|
+
super(input);
|
|
149
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateNotificationCommand.metaPath);
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
_define_property(CreateNotificationCommand, "metaPath", '/CreateNotification/2018-01-01/volc_observe/post/application_json/');
|
|
153
|
+
class CreateNotifyTemplateCommand extends sdk_core_namespaceObject.Command {
|
|
154
|
+
constructor(input){
|
|
155
|
+
super(input);
|
|
156
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateNotifyTemplateCommand.metaPath);
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
_define_property(CreateNotifyTemplateCommand, "metaPath", '/CreateNotifyTemplate/2018-01-01/volc_observe/post/application_json/');
|
|
160
|
+
class CreateObjectGroupCommand extends sdk_core_namespaceObject.Command {
|
|
161
|
+
constructor(input){
|
|
162
|
+
super(input);
|
|
163
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateObjectGroupCommand.metaPath);
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
_define_property(CreateObjectGroupCommand, "metaPath", '/CreateObjectGroup/2018-01-01/volc_observe/post/application_json/');
|
|
167
|
+
class CreateRuleCommand extends sdk_core_namespaceObject.Command {
|
|
168
|
+
constructor(input){
|
|
169
|
+
super(input);
|
|
170
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateRuleCommand.metaPath);
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
_define_property(CreateRuleCommand, "metaPath", '/CreateRule/2018-01-01/volc_observe/post/application_json/');
|
|
174
|
+
class CreateSilencePolicyCommand extends sdk_core_namespaceObject.Command {
|
|
175
|
+
constructor(input){
|
|
176
|
+
super(input);
|
|
177
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateSilencePolicyCommand.metaPath);
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
_define_property(CreateSilencePolicyCommand, "metaPath", '/CreateSilencePolicy/2018-01-01/volc_observe/post/application_json/');
|
|
181
|
+
class CreateWebhookCommand extends sdk_core_namespaceObject.Command {
|
|
182
|
+
constructor(input){
|
|
183
|
+
super(input);
|
|
184
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateWebhookCommand.metaPath);
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
_define_property(CreateWebhookCommand, "metaPath", '/CreateWebhook/2018-01-01/volc_observe/post/application_json/');
|
|
188
|
+
class DeleteAlertTemplatesByIdsCommand extends sdk_core_namespaceObject.Command {
|
|
189
|
+
constructor(input){
|
|
190
|
+
super(input);
|
|
191
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteAlertTemplatesByIdsCommand.metaPath);
|
|
192
|
+
}
|
|
193
|
+
}
|
|
194
|
+
_define_property(DeleteAlertTemplatesByIdsCommand, "metaPath", '/DeleteAlertTemplatesByIds/2018-01-01/volc_observe/post/application_json/');
|
|
195
|
+
class DeleteContactGroupByIdsCommand extends sdk_core_namespaceObject.Command {
|
|
196
|
+
constructor(input){
|
|
197
|
+
super(input);
|
|
198
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteContactGroupByIdsCommand.metaPath);
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
_define_property(DeleteContactGroupByIdsCommand, "metaPath", '/DeleteContactGroupByIds/2018-01-01/volc_observe/post/application_json/');
|
|
202
|
+
class DeleteContactsByIdsCommand extends sdk_core_namespaceObject.Command {
|
|
203
|
+
constructor(input){
|
|
204
|
+
super(input);
|
|
205
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteContactsByIdsCommand.metaPath);
|
|
206
|
+
}
|
|
207
|
+
}
|
|
208
|
+
_define_property(DeleteContactsByIdsCommand, "metaPath", '/DeleteContactsByIds/2018-01-01/volc_observe/post/application_json/');
|
|
209
|
+
class DeleteEventRuleCommand extends sdk_core_namespaceObject.Command {
|
|
210
|
+
constructor(input){
|
|
211
|
+
super(input);
|
|
212
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteEventRuleCommand.metaPath);
|
|
213
|
+
}
|
|
214
|
+
}
|
|
215
|
+
_define_property(DeleteEventRuleCommand, "metaPath", '/DeleteEventRule/2018-01-01/volc_observe/post/application_json/');
|
|
216
|
+
class DeleteNotificationsByIdsCommand extends sdk_core_namespaceObject.Command {
|
|
217
|
+
constructor(input){
|
|
218
|
+
super(input);
|
|
219
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteNotificationsByIdsCommand.metaPath);
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
_define_property(DeleteNotificationsByIdsCommand, "metaPath", '/DeleteNotificationsByIds/2018-01-01/volc_observe/post/application_json/');
|
|
223
|
+
class DeleteNotifyTemplatesByIdsCommand extends sdk_core_namespaceObject.Command {
|
|
224
|
+
constructor(input){
|
|
225
|
+
super(input);
|
|
226
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteNotifyTemplatesByIdsCommand.metaPath);
|
|
227
|
+
}
|
|
228
|
+
}
|
|
229
|
+
_define_property(DeleteNotifyTemplatesByIdsCommand, "metaPath", '/DeleteNotifyTemplatesByIds/2018-01-01/volc_observe/post/application_json/');
|
|
230
|
+
class DeleteObjectGroupCommand extends sdk_core_namespaceObject.Command {
|
|
231
|
+
constructor(input){
|
|
232
|
+
super(input);
|
|
233
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteObjectGroupCommand.metaPath);
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
_define_property(DeleteObjectGroupCommand, "metaPath", '/DeleteObjectGroup/2018-01-01/volc_observe/post/application_json/');
|
|
237
|
+
class DeleteRulesByIdsCommand extends sdk_core_namespaceObject.Command {
|
|
238
|
+
constructor(input){
|
|
239
|
+
super(input);
|
|
240
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteRulesByIdsCommand.metaPath);
|
|
241
|
+
}
|
|
242
|
+
}
|
|
243
|
+
_define_property(DeleteRulesByIdsCommand, "metaPath", '/DeleteRulesByIds/2018-01-01/volc_observe/post/application_json/');
|
|
244
|
+
class DeleteSilencePolicyByIdsCommand extends sdk_core_namespaceObject.Command {
|
|
245
|
+
constructor(input){
|
|
246
|
+
super(input);
|
|
247
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteSilencePolicyByIdsCommand.metaPath);
|
|
248
|
+
}
|
|
249
|
+
}
|
|
250
|
+
_define_property(DeleteSilencePolicyByIdsCommand, "metaPath", '/DeleteSilencePolicyByIds/2018-01-01/volc_observe/post/application_json/');
|
|
251
|
+
class DeleteWebhooksByIdsCommand extends sdk_core_namespaceObject.Command {
|
|
252
|
+
constructor(input){
|
|
253
|
+
super(input);
|
|
254
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteWebhooksByIdsCommand.metaPath);
|
|
255
|
+
}
|
|
256
|
+
}
|
|
257
|
+
_define_property(DeleteWebhooksByIdsCommand, "metaPath", '/DeleteWebhooksByIds/2018-01-01/volc_observe/post/application_json/');
|
|
258
|
+
class DisableEventRuleCommand extends sdk_core_namespaceObject.Command {
|
|
259
|
+
constructor(input){
|
|
260
|
+
super(input);
|
|
261
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DisableEventRuleCommand.metaPath);
|
|
262
|
+
}
|
|
263
|
+
}
|
|
264
|
+
_define_property(DisableEventRuleCommand, "metaPath", '/DisableEventRule/2018-01-01/volc_observe/post/application_json/');
|
|
265
|
+
class DisablePresetAlertTemplateCommand extends sdk_core_namespaceObject.Command {
|
|
266
|
+
constructor(input){
|
|
267
|
+
super(input);
|
|
268
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DisablePresetAlertTemplateCommand.metaPath);
|
|
269
|
+
}
|
|
270
|
+
}
|
|
271
|
+
_define_property(DisablePresetAlertTemplateCommand, "metaPath", '/DisablePresetAlertTemplate/2018-01-01/volc_observe/post/application_json/');
|
|
272
|
+
class EnableEventRuleCommand extends sdk_core_namespaceObject.Command {
|
|
273
|
+
constructor(input){
|
|
274
|
+
super(input);
|
|
275
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(EnableEventRuleCommand.metaPath);
|
|
276
|
+
}
|
|
277
|
+
}
|
|
278
|
+
_define_property(EnableEventRuleCommand, "metaPath", '/EnableEventRule/2018-01-01/volc_observe/post/application_json/');
|
|
279
|
+
class EnablePresetAlertTemplateCommand extends sdk_core_namespaceObject.Command {
|
|
280
|
+
constructor(input){
|
|
281
|
+
super(input);
|
|
282
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(EnablePresetAlertTemplateCommand.metaPath);
|
|
283
|
+
}
|
|
284
|
+
}
|
|
285
|
+
_define_property(EnablePresetAlertTemplateCommand, "metaPath", '/EnablePresetAlertTemplate/2018-01-01/volc_observe/post/application_json/');
|
|
286
|
+
class GetMetricDataCommand extends sdk_core_namespaceObject.Command {
|
|
287
|
+
constructor(input){
|
|
288
|
+
super(input);
|
|
289
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetMetricDataCommand.metaPath);
|
|
290
|
+
}
|
|
291
|
+
}
|
|
292
|
+
_define_property(GetMetricDataCommand, "metaPath", '/GetMetricData/2018-01-01/volc_observe/post/application_json/');
|
|
293
|
+
class GetTopDataCommand extends sdk_core_namespaceObject.Command {
|
|
294
|
+
constructor(input){
|
|
295
|
+
super(input);
|
|
296
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetTopDataCommand.metaPath);
|
|
297
|
+
}
|
|
298
|
+
}
|
|
299
|
+
_define_property(GetTopDataCommand, "metaPath", '/GetTopData/2018-01-01/volc_observe/post/application_json/');
|
|
300
|
+
class ListAlertGroupCommand extends sdk_core_namespaceObject.Command {
|
|
301
|
+
constructor(input){
|
|
302
|
+
super(input);
|
|
303
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListAlertGroupCommand.metaPath);
|
|
304
|
+
}
|
|
305
|
+
}
|
|
306
|
+
_define_property(ListAlertGroupCommand, "metaPath", '/ListAlertGroup/2018-01-01/volc_observe/post/application_json/');
|
|
307
|
+
class ListAlertTemplatesCommand extends sdk_core_namespaceObject.Command {
|
|
308
|
+
constructor(input){
|
|
309
|
+
super(input);
|
|
310
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListAlertTemplatesCommand.metaPath);
|
|
311
|
+
}
|
|
312
|
+
}
|
|
313
|
+
_define_property(ListAlertTemplatesCommand, "metaPath", '/ListAlertTemplates/2018-01-01/volc_observe/post/application_json/');
|
|
314
|
+
class ListContactGroupByIdsCommand extends sdk_core_namespaceObject.Command {
|
|
315
|
+
constructor(input){
|
|
316
|
+
super(input);
|
|
317
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListContactGroupByIdsCommand.metaPath);
|
|
318
|
+
}
|
|
319
|
+
}
|
|
320
|
+
_define_property(ListContactGroupByIdsCommand, "metaPath", '/ListContactGroupByIds/2018-01-01/volc_observe/post/application_json/');
|
|
321
|
+
class ListContactGroupsCommand extends sdk_core_namespaceObject.Command {
|
|
322
|
+
constructor(input){
|
|
323
|
+
super(input);
|
|
324
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListContactGroupsCommand.metaPath);
|
|
325
|
+
}
|
|
326
|
+
}
|
|
327
|
+
_define_property(ListContactGroupsCommand, "metaPath", '/ListContactGroups/2018-01-01/volc_observe/post/application_json/');
|
|
328
|
+
class ListContactsCommand extends sdk_core_namespaceObject.Command {
|
|
329
|
+
constructor(input){
|
|
330
|
+
super(input);
|
|
331
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListContactsCommand.metaPath);
|
|
332
|
+
}
|
|
333
|
+
}
|
|
334
|
+
_define_property(ListContactsCommand, "metaPath", '/ListContacts/2018-01-01/volc_observe/post/application_json/');
|
|
335
|
+
class ListContactsByIdsCommand extends sdk_core_namespaceObject.Command {
|
|
336
|
+
constructor(input){
|
|
337
|
+
super(input);
|
|
338
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListContactsByIdsCommand.metaPath);
|
|
339
|
+
}
|
|
340
|
+
}
|
|
341
|
+
_define_property(ListContactsByIdsCommand, "metaPath", '/ListContactsByIds/2018-01-01/volc_observe/post/application_json/');
|
|
342
|
+
class ListDefaultNotifyTemplatesCommand extends sdk_core_namespaceObject.Command {
|
|
343
|
+
constructor(input){
|
|
344
|
+
super(input);
|
|
345
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListDefaultNotifyTemplatesCommand.metaPath);
|
|
346
|
+
}
|
|
347
|
+
}
|
|
348
|
+
_define_property(ListDefaultNotifyTemplatesCommand, "metaPath", '/ListDefaultNotifyTemplates/2018-01-01/volc_observe/post/application_json/');
|
|
349
|
+
class ListEventRulesCommand extends sdk_core_namespaceObject.Command {
|
|
350
|
+
constructor(input){
|
|
351
|
+
super(input);
|
|
352
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListEventRulesCommand.metaPath);
|
|
353
|
+
}
|
|
354
|
+
}
|
|
355
|
+
_define_property(ListEventRulesCommand, "metaPath", '/ListEventRules/2018-01-01/volc_observe/post/application_json/');
|
|
356
|
+
class ListEventsCommand extends sdk_core_namespaceObject.Command {
|
|
357
|
+
constructor(input){
|
|
358
|
+
super(input);
|
|
359
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListEventsCommand.metaPath);
|
|
360
|
+
}
|
|
361
|
+
}
|
|
362
|
+
_define_property(ListEventsCommand, "metaPath", '/ListEvents/2018-01-01/volc_observe/post/application_json/');
|
|
363
|
+
class ListNotificationsCommand extends sdk_core_namespaceObject.Command {
|
|
364
|
+
constructor(input){
|
|
365
|
+
super(input);
|
|
366
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListNotificationsCommand.metaPath);
|
|
367
|
+
}
|
|
368
|
+
}
|
|
369
|
+
_define_property(ListNotificationsCommand, "metaPath", '/ListNotifications/2018-01-01/volc_observe/post/application_json/');
|
|
370
|
+
class ListNotifyTemplatesCommand extends sdk_core_namespaceObject.Command {
|
|
371
|
+
constructor(input){
|
|
372
|
+
super(input);
|
|
373
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListNotifyTemplatesCommand.metaPath);
|
|
374
|
+
}
|
|
375
|
+
}
|
|
376
|
+
_define_property(ListNotifyTemplatesCommand, "metaPath", '/ListNotifyTemplates/2018-01-01/volc_observe/post/application_json/');
|
|
377
|
+
class ListObjectGroupsCommand extends sdk_core_namespaceObject.Command {
|
|
378
|
+
constructor(input){
|
|
379
|
+
super(input);
|
|
380
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListObjectGroupsCommand.metaPath);
|
|
381
|
+
}
|
|
382
|
+
}
|
|
383
|
+
_define_property(ListObjectGroupsCommand, "metaPath", '/ListObjectGroups/2018-01-01/volc_observe/post/application_json/');
|
|
384
|
+
class ListPresetAlertTemplatesCommand extends sdk_core_namespaceObject.Command {
|
|
385
|
+
constructor(input){
|
|
386
|
+
super(input);
|
|
387
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListPresetAlertTemplatesCommand.metaPath);
|
|
388
|
+
}
|
|
389
|
+
}
|
|
390
|
+
_define_property(ListPresetAlertTemplatesCommand, "metaPath", '/ListPresetAlertTemplates/2018-01-01/volc_observe/post/application_json/');
|
|
391
|
+
class ListRulesCommand extends sdk_core_namespaceObject.Command {
|
|
392
|
+
constructor(input){
|
|
393
|
+
super(input);
|
|
394
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListRulesCommand.metaPath);
|
|
395
|
+
}
|
|
396
|
+
}
|
|
397
|
+
_define_property(ListRulesCommand, "metaPath", '/ListRules/2018-01-01/volc_observe/post/application_json/');
|
|
398
|
+
class ListRulesByIdsCommand extends sdk_core_namespaceObject.Command {
|
|
399
|
+
constructor(input){
|
|
400
|
+
super(input);
|
|
401
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListRulesByIdsCommand.metaPath);
|
|
402
|
+
}
|
|
403
|
+
}
|
|
404
|
+
_define_property(ListRulesByIdsCommand, "metaPath", '/ListRulesByIds/2018-01-01/volc_observe/post/application_json/');
|
|
405
|
+
class ListSendAlertCommand extends sdk_core_namespaceObject.Command {
|
|
406
|
+
constructor(input){
|
|
407
|
+
super(input);
|
|
408
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListSendAlertCommand.metaPath);
|
|
409
|
+
}
|
|
410
|
+
}
|
|
411
|
+
_define_property(ListSendAlertCommand, "metaPath", '/ListSendAlert/2018-01-01/volc_observe/post/application_json/');
|
|
412
|
+
class ListSilencePolicyCommand extends sdk_core_namespaceObject.Command {
|
|
413
|
+
constructor(input){
|
|
414
|
+
super(input);
|
|
415
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListSilencePolicyCommand.metaPath);
|
|
416
|
+
}
|
|
417
|
+
}
|
|
418
|
+
_define_property(ListSilencePolicyCommand, "metaPath", '/ListSilencePolicy/2018-01-01/volc_observe/post/application_json/');
|
|
419
|
+
class ListWebhooksCommand extends sdk_core_namespaceObject.Command {
|
|
420
|
+
constructor(input){
|
|
421
|
+
super(input);
|
|
422
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListWebhooksCommand.metaPath);
|
|
423
|
+
}
|
|
424
|
+
}
|
|
425
|
+
_define_property(ListWebhooksCommand, "metaPath", '/ListWebhooks/2018-01-01/volc_observe/post/application_json/');
|
|
426
|
+
class ListWebhooksByIdsCommand extends sdk_core_namespaceObject.Command {
|
|
427
|
+
constructor(input){
|
|
428
|
+
super(input);
|
|
429
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListWebhooksByIdsCommand.metaPath);
|
|
430
|
+
}
|
|
431
|
+
}
|
|
432
|
+
_define_property(ListWebhooksByIdsCommand, "metaPath", '/ListWebhooksByIds/2018-01-01/volc_observe/post/application_json/');
|
|
433
|
+
class ModifyStateOfSilencePolicyByIdsCommand extends sdk_core_namespaceObject.Command {
|
|
434
|
+
constructor(input){
|
|
435
|
+
super(input);
|
|
436
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ModifyStateOfSilencePolicyByIdsCommand.metaPath);
|
|
437
|
+
}
|
|
438
|
+
}
|
|
439
|
+
_define_property(ModifyStateOfSilencePolicyByIdsCommand, "metaPath", '/ModifyStateOfSilencePolicyByIds/2018-01-01/volc_observe/post/application_json/');
|
|
440
|
+
class SetStateOfRulesByIdsCommand extends sdk_core_namespaceObject.Command {
|
|
441
|
+
constructor(input){
|
|
442
|
+
super(input);
|
|
443
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(SetStateOfRulesByIdsCommand.metaPath);
|
|
444
|
+
}
|
|
445
|
+
}
|
|
446
|
+
_define_property(SetStateOfRulesByIdsCommand, "metaPath", '/SetStateOfRulesByIds/2018-01-01/volc_observe/post/application_json/');
|
|
447
|
+
class TagResourcesCommand extends sdk_core_namespaceObject.Command {
|
|
448
|
+
constructor(input){
|
|
449
|
+
super(input);
|
|
450
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(TagResourcesCommand.metaPath);
|
|
451
|
+
}
|
|
452
|
+
}
|
|
453
|
+
_define_property(TagResourcesCommand, "metaPath", '/TagResources/2018-01-01/volc_observe/post/application_json/');
|
|
454
|
+
class UntagResourcesCommand extends sdk_core_namespaceObject.Command {
|
|
455
|
+
constructor(input){
|
|
456
|
+
super(input);
|
|
457
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UntagResourcesCommand.metaPath);
|
|
458
|
+
}
|
|
459
|
+
}
|
|
460
|
+
_define_property(UntagResourcesCommand, "metaPath", '/UntagResources/2018-01-01/volc_observe/post/application_json/');
|
|
461
|
+
class UpdateAlertTemplateCommand extends sdk_core_namespaceObject.Command {
|
|
462
|
+
constructor(input){
|
|
463
|
+
super(input);
|
|
464
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateAlertTemplateCommand.metaPath);
|
|
465
|
+
}
|
|
466
|
+
}
|
|
467
|
+
_define_property(UpdateAlertTemplateCommand, "metaPath", '/UpdateAlertTemplate/2018-01-01/volc_observe/post/application_json/');
|
|
468
|
+
class UpdateContactGroupCommand extends sdk_core_namespaceObject.Command {
|
|
469
|
+
constructor(input){
|
|
470
|
+
super(input);
|
|
471
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateContactGroupCommand.metaPath);
|
|
472
|
+
}
|
|
473
|
+
}
|
|
474
|
+
_define_property(UpdateContactGroupCommand, "metaPath", '/UpdateContactGroup/2018-01-01/volc_observe/post/application_json/');
|
|
475
|
+
class UpdateContactGroupWithContactsCommand extends sdk_core_namespaceObject.Command {
|
|
476
|
+
constructor(input){
|
|
477
|
+
super(input);
|
|
478
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateContactGroupWithContactsCommand.metaPath);
|
|
479
|
+
}
|
|
480
|
+
}
|
|
481
|
+
_define_property(UpdateContactGroupWithContactsCommand, "metaPath", '/UpdateContactGroupWithContacts/2018-01-01/volc_observe/post/application_json/');
|
|
482
|
+
class UpdateContactsCommand extends sdk_core_namespaceObject.Command {
|
|
483
|
+
constructor(input){
|
|
484
|
+
super(input);
|
|
485
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateContactsCommand.metaPath);
|
|
486
|
+
}
|
|
487
|
+
}
|
|
488
|
+
_define_property(UpdateContactsCommand, "metaPath", '/UpdateContacts/2018-01-01/volc_observe/post/application_json/');
|
|
489
|
+
class UpdateContactsWithContactGroupsCommand extends sdk_core_namespaceObject.Command {
|
|
490
|
+
constructor(input){
|
|
491
|
+
super(input);
|
|
492
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateContactsWithContactGroupsCommand.metaPath);
|
|
493
|
+
}
|
|
494
|
+
}
|
|
495
|
+
_define_property(UpdateContactsWithContactGroupsCommand, "metaPath", '/UpdateContactsWithContactGroups/2018-01-01/volc_observe/post/application_json/');
|
|
496
|
+
class UpdateEventRuleCommand extends sdk_core_namespaceObject.Command {
|
|
497
|
+
constructor(input){
|
|
498
|
+
super(input);
|
|
499
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateEventRuleCommand.metaPath);
|
|
500
|
+
}
|
|
501
|
+
}
|
|
502
|
+
_define_property(UpdateEventRuleCommand, "metaPath", '/UpdateEventRule/2018-01-01/volc_observe/post/application_json/');
|
|
503
|
+
class UpdateNotificationCommand extends sdk_core_namespaceObject.Command {
|
|
504
|
+
constructor(input){
|
|
505
|
+
super(input);
|
|
506
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateNotificationCommand.metaPath);
|
|
507
|
+
}
|
|
508
|
+
}
|
|
509
|
+
_define_property(UpdateNotificationCommand, "metaPath", '/UpdateNotification/2018-01-01/volc_observe/post/application_json/');
|
|
510
|
+
class UpdateNotifyTemplateCommand extends sdk_core_namespaceObject.Command {
|
|
511
|
+
constructor(input){
|
|
512
|
+
super(input);
|
|
513
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateNotifyTemplateCommand.metaPath);
|
|
514
|
+
}
|
|
515
|
+
}
|
|
516
|
+
_define_property(UpdateNotifyTemplateCommand, "metaPath", '/UpdateNotifyTemplate/2018-01-01/volc_observe/post/application_json/');
|
|
517
|
+
class UpdateObjectGroupCommand extends sdk_core_namespaceObject.Command {
|
|
518
|
+
constructor(input){
|
|
519
|
+
super(input);
|
|
520
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateObjectGroupCommand.metaPath);
|
|
521
|
+
}
|
|
522
|
+
}
|
|
523
|
+
_define_property(UpdateObjectGroupCommand, "metaPath", '/UpdateObjectGroup/2018-01-01/volc_observe/post/application_json/');
|
|
524
|
+
class UpdateRuleCommand extends sdk_core_namespaceObject.Command {
|
|
525
|
+
constructor(input){
|
|
526
|
+
super(input);
|
|
527
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateRuleCommand.metaPath);
|
|
528
|
+
}
|
|
529
|
+
}
|
|
530
|
+
_define_property(UpdateRuleCommand, "metaPath", '/UpdateRule/2018-01-01/volc_observe/post/application_json/');
|
|
531
|
+
class UpdateSilencePolicyCommand extends sdk_core_namespaceObject.Command {
|
|
532
|
+
constructor(input){
|
|
533
|
+
super(input);
|
|
534
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateSilencePolicyCommand.metaPath);
|
|
535
|
+
}
|
|
536
|
+
}
|
|
537
|
+
_define_property(UpdateSilencePolicyCommand, "metaPath", '/UpdateSilencePolicy/2018-01-01/volc_observe/post/application_json/');
|
|
538
|
+
class UpdateWebhookCommand extends sdk_core_namespaceObject.Command {
|
|
539
|
+
constructor(input){
|
|
540
|
+
super(input);
|
|
541
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateWebhookCommand.metaPath);
|
|
542
|
+
}
|
|
543
|
+
}
|
|
544
|
+
_define_property(UpdateWebhookCommand, "metaPath", '/UpdateWebhook/2018-01-01/volc_observe/post/application_json/');
|
|
545
|
+
exports.ApplyObjectGroupsByAlertTemplateCommand = __webpack_exports__.ApplyObjectGroupsByAlertTemplateCommand;
|
|
546
|
+
exports.CreateAlertTemplateCommand = __webpack_exports__.CreateAlertTemplateCommand;
|
|
547
|
+
exports.CreateContactGroupCommand = __webpack_exports__.CreateContactGroupCommand;
|
|
548
|
+
exports.CreateContactsCommand = __webpack_exports__.CreateContactsCommand;
|
|
549
|
+
exports.CreateEventRuleCommand = __webpack_exports__.CreateEventRuleCommand;
|
|
550
|
+
exports.CreateNotificationCommand = __webpack_exports__.CreateNotificationCommand;
|
|
551
|
+
exports.CreateNotifyTemplateCommand = __webpack_exports__.CreateNotifyTemplateCommand;
|
|
552
|
+
exports.CreateObjectGroupCommand = __webpack_exports__.CreateObjectGroupCommand;
|
|
553
|
+
exports.CreateRuleCommand = __webpack_exports__.CreateRuleCommand;
|
|
554
|
+
exports.CreateSilencePolicyCommand = __webpack_exports__.CreateSilencePolicyCommand;
|
|
555
|
+
exports.CreateWebhookCommand = __webpack_exports__.CreateWebhookCommand;
|
|
556
|
+
exports.DeleteAlertTemplatesByIdsCommand = __webpack_exports__.DeleteAlertTemplatesByIdsCommand;
|
|
557
|
+
exports.DeleteContactGroupByIdsCommand = __webpack_exports__.DeleteContactGroupByIdsCommand;
|
|
558
|
+
exports.DeleteContactsByIdsCommand = __webpack_exports__.DeleteContactsByIdsCommand;
|
|
559
|
+
exports.DeleteEventRuleCommand = __webpack_exports__.DeleteEventRuleCommand;
|
|
560
|
+
exports.DeleteNotificationsByIdsCommand = __webpack_exports__.DeleteNotificationsByIdsCommand;
|
|
561
|
+
exports.DeleteNotifyTemplatesByIdsCommand = __webpack_exports__.DeleteNotifyTemplatesByIdsCommand;
|
|
562
|
+
exports.DeleteObjectGroupCommand = __webpack_exports__.DeleteObjectGroupCommand;
|
|
563
|
+
exports.DeleteRulesByIdsCommand = __webpack_exports__.DeleteRulesByIdsCommand;
|
|
564
|
+
exports.DeleteSilencePolicyByIdsCommand = __webpack_exports__.DeleteSilencePolicyByIdsCommand;
|
|
565
|
+
exports.DeleteWebhooksByIdsCommand = __webpack_exports__.DeleteWebhooksByIdsCommand;
|
|
566
|
+
exports.DisableEventRuleCommand = __webpack_exports__.DisableEventRuleCommand;
|
|
567
|
+
exports.DisablePresetAlertTemplateCommand = __webpack_exports__.DisablePresetAlertTemplateCommand;
|
|
568
|
+
exports.EnableEventRuleCommand = __webpack_exports__.EnableEventRuleCommand;
|
|
569
|
+
exports.EnablePresetAlertTemplateCommand = __webpack_exports__.EnablePresetAlertTemplateCommand;
|
|
570
|
+
exports.GetMetricDataCommand = __webpack_exports__.GetMetricDataCommand;
|
|
571
|
+
exports.GetTopDataCommand = __webpack_exports__.GetTopDataCommand;
|
|
572
|
+
exports.ListAlertGroupCommand = __webpack_exports__.ListAlertGroupCommand;
|
|
573
|
+
exports.ListAlertTemplatesCommand = __webpack_exports__.ListAlertTemplatesCommand;
|
|
574
|
+
exports.ListContactGroupByIdsCommand = __webpack_exports__.ListContactGroupByIdsCommand;
|
|
575
|
+
exports.ListContactGroupsCommand = __webpack_exports__.ListContactGroupsCommand;
|
|
576
|
+
exports.ListContactsByIdsCommand = __webpack_exports__.ListContactsByIdsCommand;
|
|
577
|
+
exports.ListContactsCommand = __webpack_exports__.ListContactsCommand;
|
|
578
|
+
exports.ListDefaultNotifyTemplatesCommand = __webpack_exports__.ListDefaultNotifyTemplatesCommand;
|
|
579
|
+
exports.ListEventRulesCommand = __webpack_exports__.ListEventRulesCommand;
|
|
580
|
+
exports.ListEventsCommand = __webpack_exports__.ListEventsCommand;
|
|
581
|
+
exports.ListNotificationsCommand = __webpack_exports__.ListNotificationsCommand;
|
|
582
|
+
exports.ListNotifyTemplatesCommand = __webpack_exports__.ListNotifyTemplatesCommand;
|
|
583
|
+
exports.ListObjectGroupsCommand = __webpack_exports__.ListObjectGroupsCommand;
|
|
584
|
+
exports.ListPresetAlertTemplatesCommand = __webpack_exports__.ListPresetAlertTemplatesCommand;
|
|
585
|
+
exports.ListRulesByIdsCommand = __webpack_exports__.ListRulesByIdsCommand;
|
|
586
|
+
exports.ListRulesCommand = __webpack_exports__.ListRulesCommand;
|
|
587
|
+
exports.ListSendAlertCommand = __webpack_exports__.ListSendAlertCommand;
|
|
588
|
+
exports.ListSilencePolicyCommand = __webpack_exports__.ListSilencePolicyCommand;
|
|
589
|
+
exports.ListWebhooksByIdsCommand = __webpack_exports__.ListWebhooksByIdsCommand;
|
|
590
|
+
exports.ListWebhooksCommand = __webpack_exports__.ListWebhooksCommand;
|
|
591
|
+
exports.ModifyStateOfSilencePolicyByIdsCommand = __webpack_exports__.ModifyStateOfSilencePolicyByIdsCommand;
|
|
592
|
+
exports.SetStateOfRulesByIdsCommand = __webpack_exports__.SetStateOfRulesByIdsCommand;
|
|
593
|
+
exports.TagResourcesCommand = __webpack_exports__.TagResourcesCommand;
|
|
594
|
+
exports.UntagResourcesCommand = __webpack_exports__.UntagResourcesCommand;
|
|
595
|
+
exports.UpdateAlertTemplateCommand = __webpack_exports__.UpdateAlertTemplateCommand;
|
|
596
|
+
exports.UpdateContactGroupCommand = __webpack_exports__.UpdateContactGroupCommand;
|
|
597
|
+
exports.UpdateContactGroupWithContactsCommand = __webpack_exports__.UpdateContactGroupWithContactsCommand;
|
|
598
|
+
exports.UpdateContactsCommand = __webpack_exports__.UpdateContactsCommand;
|
|
599
|
+
exports.UpdateContactsWithContactGroupsCommand = __webpack_exports__.UpdateContactsWithContactGroupsCommand;
|
|
600
|
+
exports.UpdateEventRuleCommand = __webpack_exports__.UpdateEventRuleCommand;
|
|
601
|
+
exports.UpdateNotificationCommand = __webpack_exports__.UpdateNotificationCommand;
|
|
602
|
+
exports.UpdateNotifyTemplateCommand = __webpack_exports__.UpdateNotifyTemplateCommand;
|
|
603
|
+
exports.UpdateObjectGroupCommand = __webpack_exports__.UpdateObjectGroupCommand;
|
|
604
|
+
exports.UpdateRuleCommand = __webpack_exports__.UpdateRuleCommand;
|
|
605
|
+
exports.UpdateSilencePolicyCommand = __webpack_exports__.UpdateSilencePolicyCommand;
|
|
606
|
+
exports.UpdateWebhookCommand = __webpack_exports__.UpdateWebhookCommand;
|
|
607
|
+
exports.VOLCOBSERVEClient = __webpack_exports__.VOLCOBSERVEClient;
|
|
608
|
+
for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
609
|
+
"ApplyObjectGroupsByAlertTemplateCommand",
|
|
610
|
+
"CreateAlertTemplateCommand",
|
|
611
|
+
"CreateContactGroupCommand",
|
|
612
|
+
"CreateContactsCommand",
|
|
613
|
+
"CreateEventRuleCommand",
|
|
614
|
+
"CreateNotificationCommand",
|
|
615
|
+
"CreateNotifyTemplateCommand",
|
|
616
|
+
"CreateObjectGroupCommand",
|
|
617
|
+
"CreateRuleCommand",
|
|
618
|
+
"CreateSilencePolicyCommand",
|
|
619
|
+
"CreateWebhookCommand",
|
|
620
|
+
"DeleteAlertTemplatesByIdsCommand",
|
|
621
|
+
"DeleteContactGroupByIdsCommand",
|
|
622
|
+
"DeleteContactsByIdsCommand",
|
|
623
|
+
"DeleteEventRuleCommand",
|
|
624
|
+
"DeleteNotificationsByIdsCommand",
|
|
625
|
+
"DeleteNotifyTemplatesByIdsCommand",
|
|
626
|
+
"DeleteObjectGroupCommand",
|
|
627
|
+
"DeleteRulesByIdsCommand",
|
|
628
|
+
"DeleteSilencePolicyByIdsCommand",
|
|
629
|
+
"DeleteWebhooksByIdsCommand",
|
|
630
|
+
"DisableEventRuleCommand",
|
|
631
|
+
"DisablePresetAlertTemplateCommand",
|
|
632
|
+
"EnableEventRuleCommand",
|
|
633
|
+
"EnablePresetAlertTemplateCommand",
|
|
634
|
+
"GetMetricDataCommand",
|
|
635
|
+
"GetTopDataCommand",
|
|
636
|
+
"ListAlertGroupCommand",
|
|
637
|
+
"ListAlertTemplatesCommand",
|
|
638
|
+
"ListContactGroupByIdsCommand",
|
|
639
|
+
"ListContactGroupsCommand",
|
|
640
|
+
"ListContactsByIdsCommand",
|
|
641
|
+
"ListContactsCommand",
|
|
642
|
+
"ListDefaultNotifyTemplatesCommand",
|
|
643
|
+
"ListEventRulesCommand",
|
|
644
|
+
"ListEventsCommand",
|
|
645
|
+
"ListNotificationsCommand",
|
|
646
|
+
"ListNotifyTemplatesCommand",
|
|
647
|
+
"ListObjectGroupsCommand",
|
|
648
|
+
"ListPresetAlertTemplatesCommand",
|
|
649
|
+
"ListRulesByIdsCommand",
|
|
650
|
+
"ListRulesCommand",
|
|
651
|
+
"ListSendAlertCommand",
|
|
652
|
+
"ListSilencePolicyCommand",
|
|
653
|
+
"ListWebhooksByIdsCommand",
|
|
654
|
+
"ListWebhooksCommand",
|
|
655
|
+
"ModifyStateOfSilencePolicyByIdsCommand",
|
|
656
|
+
"SetStateOfRulesByIdsCommand",
|
|
657
|
+
"TagResourcesCommand",
|
|
658
|
+
"UntagResourcesCommand",
|
|
659
|
+
"UpdateAlertTemplateCommand",
|
|
660
|
+
"UpdateContactGroupCommand",
|
|
661
|
+
"UpdateContactGroupWithContactsCommand",
|
|
662
|
+
"UpdateContactsCommand",
|
|
663
|
+
"UpdateContactsWithContactGroupsCommand",
|
|
664
|
+
"UpdateEventRuleCommand",
|
|
665
|
+
"UpdateNotificationCommand",
|
|
666
|
+
"UpdateNotifyTemplateCommand",
|
|
667
|
+
"UpdateObjectGroupCommand",
|
|
668
|
+
"UpdateRuleCommand",
|
|
669
|
+
"UpdateSilencePolicyCommand",
|
|
670
|
+
"UpdateWebhookCommand",
|
|
671
|
+
"VOLCOBSERVEClient"
|
|
672
|
+
].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
|
|
673
|
+
Object.defineProperty(exports, '__esModule', {
|
|
674
|
+
value: true
|
|
675
|
+
});
|