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