@volcengine/rocketmq 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 +775 -0
- package/dist/esm/api.d.ts +815 -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 +525 -0
- package/dist/esm/types/access-keys-info-for-describe-access-keys-output.d.ts +50 -0
- package/dist/esm/types/access-keys-info-for-describe-access-keys-output.d.ts.map +1 -0
- package/dist/esm/types/access-policy-for-create-topic-async-input.d.ts +30 -0
- package/dist/esm/types/access-policy-for-create-topic-async-input.d.ts.map +1 -0
- package/dist/esm/types/access-policy-for-create-topic-input.d.ts +30 -0
- package/dist/esm/types/access-policy-for-create-topic-input.d.ts.map +1 -0
- package/dist/esm/types/access-policy-for-describe-topic-access-policies-output.d.ts +30 -0
- package/dist/esm/types/access-policy-for-describe-topic-access-policies-output.d.ts.map +1 -0
- package/dist/esm/types/access-policy-for-modify-access-key-authority-input.d.ts +30 -0
- package/dist/esm/types/access-policy-for-modify-access-key-authority-input.d.ts.map +1 -0
- package/dist/esm/types/access-policy-for-modify-topic-access-policies-input.d.ts +30 -0
- package/dist/esm/types/access-policy-for-modify-topic-access-policies-input.d.ts.map +1 -0
- package/dist/esm/types/add-plwhitelist-request.d.ts +30 -0
- package/dist/esm/types/add-plwhitelist-request.d.ts.map +1 -0
- package/dist/esm/types/add-plwhitelist-response.d.ts +20 -0
- package/dist/esm/types/add-plwhitelist-response.d.ts.map +1 -0
- package/dist/esm/types/add-tags-to-resource-request.d.ts +31 -0
- package/dist/esm/types/add-tags-to-resource-request.d.ts.map +1 -0
- package/dist/esm/types/add-tags-to-resource-response.d.ts +20 -0
- package/dist/esm/types/add-tags-to-resource-response.d.ts.map +1 -0
- package/dist/esm/types/allow-list-for-describe-allow-lists-output.d.ts +50 -0
- package/dist/esm/types/allow-list-for-describe-allow-lists-output.d.ts.map +1 -0
- package/dist/esm/types/associate-allow-list-request.d.ts +30 -0
- package/dist/esm/types/associate-allow-list-request.d.ts.map +1 -0
- package/dist/esm/types/associate-allow-list-response.d.ts +20 -0
- package/dist/esm/types/associate-allow-list-response.d.ts.map +1 -0
- package/dist/esm/types/associated-instance-for-describe-allow-list-detail-output.d.ts +35 -0
- package/dist/esm/types/associated-instance-for-describe-allow-list-detail-output.d.ts.map +1 -0
- package/dist/esm/types/basic-info-for-describe-instance-detail-output.d.ts +152 -0
- package/dist/esm/types/basic-info-for-describe-instance-detail-output.d.ts.map +1 -0
- package/dist/esm/types/bind-tag-for-create-instance-input.d.ts +30 -0
- package/dist/esm/types/bind-tag-for-create-instance-input.d.ts.map +1 -0
- package/dist/esm/types/charge-detail-for-describe-instance-detail-output.d.ts +60 -0
- package/dist/esm/types/charge-detail-for-describe-instance-detail-output.d.ts.map +1 -0
- package/dist/esm/types/charge-detail-for-describe-instances-output.d.ts +60 -0
- package/dist/esm/types/charge-detail-for-describe-instances-output.d.ts.map +1 -0
- package/dist/esm/types/charge-info-for-create-instance-input.d.ts +40 -0
- package/dist/esm/types/charge-info-for-create-instance-input.d.ts.map +1 -0
- package/dist/esm/types/charge-info-for-modify-instance-charge-type-input.d.ts +40 -0
- package/dist/esm/types/charge-info-for-modify-instance-charge-type-input.d.ts.map +1 -0
- package/dist/esm/types/config-for-get-inspect-config-output.d.ts +46 -0
- package/dist/esm/types/config-for-get-inspect-config-output.d.ts.map +1 -0
- package/dist/esm/types/configurable-for-get-inspect-config-output.d.ts +30 -0
- package/dist/esm/types/configurable-for-get-inspect-config-output.d.ts.map +1 -0
- package/dist/esm/types/connection-info-for-describe-instance-detail-output.d.ts +45 -0
- package/dist/esm/types/connection-info-for-describe-instance-detail-output.d.ts.map +1 -0
- package/dist/esm/types/consumed-clients-info-for-describe-consumed-clients-output.d.ts +45 -0
- package/dist/esm/types/consumed-clients-info-for-describe-consumed-clients-output.d.ts.map +1 -0
- package/dist/esm/types/consumed-queue-info-for-describe-consumed-topic-detail-output.d.ts +45 -0
- package/dist/esm/types/consumed-queue-info-for-describe-consumed-topic-detail-output.d.ts.map +1 -0
- package/dist/esm/types/consumed-topics-info-for-describe-consumed-topics-output.d.ts +35 -0
- package/dist/esm/types/consumed-topics-info-for-describe-consumed-topics-output.d.ts.map +1 -0
- package/dist/esm/types/consumer-trace-info-for-query-message-trace-by-message-id-output.d.ts +60 -0
- package/dist/esm/types/consumer-trace-info-for-query-message-trace-by-message-id-output.d.ts.map +1 -0
- package/dist/esm/types/create-access-key-request.d.ts +35 -0
- package/dist/esm/types/create-access-key-request.d.ts.map +1 -0
- package/dist/esm/types/create-access-key-response.d.ts +30 -0
- package/dist/esm/types/create-access-key-response.d.ts.map +1 -0
- package/dist/esm/types/create-allow-list-request.d.ts +40 -0
- package/dist/esm/types/create-allow-list-request.d.ts.map +1 -0
- package/dist/esm/types/create-allow-list-response.d.ts +25 -0
- package/dist/esm/types/create-allow-list-response.d.ts.map +1 -0
- package/dist/esm/types/create-group-async-request.d.ts +50 -0
- package/dist/esm/types/create-group-async-request.d.ts.map +1 -0
- package/dist/esm/types/create-group-async-response.d.ts +20 -0
- package/dist/esm/types/create-group-async-response.d.ts.map +1 -0
- package/dist/esm/types/create-group-request.d.ts +50 -0
- package/dist/esm/types/create-group-request.d.ts.map +1 -0
- package/dist/esm/types/create-group-response.d.ts +20 -0
- package/dist/esm/types/create-group-response.d.ts.map +1 -0
- package/dist/esm/types/create-instance-request.d.ts +117 -0
- package/dist/esm/types/create-instance-request.d.ts.map +1 -0
- package/dist/esm/types/create-instance-response.d.ts +30 -0
- package/dist/esm/types/create-instance-response.d.ts.map +1 -0
- package/dist/esm/types/create-private-link-request.d.ts +25 -0
- package/dist/esm/types/create-private-link-request.d.ts.map +1 -0
- package/dist/esm/types/create-private-link-response.d.ts +30 -0
- package/dist/esm/types/create-private-link-response.d.ts.map +1 -0
- package/dist/esm/types/create-public-address-request.d.ts +35 -0
- package/dist/esm/types/create-public-address-request.d.ts.map +1 -0
- package/dist/esm/types/create-public-address-response.d.ts +20 -0
- package/dist/esm/types/create-public-address-response.d.ts.map +1 -0
- package/dist/esm/types/create-topic-async-request.d.ts +51 -0
- package/dist/esm/types/create-topic-async-request.d.ts.map +1 -0
- package/dist/esm/types/create-topic-async-response.d.ts +20 -0
- package/dist/esm/types/create-topic-async-response.d.ts.map +1 -0
- package/dist/esm/types/create-topic-request.d.ts +51 -0
- package/dist/esm/types/create-topic-request.d.ts.map +1 -0
- package/dist/esm/types/create-topic-response.d.ts +30 -0
- package/dist/esm/types/create-topic-response.d.ts.map +1 -0
- package/dist/esm/types/delete-access-key-request.d.ts +30 -0
- package/dist/esm/types/delete-access-key-request.d.ts.map +1 -0
- package/dist/esm/types/delete-access-key-response.d.ts +20 -0
- package/dist/esm/types/delete-access-key-response.d.ts.map +1 -0
- package/dist/esm/types/delete-allow-list-request.d.ts +25 -0
- package/dist/esm/types/delete-allow-list-request.d.ts.map +1 -0
- package/dist/esm/types/delete-allow-list-response.d.ts +20 -0
- package/dist/esm/types/delete-allow-list-response.d.ts.map +1 -0
- package/dist/esm/types/delete-group-async-request.d.ts +30 -0
- package/dist/esm/types/delete-group-async-request.d.ts.map +1 -0
- package/dist/esm/types/delete-group-async-response.d.ts +20 -0
- package/dist/esm/types/delete-group-async-response.d.ts.map +1 -0
- package/dist/esm/types/delete-group-request.d.ts +30 -0
- package/dist/esm/types/delete-group-request.d.ts.map +1 -0
- package/dist/esm/types/delete-group-response.d.ts +20 -0
- package/dist/esm/types/delete-group-response.d.ts.map +1 -0
- package/dist/esm/types/delete-groups-request.d.ts +30 -0
- package/dist/esm/types/delete-groups-request.d.ts.map +1 -0
- package/dist/esm/types/delete-groups-response.d.ts +20 -0
- package/dist/esm/types/delete-groups-response.d.ts.map +1 -0
- package/dist/esm/types/delete-instance-request.d.ts +25 -0
- package/dist/esm/types/delete-instance-request.d.ts.map +1 -0
- package/dist/esm/types/delete-instance-response.d.ts +20 -0
- package/dist/esm/types/delete-instance-response.d.ts.map +1 -0
- package/dist/esm/types/delete-private-link-request.d.ts +25 -0
- package/dist/esm/types/delete-private-link-request.d.ts.map +1 -0
- package/dist/esm/types/delete-private-link-response.d.ts +20 -0
- package/dist/esm/types/delete-private-link-response.d.ts.map +1 -0
- package/dist/esm/types/delete-public-address-request.d.ts +25 -0
- package/dist/esm/types/delete-public-address-request.d.ts.map +1 -0
- package/dist/esm/types/delete-public-address-response.d.ts +20 -0
- package/dist/esm/types/delete-public-address-response.d.ts.map +1 -0
- package/dist/esm/types/delete-topic-async-request.d.ts +30 -0
- package/dist/esm/types/delete-topic-async-request.d.ts.map +1 -0
- package/dist/esm/types/delete-topic-async-response.d.ts +20 -0
- package/dist/esm/types/delete-topic-async-response.d.ts.map +1 -0
- package/dist/esm/types/delete-topic-request.d.ts +30 -0
- package/dist/esm/types/delete-topic-request.d.ts.map +1 -0
- package/dist/esm/types/delete-topic-response.d.ts +20 -0
- package/dist/esm/types/delete-topic-response.d.ts.map +1 -0
- package/dist/esm/types/describe-access-key-detail-request.d.ts +30 -0
- package/dist/esm/types/describe-access-key-detail-request.d.ts.map +1 -0
- package/dist/esm/types/describe-access-key-detail-response.d.ts +46 -0
- package/dist/esm/types/describe-access-key-detail-response.d.ts.map +1 -0
- package/dist/esm/types/describe-access-keys-request.d.ts +40 -0
- package/dist/esm/types/describe-access-keys-request.d.ts.map +1 -0
- package/dist/esm/types/describe-access-keys-response.d.ts +31 -0
- package/dist/esm/types/describe-access-keys-response.d.ts.map +1 -0
- package/dist/esm/types/describe-allow-list-detail-request.d.ts +25 -0
- package/dist/esm/types/describe-allow-list-detail-request.d.ts.map +1 -0
- package/dist/esm/types/describe-allow-list-detail-response.d.ts +51 -0
- package/dist/esm/types/describe-allow-list-detail-response.d.ts.map +1 -0
- package/dist/esm/types/describe-allow-lists-request.d.ts +86 -0
- package/dist/esm/types/describe-allow-lists-request.d.ts.map +1 -0
- package/dist/esm/types/describe-allow-lists-response.d.ts +26 -0
- package/dist/esm/types/describe-allow-lists-response.d.ts.map +1 -0
- package/dist/esm/types/describe-availability-zones-request.d.ts +25 -0
- package/dist/esm/types/describe-availability-zones-request.d.ts.map +1 -0
- package/dist/esm/types/describe-availability-zones-response.d.ts +31 -0
- package/dist/esm/types/describe-availability-zones-response.d.ts.map +1 -0
- package/dist/esm/types/describe-consumed-clients-request.d.ts +50 -0
- package/dist/esm/types/describe-consumed-clients-request.d.ts.map +1 -0
- package/dist/esm/types/describe-consumed-clients-response.d.ts +31 -0
- package/dist/esm/types/describe-consumed-clients-response.d.ts.map +1 -0
- package/dist/esm/types/describe-consumed-topic-detail-request.d.ts +45 -0
- package/dist/esm/types/describe-consumed-topic-detail-request.d.ts.map +1 -0
- package/dist/esm/types/describe-consumed-topic-detail-response.d.ts +31 -0
- package/dist/esm/types/describe-consumed-topic-detail-response.d.ts.map +1 -0
- package/dist/esm/types/describe-consumed-topics-request.d.ts +50 -0
- package/dist/esm/types/describe-consumed-topics-request.d.ts.map +1 -0
- package/dist/esm/types/describe-consumed-topics-response.d.ts +36 -0
- package/dist/esm/types/describe-consumed-topics-response.d.ts.map +1 -0
- package/dist/esm/types/describe-groups-detail-request.d.ts +30 -0
- package/dist/esm/types/describe-groups-detail-request.d.ts.map +1 -0
- package/dist/esm/types/describe-groups-detail-response.d.ts +100 -0
- package/dist/esm/types/describe-groups-detail-response.d.ts.map +1 -0
- package/dist/esm/types/describe-groups-request.d.ts +45 -0
- package/dist/esm/types/describe-groups-request.d.ts.map +1 -0
- package/dist/esm/types/describe-groups-response.d.ts +31 -0
- package/dist/esm/types/describe-groups-response.d.ts.map +1 -0
- package/dist/esm/types/describe-instance-detail-request.d.ts +25 -0
- package/dist/esm/types/describe-instance-detail-request.d.ts.map +1 -0
- package/dist/esm/types/describe-instance-detail-response.d.ts +43 -0
- package/dist/esm/types/describe-instance-detail-response.d.ts.map +1 -0
- package/dist/esm/types/describe-instances-request.d.ts +91 -0
- package/dist/esm/types/describe-instances-request.d.ts.map +1 -0
- package/dist/esm/types/describe-instances-response.d.ts +31 -0
- package/dist/esm/types/describe-instances-response.d.ts.map +1 -0
- package/dist/esm/types/describe-plwhitelist-request.d.ts +25 -0
- package/dist/esm/types/describe-plwhitelist-request.d.ts.map +1 -0
- package/dist/esm/types/describe-plwhitelist-response.d.ts +35 -0
- package/dist/esm/types/describe-plwhitelist-response.d.ts.map +1 -0
- package/dist/esm/types/describe-regions-request.d.ts +20 -0
- package/dist/esm/types/describe-regions-request.d.ts.map +1 -0
- package/dist/esm/types/describe-regions-response.d.ts +26 -0
- package/dist/esm/types/describe-regions-response.d.ts.map +1 -0
- package/dist/esm/types/describe-secret-key-request.d.ts +30 -0
- package/dist/esm/types/describe-secret-key-request.d.ts.map +1 -0
- package/dist/esm/types/describe-secret-key-response.d.ts +30 -0
- package/dist/esm/types/describe-secret-key-response.d.ts.map +1 -0
- package/dist/esm/types/describe-tags-by-resource-request.d.ts +41 -0
- package/dist/esm/types/describe-tags-by-resource-request.d.ts.map +1 -0
- package/dist/esm/types/describe-tags-by-resource-response.d.ts +31 -0
- package/dist/esm/types/describe-tags-by-resource-response.d.ts.map +1 -0
- package/dist/esm/types/describe-topic-access-policies-request.d.ts +45 -0
- package/dist/esm/types/describe-topic-access-policies-request.d.ts.map +1 -0
- package/dist/esm/types/describe-topic-access-policies-response.d.ts +31 -0
- package/dist/esm/types/describe-topic-access-policies-response.d.ts.map +1 -0
- package/dist/esm/types/describe-topic-detail-request.d.ts +30 -0
- package/dist/esm/types/describe-topic-detail-request.d.ts.map +1 -0
- package/dist/esm/types/describe-topic-detail-response.d.ts +65 -0
- package/dist/esm/types/describe-topic-detail-response.d.ts.map +1 -0
- package/dist/esm/types/describe-topic-groups-request.d.ts +45 -0
- package/dist/esm/types/describe-topic-groups-request.d.ts.map +1 -0
- package/dist/esm/types/describe-topic-groups-response.d.ts +31 -0
- package/dist/esm/types/describe-topic-groups-response.d.ts.map +1 -0
- package/dist/esm/types/describe-topic-queue-request.d.ts +45 -0
- package/dist/esm/types/describe-topic-queue-request.d.ts.map +1 -0
- package/dist/esm/types/describe-topic-queue-response.d.ts +31 -0
- package/dist/esm/types/describe-topic-queue-response.d.ts.map +1 -0
- package/dist/esm/types/describe-topics-request.d.ts +55 -0
- package/dist/esm/types/describe-topics-request.d.ts.map +1 -0
- package/dist/esm/types/describe-topics-response.d.ts +36 -0
- package/dist/esm/types/describe-topics-response.d.ts.map +1 -0
- package/dist/esm/types/disassociate-allow-list-request.d.ts +30 -0
- package/dist/esm/types/disassociate-allow-list-request.d.ts.map +1 -0
- package/dist/esm/types/disassociate-allow-list-response.d.ts +20 -0
- package/dist/esm/types/disassociate-allow-list-response.d.ts.map +1 -0
- package/dist/esm/types/dlqmessage-info-for-query-dlqmessage-by-id-output.d.ts +65 -0
- package/dist/esm/types/dlqmessage-info-for-query-dlqmessage-by-id-output.d.ts.map +1 -0
- package/dist/esm/types/dlqmessage-list-for-query-dlqmessage-by-group-id-output.d.ts +65 -0
- package/dist/esm/types/dlqmessage-list-for-query-dlqmessage-by-group-id-output.d.ts.map +1 -0
- package/dist/esm/types/enable-auto-create-group-request.d.ts +30 -0
- package/dist/esm/types/enable-auto-create-group-request.d.ts.map +1 -0
- package/dist/esm/types/enable-auto-create-group-response.d.ts +20 -0
- package/dist/esm/types/enable-auto-create-group-response.d.ts.map +1 -0
- package/dist/esm/types/enable-instance-burst-tps-request.d.ts +30 -0
- package/dist/esm/types/enable-instance-burst-tps-request.d.ts.map +1 -0
- package/dist/esm/types/enable-instance-burst-tps-response.d.ts +20 -0
- package/dist/esm/types/enable-instance-burst-tps-response.d.ts.map +1 -0
- package/dist/esm/types/enable-instance-inspect-request.d.ts +30 -0
- package/dist/esm/types/enable-instance-inspect-request.d.ts.map +1 -0
- package/dist/esm/types/enable-instance-inspect-response.d.ts +20 -0
- package/dist/esm/types/enable-instance-inspect-response.d.ts.map +1 -0
- package/dist/esm/types/filter-info-for-describe-allow-lists-input.d.ts +20 -0
- package/dist/esm/types/filter-info-for-describe-allow-lists-input.d.ts.map +1 -0
- package/dist/esm/types/filters-for-get-inspect-config-input.d.ts +20 -0
- package/dist/esm/types/filters-for-get-inspect-config-input.d.ts.map +1 -0
- package/dist/esm/types/get-inspect-config-request.d.ts +41 -0
- package/dist/esm/types/get-inspect-config-request.d.ts.map +1 -0
- package/dist/esm/types/get-inspect-config-response.d.ts +41 -0
- package/dist/esm/types/get-inspect-config-response.d.ts.map +1 -0
- package/dist/esm/types/get-instance-inspect-result-request.d.ts +45 -0
- package/dist/esm/types/get-instance-inspect-result-request.d.ts.map +1 -0
- package/dist/esm/types/get-instance-inspect-result-response.d.ts +46 -0
- package/dist/esm/types/get-instance-inspect-result-response.d.ts.map +1 -0
- package/dist/esm/types/groups-info-for-describe-groups-output.d.ts +35 -0
- package/dist/esm/types/groups-info-for-describe-groups-output.d.ts.map +1 -0
- package/dist/esm/types/groups-info-for-describe-topic-groups-output.d.ts +35 -0
- package/dist/esm/types/groups-info-for-describe-topic-groups-output.d.ts.map +1 -0
- package/dist/esm/types/index.d.ts +193 -0
- package/dist/esm/types/index.d.ts.map +1 -0
- package/dist/esm/types/instance-tag-for-describe-instance-detail-output.d.ts +30 -0
- package/dist/esm/types/instance-tag-for-describe-instance-detail-output.d.ts.map +1 -0
- package/dist/esm/types/instance-tag-for-describe-instances-output.d.ts +30 -0
- package/dist/esm/types/instance-tag-for-describe-instances-output.d.ts.map +1 -0
- package/dist/esm/types/instances-info-for-describe-instances-output.d.ts +152 -0
- package/dist/esm/types/instances-info-for-describe-instances-output.d.ts.map +1 -0
- package/dist/esm/types/manual-process-result-request.d.ts +30 -0
- package/dist/esm/types/manual-process-result-request.d.ts.map +1 -0
- package/dist/esm/types/manual-process-result-response.d.ts +20 -0
- package/dist/esm/types/manual-process-result-response.d.ts.map +1 -0
- package/dist/esm/types/manual-trigger-inspect-request.d.ts +35 -0
- package/dist/esm/types/manual-trigger-inspect-request.d.ts.map +1 -0
- package/dist/esm/types/manual-trigger-inspect-response.d.ts +20 -0
- package/dist/esm/types/manual-trigger-inspect-response.d.ts.map +1 -0
- package/dist/esm/types/message-info-for-query-message-by-msg-id-output.d.ts +70 -0
- package/dist/esm/types/message-info-for-query-message-by-msg-id-output.d.ts.map +1 -0
- package/dist/esm/types/message-info-for-query-message-by-offset-output.d.ts +70 -0
- package/dist/esm/types/message-info-for-query-message-by-offset-output.d.ts.map +1 -0
- package/dist/esm/types/message-list-for-query-message-by-msg-key-output.d.ts +70 -0
- package/dist/esm/types/message-list-for-query-message-by-msg-key-output.d.ts.map +1 -0
- package/dist/esm/types/message-list-for-query-message-by-timestamp-output.d.ts +70 -0
- package/dist/esm/types/message-list-for-query-message-by-timestamp-output.d.ts.map +1 -0
- package/dist/esm/types/message-send-request.d.ts +50 -0
- package/dist/esm/types/message-send-request.d.ts.map +1 -0
- package/dist/esm/types/message-send-response.d.ts +46 -0
- package/dist/esm/types/message-send-response.d.ts.map +1 -0
- package/dist/esm/types/modify-access-key-all-authority-request.d.ts +35 -0
- package/dist/esm/types/modify-access-key-all-authority-request.d.ts.map +1 -0
- package/dist/esm/types/modify-access-key-all-authority-response.d.ts +20 -0
- package/dist/esm/types/modify-access-key-all-authority-response.d.ts.map +1 -0
- package/dist/esm/types/modify-access-key-authority-request.d.ts +36 -0
- package/dist/esm/types/modify-access-key-authority-request.d.ts.map +1 -0
- package/dist/esm/types/modify-access-key-authority-response.d.ts +20 -0
- package/dist/esm/types/modify-access-key-authority-response.d.ts.map +1 -0
- package/dist/esm/types/modify-allow-list-request.d.ts +50 -0
- package/dist/esm/types/modify-allow-list-request.d.ts.map +1 -0
- package/dist/esm/types/modify-allow-list-response.d.ts +20 -0
- package/dist/esm/types/modify-allow-list-response.d.ts.map +1 -0
- package/dist/esm/types/modify-group-description-request.d.ts +35 -0
- package/dist/esm/types/modify-group-description-request.d.ts.map +1 -0
- package/dist/esm/types/modify-group-description-response.d.ts +20 -0
- package/dist/esm/types/modify-group-description-response.d.ts.map +1 -0
- package/dist/esm/types/modify-instance-attributes-request.d.ts +41 -0
- package/dist/esm/types/modify-instance-attributes-request.d.ts.map +1 -0
- package/dist/esm/types/modify-instance-attributes-response.d.ts +20 -0
- package/dist/esm/types/modify-instance-attributes-response.d.ts.map +1 -0
- package/dist/esm/types/modify-instance-charge-type-request.d.ts +31 -0
- package/dist/esm/types/modify-instance-charge-type-request.d.ts.map +1 -0
- package/dist/esm/types/modify-instance-charge-type-response.d.ts +25 -0
- package/dist/esm/types/modify-instance-charge-type-response.d.ts.map +1 -0
- package/dist/esm/types/modify-instance-spec-request.d.ts +45 -0
- package/dist/esm/types/modify-instance-spec-request.d.ts.map +1 -0
- package/dist/esm/types/modify-instance-spec-response.d.ts +25 -0
- package/dist/esm/types/modify-instance-spec-response.d.ts.map +1 -0
- package/dist/esm/types/modify-topic-access-policies-request.d.ts +36 -0
- package/dist/esm/types/modify-topic-access-policies-request.d.ts.map +1 -0
- package/dist/esm/types/modify-topic-access-policies-response.d.ts +20 -0
- package/dist/esm/types/modify-topic-access-policies-response.d.ts.map +1 -0
- package/dist/esm/types/modify-topic-description-request.d.ts +35 -0
- package/dist/esm/types/modify-topic-description-request.d.ts.map +1 -0
- package/dist/esm/types/modify-topic-description-response.d.ts +20 -0
- package/dist/esm/types/modify-topic-description-response.d.ts.map +1 -0
- package/dist/esm/types/msgqueue-for-message-send-output.d.ts +35 -0
- package/dist/esm/types/msgqueue-for-message-send-output.d.ts.map +1 -0
- package/dist/esm/types/producer-trace-info-for-query-message-trace-by-message-id-output.d.ts +40 -0
- package/dist/esm/types/producer-trace-info-for-query-message-trace-by-message-id-output.d.ts.map +1 -0
- package/dist/esm/types/product-info-for-modify-instance-attributes-input.d.ts +25 -0
- package/dist/esm/types/product-info-for-modify-instance-attributes-input.d.ts.map +1 -0
- package/dist/esm/types/query-dlqmessage-by-group-id-request.d.ts +50 -0
- package/dist/esm/types/query-dlqmessage-by-group-id-request.d.ts.map +1 -0
- package/dist/esm/types/query-dlqmessage-by-group-id-response.d.ts +31 -0
- package/dist/esm/types/query-dlqmessage-by-group-id-response.d.ts.map +1 -0
- package/dist/esm/types/query-dlqmessage-by-id-request.d.ts +35 -0
- package/dist/esm/types/query-dlqmessage-by-id-request.d.ts.map +1 -0
- package/dist/esm/types/query-dlqmessage-by-id-response.d.ts +26 -0
- package/dist/esm/types/query-dlqmessage-by-id-response.d.ts.map +1 -0
- package/dist/esm/types/query-message-by-msg-id-request.d.ts +35 -0
- package/dist/esm/types/query-message-by-msg-id-request.d.ts.map +1 -0
- package/dist/esm/types/query-message-by-msg-id-response.d.ts +26 -0
- package/dist/esm/types/query-message-by-msg-id-response.d.ts.map +1 -0
- package/dist/esm/types/query-message-by-msg-key-request.d.ts +35 -0
- package/dist/esm/types/query-message-by-msg-key-request.d.ts.map +1 -0
- package/dist/esm/types/query-message-by-msg-key-response.d.ts +31 -0
- package/dist/esm/types/query-message-by-msg-key-response.d.ts.map +1 -0
- package/dist/esm/types/query-message-by-offset-request.d.ts +50 -0
- package/dist/esm/types/query-message-by-offset-request.d.ts.map +1 -0
- package/dist/esm/types/query-message-by-offset-response.d.ts +26 -0
- package/dist/esm/types/query-message-by-offset-response.d.ts.map +1 -0
- package/dist/esm/types/query-message-by-timestamp-request.d.ts +45 -0
- package/dist/esm/types/query-message-by-timestamp-request.d.ts.map +1 -0
- package/dist/esm/types/query-message-by-timestamp-response.d.ts +31 -0
- package/dist/esm/types/query-message-by-timestamp-response.d.ts.map +1 -0
- package/dist/esm/types/query-message-trace-by-message-id-request.d.ts +55 -0
- package/dist/esm/types/query-message-trace-by-message-id-request.d.ts.map +1 -0
- package/dist/esm/types/query-message-trace-by-message-id-response.d.ts +32 -0
- package/dist/esm/types/query-message-trace-by-message-id-response.d.ts.map +1 -0
- package/dist/esm/types/queues-info-for-describe-topic-queue-output.d.ts +45 -0
- package/dist/esm/types/queues-info-for-describe-topic-queue-output.d.ts.map +1 -0
- package/dist/esm/types/region-for-describe-regions-output.d.ts +40 -0
- package/dist/esm/types/region-for-describe-regions-output.d.ts.map +1 -0
- package/dist/esm/types/remove-plwhitelist-request.d.ts +30 -0
- package/dist/esm/types/remove-plwhitelist-request.d.ts.map +1 -0
- package/dist/esm/types/remove-plwhitelist-response.d.ts +20 -0
- package/dist/esm/types/remove-plwhitelist-response.d.ts.map +1 -0
- package/dist/esm/types/remove-tags-from-resource-request.d.ts +35 -0
- package/dist/esm/types/remove-tags-from-resource-request.d.ts.map +1 -0
- package/dist/esm/types/remove-tags-from-resource-response.d.ts +20 -0
- package/dist/esm/types/remove-tags-from-resource-response.d.ts.map +1 -0
- package/dist/esm/types/resend-dlqmessage-by-id-request.d.ts +35 -0
- package/dist/esm/types/resend-dlqmessage-by-id-request.d.ts.map +1 -0
- package/dist/esm/types/resend-dlqmessage-by-id-response.d.ts +26 -0
- package/dist/esm/types/resend-dlqmessage-by-id-response.d.ts.map +1 -0
- package/dist/esm/types/resend-result-for-resend-dlqmessage-by-id-output.d.ts +30 -0
- package/dist/esm/types/resend-result-for-resend-dlqmessage-by-id-output.d.ts.map +1 -0
- package/dist/esm/types/reset-consumed-offsets-request.d.ts +45 -0
- package/dist/esm/types/reset-consumed-offsets-request.d.ts.map +1 -0
- package/dist/esm/types/reset-consumed-offsets-response.d.ts +20 -0
- package/dist/esm/types/reset-consumed-offsets-response.d.ts.map +1 -0
- package/dist/esm/types/result-for-get-instance-inspect-result-output.d.ts +65 -0
- package/dist/esm/types/result-for-get-instance-inspect-result-output.d.ts.map +1 -0
- package/dist/esm/types/tag-filter-for-describe-instances-input.d.ts +30 -0
- package/dist/esm/types/tag-filter-for-describe-instances-input.d.ts.map +1 -0
- package/dist/esm/types/tag-filter-for-describe-tags-by-resource-input.d.ts +30 -0
- package/dist/esm/types/tag-filter-for-describe-tags-by-resource-input.d.ts.map +1 -0
- package/dist/esm/types/tag-for-add-tags-to-resource-input.d.ts +30 -0
- package/dist/esm/types/tag-for-add-tags-to-resource-input.d.ts.map +1 -0
- package/dist/esm/types/tag-resource-for-describe-tags-by-resource-output.d.ts +35 -0
- package/dist/esm/types/tag-resource-for-describe-tags-by-resource-output.d.ts.map +1 -0
- package/dist/esm/types/topic-permission-for-describe-access-key-detail-output.d.ts +30 -0
- package/dist/esm/types/topic-permission-for-describe-access-key-detail-output.d.ts.map +1 -0
- package/dist/esm/types/topics-info-for-describe-topics-output.d.ts +45 -0
- package/dist/esm/types/topics-info-for-describe-topics-output.d.ts.map +1 -0
- package/dist/esm/types/zone-for-describe-availability-zones-output.d.ts +40 -0
- package/dist/esm/types/zone-for-describe-availability-zones-output.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 +1407 -0
- package/src/index.ts +14 -0
- package/src/types/access-keys-info-for-describe-access-keys-output.ts +58 -0
- package/src/types/access-policy-for-create-topic-async-input.ts +34 -0
- package/src/types/access-policy-for-create-topic-input.ts +34 -0
- package/src/types/access-policy-for-describe-topic-access-policies-output.ts +34 -0
- package/src/types/access-policy-for-modify-access-key-authority-input.ts +34 -0
- package/src/types/access-policy-for-modify-topic-access-policies-input.ts +34 -0
- package/src/types/add-plwhitelist-request.ts +34 -0
- package/src/types/add-plwhitelist-response.ts +22 -0
- package/src/types/add-tags-to-resource-request.ts +35 -0
- package/src/types/add-tags-to-resource-response.ts +22 -0
- package/src/types/allow-list-for-describe-allow-lists-output.ts +58 -0
- package/src/types/associate-allow-list-request.ts +34 -0
- package/src/types/associate-allow-list-response.ts +22 -0
- package/src/types/associated-instance-for-describe-allow-list-detail-output.ts +40 -0
- package/src/types/basic-info-for-describe-instance-detail-output.ts +180 -0
- package/src/types/bind-tag-for-create-instance-input.ts +34 -0
- package/src/types/charge-detail-for-describe-instance-detail-output.ts +70 -0
- package/src/types/charge-detail-for-describe-instances-output.ts +70 -0
- package/src/types/charge-info-for-create-instance-input.ts +46 -0
- package/src/types/charge-info-for-modify-instance-charge-type-input.ts +46 -0
- package/src/types/config-for-get-inspect-config-output.ts +53 -0
- package/src/types/configurable-for-get-inspect-config-output.ts +34 -0
- package/src/types/connection-info-for-describe-instance-detail-output.ts +52 -0
- package/src/types/consumed-clients-info-for-describe-consumed-clients-output.ts +52 -0
- package/src/types/consumed-queue-info-for-describe-consumed-topic-detail-output.ts +52 -0
- package/src/types/consumed-topics-info-for-describe-consumed-topics-output.ts +40 -0
- package/src/types/consumer-trace-info-for-query-message-trace-by-message-id-output.ts +70 -0
- package/src/types/create-access-key-request.ts +40 -0
- package/src/types/create-access-key-response.ts +34 -0
- package/src/types/create-allow-list-request.ts +46 -0
- package/src/types/create-allow-list-response.ts +28 -0
- package/src/types/create-group-async-request.ts +58 -0
- package/src/types/create-group-async-response.ts +22 -0
- package/src/types/create-group-request.ts +58 -0
- package/src/types/create-group-response.ts +22 -0
- package/src/types/create-instance-request.ts +138 -0
- package/src/types/create-instance-response.ts +34 -0
- package/src/types/create-private-link-request.ts +28 -0
- package/src/types/create-private-link-response.ts +34 -0
- package/src/types/create-public-address-request.ts +40 -0
- package/src/types/create-public-address-response.ts +22 -0
- package/src/types/create-topic-async-request.ts +59 -0
- package/src/types/create-topic-async-response.ts +22 -0
- package/src/types/create-topic-request.ts +59 -0
- package/src/types/create-topic-response.ts +34 -0
- package/src/types/delete-access-key-request.ts +34 -0
- package/src/types/delete-access-key-response.ts +22 -0
- package/src/types/delete-allow-list-request.ts +28 -0
- package/src/types/delete-allow-list-response.ts +22 -0
- package/src/types/delete-group-async-request.ts +34 -0
- package/src/types/delete-group-async-response.ts +22 -0
- package/src/types/delete-group-request.ts +34 -0
- package/src/types/delete-group-response.ts +22 -0
- package/src/types/delete-groups-request.ts +34 -0
- package/src/types/delete-groups-response.ts +22 -0
- package/src/types/delete-instance-request.ts +28 -0
- package/src/types/delete-instance-response.ts +22 -0
- package/src/types/delete-private-link-request.ts +28 -0
- package/src/types/delete-private-link-response.ts +22 -0
- package/src/types/delete-public-address-request.ts +28 -0
- package/src/types/delete-public-address-response.ts +22 -0
- package/src/types/delete-topic-async-request.ts +34 -0
- package/src/types/delete-topic-async-response.ts +22 -0
- package/src/types/delete-topic-request.ts +34 -0
- package/src/types/delete-topic-response.ts +22 -0
- package/src/types/describe-access-key-detail-request.ts +34 -0
- package/src/types/describe-access-key-detail-response.ts +53 -0
- package/src/types/describe-access-keys-request.ts +46 -0
- package/src/types/describe-access-keys-response.ts +35 -0
- package/src/types/describe-allow-list-detail-request.ts +28 -0
- package/src/types/describe-allow-list-detail-response.ts +59 -0
- package/src/types/describe-allow-lists-request.ts +101 -0
- package/src/types/describe-allow-lists-response.ts +29 -0
- package/src/types/describe-availability-zones-request.ts +28 -0
- package/src/types/describe-availability-zones-response.ts +35 -0
- package/src/types/describe-consumed-clients-request.ts +58 -0
- package/src/types/describe-consumed-clients-response.ts +35 -0
- package/src/types/describe-consumed-topic-detail-request.ts +52 -0
- package/src/types/describe-consumed-topic-detail-response.ts +35 -0
- package/src/types/describe-consumed-topics-request.ts +58 -0
- package/src/types/describe-consumed-topics-response.ts +41 -0
- package/src/types/describe-groups-detail-request.ts +34 -0
- package/src/types/describe-groups-detail-response.ts +118 -0
- package/src/types/describe-groups-request.ts +52 -0
- package/src/types/describe-groups-response.ts +35 -0
- package/src/types/describe-instance-detail-request.ts +28 -0
- package/src/types/describe-instance-detail-response.ts +49 -0
- package/src/types/describe-instances-request.ts +107 -0
- package/src/types/describe-instances-response.ts +35 -0
- package/src/types/describe-plwhitelist-request.ts +28 -0
- package/src/types/describe-plwhitelist-response.ts +40 -0
- package/src/types/describe-regions-request.ts +22 -0
- package/src/types/describe-regions-response.ts +29 -0
- package/src/types/describe-secret-key-request.ts +34 -0
- package/src/types/describe-secret-key-response.ts +34 -0
- package/src/types/describe-tags-by-resource-request.ts +47 -0
- package/src/types/describe-tags-by-resource-response.ts +35 -0
- package/src/types/describe-topic-access-policies-request.ts +52 -0
- package/src/types/describe-topic-access-policies-response.ts +35 -0
- package/src/types/describe-topic-detail-request.ts +34 -0
- package/src/types/describe-topic-detail-response.ts +76 -0
- package/src/types/describe-topic-groups-request.ts +52 -0
- package/src/types/describe-topic-groups-response.ts +35 -0
- package/src/types/describe-topic-queue-request.ts +52 -0
- package/src/types/describe-topic-queue-response.ts +35 -0
- package/src/types/describe-topics-request.ts +64 -0
- package/src/types/describe-topics-response.ts +41 -0
- package/src/types/disassociate-allow-list-request.ts +34 -0
- package/src/types/disassociate-allow-list-response.ts +22 -0
- package/src/types/dlqmessage-info-for-query-dlqmessage-by-id-output.ts +76 -0
- package/src/types/dlqmessage-list-for-query-dlqmessage-by-group-id-output.ts +76 -0
- package/src/types/enable-auto-create-group-request.ts +34 -0
- package/src/types/enable-auto-create-group-response.ts +22 -0
- package/src/types/enable-instance-burst-tps-request.ts +34 -0
- package/src/types/enable-instance-burst-tps-response.ts +22 -0
- package/src/types/enable-instance-inspect-request.ts +34 -0
- package/src/types/enable-instance-inspect-response.ts +22 -0
- package/src/types/filter-info-for-describe-allow-lists-input.ts +22 -0
- package/src/types/filters-for-get-inspect-config-input.ts +22 -0
- package/src/types/get-inspect-config-request.ts +47 -0
- package/src/types/get-inspect-config-response.ts +47 -0
- package/src/types/get-instance-inspect-result-request.ts +52 -0
- package/src/types/get-instance-inspect-result-response.ts +53 -0
- package/src/types/groups-info-for-describe-groups-output.ts +40 -0
- package/src/types/groups-info-for-describe-topic-groups-output.ts +40 -0
- package/src/types/index.ts +192 -0
- package/src/types/instance-tag-for-describe-instance-detail-output.ts +34 -0
- package/src/types/instance-tag-for-describe-instances-output.ts +34 -0
- package/src/types/instances-info-for-describe-instances-output.ts +180 -0
- package/src/types/manual-process-result-request.ts +34 -0
- package/src/types/manual-process-result-response.ts +22 -0
- package/src/types/manual-trigger-inspect-request.ts +40 -0
- package/src/types/manual-trigger-inspect-response.ts +22 -0
- package/src/types/message-info-for-query-message-by-msg-id-output.ts +82 -0
- package/src/types/message-info-for-query-message-by-offset-output.ts +82 -0
- package/src/types/message-list-for-query-message-by-msg-key-output.ts +82 -0
- package/src/types/message-list-for-query-message-by-timestamp-output.ts +82 -0
- package/src/types/message-send-request.ts +58 -0
- package/src/types/message-send-response.ts +53 -0
- package/src/types/modify-access-key-all-authority-request.ts +40 -0
- package/src/types/modify-access-key-all-authority-response.ts +22 -0
- package/src/types/modify-access-key-authority-request.ts +41 -0
- package/src/types/modify-access-key-authority-response.ts +22 -0
- package/src/types/modify-allow-list-request.ts +58 -0
- package/src/types/modify-allow-list-response.ts +22 -0
- package/src/types/modify-group-description-request.ts +40 -0
- package/src/types/modify-group-description-response.ts +22 -0
- package/src/types/modify-instance-attributes-request.ts +47 -0
- package/src/types/modify-instance-attributes-response.ts +22 -0
- package/src/types/modify-instance-charge-type-request.ts +35 -0
- package/src/types/modify-instance-charge-type-response.ts +28 -0
- package/src/types/modify-instance-spec-request.ts +52 -0
- package/src/types/modify-instance-spec-response.ts +28 -0
- package/src/types/modify-topic-access-policies-request.ts +41 -0
- package/src/types/modify-topic-access-policies-response.ts +22 -0
- package/src/types/modify-topic-description-request.ts +40 -0
- package/src/types/modify-topic-description-response.ts +22 -0
- package/src/types/msgqueue-for-message-send-output.ts +40 -0
- package/src/types/producer-trace-info-for-query-message-trace-by-message-id-output.ts +46 -0
- package/src/types/product-info-for-modify-instance-attributes-input.ts +28 -0
- package/src/types/query-dlqmessage-by-group-id-request.ts +58 -0
- package/src/types/query-dlqmessage-by-group-id-response.ts +35 -0
- package/src/types/query-dlqmessage-by-id-request.ts +40 -0
- package/src/types/query-dlqmessage-by-id-response.ts +29 -0
- package/src/types/query-message-by-msg-id-request.ts +40 -0
- package/src/types/query-message-by-msg-id-response.ts +29 -0
- package/src/types/query-message-by-msg-key-request.ts +40 -0
- package/src/types/query-message-by-msg-key-response.ts +35 -0
- package/src/types/query-message-by-offset-request.ts +58 -0
- package/src/types/query-message-by-offset-response.ts +29 -0
- package/src/types/query-message-by-timestamp-request.ts +52 -0
- package/src/types/query-message-by-timestamp-response.ts +35 -0
- package/src/types/query-message-trace-by-message-id-request.ts +64 -0
- package/src/types/query-message-trace-by-message-id-response.ts +36 -0
- package/src/types/queues-info-for-describe-topic-queue-output.ts +52 -0
- package/src/types/region-for-describe-regions-output.ts +46 -0
- package/src/types/remove-plwhitelist-request.ts +34 -0
- package/src/types/remove-plwhitelist-response.ts +22 -0
- package/src/types/remove-tags-from-resource-request.ts +40 -0
- package/src/types/remove-tags-from-resource-response.ts +22 -0
- package/src/types/resend-dlqmessage-by-id-request.ts +40 -0
- package/src/types/resend-dlqmessage-by-id-response.ts +29 -0
- package/src/types/resend-result-for-resend-dlqmessage-by-id-output.ts +34 -0
- package/src/types/reset-consumed-offsets-request.ts +52 -0
- package/src/types/reset-consumed-offsets-response.ts +22 -0
- package/src/types/result-for-get-instance-inspect-result-output.ts +76 -0
- package/src/types/tag-filter-for-describe-instances-input.ts +34 -0
- package/src/types/tag-filter-for-describe-tags-by-resource-input.ts +34 -0
- package/src/types/tag-for-add-tags-to-resource-input.ts +34 -0
- package/src/types/tag-resource-for-describe-tags-by-resource-output.ts +40 -0
- package/src/types/topic-permission-for-describe-access-key-detail-output.ts +34 -0
- package/src/types/topics-info-for-describe-topics-output.ts +52 -0
- package/src/types/zone-for-describe-availability-zones-output.ts +46 -0
- package/tsconfig.json +12 -0
|
@@ -0,0 +1,815 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* rocketmq
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { Client, ClientConfig, Command, CommandOutput } from '@volcengine/sdk-core';
|
|
13
|
+
import { AddPLWhitelistRequest } from './types/index';
|
|
14
|
+
import { AddPLWhitelistResponse } from './types/index';
|
|
15
|
+
import { AddTagsToResourceRequest } from './types/index';
|
|
16
|
+
import { AddTagsToResourceResponse } from './types/index';
|
|
17
|
+
import { AssociateAllowListRequest } from './types/index';
|
|
18
|
+
import { AssociateAllowListResponse } from './types/index';
|
|
19
|
+
import { CreateAccessKeyRequest } from './types/index';
|
|
20
|
+
import { CreateAccessKeyResponse } from './types/index';
|
|
21
|
+
import { CreateAllowListRequest } from './types/index';
|
|
22
|
+
import { CreateAllowListResponse } from './types/index';
|
|
23
|
+
import { CreateGroupAsyncRequest } from './types/index';
|
|
24
|
+
import { CreateGroupAsyncResponse } from './types/index';
|
|
25
|
+
import { CreateGroupRequest } from './types/index';
|
|
26
|
+
import { CreateGroupResponse } from './types/index';
|
|
27
|
+
import { CreateInstanceRequest } from './types/index';
|
|
28
|
+
import { CreateInstanceResponse } from './types/index';
|
|
29
|
+
import { CreatePrivateLinkRequest } from './types/index';
|
|
30
|
+
import { CreatePrivateLinkResponse } from './types/index';
|
|
31
|
+
import { CreatePublicAddressRequest } from './types/index';
|
|
32
|
+
import { CreatePublicAddressResponse } from './types/index';
|
|
33
|
+
import { CreateTopicAsyncRequest } from './types/index';
|
|
34
|
+
import { CreateTopicAsyncResponse } from './types/index';
|
|
35
|
+
import { CreateTopicRequest } from './types/index';
|
|
36
|
+
import { CreateTopicResponse } from './types/index';
|
|
37
|
+
import { DeleteAccessKeyRequest } from './types/index';
|
|
38
|
+
import { DeleteAccessKeyResponse } from './types/index';
|
|
39
|
+
import { DeleteAllowListRequest } from './types/index';
|
|
40
|
+
import { DeleteAllowListResponse } from './types/index';
|
|
41
|
+
import { DeleteGroupAsyncRequest } from './types/index';
|
|
42
|
+
import { DeleteGroupAsyncResponse } from './types/index';
|
|
43
|
+
import { DeleteGroupRequest } from './types/index';
|
|
44
|
+
import { DeleteGroupResponse } from './types/index';
|
|
45
|
+
import { DeleteGroupsRequest } from './types/index';
|
|
46
|
+
import { DeleteGroupsResponse } from './types/index';
|
|
47
|
+
import { DeleteInstanceRequest } from './types/index';
|
|
48
|
+
import { DeleteInstanceResponse } from './types/index';
|
|
49
|
+
import { DeletePrivateLinkRequest } from './types/index';
|
|
50
|
+
import { DeletePrivateLinkResponse } from './types/index';
|
|
51
|
+
import { DeletePublicAddressRequest } from './types/index';
|
|
52
|
+
import { DeletePublicAddressResponse } from './types/index';
|
|
53
|
+
import { DeleteTopicAsyncRequest } from './types/index';
|
|
54
|
+
import { DeleteTopicAsyncResponse } from './types/index';
|
|
55
|
+
import { DeleteTopicRequest } from './types/index';
|
|
56
|
+
import { DeleteTopicResponse } from './types/index';
|
|
57
|
+
import { DescribeAccessKeyDetailRequest } from './types/index';
|
|
58
|
+
import { DescribeAccessKeyDetailResponse } from './types/index';
|
|
59
|
+
import { DescribeAccessKeysRequest } from './types/index';
|
|
60
|
+
import { DescribeAccessKeysResponse } from './types/index';
|
|
61
|
+
import { DescribeAllowListDetailRequest } from './types/index';
|
|
62
|
+
import { DescribeAllowListDetailResponse } from './types/index';
|
|
63
|
+
import { DescribeAllowListsRequest } from './types/index';
|
|
64
|
+
import { DescribeAllowListsResponse } from './types/index';
|
|
65
|
+
import { DescribeAvailabilityZonesRequest } from './types/index';
|
|
66
|
+
import { DescribeAvailabilityZonesResponse } from './types/index';
|
|
67
|
+
import { DescribeConsumedClientsRequest } from './types/index';
|
|
68
|
+
import { DescribeConsumedClientsResponse } from './types/index';
|
|
69
|
+
import { DescribeConsumedTopicDetailRequest } from './types/index';
|
|
70
|
+
import { DescribeConsumedTopicDetailResponse } from './types/index';
|
|
71
|
+
import { DescribeConsumedTopicsRequest } from './types/index';
|
|
72
|
+
import { DescribeConsumedTopicsResponse } from './types/index';
|
|
73
|
+
import { DescribeGroupsDetailRequest } from './types/index';
|
|
74
|
+
import { DescribeGroupsDetailResponse } from './types/index';
|
|
75
|
+
import { DescribeGroupsRequest } from './types/index';
|
|
76
|
+
import { DescribeGroupsResponse } from './types/index';
|
|
77
|
+
import { DescribeInstanceDetailRequest } from './types/index';
|
|
78
|
+
import { DescribeInstanceDetailResponse } from './types/index';
|
|
79
|
+
import { DescribeInstancesRequest } from './types/index';
|
|
80
|
+
import { DescribeInstancesResponse } from './types/index';
|
|
81
|
+
import { DescribePLWhitelistRequest } from './types/index';
|
|
82
|
+
import { DescribePLWhitelistResponse } from './types/index';
|
|
83
|
+
import { DescribeRegionsRequest } from './types/index';
|
|
84
|
+
import { DescribeRegionsResponse } from './types/index';
|
|
85
|
+
import { DescribeSecretKeyRequest } from './types/index';
|
|
86
|
+
import { DescribeSecretKeyResponse } from './types/index';
|
|
87
|
+
import { DescribeTagsByResourceRequest } from './types/index';
|
|
88
|
+
import { DescribeTagsByResourceResponse } from './types/index';
|
|
89
|
+
import { DescribeTopicAccessPoliciesRequest } from './types/index';
|
|
90
|
+
import { DescribeTopicAccessPoliciesResponse } from './types/index';
|
|
91
|
+
import { DescribeTopicDetailRequest } from './types/index';
|
|
92
|
+
import { DescribeTopicDetailResponse } from './types/index';
|
|
93
|
+
import { DescribeTopicGroupsRequest } from './types/index';
|
|
94
|
+
import { DescribeTopicGroupsResponse } from './types/index';
|
|
95
|
+
import { DescribeTopicQueueRequest } from './types/index';
|
|
96
|
+
import { DescribeTopicQueueResponse } from './types/index';
|
|
97
|
+
import { DescribeTopicsRequest } from './types/index';
|
|
98
|
+
import { DescribeTopicsResponse } from './types/index';
|
|
99
|
+
import { DisassociateAllowListRequest } from './types/index';
|
|
100
|
+
import { DisassociateAllowListResponse } from './types/index';
|
|
101
|
+
import { EnableAutoCreateGroupRequest } from './types/index';
|
|
102
|
+
import { EnableAutoCreateGroupResponse } from './types/index';
|
|
103
|
+
import { EnableInstanceBurstTpsRequest } from './types/index';
|
|
104
|
+
import { EnableInstanceBurstTpsResponse } from './types/index';
|
|
105
|
+
import { EnableInstanceInspectRequest } from './types/index';
|
|
106
|
+
import { EnableInstanceInspectResponse } from './types/index';
|
|
107
|
+
import { GetInspectConfigRequest } from './types/index';
|
|
108
|
+
import { GetInspectConfigResponse } from './types/index';
|
|
109
|
+
import { GetInstanceInspectResultRequest } from './types/index';
|
|
110
|
+
import { GetInstanceInspectResultResponse } from './types/index';
|
|
111
|
+
import { ManualProcessResultRequest } from './types/index';
|
|
112
|
+
import { ManualProcessResultResponse } from './types/index';
|
|
113
|
+
import { ManualTriggerInspectRequest } from './types/index';
|
|
114
|
+
import { ManualTriggerInspectResponse } from './types/index';
|
|
115
|
+
import { MessageSendRequest } from './types/index';
|
|
116
|
+
import { MessageSendResponse } from './types/index';
|
|
117
|
+
import { ModifyAccessKeyAllAuthorityRequest } from './types/index';
|
|
118
|
+
import { ModifyAccessKeyAllAuthorityResponse } from './types/index';
|
|
119
|
+
import { ModifyAccessKeyAuthorityRequest } from './types/index';
|
|
120
|
+
import { ModifyAccessKeyAuthorityResponse } from './types/index';
|
|
121
|
+
import { ModifyAllowListRequest } from './types/index';
|
|
122
|
+
import { ModifyAllowListResponse } from './types/index';
|
|
123
|
+
import { ModifyGroupDescriptionRequest } from './types/index';
|
|
124
|
+
import { ModifyGroupDescriptionResponse } from './types/index';
|
|
125
|
+
import { ModifyInstanceAttributesRequest } from './types/index';
|
|
126
|
+
import { ModifyInstanceAttributesResponse } from './types/index';
|
|
127
|
+
import { ModifyInstanceChargeTypeRequest } from './types/index';
|
|
128
|
+
import { ModifyInstanceChargeTypeResponse } from './types/index';
|
|
129
|
+
import { ModifyInstanceSpecRequest } from './types/index';
|
|
130
|
+
import { ModifyInstanceSpecResponse } from './types/index';
|
|
131
|
+
import { ModifyTopicAccessPoliciesRequest } from './types/index';
|
|
132
|
+
import { ModifyTopicAccessPoliciesResponse } from './types/index';
|
|
133
|
+
import { ModifyTopicDescriptionRequest } from './types/index';
|
|
134
|
+
import { ModifyTopicDescriptionResponse } from './types/index';
|
|
135
|
+
import { QueryDLQMessageByGroupIdRequest } from './types/index';
|
|
136
|
+
import { QueryDLQMessageByGroupIdResponse } from './types/index';
|
|
137
|
+
import { QueryDLQMessageByIdRequest } from './types/index';
|
|
138
|
+
import { QueryDLQMessageByIdResponse } from './types/index';
|
|
139
|
+
import { QueryMessageByMsgIdRequest } from './types/index';
|
|
140
|
+
import { QueryMessageByMsgIdResponse } from './types/index';
|
|
141
|
+
import { QueryMessageByMsgKeyRequest } from './types/index';
|
|
142
|
+
import { QueryMessageByMsgKeyResponse } from './types/index';
|
|
143
|
+
import { QueryMessageByOffsetRequest } from './types/index';
|
|
144
|
+
import { QueryMessageByOffsetResponse } from './types/index';
|
|
145
|
+
import { QueryMessageByTimestampRequest } from './types/index';
|
|
146
|
+
import { QueryMessageByTimestampResponse } from './types/index';
|
|
147
|
+
import { QueryMessageTraceByMessageIdRequest } from './types/index';
|
|
148
|
+
import { QueryMessageTraceByMessageIdResponse } from './types/index';
|
|
149
|
+
import { RemovePLWhitelistRequest } from './types/index';
|
|
150
|
+
import { RemovePLWhitelistResponse } from './types/index';
|
|
151
|
+
import { RemoveTagsFromResourceRequest } from './types/index';
|
|
152
|
+
import { RemoveTagsFromResourceResponse } from './types/index';
|
|
153
|
+
import { ResendDLQMessageByIdRequest } from './types/index';
|
|
154
|
+
import { ResendDLQMessageByIdResponse } from './types/index';
|
|
155
|
+
import { ResetConsumedOffsetsRequest } from './types/index';
|
|
156
|
+
import { ResetConsumedOffsetsResponse } from './types/index';
|
|
157
|
+
export type AddPLWhitelistCommandOutput = CommandOutput<AddPLWhitelistResponse>;
|
|
158
|
+
export type AddTagsToResourceCommandOutput = CommandOutput<AddTagsToResourceResponse>;
|
|
159
|
+
export type AssociateAllowListCommandOutput = CommandOutput<AssociateAllowListResponse>;
|
|
160
|
+
export type CreateAccessKeyCommandOutput = CommandOutput<CreateAccessKeyResponse>;
|
|
161
|
+
export type CreateAllowListCommandOutput = CommandOutput<CreateAllowListResponse>;
|
|
162
|
+
export type CreateGroupCommandOutput = CommandOutput<CreateGroupResponse>;
|
|
163
|
+
export type CreateGroupAsyncCommandOutput = CommandOutput<CreateGroupAsyncResponse>;
|
|
164
|
+
export type CreateInstanceCommandOutput = CommandOutput<CreateInstanceResponse>;
|
|
165
|
+
export type CreatePrivateLinkCommandOutput = CommandOutput<CreatePrivateLinkResponse>;
|
|
166
|
+
export type CreatePublicAddressCommandOutput = CommandOutput<CreatePublicAddressResponse>;
|
|
167
|
+
export type CreateTopicCommandOutput = CommandOutput<CreateTopicResponse>;
|
|
168
|
+
export type CreateTopicAsyncCommandOutput = CommandOutput<CreateTopicAsyncResponse>;
|
|
169
|
+
export type DeleteAccessKeyCommandOutput = CommandOutput<DeleteAccessKeyResponse>;
|
|
170
|
+
export type DeleteAllowListCommandOutput = CommandOutput<DeleteAllowListResponse>;
|
|
171
|
+
export type DeleteGroupCommandOutput = CommandOutput<DeleteGroupResponse>;
|
|
172
|
+
export type DeleteGroupAsyncCommandOutput = CommandOutput<DeleteGroupAsyncResponse>;
|
|
173
|
+
export type DeleteGroupsCommandOutput = CommandOutput<DeleteGroupsResponse>;
|
|
174
|
+
export type DeleteInstanceCommandOutput = CommandOutput<DeleteInstanceResponse>;
|
|
175
|
+
export type DeletePrivateLinkCommandOutput = CommandOutput<DeletePrivateLinkResponse>;
|
|
176
|
+
export type DeletePublicAddressCommandOutput = CommandOutput<DeletePublicAddressResponse>;
|
|
177
|
+
export type DeleteTopicCommandOutput = CommandOutput<DeleteTopicResponse>;
|
|
178
|
+
export type DeleteTopicAsyncCommandOutput = CommandOutput<DeleteTopicAsyncResponse>;
|
|
179
|
+
export type DescribeAccessKeyDetailCommandOutput = CommandOutput<DescribeAccessKeyDetailResponse>;
|
|
180
|
+
export type DescribeAccessKeysCommandOutput = CommandOutput<DescribeAccessKeysResponse>;
|
|
181
|
+
export type DescribeAllowListDetailCommandOutput = CommandOutput<DescribeAllowListDetailResponse>;
|
|
182
|
+
export type DescribeAllowListsCommandOutput = CommandOutput<DescribeAllowListsResponse>;
|
|
183
|
+
export type DescribeAvailabilityZonesCommandOutput = CommandOutput<DescribeAvailabilityZonesResponse>;
|
|
184
|
+
export type DescribeConsumedClientsCommandOutput = CommandOutput<DescribeConsumedClientsResponse>;
|
|
185
|
+
export type DescribeConsumedTopicDetailCommandOutput = CommandOutput<DescribeConsumedTopicDetailResponse>;
|
|
186
|
+
export type DescribeConsumedTopicsCommandOutput = CommandOutput<DescribeConsumedTopicsResponse>;
|
|
187
|
+
export type DescribeGroupsCommandOutput = CommandOutput<DescribeGroupsResponse>;
|
|
188
|
+
export type DescribeGroupsDetailCommandOutput = CommandOutput<DescribeGroupsDetailResponse>;
|
|
189
|
+
export type DescribeInstanceDetailCommandOutput = CommandOutput<DescribeInstanceDetailResponse>;
|
|
190
|
+
export type DescribeInstancesCommandOutput = CommandOutput<DescribeInstancesResponse>;
|
|
191
|
+
export type DescribePLWhitelistCommandOutput = CommandOutput<DescribePLWhitelistResponse>;
|
|
192
|
+
export type DescribeRegionsCommandOutput = CommandOutput<DescribeRegionsResponse>;
|
|
193
|
+
export type DescribeSecretKeyCommandOutput = CommandOutput<DescribeSecretKeyResponse>;
|
|
194
|
+
export type DescribeTagsByResourceCommandOutput = CommandOutput<DescribeTagsByResourceResponse>;
|
|
195
|
+
export type DescribeTopicAccessPoliciesCommandOutput = CommandOutput<DescribeTopicAccessPoliciesResponse>;
|
|
196
|
+
export type DescribeTopicDetailCommandOutput = CommandOutput<DescribeTopicDetailResponse>;
|
|
197
|
+
export type DescribeTopicGroupsCommandOutput = CommandOutput<DescribeTopicGroupsResponse>;
|
|
198
|
+
export type DescribeTopicQueueCommandOutput = CommandOutput<DescribeTopicQueueResponse>;
|
|
199
|
+
export type DescribeTopicsCommandOutput = CommandOutput<DescribeTopicsResponse>;
|
|
200
|
+
export type DisassociateAllowListCommandOutput = CommandOutput<DisassociateAllowListResponse>;
|
|
201
|
+
export type EnableAutoCreateGroupCommandOutput = CommandOutput<EnableAutoCreateGroupResponse>;
|
|
202
|
+
export type EnableInstanceBurstTpsCommandOutput = CommandOutput<EnableInstanceBurstTpsResponse>;
|
|
203
|
+
export type EnableInstanceInspectCommandOutput = CommandOutput<EnableInstanceInspectResponse>;
|
|
204
|
+
export type GetInspectConfigCommandOutput = CommandOutput<GetInspectConfigResponse>;
|
|
205
|
+
export type GetInstanceInspectResultCommandOutput = CommandOutput<GetInstanceInspectResultResponse>;
|
|
206
|
+
export type ManualProcessResultCommandOutput = CommandOutput<ManualProcessResultResponse>;
|
|
207
|
+
export type ManualTriggerInspectCommandOutput = CommandOutput<ManualTriggerInspectResponse>;
|
|
208
|
+
export type MessageSendCommandOutput = CommandOutput<MessageSendResponse>;
|
|
209
|
+
export type ModifyAccessKeyAllAuthorityCommandOutput = CommandOutput<ModifyAccessKeyAllAuthorityResponse>;
|
|
210
|
+
export type ModifyAccessKeyAuthorityCommandOutput = CommandOutput<ModifyAccessKeyAuthorityResponse>;
|
|
211
|
+
export type ModifyAllowListCommandOutput = CommandOutput<ModifyAllowListResponse>;
|
|
212
|
+
export type ModifyGroupDescriptionCommandOutput = CommandOutput<ModifyGroupDescriptionResponse>;
|
|
213
|
+
export type ModifyInstanceAttributesCommandOutput = CommandOutput<ModifyInstanceAttributesResponse>;
|
|
214
|
+
export type ModifyInstanceChargeTypeCommandOutput = CommandOutput<ModifyInstanceChargeTypeResponse>;
|
|
215
|
+
export type ModifyInstanceSpecCommandOutput = CommandOutput<ModifyInstanceSpecResponse>;
|
|
216
|
+
export type ModifyTopicAccessPoliciesCommandOutput = CommandOutput<ModifyTopicAccessPoliciesResponse>;
|
|
217
|
+
export type ModifyTopicDescriptionCommandOutput = CommandOutput<ModifyTopicDescriptionResponse>;
|
|
218
|
+
export type QueryDLQMessageByGroupIdCommandOutput = CommandOutput<QueryDLQMessageByGroupIdResponse>;
|
|
219
|
+
export type QueryDLQMessageByIdCommandOutput = CommandOutput<QueryDLQMessageByIdResponse>;
|
|
220
|
+
export type QueryMessageByMsgIdCommandOutput = CommandOutput<QueryMessageByMsgIdResponse>;
|
|
221
|
+
export type QueryMessageByMsgKeyCommandOutput = CommandOutput<QueryMessageByMsgKeyResponse>;
|
|
222
|
+
export type QueryMessageByOffsetCommandOutput = CommandOutput<QueryMessageByOffsetResponse>;
|
|
223
|
+
export type QueryMessageByTimestampCommandOutput = CommandOutput<QueryMessageByTimestampResponse>;
|
|
224
|
+
export type QueryMessageTraceByMessageIdCommandOutput = CommandOutput<QueryMessageTraceByMessageIdResponse>;
|
|
225
|
+
export type RemovePLWhitelistCommandOutput = CommandOutput<RemovePLWhitelistResponse>;
|
|
226
|
+
export type RemoveTagsFromResourceCommandOutput = CommandOutput<RemoveTagsFromResourceResponse>;
|
|
227
|
+
export type ResendDLQMessageByIdCommandOutput = CommandOutput<ResendDLQMessageByIdResponse>;
|
|
228
|
+
export type ResetConsumedOffsetsCommandOutput = CommandOutput<ResetConsumedOffsetsResponse>;
|
|
229
|
+
/**
|
|
230
|
+
* ROCKETMQClient Service Client
|
|
231
|
+
*/
|
|
232
|
+
export declare class ROCKETMQClient extends Client {
|
|
233
|
+
constructor(config?: ClientConfig);
|
|
234
|
+
}
|
|
235
|
+
/**
|
|
236
|
+
* Command to AddPLWhitelist
|
|
237
|
+
*/
|
|
238
|
+
export declare class AddPLWhitelistCommand extends Command<AddPLWhitelistRequest, AddPLWhitelistCommandOutput, 'AddPLWhitelistCommand'> {
|
|
239
|
+
static readonly metaPath = "/AddPLWhitelist/2023-01-01/rocketmq/post/application_json/";
|
|
240
|
+
constructor(input: AddPLWhitelistRequest);
|
|
241
|
+
}
|
|
242
|
+
/**
|
|
243
|
+
* Command to AddTagsToResource
|
|
244
|
+
*/
|
|
245
|
+
export declare class AddTagsToResourceCommand extends Command<AddTagsToResourceRequest, AddTagsToResourceCommandOutput, 'AddTagsToResourceCommand'> {
|
|
246
|
+
static readonly metaPath = "/AddTagsToResource/2023-01-01/rocketmq/post/application_json/";
|
|
247
|
+
constructor(input: AddTagsToResourceRequest);
|
|
248
|
+
}
|
|
249
|
+
/**
|
|
250
|
+
* Command to AssociateAllowList
|
|
251
|
+
*/
|
|
252
|
+
export declare class AssociateAllowListCommand extends Command<AssociateAllowListRequest, AssociateAllowListCommandOutput, 'AssociateAllowListCommand'> {
|
|
253
|
+
static readonly metaPath = "/AssociateAllowList/2023-01-01/rocketmq/post/application_json/";
|
|
254
|
+
constructor(input: AssociateAllowListRequest);
|
|
255
|
+
}
|
|
256
|
+
/**
|
|
257
|
+
* Command to CreateAccessKey
|
|
258
|
+
*/
|
|
259
|
+
export declare class CreateAccessKeyCommand extends Command<CreateAccessKeyRequest, CreateAccessKeyCommandOutput, 'CreateAccessKeyCommand'> {
|
|
260
|
+
static readonly metaPath = "/CreateAccessKey/2023-01-01/rocketmq/post/application_json/";
|
|
261
|
+
constructor(input: CreateAccessKeyRequest);
|
|
262
|
+
}
|
|
263
|
+
/**
|
|
264
|
+
* Command to CreateAllowList
|
|
265
|
+
*/
|
|
266
|
+
export declare class CreateAllowListCommand extends Command<CreateAllowListRequest, CreateAllowListCommandOutput, 'CreateAllowListCommand'> {
|
|
267
|
+
static readonly metaPath = "/CreateAllowList/2023-01-01/rocketmq/post/application_json/";
|
|
268
|
+
constructor(input: CreateAllowListRequest);
|
|
269
|
+
}
|
|
270
|
+
/**
|
|
271
|
+
* Command to CreateGroup
|
|
272
|
+
*/
|
|
273
|
+
export declare class CreateGroupCommand extends Command<CreateGroupRequest, CreateGroupCommandOutput, 'CreateGroupCommand'> {
|
|
274
|
+
static readonly metaPath = "/CreateGroup/2023-01-01/rocketmq/post/application_json/";
|
|
275
|
+
constructor(input: CreateGroupRequest);
|
|
276
|
+
}
|
|
277
|
+
/**
|
|
278
|
+
* Command to CreateGroupAsync
|
|
279
|
+
*/
|
|
280
|
+
export declare class CreateGroupAsyncCommand extends Command<CreateGroupAsyncRequest, CreateGroupAsyncCommandOutput, 'CreateGroupAsyncCommand'> {
|
|
281
|
+
static readonly metaPath = "/CreateGroupAsync/2023-01-01/rocketmq/post/application_json/";
|
|
282
|
+
constructor(input: CreateGroupAsyncRequest);
|
|
283
|
+
}
|
|
284
|
+
/**
|
|
285
|
+
* Command to CreateInstance
|
|
286
|
+
*/
|
|
287
|
+
export declare class CreateInstanceCommand extends Command<CreateInstanceRequest, CreateInstanceCommandOutput, 'CreateInstanceCommand'> {
|
|
288
|
+
static readonly metaPath = "/CreateInstance/2023-01-01/rocketmq/post/application_json/";
|
|
289
|
+
constructor(input: CreateInstanceRequest);
|
|
290
|
+
}
|
|
291
|
+
/**
|
|
292
|
+
* Command to CreatePrivateLink
|
|
293
|
+
*/
|
|
294
|
+
export declare class CreatePrivateLinkCommand extends Command<CreatePrivateLinkRequest, CreatePrivateLinkCommandOutput, 'CreatePrivateLinkCommand'> {
|
|
295
|
+
static readonly metaPath = "/CreatePrivateLink/2023-01-01/rocketmq/post/application_json/";
|
|
296
|
+
constructor(input: CreatePrivateLinkRequest);
|
|
297
|
+
}
|
|
298
|
+
/**
|
|
299
|
+
* Command to CreatePublicAddress
|
|
300
|
+
*/
|
|
301
|
+
export declare class CreatePublicAddressCommand extends Command<CreatePublicAddressRequest, CreatePublicAddressCommandOutput, 'CreatePublicAddressCommand'> {
|
|
302
|
+
static readonly metaPath = "/CreatePublicAddress/2023-01-01/rocketmq/post/application_json/";
|
|
303
|
+
constructor(input: CreatePublicAddressRequest);
|
|
304
|
+
}
|
|
305
|
+
/**
|
|
306
|
+
* Command to CreateTopic
|
|
307
|
+
*/
|
|
308
|
+
export declare class CreateTopicCommand extends Command<CreateTopicRequest, CreateTopicCommandOutput, 'CreateTopicCommand'> {
|
|
309
|
+
static readonly metaPath = "/CreateTopic/2023-01-01/rocketmq/post/application_json/";
|
|
310
|
+
constructor(input: CreateTopicRequest);
|
|
311
|
+
}
|
|
312
|
+
/**
|
|
313
|
+
* Command to CreateTopicAsync
|
|
314
|
+
*/
|
|
315
|
+
export declare class CreateTopicAsyncCommand extends Command<CreateTopicAsyncRequest, CreateTopicAsyncCommandOutput, 'CreateTopicAsyncCommand'> {
|
|
316
|
+
static readonly metaPath = "/CreateTopicAsync/2023-01-01/rocketmq/post/application_json/";
|
|
317
|
+
constructor(input: CreateTopicAsyncRequest);
|
|
318
|
+
}
|
|
319
|
+
/**
|
|
320
|
+
* Command to DeleteAccessKey
|
|
321
|
+
*/
|
|
322
|
+
export declare class DeleteAccessKeyCommand extends Command<DeleteAccessKeyRequest, DeleteAccessKeyCommandOutput, 'DeleteAccessKeyCommand'> {
|
|
323
|
+
static readonly metaPath = "/DeleteAccessKey/2023-01-01/rocketmq/post/application_json/";
|
|
324
|
+
constructor(input: DeleteAccessKeyRequest);
|
|
325
|
+
}
|
|
326
|
+
/**
|
|
327
|
+
* Command to DeleteAllowList
|
|
328
|
+
*/
|
|
329
|
+
export declare class DeleteAllowListCommand extends Command<DeleteAllowListRequest, DeleteAllowListCommandOutput, 'DeleteAllowListCommand'> {
|
|
330
|
+
static readonly metaPath = "/DeleteAllowList/2023-01-01/rocketmq/post/application_json/";
|
|
331
|
+
constructor(input: DeleteAllowListRequest);
|
|
332
|
+
}
|
|
333
|
+
/**
|
|
334
|
+
* Command to DeleteGroup
|
|
335
|
+
*/
|
|
336
|
+
export declare class DeleteGroupCommand extends Command<DeleteGroupRequest, DeleteGroupCommandOutput, 'DeleteGroupCommand'> {
|
|
337
|
+
static readonly metaPath = "/DeleteGroup/2023-01-01/rocketmq/post/application_json/";
|
|
338
|
+
constructor(input: DeleteGroupRequest);
|
|
339
|
+
}
|
|
340
|
+
/**
|
|
341
|
+
* Command to DeleteGroupAsync
|
|
342
|
+
*/
|
|
343
|
+
export declare class DeleteGroupAsyncCommand extends Command<DeleteGroupAsyncRequest, DeleteGroupAsyncCommandOutput, 'DeleteGroupAsyncCommand'> {
|
|
344
|
+
static readonly metaPath = "/DeleteGroupAsync/2023-01-01/rocketmq/post/application_json/";
|
|
345
|
+
constructor(input: DeleteGroupAsyncRequest);
|
|
346
|
+
}
|
|
347
|
+
/**
|
|
348
|
+
* Command to DeleteGroups
|
|
349
|
+
*/
|
|
350
|
+
export declare class DeleteGroupsCommand extends Command<DeleteGroupsRequest, DeleteGroupsCommandOutput, 'DeleteGroupsCommand'> {
|
|
351
|
+
static readonly metaPath = "/DeleteGroups/2023-01-01/rocketmq/post/application_json/";
|
|
352
|
+
constructor(input: DeleteGroupsRequest);
|
|
353
|
+
}
|
|
354
|
+
/**
|
|
355
|
+
* Command to DeleteInstance
|
|
356
|
+
*/
|
|
357
|
+
export declare class DeleteInstanceCommand extends Command<DeleteInstanceRequest, DeleteInstanceCommandOutput, 'DeleteInstanceCommand'> {
|
|
358
|
+
static readonly metaPath = "/DeleteInstance/2023-01-01/rocketmq/post/application_json/";
|
|
359
|
+
constructor(input: DeleteInstanceRequest);
|
|
360
|
+
}
|
|
361
|
+
/**
|
|
362
|
+
* Command to DeletePrivateLink
|
|
363
|
+
*/
|
|
364
|
+
export declare class DeletePrivateLinkCommand extends Command<DeletePrivateLinkRequest, DeletePrivateLinkCommandOutput, 'DeletePrivateLinkCommand'> {
|
|
365
|
+
static readonly metaPath = "/DeletePrivateLink/2023-01-01/rocketmq/post/application_json/";
|
|
366
|
+
constructor(input: DeletePrivateLinkRequest);
|
|
367
|
+
}
|
|
368
|
+
/**
|
|
369
|
+
* Command to DeletePublicAddress
|
|
370
|
+
*/
|
|
371
|
+
export declare class DeletePublicAddressCommand extends Command<DeletePublicAddressRequest, DeletePublicAddressCommandOutput, 'DeletePublicAddressCommand'> {
|
|
372
|
+
static readonly metaPath = "/DeletePublicAddress/2023-01-01/rocketmq/post/application_json/";
|
|
373
|
+
constructor(input: DeletePublicAddressRequest);
|
|
374
|
+
}
|
|
375
|
+
/**
|
|
376
|
+
* Command to DeleteTopic
|
|
377
|
+
*/
|
|
378
|
+
export declare class DeleteTopicCommand extends Command<DeleteTopicRequest, DeleteTopicCommandOutput, 'DeleteTopicCommand'> {
|
|
379
|
+
static readonly metaPath = "/DeleteTopic/2023-01-01/rocketmq/post/application_json/";
|
|
380
|
+
constructor(input: DeleteTopicRequest);
|
|
381
|
+
}
|
|
382
|
+
/**
|
|
383
|
+
* Command to DeleteTopicAsync
|
|
384
|
+
*/
|
|
385
|
+
export declare class DeleteTopicAsyncCommand extends Command<DeleteTopicAsyncRequest, DeleteTopicAsyncCommandOutput, 'DeleteTopicAsyncCommand'> {
|
|
386
|
+
static readonly metaPath = "/DeleteTopicAsync/2023-01-01/rocketmq/post/application_json/";
|
|
387
|
+
constructor(input: DeleteTopicAsyncRequest);
|
|
388
|
+
}
|
|
389
|
+
/**
|
|
390
|
+
* Command to DescribeAccessKeyDetail
|
|
391
|
+
*/
|
|
392
|
+
export declare class DescribeAccessKeyDetailCommand extends Command<DescribeAccessKeyDetailRequest, DescribeAccessKeyDetailCommandOutput, 'DescribeAccessKeyDetailCommand'> {
|
|
393
|
+
static readonly metaPath = "/DescribeAccessKeyDetail/2023-01-01/rocketmq/post/application_json/";
|
|
394
|
+
constructor(input: DescribeAccessKeyDetailRequest);
|
|
395
|
+
}
|
|
396
|
+
/**
|
|
397
|
+
* Command to DescribeAccessKeys
|
|
398
|
+
*/
|
|
399
|
+
export declare class DescribeAccessKeysCommand extends Command<DescribeAccessKeysRequest, DescribeAccessKeysCommandOutput, 'DescribeAccessKeysCommand'> {
|
|
400
|
+
static readonly metaPath = "/DescribeAccessKeys/2023-01-01/rocketmq/post/application_json/";
|
|
401
|
+
constructor(input: DescribeAccessKeysRequest);
|
|
402
|
+
}
|
|
403
|
+
/**
|
|
404
|
+
* Command to DescribeAllowListDetail
|
|
405
|
+
*/
|
|
406
|
+
export declare class DescribeAllowListDetailCommand extends Command<DescribeAllowListDetailRequest, DescribeAllowListDetailCommandOutput, 'DescribeAllowListDetailCommand'> {
|
|
407
|
+
static readonly metaPath = "/DescribeAllowListDetail/2023-01-01/rocketmq/post/application_json/";
|
|
408
|
+
constructor(input: DescribeAllowListDetailRequest);
|
|
409
|
+
}
|
|
410
|
+
/**
|
|
411
|
+
* Command to DescribeAllowLists
|
|
412
|
+
*/
|
|
413
|
+
export declare class DescribeAllowListsCommand extends Command<DescribeAllowListsRequest, DescribeAllowListsCommandOutput, 'DescribeAllowListsCommand'> {
|
|
414
|
+
static readonly metaPath = "/DescribeAllowLists/2023-01-01/rocketmq/post/application_json/";
|
|
415
|
+
constructor(input: DescribeAllowListsRequest);
|
|
416
|
+
}
|
|
417
|
+
/**
|
|
418
|
+
* Command to DescribeAvailabilityZones
|
|
419
|
+
*/
|
|
420
|
+
export declare class DescribeAvailabilityZonesCommand extends Command<DescribeAvailabilityZonesRequest, DescribeAvailabilityZonesCommandOutput, 'DescribeAvailabilityZonesCommand'> {
|
|
421
|
+
static readonly metaPath = "/DescribeAvailabilityZones/2023-01-01/rocketmq/post/application_json/";
|
|
422
|
+
constructor(input: DescribeAvailabilityZonesRequest);
|
|
423
|
+
}
|
|
424
|
+
/**
|
|
425
|
+
* Command to DescribeConsumedClients
|
|
426
|
+
*/
|
|
427
|
+
export declare class DescribeConsumedClientsCommand extends Command<DescribeConsumedClientsRequest, DescribeConsumedClientsCommandOutput, 'DescribeConsumedClientsCommand'> {
|
|
428
|
+
static readonly metaPath = "/DescribeConsumedClients/2023-01-01/rocketmq/post/application_json/";
|
|
429
|
+
constructor(input: DescribeConsumedClientsRequest);
|
|
430
|
+
}
|
|
431
|
+
/**
|
|
432
|
+
* Command to DescribeConsumedTopicDetail
|
|
433
|
+
*/
|
|
434
|
+
export declare class DescribeConsumedTopicDetailCommand extends Command<DescribeConsumedTopicDetailRequest, DescribeConsumedTopicDetailCommandOutput, 'DescribeConsumedTopicDetailCommand'> {
|
|
435
|
+
static readonly metaPath = "/DescribeConsumedTopicDetail/2023-01-01/rocketmq/post/application_json/";
|
|
436
|
+
constructor(input: DescribeConsumedTopicDetailRequest);
|
|
437
|
+
}
|
|
438
|
+
/**
|
|
439
|
+
* Command to DescribeConsumedTopics
|
|
440
|
+
*/
|
|
441
|
+
export declare class DescribeConsumedTopicsCommand extends Command<DescribeConsumedTopicsRequest, DescribeConsumedTopicsCommandOutput, 'DescribeConsumedTopicsCommand'> {
|
|
442
|
+
static readonly metaPath = "/DescribeConsumedTopics/2023-01-01/rocketmq/post/application_json/";
|
|
443
|
+
constructor(input: DescribeConsumedTopicsRequest);
|
|
444
|
+
}
|
|
445
|
+
/**
|
|
446
|
+
* Command to DescribeGroups
|
|
447
|
+
*/
|
|
448
|
+
export declare class DescribeGroupsCommand extends Command<DescribeGroupsRequest, DescribeGroupsCommandOutput, 'DescribeGroupsCommand'> {
|
|
449
|
+
static readonly metaPath = "/DescribeGroups/2023-01-01/rocketmq/post/application_json/";
|
|
450
|
+
constructor(input: DescribeGroupsRequest);
|
|
451
|
+
}
|
|
452
|
+
/**
|
|
453
|
+
* Command to DescribeGroupsDetail
|
|
454
|
+
*/
|
|
455
|
+
export declare class DescribeGroupsDetailCommand extends Command<DescribeGroupsDetailRequest, DescribeGroupsDetailCommandOutput, 'DescribeGroupsDetailCommand'> {
|
|
456
|
+
static readonly metaPath = "/DescribeGroupsDetail/2023-01-01/rocketmq/post/application_json/";
|
|
457
|
+
constructor(input: DescribeGroupsDetailRequest);
|
|
458
|
+
}
|
|
459
|
+
/**
|
|
460
|
+
* Command to DescribeInstanceDetail
|
|
461
|
+
*/
|
|
462
|
+
export declare class DescribeInstanceDetailCommand extends Command<DescribeInstanceDetailRequest, DescribeInstanceDetailCommandOutput, 'DescribeInstanceDetailCommand'> {
|
|
463
|
+
static readonly metaPath = "/DescribeInstanceDetail/2023-01-01/rocketmq/post/application_json/";
|
|
464
|
+
constructor(input: DescribeInstanceDetailRequest);
|
|
465
|
+
}
|
|
466
|
+
/**
|
|
467
|
+
* Command to DescribeInstances
|
|
468
|
+
*/
|
|
469
|
+
export declare class DescribeInstancesCommand extends Command<DescribeInstancesRequest, DescribeInstancesCommandOutput, 'DescribeInstancesCommand'> {
|
|
470
|
+
static readonly metaPath = "/DescribeInstances/2023-01-01/rocketmq/post/application_json/";
|
|
471
|
+
constructor(input: DescribeInstancesRequest);
|
|
472
|
+
}
|
|
473
|
+
/**
|
|
474
|
+
* Command to DescribePLWhitelist
|
|
475
|
+
*/
|
|
476
|
+
export declare class DescribePLWhitelistCommand extends Command<DescribePLWhitelistRequest, DescribePLWhitelistCommandOutput, 'DescribePLWhitelistCommand'> {
|
|
477
|
+
static readonly metaPath = "/DescribePLWhitelist/2023-01-01/rocketmq/post/application_json/";
|
|
478
|
+
constructor(input: DescribePLWhitelistRequest);
|
|
479
|
+
}
|
|
480
|
+
/**
|
|
481
|
+
* Command to DescribeRegions
|
|
482
|
+
*/
|
|
483
|
+
export declare class DescribeRegionsCommand extends Command<DescribeRegionsRequest, DescribeRegionsCommandOutput, 'DescribeRegionsCommand'> {
|
|
484
|
+
static readonly metaPath = "/DescribeRegions/2023-01-01/rocketmq/post/application_json/";
|
|
485
|
+
constructor(input: DescribeRegionsRequest);
|
|
486
|
+
}
|
|
487
|
+
/**
|
|
488
|
+
* Command to DescribeSecretKey
|
|
489
|
+
*/
|
|
490
|
+
export declare class DescribeSecretKeyCommand extends Command<DescribeSecretKeyRequest, DescribeSecretKeyCommandOutput, 'DescribeSecretKeyCommand'> {
|
|
491
|
+
static readonly metaPath = "/DescribeSecretKey/2023-01-01/rocketmq/post/application_json/";
|
|
492
|
+
constructor(input: DescribeSecretKeyRequest);
|
|
493
|
+
}
|
|
494
|
+
/**
|
|
495
|
+
* Command to DescribeTagsByResource
|
|
496
|
+
*/
|
|
497
|
+
export declare class DescribeTagsByResourceCommand extends Command<DescribeTagsByResourceRequest, DescribeTagsByResourceCommandOutput, 'DescribeTagsByResourceCommand'> {
|
|
498
|
+
static readonly metaPath = "/DescribeTagsByResource/2023-01-01/rocketmq/post/application_json/";
|
|
499
|
+
constructor(input: DescribeTagsByResourceRequest);
|
|
500
|
+
}
|
|
501
|
+
/**
|
|
502
|
+
* Command to DescribeTopicAccessPolicies
|
|
503
|
+
*/
|
|
504
|
+
export declare class DescribeTopicAccessPoliciesCommand extends Command<DescribeTopicAccessPoliciesRequest, DescribeTopicAccessPoliciesCommandOutput, 'DescribeTopicAccessPoliciesCommand'> {
|
|
505
|
+
static readonly metaPath = "/DescribeTopicAccessPolicies/2023-01-01/rocketmq/post/application_json/";
|
|
506
|
+
constructor(input: DescribeTopicAccessPoliciesRequest);
|
|
507
|
+
}
|
|
508
|
+
/**
|
|
509
|
+
* Command to DescribeTopicDetail
|
|
510
|
+
*/
|
|
511
|
+
export declare class DescribeTopicDetailCommand extends Command<DescribeTopicDetailRequest, DescribeTopicDetailCommandOutput, 'DescribeTopicDetailCommand'> {
|
|
512
|
+
static readonly metaPath = "/DescribeTopicDetail/2023-01-01/rocketmq/post/application_json/";
|
|
513
|
+
constructor(input: DescribeTopicDetailRequest);
|
|
514
|
+
}
|
|
515
|
+
/**
|
|
516
|
+
* Command to DescribeTopicGroups
|
|
517
|
+
*/
|
|
518
|
+
export declare class DescribeTopicGroupsCommand extends Command<DescribeTopicGroupsRequest, DescribeTopicGroupsCommandOutput, 'DescribeTopicGroupsCommand'> {
|
|
519
|
+
static readonly metaPath = "/DescribeTopicGroups/2023-01-01/rocketmq/post/application_json/";
|
|
520
|
+
constructor(input: DescribeTopicGroupsRequest);
|
|
521
|
+
}
|
|
522
|
+
/**
|
|
523
|
+
* Command to DescribeTopicQueue
|
|
524
|
+
*/
|
|
525
|
+
export declare class DescribeTopicQueueCommand extends Command<DescribeTopicQueueRequest, DescribeTopicQueueCommandOutput, 'DescribeTopicQueueCommand'> {
|
|
526
|
+
static readonly metaPath = "/DescribeTopicQueue/2023-01-01/rocketmq/post/application_json/";
|
|
527
|
+
constructor(input: DescribeTopicQueueRequest);
|
|
528
|
+
}
|
|
529
|
+
/**
|
|
530
|
+
* Command to DescribeTopics
|
|
531
|
+
*/
|
|
532
|
+
export declare class DescribeTopicsCommand extends Command<DescribeTopicsRequest, DescribeTopicsCommandOutput, 'DescribeTopicsCommand'> {
|
|
533
|
+
static readonly metaPath = "/DescribeTopics/2023-01-01/rocketmq/post/application_json/";
|
|
534
|
+
constructor(input: DescribeTopicsRequest);
|
|
535
|
+
}
|
|
536
|
+
/**
|
|
537
|
+
* Command to DisassociateAllowList
|
|
538
|
+
*/
|
|
539
|
+
export declare class DisassociateAllowListCommand extends Command<DisassociateAllowListRequest, DisassociateAllowListCommandOutput, 'DisassociateAllowListCommand'> {
|
|
540
|
+
static readonly metaPath = "/DisassociateAllowList/2023-01-01/rocketmq/post/application_json/";
|
|
541
|
+
constructor(input: DisassociateAllowListRequest);
|
|
542
|
+
}
|
|
543
|
+
/**
|
|
544
|
+
* Command to EnableAutoCreateGroup
|
|
545
|
+
*/
|
|
546
|
+
export declare class EnableAutoCreateGroupCommand extends Command<EnableAutoCreateGroupRequest, EnableAutoCreateGroupCommandOutput, 'EnableAutoCreateGroupCommand'> {
|
|
547
|
+
static readonly metaPath = "/EnableAutoCreateGroup/2023-01-01/rocketmq/post/application_json/";
|
|
548
|
+
constructor(input: EnableAutoCreateGroupRequest);
|
|
549
|
+
}
|
|
550
|
+
/**
|
|
551
|
+
* Command to EnableInstanceBurstTps
|
|
552
|
+
*/
|
|
553
|
+
export declare class EnableInstanceBurstTpsCommand extends Command<EnableInstanceBurstTpsRequest, EnableInstanceBurstTpsCommandOutput, 'EnableInstanceBurstTpsCommand'> {
|
|
554
|
+
static readonly metaPath = "/EnableInstanceBurstTps/2023-01-01/rocketmq/post/application_json/";
|
|
555
|
+
constructor(input: EnableInstanceBurstTpsRequest);
|
|
556
|
+
}
|
|
557
|
+
/**
|
|
558
|
+
* Command to EnableInstanceInspect
|
|
559
|
+
*/
|
|
560
|
+
export declare class EnableInstanceInspectCommand extends Command<EnableInstanceInspectRequest, EnableInstanceInspectCommandOutput, 'EnableInstanceInspectCommand'> {
|
|
561
|
+
static readonly metaPath = "/EnableInstanceInspect/2023-01-01/rocketmq/post/application_json/";
|
|
562
|
+
constructor(input: EnableInstanceInspectRequest);
|
|
563
|
+
}
|
|
564
|
+
/**
|
|
565
|
+
* Command to GetInspectConfig
|
|
566
|
+
*/
|
|
567
|
+
export declare class GetInspectConfigCommand extends Command<GetInspectConfigRequest, GetInspectConfigCommandOutput, 'GetInspectConfigCommand'> {
|
|
568
|
+
static readonly metaPath = "/GetInspectConfig/2023-01-01/rocketmq/post/application_json/";
|
|
569
|
+
constructor(input: GetInspectConfigRequest);
|
|
570
|
+
}
|
|
571
|
+
/**
|
|
572
|
+
* Command to GetInstanceInspectResult
|
|
573
|
+
*/
|
|
574
|
+
export declare class GetInstanceInspectResultCommand extends Command<GetInstanceInspectResultRequest, GetInstanceInspectResultCommandOutput, 'GetInstanceInspectResultCommand'> {
|
|
575
|
+
static readonly metaPath = "/GetInstanceInspectResult/2023-01-01/rocketmq/post/application_json/";
|
|
576
|
+
constructor(input: GetInstanceInspectResultRequest);
|
|
577
|
+
}
|
|
578
|
+
/**
|
|
579
|
+
* Command to ManualProcessResult
|
|
580
|
+
*/
|
|
581
|
+
export declare class ManualProcessResultCommand extends Command<ManualProcessResultRequest, ManualProcessResultCommandOutput, 'ManualProcessResultCommand'> {
|
|
582
|
+
static readonly metaPath = "/ManualProcessResult/2023-01-01/rocketmq/post/application_json/";
|
|
583
|
+
constructor(input: ManualProcessResultRequest);
|
|
584
|
+
}
|
|
585
|
+
/**
|
|
586
|
+
* Command to ManualTriggerInspect
|
|
587
|
+
*/
|
|
588
|
+
export declare class ManualTriggerInspectCommand extends Command<ManualTriggerInspectRequest, ManualTriggerInspectCommandOutput, 'ManualTriggerInspectCommand'> {
|
|
589
|
+
static readonly metaPath = "/ManualTriggerInspect/2023-01-01/rocketmq/post/application_json/";
|
|
590
|
+
constructor(input: ManualTriggerInspectRequest);
|
|
591
|
+
}
|
|
592
|
+
/**
|
|
593
|
+
* Command to MessageSend
|
|
594
|
+
*/
|
|
595
|
+
export declare class MessageSendCommand extends Command<MessageSendRequest, MessageSendCommandOutput, 'MessageSendCommand'> {
|
|
596
|
+
static readonly metaPath = "/MessageSend/2023-01-01/rocketmq/post/application_json/";
|
|
597
|
+
constructor(input: MessageSendRequest);
|
|
598
|
+
}
|
|
599
|
+
/**
|
|
600
|
+
* Command to ModifyAccessKeyAllAuthority
|
|
601
|
+
*/
|
|
602
|
+
export declare class ModifyAccessKeyAllAuthorityCommand extends Command<ModifyAccessKeyAllAuthorityRequest, ModifyAccessKeyAllAuthorityCommandOutput, 'ModifyAccessKeyAllAuthorityCommand'> {
|
|
603
|
+
static readonly metaPath = "/ModifyAccessKeyAllAuthority/2023-01-01/rocketmq/post/application_json/";
|
|
604
|
+
constructor(input: ModifyAccessKeyAllAuthorityRequest);
|
|
605
|
+
}
|
|
606
|
+
/**
|
|
607
|
+
* Command to ModifyAccessKeyAuthority
|
|
608
|
+
*/
|
|
609
|
+
export declare class ModifyAccessKeyAuthorityCommand extends Command<ModifyAccessKeyAuthorityRequest, ModifyAccessKeyAuthorityCommandOutput, 'ModifyAccessKeyAuthorityCommand'> {
|
|
610
|
+
static readonly metaPath = "/ModifyAccessKeyAuthority/2023-01-01/rocketmq/post/application_json/";
|
|
611
|
+
constructor(input: ModifyAccessKeyAuthorityRequest);
|
|
612
|
+
}
|
|
613
|
+
/**
|
|
614
|
+
* Command to ModifyAllowList
|
|
615
|
+
*/
|
|
616
|
+
export declare class ModifyAllowListCommand extends Command<ModifyAllowListRequest, ModifyAllowListCommandOutput, 'ModifyAllowListCommand'> {
|
|
617
|
+
static readonly metaPath = "/ModifyAllowList/2023-01-01/rocketmq/post/application_json/";
|
|
618
|
+
constructor(input: ModifyAllowListRequest);
|
|
619
|
+
}
|
|
620
|
+
/**
|
|
621
|
+
* Command to ModifyGroupDescription
|
|
622
|
+
*/
|
|
623
|
+
export declare class ModifyGroupDescriptionCommand extends Command<ModifyGroupDescriptionRequest, ModifyGroupDescriptionCommandOutput, 'ModifyGroupDescriptionCommand'> {
|
|
624
|
+
static readonly metaPath = "/ModifyGroupDescription/2023-01-01/rocketmq/post/application_json/";
|
|
625
|
+
constructor(input: ModifyGroupDescriptionRequest);
|
|
626
|
+
}
|
|
627
|
+
/**
|
|
628
|
+
* Command to ModifyInstanceAttributes
|
|
629
|
+
*/
|
|
630
|
+
export declare class ModifyInstanceAttributesCommand extends Command<ModifyInstanceAttributesRequest, ModifyInstanceAttributesCommandOutput, 'ModifyInstanceAttributesCommand'> {
|
|
631
|
+
static readonly metaPath = "/ModifyInstanceAttributes/2023-01-01/rocketmq/post/application_json/";
|
|
632
|
+
constructor(input: ModifyInstanceAttributesRequest);
|
|
633
|
+
}
|
|
634
|
+
/**
|
|
635
|
+
* Command to ModifyInstanceChargeType
|
|
636
|
+
*/
|
|
637
|
+
export declare class ModifyInstanceChargeTypeCommand extends Command<ModifyInstanceChargeTypeRequest, ModifyInstanceChargeTypeCommandOutput, 'ModifyInstanceChargeTypeCommand'> {
|
|
638
|
+
static readonly metaPath = "/ModifyInstanceChargeType/2023-01-01/rocketmq/post/application_json/";
|
|
639
|
+
constructor(input: ModifyInstanceChargeTypeRequest);
|
|
640
|
+
}
|
|
641
|
+
/**
|
|
642
|
+
* Command to ModifyInstanceSpec
|
|
643
|
+
*/
|
|
644
|
+
export declare class ModifyInstanceSpecCommand extends Command<ModifyInstanceSpecRequest, ModifyInstanceSpecCommandOutput, 'ModifyInstanceSpecCommand'> {
|
|
645
|
+
static readonly metaPath = "/ModifyInstanceSpec/2023-01-01/rocketmq/post/application_json/";
|
|
646
|
+
constructor(input: ModifyInstanceSpecRequest);
|
|
647
|
+
}
|
|
648
|
+
/**
|
|
649
|
+
* Command to ModifyTopicAccessPolicies
|
|
650
|
+
*/
|
|
651
|
+
export declare class ModifyTopicAccessPoliciesCommand extends Command<ModifyTopicAccessPoliciesRequest, ModifyTopicAccessPoliciesCommandOutput, 'ModifyTopicAccessPoliciesCommand'> {
|
|
652
|
+
static readonly metaPath = "/ModifyTopicAccessPolicies/2023-01-01/rocketmq/post/application_json/";
|
|
653
|
+
constructor(input: ModifyTopicAccessPoliciesRequest);
|
|
654
|
+
}
|
|
655
|
+
/**
|
|
656
|
+
* Command to ModifyTopicDescription
|
|
657
|
+
*/
|
|
658
|
+
export declare class ModifyTopicDescriptionCommand extends Command<ModifyTopicDescriptionRequest, ModifyTopicDescriptionCommandOutput, 'ModifyTopicDescriptionCommand'> {
|
|
659
|
+
static readonly metaPath = "/ModifyTopicDescription/2023-01-01/rocketmq/post/application_json/";
|
|
660
|
+
constructor(input: ModifyTopicDescriptionRequest);
|
|
661
|
+
}
|
|
662
|
+
/**
|
|
663
|
+
* Command to QueryDLQMessageByGroupId
|
|
664
|
+
*/
|
|
665
|
+
export declare class QueryDLQMessageByGroupIdCommand extends Command<QueryDLQMessageByGroupIdRequest, QueryDLQMessageByGroupIdCommandOutput, 'QueryDLQMessageByGroupIdCommand'> {
|
|
666
|
+
static readonly metaPath = "/QueryDLQMessageByGroupId/2023-01-01/rocketmq/post/application_json/";
|
|
667
|
+
constructor(input: QueryDLQMessageByGroupIdRequest);
|
|
668
|
+
}
|
|
669
|
+
/**
|
|
670
|
+
* Command to QueryDLQMessageById
|
|
671
|
+
*/
|
|
672
|
+
export declare class QueryDLQMessageByIdCommand extends Command<QueryDLQMessageByIdRequest, QueryDLQMessageByIdCommandOutput, 'QueryDLQMessageByIdCommand'> {
|
|
673
|
+
static readonly metaPath = "/QueryDLQMessageById/2023-01-01/rocketmq/post/application_json/";
|
|
674
|
+
constructor(input: QueryDLQMessageByIdRequest);
|
|
675
|
+
}
|
|
676
|
+
/**
|
|
677
|
+
* Command to QueryMessageByMsgId
|
|
678
|
+
*/
|
|
679
|
+
export declare class QueryMessageByMsgIdCommand extends Command<QueryMessageByMsgIdRequest, QueryMessageByMsgIdCommandOutput, 'QueryMessageByMsgIdCommand'> {
|
|
680
|
+
static readonly metaPath = "/QueryMessageByMsgId/2023-01-01/rocketmq/post/application_json/";
|
|
681
|
+
constructor(input: QueryMessageByMsgIdRequest);
|
|
682
|
+
}
|
|
683
|
+
/**
|
|
684
|
+
* Command to QueryMessageByMsgKey
|
|
685
|
+
*/
|
|
686
|
+
export declare class QueryMessageByMsgKeyCommand extends Command<QueryMessageByMsgKeyRequest, QueryMessageByMsgKeyCommandOutput, 'QueryMessageByMsgKeyCommand'> {
|
|
687
|
+
static readonly metaPath = "/QueryMessageByMsgKey/2023-01-01/rocketmq/post/application_json/";
|
|
688
|
+
constructor(input: QueryMessageByMsgKeyRequest);
|
|
689
|
+
}
|
|
690
|
+
/**
|
|
691
|
+
* Command to QueryMessageByOffset
|
|
692
|
+
*/
|
|
693
|
+
export declare class QueryMessageByOffsetCommand extends Command<QueryMessageByOffsetRequest, QueryMessageByOffsetCommandOutput, 'QueryMessageByOffsetCommand'> {
|
|
694
|
+
static readonly metaPath = "/QueryMessageByOffset/2023-01-01/rocketmq/post/application_json/";
|
|
695
|
+
constructor(input: QueryMessageByOffsetRequest);
|
|
696
|
+
}
|
|
697
|
+
/**
|
|
698
|
+
* Command to QueryMessageByTimestamp
|
|
699
|
+
*/
|
|
700
|
+
export declare class QueryMessageByTimestampCommand extends Command<QueryMessageByTimestampRequest, QueryMessageByTimestampCommandOutput, 'QueryMessageByTimestampCommand'> {
|
|
701
|
+
static readonly metaPath = "/QueryMessageByTimestamp/2023-01-01/rocketmq/post/application_json/";
|
|
702
|
+
constructor(input: QueryMessageByTimestampRequest);
|
|
703
|
+
}
|
|
704
|
+
/**
|
|
705
|
+
* Command to QueryMessageTraceByMessageId
|
|
706
|
+
*/
|
|
707
|
+
export declare class QueryMessageTraceByMessageIdCommand extends Command<QueryMessageTraceByMessageIdRequest, QueryMessageTraceByMessageIdCommandOutput, 'QueryMessageTraceByMessageIdCommand'> {
|
|
708
|
+
static readonly metaPath = "/QueryMessageTraceByMessageId/2023-01-01/rocketmq/post/application_json/";
|
|
709
|
+
constructor(input: QueryMessageTraceByMessageIdRequest);
|
|
710
|
+
}
|
|
711
|
+
/**
|
|
712
|
+
* Command to RemovePLWhitelist
|
|
713
|
+
*/
|
|
714
|
+
export declare class RemovePLWhitelistCommand extends Command<RemovePLWhitelistRequest, RemovePLWhitelistCommandOutput, 'RemovePLWhitelistCommand'> {
|
|
715
|
+
static readonly metaPath = "/RemovePLWhitelist/2023-01-01/rocketmq/post/application_json/";
|
|
716
|
+
constructor(input: RemovePLWhitelistRequest);
|
|
717
|
+
}
|
|
718
|
+
/**
|
|
719
|
+
* Command to RemoveTagsFromResource
|
|
720
|
+
*/
|
|
721
|
+
export declare class RemoveTagsFromResourceCommand extends Command<RemoveTagsFromResourceRequest, RemoveTagsFromResourceCommandOutput, 'RemoveTagsFromResourceCommand'> {
|
|
722
|
+
static readonly metaPath = "/RemoveTagsFromResource/2023-01-01/rocketmq/post/application_json/";
|
|
723
|
+
constructor(input: RemoveTagsFromResourceRequest);
|
|
724
|
+
}
|
|
725
|
+
/**
|
|
726
|
+
* Command to ResendDLQMessageById
|
|
727
|
+
*/
|
|
728
|
+
export declare class ResendDLQMessageByIdCommand extends Command<ResendDLQMessageByIdRequest, ResendDLQMessageByIdCommandOutput, 'ResendDLQMessageByIdCommand'> {
|
|
729
|
+
static readonly metaPath = "/ResendDLQMessageById/2023-01-01/rocketmq/post/application_json/";
|
|
730
|
+
constructor(input: ResendDLQMessageByIdRequest);
|
|
731
|
+
}
|
|
732
|
+
/**
|
|
733
|
+
* Command to ResetConsumedOffsets
|
|
734
|
+
*/
|
|
735
|
+
export declare class ResetConsumedOffsetsCommand extends Command<ResetConsumedOffsetsRequest, ResetConsumedOffsetsCommandOutput, 'ResetConsumedOffsetsCommand'> {
|
|
736
|
+
static readonly metaPath = "/ResetConsumedOffsets/2023-01-01/rocketmq/post/application_json/";
|
|
737
|
+
constructor(input: ResetConsumedOffsetsRequest);
|
|
738
|
+
}
|
|
739
|
+
declare const _default: {
|
|
740
|
+
ROCKETMQClient: typeof ROCKETMQClient;
|
|
741
|
+
AddPLWhitelistCommand: typeof AddPLWhitelistCommand;
|
|
742
|
+
AddTagsToResourceCommand: typeof AddTagsToResourceCommand;
|
|
743
|
+
AssociateAllowListCommand: typeof AssociateAllowListCommand;
|
|
744
|
+
CreateAccessKeyCommand: typeof CreateAccessKeyCommand;
|
|
745
|
+
CreateAllowListCommand: typeof CreateAllowListCommand;
|
|
746
|
+
CreateGroupCommand: typeof CreateGroupCommand;
|
|
747
|
+
CreateGroupAsyncCommand: typeof CreateGroupAsyncCommand;
|
|
748
|
+
CreateInstanceCommand: typeof CreateInstanceCommand;
|
|
749
|
+
CreatePrivateLinkCommand: typeof CreatePrivateLinkCommand;
|
|
750
|
+
CreatePublicAddressCommand: typeof CreatePublicAddressCommand;
|
|
751
|
+
CreateTopicCommand: typeof CreateTopicCommand;
|
|
752
|
+
CreateTopicAsyncCommand: typeof CreateTopicAsyncCommand;
|
|
753
|
+
DeleteAccessKeyCommand: typeof DeleteAccessKeyCommand;
|
|
754
|
+
DeleteAllowListCommand: typeof DeleteAllowListCommand;
|
|
755
|
+
DeleteGroupCommand: typeof DeleteGroupCommand;
|
|
756
|
+
DeleteGroupAsyncCommand: typeof DeleteGroupAsyncCommand;
|
|
757
|
+
DeleteGroupsCommand: typeof DeleteGroupsCommand;
|
|
758
|
+
DeleteInstanceCommand: typeof DeleteInstanceCommand;
|
|
759
|
+
DeletePrivateLinkCommand: typeof DeletePrivateLinkCommand;
|
|
760
|
+
DeletePublicAddressCommand: typeof DeletePublicAddressCommand;
|
|
761
|
+
DeleteTopicCommand: typeof DeleteTopicCommand;
|
|
762
|
+
DeleteTopicAsyncCommand: typeof DeleteTopicAsyncCommand;
|
|
763
|
+
DescribeAccessKeyDetailCommand: typeof DescribeAccessKeyDetailCommand;
|
|
764
|
+
DescribeAccessKeysCommand: typeof DescribeAccessKeysCommand;
|
|
765
|
+
DescribeAllowListDetailCommand: typeof DescribeAllowListDetailCommand;
|
|
766
|
+
DescribeAllowListsCommand: typeof DescribeAllowListsCommand;
|
|
767
|
+
DescribeAvailabilityZonesCommand: typeof DescribeAvailabilityZonesCommand;
|
|
768
|
+
DescribeConsumedClientsCommand: typeof DescribeConsumedClientsCommand;
|
|
769
|
+
DescribeConsumedTopicDetailCommand: typeof DescribeConsumedTopicDetailCommand;
|
|
770
|
+
DescribeConsumedTopicsCommand: typeof DescribeConsumedTopicsCommand;
|
|
771
|
+
DescribeGroupsCommand: typeof DescribeGroupsCommand;
|
|
772
|
+
DescribeGroupsDetailCommand: typeof DescribeGroupsDetailCommand;
|
|
773
|
+
DescribeInstanceDetailCommand: typeof DescribeInstanceDetailCommand;
|
|
774
|
+
DescribeInstancesCommand: typeof DescribeInstancesCommand;
|
|
775
|
+
DescribePLWhitelistCommand: typeof DescribePLWhitelistCommand;
|
|
776
|
+
DescribeRegionsCommand: typeof DescribeRegionsCommand;
|
|
777
|
+
DescribeSecretKeyCommand: typeof DescribeSecretKeyCommand;
|
|
778
|
+
DescribeTagsByResourceCommand: typeof DescribeTagsByResourceCommand;
|
|
779
|
+
DescribeTopicAccessPoliciesCommand: typeof DescribeTopicAccessPoliciesCommand;
|
|
780
|
+
DescribeTopicDetailCommand: typeof DescribeTopicDetailCommand;
|
|
781
|
+
DescribeTopicGroupsCommand: typeof DescribeTopicGroupsCommand;
|
|
782
|
+
DescribeTopicQueueCommand: typeof DescribeTopicQueueCommand;
|
|
783
|
+
DescribeTopicsCommand: typeof DescribeTopicsCommand;
|
|
784
|
+
DisassociateAllowListCommand: typeof DisassociateAllowListCommand;
|
|
785
|
+
EnableAutoCreateGroupCommand: typeof EnableAutoCreateGroupCommand;
|
|
786
|
+
EnableInstanceBurstTpsCommand: typeof EnableInstanceBurstTpsCommand;
|
|
787
|
+
EnableInstanceInspectCommand: typeof EnableInstanceInspectCommand;
|
|
788
|
+
GetInspectConfigCommand: typeof GetInspectConfigCommand;
|
|
789
|
+
GetInstanceInspectResultCommand: typeof GetInstanceInspectResultCommand;
|
|
790
|
+
ManualProcessResultCommand: typeof ManualProcessResultCommand;
|
|
791
|
+
ManualTriggerInspectCommand: typeof ManualTriggerInspectCommand;
|
|
792
|
+
MessageSendCommand: typeof MessageSendCommand;
|
|
793
|
+
ModifyAccessKeyAllAuthorityCommand: typeof ModifyAccessKeyAllAuthorityCommand;
|
|
794
|
+
ModifyAccessKeyAuthorityCommand: typeof ModifyAccessKeyAuthorityCommand;
|
|
795
|
+
ModifyAllowListCommand: typeof ModifyAllowListCommand;
|
|
796
|
+
ModifyGroupDescriptionCommand: typeof ModifyGroupDescriptionCommand;
|
|
797
|
+
ModifyInstanceAttributesCommand: typeof ModifyInstanceAttributesCommand;
|
|
798
|
+
ModifyInstanceChargeTypeCommand: typeof ModifyInstanceChargeTypeCommand;
|
|
799
|
+
ModifyInstanceSpecCommand: typeof ModifyInstanceSpecCommand;
|
|
800
|
+
ModifyTopicAccessPoliciesCommand: typeof ModifyTopicAccessPoliciesCommand;
|
|
801
|
+
ModifyTopicDescriptionCommand: typeof ModifyTopicDescriptionCommand;
|
|
802
|
+
QueryDLQMessageByGroupIdCommand: typeof QueryDLQMessageByGroupIdCommand;
|
|
803
|
+
QueryDLQMessageByIdCommand: typeof QueryDLQMessageByIdCommand;
|
|
804
|
+
QueryMessageByMsgIdCommand: typeof QueryMessageByMsgIdCommand;
|
|
805
|
+
QueryMessageByMsgKeyCommand: typeof QueryMessageByMsgKeyCommand;
|
|
806
|
+
QueryMessageByOffsetCommand: typeof QueryMessageByOffsetCommand;
|
|
807
|
+
QueryMessageByTimestampCommand: typeof QueryMessageByTimestampCommand;
|
|
808
|
+
QueryMessageTraceByMessageIdCommand: typeof QueryMessageTraceByMessageIdCommand;
|
|
809
|
+
RemovePLWhitelistCommand: typeof RemovePLWhitelistCommand;
|
|
810
|
+
RemoveTagsFromResourceCommand: typeof RemoveTagsFromResourceCommand;
|
|
811
|
+
ResendDLQMessageByIdCommand: typeof ResendDLQMessageByIdCommand;
|
|
812
|
+
ResetConsumedOffsetsCommand: typeof ResetConsumedOffsetsCommand;
|
|
813
|
+
};
|
|
814
|
+
export default _default;
|
|
815
|
+
//# sourceMappingURL=api.d.ts.map
|