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