@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
package/src/api.ts
ADDED
|
@@ -0,0 +1,1407 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* rocketmq
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { Client, ClientConfig, Command, buildRequestConfigFromMetaPath, CommandOutput } from '@volcengine/sdk-core';
|
|
16
|
+
|
|
17
|
+
import { AddPLWhitelistRequest } from './types/index';
|
|
18
|
+
import { AddPLWhitelistResponse } from './types/index';
|
|
19
|
+
import { AddTagsToResourceRequest } from './types/index';
|
|
20
|
+
import { AddTagsToResourceResponse } from './types/index';
|
|
21
|
+
import { AssociateAllowListRequest } from './types/index';
|
|
22
|
+
import { AssociateAllowListResponse } from './types/index';
|
|
23
|
+
import { CreateAccessKeyRequest } from './types/index';
|
|
24
|
+
import { CreateAccessKeyResponse } from './types/index';
|
|
25
|
+
import { CreateAllowListRequest } from './types/index';
|
|
26
|
+
import { CreateAllowListResponse } from './types/index';
|
|
27
|
+
import { CreateGroupAsyncRequest } from './types/index';
|
|
28
|
+
import { CreateGroupAsyncResponse } from './types/index';
|
|
29
|
+
import { CreateGroupRequest } from './types/index';
|
|
30
|
+
import { CreateGroupResponse } from './types/index';
|
|
31
|
+
import { CreateInstanceRequest } from './types/index';
|
|
32
|
+
import { CreateInstanceResponse } from './types/index';
|
|
33
|
+
import { CreatePrivateLinkRequest } from './types/index';
|
|
34
|
+
import { CreatePrivateLinkResponse } from './types/index';
|
|
35
|
+
import { CreatePublicAddressRequest } from './types/index';
|
|
36
|
+
import { CreatePublicAddressResponse } from './types/index';
|
|
37
|
+
import { CreateTopicAsyncRequest } from './types/index';
|
|
38
|
+
import { CreateTopicAsyncResponse } from './types/index';
|
|
39
|
+
import { CreateTopicRequest } from './types/index';
|
|
40
|
+
import { CreateTopicResponse } from './types/index';
|
|
41
|
+
import { DeleteAccessKeyRequest } from './types/index';
|
|
42
|
+
import { DeleteAccessKeyResponse } from './types/index';
|
|
43
|
+
import { DeleteAllowListRequest } from './types/index';
|
|
44
|
+
import { DeleteAllowListResponse } from './types/index';
|
|
45
|
+
import { DeleteGroupAsyncRequest } from './types/index';
|
|
46
|
+
import { DeleteGroupAsyncResponse } from './types/index';
|
|
47
|
+
import { DeleteGroupRequest } from './types/index';
|
|
48
|
+
import { DeleteGroupResponse } from './types/index';
|
|
49
|
+
import { DeleteGroupsRequest } from './types/index';
|
|
50
|
+
import { DeleteGroupsResponse } from './types/index';
|
|
51
|
+
import { DeleteInstanceRequest } from './types/index';
|
|
52
|
+
import { DeleteInstanceResponse } from './types/index';
|
|
53
|
+
import { DeletePrivateLinkRequest } from './types/index';
|
|
54
|
+
import { DeletePrivateLinkResponse } from './types/index';
|
|
55
|
+
import { DeletePublicAddressRequest } from './types/index';
|
|
56
|
+
import { DeletePublicAddressResponse } from './types/index';
|
|
57
|
+
import { DeleteTopicAsyncRequest } from './types/index';
|
|
58
|
+
import { DeleteTopicAsyncResponse } from './types/index';
|
|
59
|
+
import { DeleteTopicRequest } from './types/index';
|
|
60
|
+
import { DeleteTopicResponse } from './types/index';
|
|
61
|
+
import { DescribeAccessKeyDetailRequest } from './types/index';
|
|
62
|
+
import { DescribeAccessKeyDetailResponse } from './types/index';
|
|
63
|
+
import { DescribeAccessKeysRequest } from './types/index';
|
|
64
|
+
import { DescribeAccessKeysResponse } from './types/index';
|
|
65
|
+
import { DescribeAllowListDetailRequest } from './types/index';
|
|
66
|
+
import { DescribeAllowListDetailResponse } from './types/index';
|
|
67
|
+
import { DescribeAllowListsRequest } from './types/index';
|
|
68
|
+
import { DescribeAllowListsResponse } from './types/index';
|
|
69
|
+
import { DescribeAvailabilityZonesRequest } from './types/index';
|
|
70
|
+
import { DescribeAvailabilityZonesResponse } from './types/index';
|
|
71
|
+
import { DescribeConsumedClientsRequest } from './types/index';
|
|
72
|
+
import { DescribeConsumedClientsResponse } from './types/index';
|
|
73
|
+
import { DescribeConsumedTopicDetailRequest } from './types/index';
|
|
74
|
+
import { DescribeConsumedTopicDetailResponse } from './types/index';
|
|
75
|
+
import { DescribeConsumedTopicsRequest } from './types/index';
|
|
76
|
+
import { DescribeConsumedTopicsResponse } from './types/index';
|
|
77
|
+
import { DescribeGroupsDetailRequest } from './types/index';
|
|
78
|
+
import { DescribeGroupsDetailResponse } from './types/index';
|
|
79
|
+
import { DescribeGroupsRequest } from './types/index';
|
|
80
|
+
import { DescribeGroupsResponse } from './types/index';
|
|
81
|
+
import { DescribeInstanceDetailRequest } from './types/index';
|
|
82
|
+
import { DescribeInstanceDetailResponse } from './types/index';
|
|
83
|
+
import { DescribeInstancesRequest } from './types/index';
|
|
84
|
+
import { DescribeInstancesResponse } from './types/index';
|
|
85
|
+
import { DescribePLWhitelistRequest } from './types/index';
|
|
86
|
+
import { DescribePLWhitelistResponse } from './types/index';
|
|
87
|
+
import { DescribeRegionsRequest } from './types/index';
|
|
88
|
+
import { DescribeRegionsResponse } from './types/index';
|
|
89
|
+
import { DescribeSecretKeyRequest } from './types/index';
|
|
90
|
+
import { DescribeSecretKeyResponse } from './types/index';
|
|
91
|
+
import { DescribeTagsByResourceRequest } from './types/index';
|
|
92
|
+
import { DescribeTagsByResourceResponse } from './types/index';
|
|
93
|
+
import { DescribeTopicAccessPoliciesRequest } from './types/index';
|
|
94
|
+
import { DescribeTopicAccessPoliciesResponse } from './types/index';
|
|
95
|
+
import { DescribeTopicDetailRequest } from './types/index';
|
|
96
|
+
import { DescribeTopicDetailResponse } from './types/index';
|
|
97
|
+
import { DescribeTopicGroupsRequest } from './types/index';
|
|
98
|
+
import { DescribeTopicGroupsResponse } from './types/index';
|
|
99
|
+
import { DescribeTopicQueueRequest } from './types/index';
|
|
100
|
+
import { DescribeTopicQueueResponse } from './types/index';
|
|
101
|
+
import { DescribeTopicsRequest } from './types/index';
|
|
102
|
+
import { DescribeTopicsResponse } from './types/index';
|
|
103
|
+
import { DisassociateAllowListRequest } from './types/index';
|
|
104
|
+
import { DisassociateAllowListResponse } from './types/index';
|
|
105
|
+
import { EnableAutoCreateGroupRequest } from './types/index';
|
|
106
|
+
import { EnableAutoCreateGroupResponse } from './types/index';
|
|
107
|
+
import { EnableInstanceBurstTpsRequest } from './types/index';
|
|
108
|
+
import { EnableInstanceBurstTpsResponse } from './types/index';
|
|
109
|
+
import { EnableInstanceInspectRequest } from './types/index';
|
|
110
|
+
import { EnableInstanceInspectResponse } from './types/index';
|
|
111
|
+
import { GetInspectConfigRequest } from './types/index';
|
|
112
|
+
import { GetInspectConfigResponse } from './types/index';
|
|
113
|
+
import { GetInstanceInspectResultRequest } from './types/index';
|
|
114
|
+
import { GetInstanceInspectResultResponse } from './types/index';
|
|
115
|
+
import { ManualProcessResultRequest } from './types/index';
|
|
116
|
+
import { ManualProcessResultResponse } from './types/index';
|
|
117
|
+
import { ManualTriggerInspectRequest } from './types/index';
|
|
118
|
+
import { ManualTriggerInspectResponse } from './types/index';
|
|
119
|
+
import { MessageSendRequest } from './types/index';
|
|
120
|
+
import { MessageSendResponse } from './types/index';
|
|
121
|
+
import { ModifyAccessKeyAllAuthorityRequest } from './types/index';
|
|
122
|
+
import { ModifyAccessKeyAllAuthorityResponse } from './types/index';
|
|
123
|
+
import { ModifyAccessKeyAuthorityRequest } from './types/index';
|
|
124
|
+
import { ModifyAccessKeyAuthorityResponse } from './types/index';
|
|
125
|
+
import { ModifyAllowListRequest } from './types/index';
|
|
126
|
+
import { ModifyAllowListResponse } from './types/index';
|
|
127
|
+
import { ModifyGroupDescriptionRequest } from './types/index';
|
|
128
|
+
import { ModifyGroupDescriptionResponse } from './types/index';
|
|
129
|
+
import { ModifyInstanceAttributesRequest } from './types/index';
|
|
130
|
+
import { ModifyInstanceAttributesResponse } from './types/index';
|
|
131
|
+
import { ModifyInstanceChargeTypeRequest } from './types/index';
|
|
132
|
+
import { ModifyInstanceChargeTypeResponse } from './types/index';
|
|
133
|
+
import { ModifyInstanceSpecRequest } from './types/index';
|
|
134
|
+
import { ModifyInstanceSpecResponse } from './types/index';
|
|
135
|
+
import { ModifyTopicAccessPoliciesRequest } from './types/index';
|
|
136
|
+
import { ModifyTopicAccessPoliciesResponse } from './types/index';
|
|
137
|
+
import { ModifyTopicDescriptionRequest } from './types/index';
|
|
138
|
+
import { ModifyTopicDescriptionResponse } from './types/index';
|
|
139
|
+
import { QueryDLQMessageByGroupIdRequest } from './types/index';
|
|
140
|
+
import { QueryDLQMessageByGroupIdResponse } from './types/index';
|
|
141
|
+
import { QueryDLQMessageByIdRequest } from './types/index';
|
|
142
|
+
import { QueryDLQMessageByIdResponse } from './types/index';
|
|
143
|
+
import { QueryMessageByMsgIdRequest } from './types/index';
|
|
144
|
+
import { QueryMessageByMsgIdResponse } from './types/index';
|
|
145
|
+
import { QueryMessageByMsgKeyRequest } from './types/index';
|
|
146
|
+
import { QueryMessageByMsgKeyResponse } from './types/index';
|
|
147
|
+
import { QueryMessageByOffsetRequest } from './types/index';
|
|
148
|
+
import { QueryMessageByOffsetResponse } from './types/index';
|
|
149
|
+
import { QueryMessageByTimestampRequest } from './types/index';
|
|
150
|
+
import { QueryMessageByTimestampResponse } from './types/index';
|
|
151
|
+
import { QueryMessageTraceByMessageIdRequest } from './types/index';
|
|
152
|
+
import { QueryMessageTraceByMessageIdResponse } from './types/index';
|
|
153
|
+
import { RemovePLWhitelistRequest } from './types/index';
|
|
154
|
+
import { RemovePLWhitelistResponse } from './types/index';
|
|
155
|
+
import { RemoveTagsFromResourceRequest } from './types/index';
|
|
156
|
+
import { RemoveTagsFromResourceResponse } from './types/index';
|
|
157
|
+
import { ResendDLQMessageByIdRequest } from './types/index';
|
|
158
|
+
import { ResendDLQMessageByIdResponse } from './types/index';
|
|
159
|
+
import { ResetConsumedOffsetsRequest } from './types/index';
|
|
160
|
+
import { ResetConsumedOffsetsResponse } from './types/index';
|
|
161
|
+
|
|
162
|
+
// ============================================================================
|
|
163
|
+
// Output Type Definitions
|
|
164
|
+
// ============================================================================
|
|
165
|
+
export type AddPLWhitelistCommandOutput = CommandOutput<AddPLWhitelistResponse>;
|
|
166
|
+
export type AddTagsToResourceCommandOutput = CommandOutput<AddTagsToResourceResponse>;
|
|
167
|
+
export type AssociateAllowListCommandOutput = CommandOutput<AssociateAllowListResponse>;
|
|
168
|
+
export type CreateAccessKeyCommandOutput = CommandOutput<CreateAccessKeyResponse>;
|
|
169
|
+
export type CreateAllowListCommandOutput = CommandOutput<CreateAllowListResponse>;
|
|
170
|
+
export type CreateGroupCommandOutput = CommandOutput<CreateGroupResponse>;
|
|
171
|
+
export type CreateGroupAsyncCommandOutput = CommandOutput<CreateGroupAsyncResponse>;
|
|
172
|
+
export type CreateInstanceCommandOutput = CommandOutput<CreateInstanceResponse>;
|
|
173
|
+
export type CreatePrivateLinkCommandOutput = CommandOutput<CreatePrivateLinkResponse>;
|
|
174
|
+
export type CreatePublicAddressCommandOutput = CommandOutput<CreatePublicAddressResponse>;
|
|
175
|
+
export type CreateTopicCommandOutput = CommandOutput<CreateTopicResponse>;
|
|
176
|
+
export type CreateTopicAsyncCommandOutput = CommandOutput<CreateTopicAsyncResponse>;
|
|
177
|
+
export type DeleteAccessKeyCommandOutput = CommandOutput<DeleteAccessKeyResponse>;
|
|
178
|
+
export type DeleteAllowListCommandOutput = CommandOutput<DeleteAllowListResponse>;
|
|
179
|
+
export type DeleteGroupCommandOutput = CommandOutput<DeleteGroupResponse>;
|
|
180
|
+
export type DeleteGroupAsyncCommandOutput = CommandOutput<DeleteGroupAsyncResponse>;
|
|
181
|
+
export type DeleteGroupsCommandOutput = CommandOutput<DeleteGroupsResponse>;
|
|
182
|
+
export type DeleteInstanceCommandOutput = CommandOutput<DeleteInstanceResponse>;
|
|
183
|
+
export type DeletePrivateLinkCommandOutput = CommandOutput<DeletePrivateLinkResponse>;
|
|
184
|
+
export type DeletePublicAddressCommandOutput = CommandOutput<DeletePublicAddressResponse>;
|
|
185
|
+
export type DeleteTopicCommandOutput = CommandOutput<DeleteTopicResponse>;
|
|
186
|
+
export type DeleteTopicAsyncCommandOutput = CommandOutput<DeleteTopicAsyncResponse>;
|
|
187
|
+
export type DescribeAccessKeyDetailCommandOutput = CommandOutput<DescribeAccessKeyDetailResponse>;
|
|
188
|
+
export type DescribeAccessKeysCommandOutput = CommandOutput<DescribeAccessKeysResponse>;
|
|
189
|
+
export type DescribeAllowListDetailCommandOutput = CommandOutput<DescribeAllowListDetailResponse>;
|
|
190
|
+
export type DescribeAllowListsCommandOutput = CommandOutput<DescribeAllowListsResponse>;
|
|
191
|
+
export type DescribeAvailabilityZonesCommandOutput = CommandOutput<DescribeAvailabilityZonesResponse>;
|
|
192
|
+
export type DescribeConsumedClientsCommandOutput = CommandOutput<DescribeConsumedClientsResponse>;
|
|
193
|
+
export type DescribeConsumedTopicDetailCommandOutput = CommandOutput<DescribeConsumedTopicDetailResponse>;
|
|
194
|
+
export type DescribeConsumedTopicsCommandOutput = CommandOutput<DescribeConsumedTopicsResponse>;
|
|
195
|
+
export type DescribeGroupsCommandOutput = CommandOutput<DescribeGroupsResponse>;
|
|
196
|
+
export type DescribeGroupsDetailCommandOutput = CommandOutput<DescribeGroupsDetailResponse>;
|
|
197
|
+
export type DescribeInstanceDetailCommandOutput = CommandOutput<DescribeInstanceDetailResponse>;
|
|
198
|
+
export type DescribeInstancesCommandOutput = CommandOutput<DescribeInstancesResponse>;
|
|
199
|
+
export type DescribePLWhitelistCommandOutput = CommandOutput<DescribePLWhitelistResponse>;
|
|
200
|
+
export type DescribeRegionsCommandOutput = CommandOutput<DescribeRegionsResponse>;
|
|
201
|
+
export type DescribeSecretKeyCommandOutput = CommandOutput<DescribeSecretKeyResponse>;
|
|
202
|
+
export type DescribeTagsByResourceCommandOutput = CommandOutput<DescribeTagsByResourceResponse>;
|
|
203
|
+
export type DescribeTopicAccessPoliciesCommandOutput = CommandOutput<DescribeTopicAccessPoliciesResponse>;
|
|
204
|
+
export type DescribeTopicDetailCommandOutput = CommandOutput<DescribeTopicDetailResponse>;
|
|
205
|
+
export type DescribeTopicGroupsCommandOutput = CommandOutput<DescribeTopicGroupsResponse>;
|
|
206
|
+
export type DescribeTopicQueueCommandOutput = CommandOutput<DescribeTopicQueueResponse>;
|
|
207
|
+
export type DescribeTopicsCommandOutput = CommandOutput<DescribeTopicsResponse>;
|
|
208
|
+
export type DisassociateAllowListCommandOutput = CommandOutput<DisassociateAllowListResponse>;
|
|
209
|
+
export type EnableAutoCreateGroupCommandOutput = CommandOutput<EnableAutoCreateGroupResponse>;
|
|
210
|
+
export type EnableInstanceBurstTpsCommandOutput = CommandOutput<EnableInstanceBurstTpsResponse>;
|
|
211
|
+
export type EnableInstanceInspectCommandOutput = CommandOutput<EnableInstanceInspectResponse>;
|
|
212
|
+
export type GetInspectConfigCommandOutput = CommandOutput<GetInspectConfigResponse>;
|
|
213
|
+
export type GetInstanceInspectResultCommandOutput = CommandOutput<GetInstanceInspectResultResponse>;
|
|
214
|
+
export type ManualProcessResultCommandOutput = CommandOutput<ManualProcessResultResponse>;
|
|
215
|
+
export type ManualTriggerInspectCommandOutput = CommandOutput<ManualTriggerInspectResponse>;
|
|
216
|
+
export type MessageSendCommandOutput = CommandOutput<MessageSendResponse>;
|
|
217
|
+
export type ModifyAccessKeyAllAuthorityCommandOutput = CommandOutput<ModifyAccessKeyAllAuthorityResponse>;
|
|
218
|
+
export type ModifyAccessKeyAuthorityCommandOutput = CommandOutput<ModifyAccessKeyAuthorityResponse>;
|
|
219
|
+
export type ModifyAllowListCommandOutput = CommandOutput<ModifyAllowListResponse>;
|
|
220
|
+
export type ModifyGroupDescriptionCommandOutput = CommandOutput<ModifyGroupDescriptionResponse>;
|
|
221
|
+
export type ModifyInstanceAttributesCommandOutput = CommandOutput<ModifyInstanceAttributesResponse>;
|
|
222
|
+
export type ModifyInstanceChargeTypeCommandOutput = CommandOutput<ModifyInstanceChargeTypeResponse>;
|
|
223
|
+
export type ModifyInstanceSpecCommandOutput = CommandOutput<ModifyInstanceSpecResponse>;
|
|
224
|
+
export type ModifyTopicAccessPoliciesCommandOutput = CommandOutput<ModifyTopicAccessPoliciesResponse>;
|
|
225
|
+
export type ModifyTopicDescriptionCommandOutput = CommandOutput<ModifyTopicDescriptionResponse>;
|
|
226
|
+
export type QueryDLQMessageByGroupIdCommandOutput = CommandOutput<QueryDLQMessageByGroupIdResponse>;
|
|
227
|
+
export type QueryDLQMessageByIdCommandOutput = CommandOutput<QueryDLQMessageByIdResponse>;
|
|
228
|
+
export type QueryMessageByMsgIdCommandOutput = CommandOutput<QueryMessageByMsgIdResponse>;
|
|
229
|
+
export type QueryMessageByMsgKeyCommandOutput = CommandOutput<QueryMessageByMsgKeyResponse>;
|
|
230
|
+
export type QueryMessageByOffsetCommandOutput = CommandOutput<QueryMessageByOffsetResponse>;
|
|
231
|
+
export type QueryMessageByTimestampCommandOutput = CommandOutput<QueryMessageByTimestampResponse>;
|
|
232
|
+
export type QueryMessageTraceByMessageIdCommandOutput = CommandOutput<QueryMessageTraceByMessageIdResponse>;
|
|
233
|
+
export type RemovePLWhitelistCommandOutput = CommandOutput<RemovePLWhitelistResponse>;
|
|
234
|
+
export type RemoveTagsFromResourceCommandOutput = CommandOutput<RemoveTagsFromResourceResponse>;
|
|
235
|
+
export type ResendDLQMessageByIdCommandOutput = CommandOutput<ResendDLQMessageByIdResponse>;
|
|
236
|
+
export type ResetConsumedOffsetsCommandOutput = CommandOutput<ResetConsumedOffsetsResponse>;
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
/**
|
|
240
|
+
* ROCKETMQClient Service Client
|
|
241
|
+
*/
|
|
242
|
+
export class ROCKETMQClient extends Client {
|
|
243
|
+
constructor(config: ClientConfig = {}) {
|
|
244
|
+
super({
|
|
245
|
+
protocol: 'https',
|
|
246
|
+
region: 'cn-beijing',
|
|
247
|
+
...config,
|
|
248
|
+
});
|
|
249
|
+
}
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
/**
|
|
253
|
+
* Command to AddPLWhitelist
|
|
254
|
+
*/
|
|
255
|
+
export class AddPLWhitelistCommand extends Command<
|
|
256
|
+
AddPLWhitelistRequest,
|
|
257
|
+
AddPLWhitelistCommandOutput,
|
|
258
|
+
'AddPLWhitelistCommand'
|
|
259
|
+
> {
|
|
260
|
+
static readonly metaPath = '/AddPLWhitelist/2023-01-01/rocketmq/post/application_json/';
|
|
261
|
+
|
|
262
|
+
constructor(input: AddPLWhitelistRequest) {
|
|
263
|
+
super(input);
|
|
264
|
+
this.requestConfig = buildRequestConfigFromMetaPath(AddPLWhitelistCommand.metaPath);
|
|
265
|
+
}
|
|
266
|
+
}
|
|
267
|
+
/**
|
|
268
|
+
* Command to AddTagsToResource
|
|
269
|
+
*/
|
|
270
|
+
export class AddTagsToResourceCommand extends Command<
|
|
271
|
+
AddTagsToResourceRequest,
|
|
272
|
+
AddTagsToResourceCommandOutput,
|
|
273
|
+
'AddTagsToResourceCommand'
|
|
274
|
+
> {
|
|
275
|
+
static readonly metaPath = '/AddTagsToResource/2023-01-01/rocketmq/post/application_json/';
|
|
276
|
+
|
|
277
|
+
constructor(input: AddTagsToResourceRequest) {
|
|
278
|
+
super(input);
|
|
279
|
+
this.requestConfig = buildRequestConfigFromMetaPath(AddTagsToResourceCommand.metaPath);
|
|
280
|
+
}
|
|
281
|
+
}
|
|
282
|
+
/**
|
|
283
|
+
* Command to AssociateAllowList
|
|
284
|
+
*/
|
|
285
|
+
export class AssociateAllowListCommand extends Command<
|
|
286
|
+
AssociateAllowListRequest,
|
|
287
|
+
AssociateAllowListCommandOutput,
|
|
288
|
+
'AssociateAllowListCommand'
|
|
289
|
+
> {
|
|
290
|
+
static readonly metaPath = '/AssociateAllowList/2023-01-01/rocketmq/post/application_json/';
|
|
291
|
+
|
|
292
|
+
constructor(input: AssociateAllowListRequest) {
|
|
293
|
+
super(input);
|
|
294
|
+
this.requestConfig = buildRequestConfigFromMetaPath(AssociateAllowListCommand.metaPath);
|
|
295
|
+
}
|
|
296
|
+
}
|
|
297
|
+
/**
|
|
298
|
+
* Command to CreateAccessKey
|
|
299
|
+
*/
|
|
300
|
+
export class CreateAccessKeyCommand extends Command<
|
|
301
|
+
CreateAccessKeyRequest,
|
|
302
|
+
CreateAccessKeyCommandOutput,
|
|
303
|
+
'CreateAccessKeyCommand'
|
|
304
|
+
> {
|
|
305
|
+
static readonly metaPath = '/CreateAccessKey/2023-01-01/rocketmq/post/application_json/';
|
|
306
|
+
|
|
307
|
+
constructor(input: CreateAccessKeyRequest) {
|
|
308
|
+
super(input);
|
|
309
|
+
this.requestConfig = buildRequestConfigFromMetaPath(CreateAccessKeyCommand.metaPath);
|
|
310
|
+
}
|
|
311
|
+
}
|
|
312
|
+
/**
|
|
313
|
+
* Command to CreateAllowList
|
|
314
|
+
*/
|
|
315
|
+
export class CreateAllowListCommand extends Command<
|
|
316
|
+
CreateAllowListRequest,
|
|
317
|
+
CreateAllowListCommandOutput,
|
|
318
|
+
'CreateAllowListCommand'
|
|
319
|
+
> {
|
|
320
|
+
static readonly metaPath = '/CreateAllowList/2023-01-01/rocketmq/post/application_json/';
|
|
321
|
+
|
|
322
|
+
constructor(input: CreateAllowListRequest) {
|
|
323
|
+
super(input);
|
|
324
|
+
this.requestConfig = buildRequestConfigFromMetaPath(CreateAllowListCommand.metaPath);
|
|
325
|
+
}
|
|
326
|
+
}
|
|
327
|
+
/**
|
|
328
|
+
* Command to CreateGroup
|
|
329
|
+
*/
|
|
330
|
+
export class CreateGroupCommand extends Command<
|
|
331
|
+
CreateGroupRequest,
|
|
332
|
+
CreateGroupCommandOutput,
|
|
333
|
+
'CreateGroupCommand'
|
|
334
|
+
> {
|
|
335
|
+
static readonly metaPath = '/CreateGroup/2023-01-01/rocketmq/post/application_json/';
|
|
336
|
+
|
|
337
|
+
constructor(input: CreateGroupRequest) {
|
|
338
|
+
super(input);
|
|
339
|
+
this.requestConfig = buildRequestConfigFromMetaPath(CreateGroupCommand.metaPath);
|
|
340
|
+
}
|
|
341
|
+
}
|
|
342
|
+
/**
|
|
343
|
+
* Command to CreateGroupAsync
|
|
344
|
+
*/
|
|
345
|
+
export class CreateGroupAsyncCommand extends Command<
|
|
346
|
+
CreateGroupAsyncRequest,
|
|
347
|
+
CreateGroupAsyncCommandOutput,
|
|
348
|
+
'CreateGroupAsyncCommand'
|
|
349
|
+
> {
|
|
350
|
+
static readonly metaPath = '/CreateGroupAsync/2023-01-01/rocketmq/post/application_json/';
|
|
351
|
+
|
|
352
|
+
constructor(input: CreateGroupAsyncRequest) {
|
|
353
|
+
super(input);
|
|
354
|
+
this.requestConfig = buildRequestConfigFromMetaPath(CreateGroupAsyncCommand.metaPath);
|
|
355
|
+
}
|
|
356
|
+
}
|
|
357
|
+
/**
|
|
358
|
+
* Command to CreateInstance
|
|
359
|
+
*/
|
|
360
|
+
export class CreateInstanceCommand extends Command<
|
|
361
|
+
CreateInstanceRequest,
|
|
362
|
+
CreateInstanceCommandOutput,
|
|
363
|
+
'CreateInstanceCommand'
|
|
364
|
+
> {
|
|
365
|
+
static readonly metaPath = '/CreateInstance/2023-01-01/rocketmq/post/application_json/';
|
|
366
|
+
|
|
367
|
+
constructor(input: CreateInstanceRequest) {
|
|
368
|
+
super(input);
|
|
369
|
+
this.requestConfig = buildRequestConfigFromMetaPath(CreateInstanceCommand.metaPath);
|
|
370
|
+
}
|
|
371
|
+
}
|
|
372
|
+
/**
|
|
373
|
+
* Command to CreatePrivateLink
|
|
374
|
+
*/
|
|
375
|
+
export class CreatePrivateLinkCommand extends Command<
|
|
376
|
+
CreatePrivateLinkRequest,
|
|
377
|
+
CreatePrivateLinkCommandOutput,
|
|
378
|
+
'CreatePrivateLinkCommand'
|
|
379
|
+
> {
|
|
380
|
+
static readonly metaPath = '/CreatePrivateLink/2023-01-01/rocketmq/post/application_json/';
|
|
381
|
+
|
|
382
|
+
constructor(input: CreatePrivateLinkRequest) {
|
|
383
|
+
super(input);
|
|
384
|
+
this.requestConfig = buildRequestConfigFromMetaPath(CreatePrivateLinkCommand.metaPath);
|
|
385
|
+
}
|
|
386
|
+
}
|
|
387
|
+
/**
|
|
388
|
+
* Command to CreatePublicAddress
|
|
389
|
+
*/
|
|
390
|
+
export class CreatePublicAddressCommand extends Command<
|
|
391
|
+
CreatePublicAddressRequest,
|
|
392
|
+
CreatePublicAddressCommandOutput,
|
|
393
|
+
'CreatePublicAddressCommand'
|
|
394
|
+
> {
|
|
395
|
+
static readonly metaPath = '/CreatePublicAddress/2023-01-01/rocketmq/post/application_json/';
|
|
396
|
+
|
|
397
|
+
constructor(input: CreatePublicAddressRequest) {
|
|
398
|
+
super(input);
|
|
399
|
+
this.requestConfig = buildRequestConfigFromMetaPath(CreatePublicAddressCommand.metaPath);
|
|
400
|
+
}
|
|
401
|
+
}
|
|
402
|
+
/**
|
|
403
|
+
* Command to CreateTopic
|
|
404
|
+
*/
|
|
405
|
+
export class CreateTopicCommand extends Command<
|
|
406
|
+
CreateTopicRequest,
|
|
407
|
+
CreateTopicCommandOutput,
|
|
408
|
+
'CreateTopicCommand'
|
|
409
|
+
> {
|
|
410
|
+
static readonly metaPath = '/CreateTopic/2023-01-01/rocketmq/post/application_json/';
|
|
411
|
+
|
|
412
|
+
constructor(input: CreateTopicRequest) {
|
|
413
|
+
super(input);
|
|
414
|
+
this.requestConfig = buildRequestConfigFromMetaPath(CreateTopicCommand.metaPath);
|
|
415
|
+
}
|
|
416
|
+
}
|
|
417
|
+
/**
|
|
418
|
+
* Command to CreateTopicAsync
|
|
419
|
+
*/
|
|
420
|
+
export class CreateTopicAsyncCommand extends Command<
|
|
421
|
+
CreateTopicAsyncRequest,
|
|
422
|
+
CreateTopicAsyncCommandOutput,
|
|
423
|
+
'CreateTopicAsyncCommand'
|
|
424
|
+
> {
|
|
425
|
+
static readonly metaPath = '/CreateTopicAsync/2023-01-01/rocketmq/post/application_json/';
|
|
426
|
+
|
|
427
|
+
constructor(input: CreateTopicAsyncRequest) {
|
|
428
|
+
super(input);
|
|
429
|
+
this.requestConfig = buildRequestConfigFromMetaPath(CreateTopicAsyncCommand.metaPath);
|
|
430
|
+
}
|
|
431
|
+
}
|
|
432
|
+
/**
|
|
433
|
+
* Command to DeleteAccessKey
|
|
434
|
+
*/
|
|
435
|
+
export class DeleteAccessKeyCommand extends Command<
|
|
436
|
+
DeleteAccessKeyRequest,
|
|
437
|
+
DeleteAccessKeyCommandOutput,
|
|
438
|
+
'DeleteAccessKeyCommand'
|
|
439
|
+
> {
|
|
440
|
+
static readonly metaPath = '/DeleteAccessKey/2023-01-01/rocketmq/post/application_json/';
|
|
441
|
+
|
|
442
|
+
constructor(input: DeleteAccessKeyRequest) {
|
|
443
|
+
super(input);
|
|
444
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DeleteAccessKeyCommand.metaPath);
|
|
445
|
+
}
|
|
446
|
+
}
|
|
447
|
+
/**
|
|
448
|
+
* Command to DeleteAllowList
|
|
449
|
+
*/
|
|
450
|
+
export class DeleteAllowListCommand extends Command<
|
|
451
|
+
DeleteAllowListRequest,
|
|
452
|
+
DeleteAllowListCommandOutput,
|
|
453
|
+
'DeleteAllowListCommand'
|
|
454
|
+
> {
|
|
455
|
+
static readonly metaPath = '/DeleteAllowList/2023-01-01/rocketmq/post/application_json/';
|
|
456
|
+
|
|
457
|
+
constructor(input: DeleteAllowListRequest) {
|
|
458
|
+
super(input);
|
|
459
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DeleteAllowListCommand.metaPath);
|
|
460
|
+
}
|
|
461
|
+
}
|
|
462
|
+
/**
|
|
463
|
+
* Command to DeleteGroup
|
|
464
|
+
*/
|
|
465
|
+
export class DeleteGroupCommand extends Command<
|
|
466
|
+
DeleteGroupRequest,
|
|
467
|
+
DeleteGroupCommandOutput,
|
|
468
|
+
'DeleteGroupCommand'
|
|
469
|
+
> {
|
|
470
|
+
static readonly metaPath = '/DeleteGroup/2023-01-01/rocketmq/post/application_json/';
|
|
471
|
+
|
|
472
|
+
constructor(input: DeleteGroupRequest) {
|
|
473
|
+
super(input);
|
|
474
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DeleteGroupCommand.metaPath);
|
|
475
|
+
}
|
|
476
|
+
}
|
|
477
|
+
/**
|
|
478
|
+
* Command to DeleteGroupAsync
|
|
479
|
+
*/
|
|
480
|
+
export class DeleteGroupAsyncCommand extends Command<
|
|
481
|
+
DeleteGroupAsyncRequest,
|
|
482
|
+
DeleteGroupAsyncCommandOutput,
|
|
483
|
+
'DeleteGroupAsyncCommand'
|
|
484
|
+
> {
|
|
485
|
+
static readonly metaPath = '/DeleteGroupAsync/2023-01-01/rocketmq/post/application_json/';
|
|
486
|
+
|
|
487
|
+
constructor(input: DeleteGroupAsyncRequest) {
|
|
488
|
+
super(input);
|
|
489
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DeleteGroupAsyncCommand.metaPath);
|
|
490
|
+
}
|
|
491
|
+
}
|
|
492
|
+
/**
|
|
493
|
+
* Command to DeleteGroups
|
|
494
|
+
*/
|
|
495
|
+
export class DeleteGroupsCommand extends Command<
|
|
496
|
+
DeleteGroupsRequest,
|
|
497
|
+
DeleteGroupsCommandOutput,
|
|
498
|
+
'DeleteGroupsCommand'
|
|
499
|
+
> {
|
|
500
|
+
static readonly metaPath = '/DeleteGroups/2023-01-01/rocketmq/post/application_json/';
|
|
501
|
+
|
|
502
|
+
constructor(input: DeleteGroupsRequest) {
|
|
503
|
+
super(input);
|
|
504
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DeleteGroupsCommand.metaPath);
|
|
505
|
+
}
|
|
506
|
+
}
|
|
507
|
+
/**
|
|
508
|
+
* Command to DeleteInstance
|
|
509
|
+
*/
|
|
510
|
+
export class DeleteInstanceCommand extends Command<
|
|
511
|
+
DeleteInstanceRequest,
|
|
512
|
+
DeleteInstanceCommandOutput,
|
|
513
|
+
'DeleteInstanceCommand'
|
|
514
|
+
> {
|
|
515
|
+
static readonly metaPath = '/DeleteInstance/2023-01-01/rocketmq/post/application_json/';
|
|
516
|
+
|
|
517
|
+
constructor(input: DeleteInstanceRequest) {
|
|
518
|
+
super(input);
|
|
519
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DeleteInstanceCommand.metaPath);
|
|
520
|
+
}
|
|
521
|
+
}
|
|
522
|
+
/**
|
|
523
|
+
* Command to DeletePrivateLink
|
|
524
|
+
*/
|
|
525
|
+
export class DeletePrivateLinkCommand extends Command<
|
|
526
|
+
DeletePrivateLinkRequest,
|
|
527
|
+
DeletePrivateLinkCommandOutput,
|
|
528
|
+
'DeletePrivateLinkCommand'
|
|
529
|
+
> {
|
|
530
|
+
static readonly metaPath = '/DeletePrivateLink/2023-01-01/rocketmq/post/application_json/';
|
|
531
|
+
|
|
532
|
+
constructor(input: DeletePrivateLinkRequest) {
|
|
533
|
+
super(input);
|
|
534
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DeletePrivateLinkCommand.metaPath);
|
|
535
|
+
}
|
|
536
|
+
}
|
|
537
|
+
/**
|
|
538
|
+
* Command to DeletePublicAddress
|
|
539
|
+
*/
|
|
540
|
+
export class DeletePublicAddressCommand extends Command<
|
|
541
|
+
DeletePublicAddressRequest,
|
|
542
|
+
DeletePublicAddressCommandOutput,
|
|
543
|
+
'DeletePublicAddressCommand'
|
|
544
|
+
> {
|
|
545
|
+
static readonly metaPath = '/DeletePublicAddress/2023-01-01/rocketmq/post/application_json/';
|
|
546
|
+
|
|
547
|
+
constructor(input: DeletePublicAddressRequest) {
|
|
548
|
+
super(input);
|
|
549
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DeletePublicAddressCommand.metaPath);
|
|
550
|
+
}
|
|
551
|
+
}
|
|
552
|
+
/**
|
|
553
|
+
* Command to DeleteTopic
|
|
554
|
+
*/
|
|
555
|
+
export class DeleteTopicCommand extends Command<
|
|
556
|
+
DeleteTopicRequest,
|
|
557
|
+
DeleteTopicCommandOutput,
|
|
558
|
+
'DeleteTopicCommand'
|
|
559
|
+
> {
|
|
560
|
+
static readonly metaPath = '/DeleteTopic/2023-01-01/rocketmq/post/application_json/';
|
|
561
|
+
|
|
562
|
+
constructor(input: DeleteTopicRequest) {
|
|
563
|
+
super(input);
|
|
564
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DeleteTopicCommand.metaPath);
|
|
565
|
+
}
|
|
566
|
+
}
|
|
567
|
+
/**
|
|
568
|
+
* Command to DeleteTopicAsync
|
|
569
|
+
*/
|
|
570
|
+
export class DeleteTopicAsyncCommand extends Command<
|
|
571
|
+
DeleteTopicAsyncRequest,
|
|
572
|
+
DeleteTopicAsyncCommandOutput,
|
|
573
|
+
'DeleteTopicAsyncCommand'
|
|
574
|
+
> {
|
|
575
|
+
static readonly metaPath = '/DeleteTopicAsync/2023-01-01/rocketmq/post/application_json/';
|
|
576
|
+
|
|
577
|
+
constructor(input: DeleteTopicAsyncRequest) {
|
|
578
|
+
super(input);
|
|
579
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DeleteTopicAsyncCommand.metaPath);
|
|
580
|
+
}
|
|
581
|
+
}
|
|
582
|
+
/**
|
|
583
|
+
* Command to DescribeAccessKeyDetail
|
|
584
|
+
*/
|
|
585
|
+
export class DescribeAccessKeyDetailCommand extends Command<
|
|
586
|
+
DescribeAccessKeyDetailRequest,
|
|
587
|
+
DescribeAccessKeyDetailCommandOutput,
|
|
588
|
+
'DescribeAccessKeyDetailCommand'
|
|
589
|
+
> {
|
|
590
|
+
static readonly metaPath = '/DescribeAccessKeyDetail/2023-01-01/rocketmq/post/application_json/';
|
|
591
|
+
|
|
592
|
+
constructor(input: DescribeAccessKeyDetailRequest) {
|
|
593
|
+
super(input);
|
|
594
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeAccessKeyDetailCommand.metaPath);
|
|
595
|
+
}
|
|
596
|
+
}
|
|
597
|
+
/**
|
|
598
|
+
* Command to DescribeAccessKeys
|
|
599
|
+
*/
|
|
600
|
+
export class DescribeAccessKeysCommand extends Command<
|
|
601
|
+
DescribeAccessKeysRequest,
|
|
602
|
+
DescribeAccessKeysCommandOutput,
|
|
603
|
+
'DescribeAccessKeysCommand'
|
|
604
|
+
> {
|
|
605
|
+
static readonly metaPath = '/DescribeAccessKeys/2023-01-01/rocketmq/post/application_json/';
|
|
606
|
+
|
|
607
|
+
constructor(input: DescribeAccessKeysRequest) {
|
|
608
|
+
super(input);
|
|
609
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeAccessKeysCommand.metaPath);
|
|
610
|
+
}
|
|
611
|
+
}
|
|
612
|
+
/**
|
|
613
|
+
* Command to DescribeAllowListDetail
|
|
614
|
+
*/
|
|
615
|
+
export class DescribeAllowListDetailCommand extends Command<
|
|
616
|
+
DescribeAllowListDetailRequest,
|
|
617
|
+
DescribeAllowListDetailCommandOutput,
|
|
618
|
+
'DescribeAllowListDetailCommand'
|
|
619
|
+
> {
|
|
620
|
+
static readonly metaPath = '/DescribeAllowListDetail/2023-01-01/rocketmq/post/application_json/';
|
|
621
|
+
|
|
622
|
+
constructor(input: DescribeAllowListDetailRequest) {
|
|
623
|
+
super(input);
|
|
624
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeAllowListDetailCommand.metaPath);
|
|
625
|
+
}
|
|
626
|
+
}
|
|
627
|
+
/**
|
|
628
|
+
* Command to DescribeAllowLists
|
|
629
|
+
*/
|
|
630
|
+
export class DescribeAllowListsCommand extends Command<
|
|
631
|
+
DescribeAllowListsRequest,
|
|
632
|
+
DescribeAllowListsCommandOutput,
|
|
633
|
+
'DescribeAllowListsCommand'
|
|
634
|
+
> {
|
|
635
|
+
static readonly metaPath = '/DescribeAllowLists/2023-01-01/rocketmq/post/application_json/';
|
|
636
|
+
|
|
637
|
+
constructor(input: DescribeAllowListsRequest) {
|
|
638
|
+
super(input);
|
|
639
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeAllowListsCommand.metaPath);
|
|
640
|
+
}
|
|
641
|
+
}
|
|
642
|
+
/**
|
|
643
|
+
* Command to DescribeAvailabilityZones
|
|
644
|
+
*/
|
|
645
|
+
export class DescribeAvailabilityZonesCommand extends Command<
|
|
646
|
+
DescribeAvailabilityZonesRequest,
|
|
647
|
+
DescribeAvailabilityZonesCommandOutput,
|
|
648
|
+
'DescribeAvailabilityZonesCommand'
|
|
649
|
+
> {
|
|
650
|
+
static readonly metaPath = '/DescribeAvailabilityZones/2023-01-01/rocketmq/post/application_json/';
|
|
651
|
+
|
|
652
|
+
constructor(input: DescribeAvailabilityZonesRequest) {
|
|
653
|
+
super(input);
|
|
654
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeAvailabilityZonesCommand.metaPath);
|
|
655
|
+
}
|
|
656
|
+
}
|
|
657
|
+
/**
|
|
658
|
+
* Command to DescribeConsumedClients
|
|
659
|
+
*/
|
|
660
|
+
export class DescribeConsumedClientsCommand extends Command<
|
|
661
|
+
DescribeConsumedClientsRequest,
|
|
662
|
+
DescribeConsumedClientsCommandOutput,
|
|
663
|
+
'DescribeConsumedClientsCommand'
|
|
664
|
+
> {
|
|
665
|
+
static readonly metaPath = '/DescribeConsumedClients/2023-01-01/rocketmq/post/application_json/';
|
|
666
|
+
|
|
667
|
+
constructor(input: DescribeConsumedClientsRequest) {
|
|
668
|
+
super(input);
|
|
669
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeConsumedClientsCommand.metaPath);
|
|
670
|
+
}
|
|
671
|
+
}
|
|
672
|
+
/**
|
|
673
|
+
* Command to DescribeConsumedTopicDetail
|
|
674
|
+
*/
|
|
675
|
+
export class DescribeConsumedTopicDetailCommand extends Command<
|
|
676
|
+
DescribeConsumedTopicDetailRequest,
|
|
677
|
+
DescribeConsumedTopicDetailCommandOutput,
|
|
678
|
+
'DescribeConsumedTopicDetailCommand'
|
|
679
|
+
> {
|
|
680
|
+
static readonly metaPath = '/DescribeConsumedTopicDetail/2023-01-01/rocketmq/post/application_json/';
|
|
681
|
+
|
|
682
|
+
constructor(input: DescribeConsumedTopicDetailRequest) {
|
|
683
|
+
super(input);
|
|
684
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeConsumedTopicDetailCommand.metaPath);
|
|
685
|
+
}
|
|
686
|
+
}
|
|
687
|
+
/**
|
|
688
|
+
* Command to DescribeConsumedTopics
|
|
689
|
+
*/
|
|
690
|
+
export class DescribeConsumedTopicsCommand extends Command<
|
|
691
|
+
DescribeConsumedTopicsRequest,
|
|
692
|
+
DescribeConsumedTopicsCommandOutput,
|
|
693
|
+
'DescribeConsumedTopicsCommand'
|
|
694
|
+
> {
|
|
695
|
+
static readonly metaPath = '/DescribeConsumedTopics/2023-01-01/rocketmq/post/application_json/';
|
|
696
|
+
|
|
697
|
+
constructor(input: DescribeConsumedTopicsRequest) {
|
|
698
|
+
super(input);
|
|
699
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeConsumedTopicsCommand.metaPath);
|
|
700
|
+
}
|
|
701
|
+
}
|
|
702
|
+
/**
|
|
703
|
+
* Command to DescribeGroups
|
|
704
|
+
*/
|
|
705
|
+
export class DescribeGroupsCommand extends Command<
|
|
706
|
+
DescribeGroupsRequest,
|
|
707
|
+
DescribeGroupsCommandOutput,
|
|
708
|
+
'DescribeGroupsCommand'
|
|
709
|
+
> {
|
|
710
|
+
static readonly metaPath = '/DescribeGroups/2023-01-01/rocketmq/post/application_json/';
|
|
711
|
+
|
|
712
|
+
constructor(input: DescribeGroupsRequest) {
|
|
713
|
+
super(input);
|
|
714
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeGroupsCommand.metaPath);
|
|
715
|
+
}
|
|
716
|
+
}
|
|
717
|
+
/**
|
|
718
|
+
* Command to DescribeGroupsDetail
|
|
719
|
+
*/
|
|
720
|
+
export class DescribeGroupsDetailCommand extends Command<
|
|
721
|
+
DescribeGroupsDetailRequest,
|
|
722
|
+
DescribeGroupsDetailCommandOutput,
|
|
723
|
+
'DescribeGroupsDetailCommand'
|
|
724
|
+
> {
|
|
725
|
+
static readonly metaPath = '/DescribeGroupsDetail/2023-01-01/rocketmq/post/application_json/';
|
|
726
|
+
|
|
727
|
+
constructor(input: DescribeGroupsDetailRequest) {
|
|
728
|
+
super(input);
|
|
729
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeGroupsDetailCommand.metaPath);
|
|
730
|
+
}
|
|
731
|
+
}
|
|
732
|
+
/**
|
|
733
|
+
* Command to DescribeInstanceDetail
|
|
734
|
+
*/
|
|
735
|
+
export class DescribeInstanceDetailCommand extends Command<
|
|
736
|
+
DescribeInstanceDetailRequest,
|
|
737
|
+
DescribeInstanceDetailCommandOutput,
|
|
738
|
+
'DescribeInstanceDetailCommand'
|
|
739
|
+
> {
|
|
740
|
+
static readonly metaPath = '/DescribeInstanceDetail/2023-01-01/rocketmq/post/application_json/';
|
|
741
|
+
|
|
742
|
+
constructor(input: DescribeInstanceDetailRequest) {
|
|
743
|
+
super(input);
|
|
744
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeInstanceDetailCommand.metaPath);
|
|
745
|
+
}
|
|
746
|
+
}
|
|
747
|
+
/**
|
|
748
|
+
* Command to DescribeInstances
|
|
749
|
+
*/
|
|
750
|
+
export class DescribeInstancesCommand extends Command<
|
|
751
|
+
DescribeInstancesRequest,
|
|
752
|
+
DescribeInstancesCommandOutput,
|
|
753
|
+
'DescribeInstancesCommand'
|
|
754
|
+
> {
|
|
755
|
+
static readonly metaPath = '/DescribeInstances/2023-01-01/rocketmq/post/application_json/';
|
|
756
|
+
|
|
757
|
+
constructor(input: DescribeInstancesRequest) {
|
|
758
|
+
super(input);
|
|
759
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeInstancesCommand.metaPath);
|
|
760
|
+
}
|
|
761
|
+
}
|
|
762
|
+
/**
|
|
763
|
+
* Command to DescribePLWhitelist
|
|
764
|
+
*/
|
|
765
|
+
export class DescribePLWhitelistCommand extends Command<
|
|
766
|
+
DescribePLWhitelistRequest,
|
|
767
|
+
DescribePLWhitelistCommandOutput,
|
|
768
|
+
'DescribePLWhitelistCommand'
|
|
769
|
+
> {
|
|
770
|
+
static readonly metaPath = '/DescribePLWhitelist/2023-01-01/rocketmq/post/application_json/';
|
|
771
|
+
|
|
772
|
+
constructor(input: DescribePLWhitelistRequest) {
|
|
773
|
+
super(input);
|
|
774
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribePLWhitelistCommand.metaPath);
|
|
775
|
+
}
|
|
776
|
+
}
|
|
777
|
+
/**
|
|
778
|
+
* Command to DescribeRegions
|
|
779
|
+
*/
|
|
780
|
+
export class DescribeRegionsCommand extends Command<
|
|
781
|
+
DescribeRegionsRequest,
|
|
782
|
+
DescribeRegionsCommandOutput,
|
|
783
|
+
'DescribeRegionsCommand'
|
|
784
|
+
> {
|
|
785
|
+
static readonly metaPath = '/DescribeRegions/2023-01-01/rocketmq/post/application_json/';
|
|
786
|
+
|
|
787
|
+
constructor(input: DescribeRegionsRequest) {
|
|
788
|
+
super(input);
|
|
789
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeRegionsCommand.metaPath);
|
|
790
|
+
}
|
|
791
|
+
}
|
|
792
|
+
/**
|
|
793
|
+
* Command to DescribeSecretKey
|
|
794
|
+
*/
|
|
795
|
+
export class DescribeSecretKeyCommand extends Command<
|
|
796
|
+
DescribeSecretKeyRequest,
|
|
797
|
+
DescribeSecretKeyCommandOutput,
|
|
798
|
+
'DescribeSecretKeyCommand'
|
|
799
|
+
> {
|
|
800
|
+
static readonly metaPath = '/DescribeSecretKey/2023-01-01/rocketmq/post/application_json/';
|
|
801
|
+
|
|
802
|
+
constructor(input: DescribeSecretKeyRequest) {
|
|
803
|
+
super(input);
|
|
804
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeSecretKeyCommand.metaPath);
|
|
805
|
+
}
|
|
806
|
+
}
|
|
807
|
+
/**
|
|
808
|
+
* Command to DescribeTagsByResource
|
|
809
|
+
*/
|
|
810
|
+
export class DescribeTagsByResourceCommand extends Command<
|
|
811
|
+
DescribeTagsByResourceRequest,
|
|
812
|
+
DescribeTagsByResourceCommandOutput,
|
|
813
|
+
'DescribeTagsByResourceCommand'
|
|
814
|
+
> {
|
|
815
|
+
static readonly metaPath = '/DescribeTagsByResource/2023-01-01/rocketmq/post/application_json/';
|
|
816
|
+
|
|
817
|
+
constructor(input: DescribeTagsByResourceRequest) {
|
|
818
|
+
super(input);
|
|
819
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeTagsByResourceCommand.metaPath);
|
|
820
|
+
}
|
|
821
|
+
}
|
|
822
|
+
/**
|
|
823
|
+
* Command to DescribeTopicAccessPolicies
|
|
824
|
+
*/
|
|
825
|
+
export class DescribeTopicAccessPoliciesCommand extends Command<
|
|
826
|
+
DescribeTopicAccessPoliciesRequest,
|
|
827
|
+
DescribeTopicAccessPoliciesCommandOutput,
|
|
828
|
+
'DescribeTopicAccessPoliciesCommand'
|
|
829
|
+
> {
|
|
830
|
+
static readonly metaPath = '/DescribeTopicAccessPolicies/2023-01-01/rocketmq/post/application_json/';
|
|
831
|
+
|
|
832
|
+
constructor(input: DescribeTopicAccessPoliciesRequest) {
|
|
833
|
+
super(input);
|
|
834
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeTopicAccessPoliciesCommand.metaPath);
|
|
835
|
+
}
|
|
836
|
+
}
|
|
837
|
+
/**
|
|
838
|
+
* Command to DescribeTopicDetail
|
|
839
|
+
*/
|
|
840
|
+
export class DescribeTopicDetailCommand extends Command<
|
|
841
|
+
DescribeTopicDetailRequest,
|
|
842
|
+
DescribeTopicDetailCommandOutput,
|
|
843
|
+
'DescribeTopicDetailCommand'
|
|
844
|
+
> {
|
|
845
|
+
static readonly metaPath = '/DescribeTopicDetail/2023-01-01/rocketmq/post/application_json/';
|
|
846
|
+
|
|
847
|
+
constructor(input: DescribeTopicDetailRequest) {
|
|
848
|
+
super(input);
|
|
849
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeTopicDetailCommand.metaPath);
|
|
850
|
+
}
|
|
851
|
+
}
|
|
852
|
+
/**
|
|
853
|
+
* Command to DescribeTopicGroups
|
|
854
|
+
*/
|
|
855
|
+
export class DescribeTopicGroupsCommand extends Command<
|
|
856
|
+
DescribeTopicGroupsRequest,
|
|
857
|
+
DescribeTopicGroupsCommandOutput,
|
|
858
|
+
'DescribeTopicGroupsCommand'
|
|
859
|
+
> {
|
|
860
|
+
static readonly metaPath = '/DescribeTopicGroups/2023-01-01/rocketmq/post/application_json/';
|
|
861
|
+
|
|
862
|
+
constructor(input: DescribeTopicGroupsRequest) {
|
|
863
|
+
super(input);
|
|
864
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeTopicGroupsCommand.metaPath);
|
|
865
|
+
}
|
|
866
|
+
}
|
|
867
|
+
/**
|
|
868
|
+
* Command to DescribeTopicQueue
|
|
869
|
+
*/
|
|
870
|
+
export class DescribeTopicQueueCommand extends Command<
|
|
871
|
+
DescribeTopicQueueRequest,
|
|
872
|
+
DescribeTopicQueueCommandOutput,
|
|
873
|
+
'DescribeTopicQueueCommand'
|
|
874
|
+
> {
|
|
875
|
+
static readonly metaPath = '/DescribeTopicQueue/2023-01-01/rocketmq/post/application_json/';
|
|
876
|
+
|
|
877
|
+
constructor(input: DescribeTopicQueueRequest) {
|
|
878
|
+
super(input);
|
|
879
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeTopicQueueCommand.metaPath);
|
|
880
|
+
}
|
|
881
|
+
}
|
|
882
|
+
/**
|
|
883
|
+
* Command to DescribeTopics
|
|
884
|
+
*/
|
|
885
|
+
export class DescribeTopicsCommand extends Command<
|
|
886
|
+
DescribeTopicsRequest,
|
|
887
|
+
DescribeTopicsCommandOutput,
|
|
888
|
+
'DescribeTopicsCommand'
|
|
889
|
+
> {
|
|
890
|
+
static readonly metaPath = '/DescribeTopics/2023-01-01/rocketmq/post/application_json/';
|
|
891
|
+
|
|
892
|
+
constructor(input: DescribeTopicsRequest) {
|
|
893
|
+
super(input);
|
|
894
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DescribeTopicsCommand.metaPath);
|
|
895
|
+
}
|
|
896
|
+
}
|
|
897
|
+
/**
|
|
898
|
+
* Command to DisassociateAllowList
|
|
899
|
+
*/
|
|
900
|
+
export class DisassociateAllowListCommand extends Command<
|
|
901
|
+
DisassociateAllowListRequest,
|
|
902
|
+
DisassociateAllowListCommandOutput,
|
|
903
|
+
'DisassociateAllowListCommand'
|
|
904
|
+
> {
|
|
905
|
+
static readonly metaPath = '/DisassociateAllowList/2023-01-01/rocketmq/post/application_json/';
|
|
906
|
+
|
|
907
|
+
constructor(input: DisassociateAllowListRequest) {
|
|
908
|
+
super(input);
|
|
909
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DisassociateAllowListCommand.metaPath);
|
|
910
|
+
}
|
|
911
|
+
}
|
|
912
|
+
/**
|
|
913
|
+
* Command to EnableAutoCreateGroup
|
|
914
|
+
*/
|
|
915
|
+
export class EnableAutoCreateGroupCommand extends Command<
|
|
916
|
+
EnableAutoCreateGroupRequest,
|
|
917
|
+
EnableAutoCreateGroupCommandOutput,
|
|
918
|
+
'EnableAutoCreateGroupCommand'
|
|
919
|
+
> {
|
|
920
|
+
static readonly metaPath = '/EnableAutoCreateGroup/2023-01-01/rocketmq/post/application_json/';
|
|
921
|
+
|
|
922
|
+
constructor(input: EnableAutoCreateGroupRequest) {
|
|
923
|
+
super(input);
|
|
924
|
+
this.requestConfig = buildRequestConfigFromMetaPath(EnableAutoCreateGroupCommand.metaPath);
|
|
925
|
+
}
|
|
926
|
+
}
|
|
927
|
+
/**
|
|
928
|
+
* Command to EnableInstanceBurstTps
|
|
929
|
+
*/
|
|
930
|
+
export class EnableInstanceBurstTpsCommand extends Command<
|
|
931
|
+
EnableInstanceBurstTpsRequest,
|
|
932
|
+
EnableInstanceBurstTpsCommandOutput,
|
|
933
|
+
'EnableInstanceBurstTpsCommand'
|
|
934
|
+
> {
|
|
935
|
+
static readonly metaPath = '/EnableInstanceBurstTps/2023-01-01/rocketmq/post/application_json/';
|
|
936
|
+
|
|
937
|
+
constructor(input: EnableInstanceBurstTpsRequest) {
|
|
938
|
+
super(input);
|
|
939
|
+
this.requestConfig = buildRequestConfigFromMetaPath(EnableInstanceBurstTpsCommand.metaPath);
|
|
940
|
+
}
|
|
941
|
+
}
|
|
942
|
+
/**
|
|
943
|
+
* Command to EnableInstanceInspect
|
|
944
|
+
*/
|
|
945
|
+
export class EnableInstanceInspectCommand extends Command<
|
|
946
|
+
EnableInstanceInspectRequest,
|
|
947
|
+
EnableInstanceInspectCommandOutput,
|
|
948
|
+
'EnableInstanceInspectCommand'
|
|
949
|
+
> {
|
|
950
|
+
static readonly metaPath = '/EnableInstanceInspect/2023-01-01/rocketmq/post/application_json/';
|
|
951
|
+
|
|
952
|
+
constructor(input: EnableInstanceInspectRequest) {
|
|
953
|
+
super(input);
|
|
954
|
+
this.requestConfig = buildRequestConfigFromMetaPath(EnableInstanceInspectCommand.metaPath);
|
|
955
|
+
}
|
|
956
|
+
}
|
|
957
|
+
/**
|
|
958
|
+
* Command to GetInspectConfig
|
|
959
|
+
*/
|
|
960
|
+
export class GetInspectConfigCommand extends Command<
|
|
961
|
+
GetInspectConfigRequest,
|
|
962
|
+
GetInspectConfigCommandOutput,
|
|
963
|
+
'GetInspectConfigCommand'
|
|
964
|
+
> {
|
|
965
|
+
static readonly metaPath = '/GetInspectConfig/2023-01-01/rocketmq/post/application_json/';
|
|
966
|
+
|
|
967
|
+
constructor(input: GetInspectConfigRequest) {
|
|
968
|
+
super(input);
|
|
969
|
+
this.requestConfig = buildRequestConfigFromMetaPath(GetInspectConfigCommand.metaPath);
|
|
970
|
+
}
|
|
971
|
+
}
|
|
972
|
+
/**
|
|
973
|
+
* Command to GetInstanceInspectResult
|
|
974
|
+
*/
|
|
975
|
+
export class GetInstanceInspectResultCommand extends Command<
|
|
976
|
+
GetInstanceInspectResultRequest,
|
|
977
|
+
GetInstanceInspectResultCommandOutput,
|
|
978
|
+
'GetInstanceInspectResultCommand'
|
|
979
|
+
> {
|
|
980
|
+
static readonly metaPath = '/GetInstanceInspectResult/2023-01-01/rocketmq/post/application_json/';
|
|
981
|
+
|
|
982
|
+
constructor(input: GetInstanceInspectResultRequest) {
|
|
983
|
+
super(input);
|
|
984
|
+
this.requestConfig = buildRequestConfigFromMetaPath(GetInstanceInspectResultCommand.metaPath);
|
|
985
|
+
}
|
|
986
|
+
}
|
|
987
|
+
/**
|
|
988
|
+
* Command to ManualProcessResult
|
|
989
|
+
*/
|
|
990
|
+
export class ManualProcessResultCommand extends Command<
|
|
991
|
+
ManualProcessResultRequest,
|
|
992
|
+
ManualProcessResultCommandOutput,
|
|
993
|
+
'ManualProcessResultCommand'
|
|
994
|
+
> {
|
|
995
|
+
static readonly metaPath = '/ManualProcessResult/2023-01-01/rocketmq/post/application_json/';
|
|
996
|
+
|
|
997
|
+
constructor(input: ManualProcessResultRequest) {
|
|
998
|
+
super(input);
|
|
999
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ManualProcessResultCommand.metaPath);
|
|
1000
|
+
}
|
|
1001
|
+
}
|
|
1002
|
+
/**
|
|
1003
|
+
* Command to ManualTriggerInspect
|
|
1004
|
+
*/
|
|
1005
|
+
export class ManualTriggerInspectCommand extends Command<
|
|
1006
|
+
ManualTriggerInspectRequest,
|
|
1007
|
+
ManualTriggerInspectCommandOutput,
|
|
1008
|
+
'ManualTriggerInspectCommand'
|
|
1009
|
+
> {
|
|
1010
|
+
static readonly metaPath = '/ManualTriggerInspect/2023-01-01/rocketmq/post/application_json/';
|
|
1011
|
+
|
|
1012
|
+
constructor(input: ManualTriggerInspectRequest) {
|
|
1013
|
+
super(input);
|
|
1014
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ManualTriggerInspectCommand.metaPath);
|
|
1015
|
+
}
|
|
1016
|
+
}
|
|
1017
|
+
/**
|
|
1018
|
+
* Command to MessageSend
|
|
1019
|
+
*/
|
|
1020
|
+
export class MessageSendCommand extends Command<
|
|
1021
|
+
MessageSendRequest,
|
|
1022
|
+
MessageSendCommandOutput,
|
|
1023
|
+
'MessageSendCommand'
|
|
1024
|
+
> {
|
|
1025
|
+
static readonly metaPath = '/MessageSend/2023-01-01/rocketmq/post/application_json/';
|
|
1026
|
+
|
|
1027
|
+
constructor(input: MessageSendRequest) {
|
|
1028
|
+
super(input);
|
|
1029
|
+
this.requestConfig = buildRequestConfigFromMetaPath(MessageSendCommand.metaPath);
|
|
1030
|
+
}
|
|
1031
|
+
}
|
|
1032
|
+
/**
|
|
1033
|
+
* Command to ModifyAccessKeyAllAuthority
|
|
1034
|
+
*/
|
|
1035
|
+
export class ModifyAccessKeyAllAuthorityCommand extends Command<
|
|
1036
|
+
ModifyAccessKeyAllAuthorityRequest,
|
|
1037
|
+
ModifyAccessKeyAllAuthorityCommandOutput,
|
|
1038
|
+
'ModifyAccessKeyAllAuthorityCommand'
|
|
1039
|
+
> {
|
|
1040
|
+
static readonly metaPath = '/ModifyAccessKeyAllAuthority/2023-01-01/rocketmq/post/application_json/';
|
|
1041
|
+
|
|
1042
|
+
constructor(input: ModifyAccessKeyAllAuthorityRequest) {
|
|
1043
|
+
super(input);
|
|
1044
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ModifyAccessKeyAllAuthorityCommand.metaPath);
|
|
1045
|
+
}
|
|
1046
|
+
}
|
|
1047
|
+
/**
|
|
1048
|
+
* Command to ModifyAccessKeyAuthority
|
|
1049
|
+
*/
|
|
1050
|
+
export class ModifyAccessKeyAuthorityCommand extends Command<
|
|
1051
|
+
ModifyAccessKeyAuthorityRequest,
|
|
1052
|
+
ModifyAccessKeyAuthorityCommandOutput,
|
|
1053
|
+
'ModifyAccessKeyAuthorityCommand'
|
|
1054
|
+
> {
|
|
1055
|
+
static readonly metaPath = '/ModifyAccessKeyAuthority/2023-01-01/rocketmq/post/application_json/';
|
|
1056
|
+
|
|
1057
|
+
constructor(input: ModifyAccessKeyAuthorityRequest) {
|
|
1058
|
+
super(input);
|
|
1059
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ModifyAccessKeyAuthorityCommand.metaPath);
|
|
1060
|
+
}
|
|
1061
|
+
}
|
|
1062
|
+
/**
|
|
1063
|
+
* Command to ModifyAllowList
|
|
1064
|
+
*/
|
|
1065
|
+
export class ModifyAllowListCommand extends Command<
|
|
1066
|
+
ModifyAllowListRequest,
|
|
1067
|
+
ModifyAllowListCommandOutput,
|
|
1068
|
+
'ModifyAllowListCommand'
|
|
1069
|
+
> {
|
|
1070
|
+
static readonly metaPath = '/ModifyAllowList/2023-01-01/rocketmq/post/application_json/';
|
|
1071
|
+
|
|
1072
|
+
constructor(input: ModifyAllowListRequest) {
|
|
1073
|
+
super(input);
|
|
1074
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ModifyAllowListCommand.metaPath);
|
|
1075
|
+
}
|
|
1076
|
+
}
|
|
1077
|
+
/**
|
|
1078
|
+
* Command to ModifyGroupDescription
|
|
1079
|
+
*/
|
|
1080
|
+
export class ModifyGroupDescriptionCommand extends Command<
|
|
1081
|
+
ModifyGroupDescriptionRequest,
|
|
1082
|
+
ModifyGroupDescriptionCommandOutput,
|
|
1083
|
+
'ModifyGroupDescriptionCommand'
|
|
1084
|
+
> {
|
|
1085
|
+
static readonly metaPath = '/ModifyGroupDescription/2023-01-01/rocketmq/post/application_json/';
|
|
1086
|
+
|
|
1087
|
+
constructor(input: ModifyGroupDescriptionRequest) {
|
|
1088
|
+
super(input);
|
|
1089
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ModifyGroupDescriptionCommand.metaPath);
|
|
1090
|
+
}
|
|
1091
|
+
}
|
|
1092
|
+
/**
|
|
1093
|
+
* Command to ModifyInstanceAttributes
|
|
1094
|
+
*/
|
|
1095
|
+
export class ModifyInstanceAttributesCommand extends Command<
|
|
1096
|
+
ModifyInstanceAttributesRequest,
|
|
1097
|
+
ModifyInstanceAttributesCommandOutput,
|
|
1098
|
+
'ModifyInstanceAttributesCommand'
|
|
1099
|
+
> {
|
|
1100
|
+
static readonly metaPath = '/ModifyInstanceAttributes/2023-01-01/rocketmq/post/application_json/';
|
|
1101
|
+
|
|
1102
|
+
constructor(input: ModifyInstanceAttributesRequest) {
|
|
1103
|
+
super(input);
|
|
1104
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ModifyInstanceAttributesCommand.metaPath);
|
|
1105
|
+
}
|
|
1106
|
+
}
|
|
1107
|
+
/**
|
|
1108
|
+
* Command to ModifyInstanceChargeType
|
|
1109
|
+
*/
|
|
1110
|
+
export class ModifyInstanceChargeTypeCommand extends Command<
|
|
1111
|
+
ModifyInstanceChargeTypeRequest,
|
|
1112
|
+
ModifyInstanceChargeTypeCommandOutput,
|
|
1113
|
+
'ModifyInstanceChargeTypeCommand'
|
|
1114
|
+
> {
|
|
1115
|
+
static readonly metaPath = '/ModifyInstanceChargeType/2023-01-01/rocketmq/post/application_json/';
|
|
1116
|
+
|
|
1117
|
+
constructor(input: ModifyInstanceChargeTypeRequest) {
|
|
1118
|
+
super(input);
|
|
1119
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ModifyInstanceChargeTypeCommand.metaPath);
|
|
1120
|
+
}
|
|
1121
|
+
}
|
|
1122
|
+
/**
|
|
1123
|
+
* Command to ModifyInstanceSpec
|
|
1124
|
+
*/
|
|
1125
|
+
export class ModifyInstanceSpecCommand extends Command<
|
|
1126
|
+
ModifyInstanceSpecRequest,
|
|
1127
|
+
ModifyInstanceSpecCommandOutput,
|
|
1128
|
+
'ModifyInstanceSpecCommand'
|
|
1129
|
+
> {
|
|
1130
|
+
static readonly metaPath = '/ModifyInstanceSpec/2023-01-01/rocketmq/post/application_json/';
|
|
1131
|
+
|
|
1132
|
+
constructor(input: ModifyInstanceSpecRequest) {
|
|
1133
|
+
super(input);
|
|
1134
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ModifyInstanceSpecCommand.metaPath);
|
|
1135
|
+
}
|
|
1136
|
+
}
|
|
1137
|
+
/**
|
|
1138
|
+
* Command to ModifyTopicAccessPolicies
|
|
1139
|
+
*/
|
|
1140
|
+
export class ModifyTopicAccessPoliciesCommand extends Command<
|
|
1141
|
+
ModifyTopicAccessPoliciesRequest,
|
|
1142
|
+
ModifyTopicAccessPoliciesCommandOutput,
|
|
1143
|
+
'ModifyTopicAccessPoliciesCommand'
|
|
1144
|
+
> {
|
|
1145
|
+
static readonly metaPath = '/ModifyTopicAccessPolicies/2023-01-01/rocketmq/post/application_json/';
|
|
1146
|
+
|
|
1147
|
+
constructor(input: ModifyTopicAccessPoliciesRequest) {
|
|
1148
|
+
super(input);
|
|
1149
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ModifyTopicAccessPoliciesCommand.metaPath);
|
|
1150
|
+
}
|
|
1151
|
+
}
|
|
1152
|
+
/**
|
|
1153
|
+
* Command to ModifyTopicDescription
|
|
1154
|
+
*/
|
|
1155
|
+
export class ModifyTopicDescriptionCommand extends Command<
|
|
1156
|
+
ModifyTopicDescriptionRequest,
|
|
1157
|
+
ModifyTopicDescriptionCommandOutput,
|
|
1158
|
+
'ModifyTopicDescriptionCommand'
|
|
1159
|
+
> {
|
|
1160
|
+
static readonly metaPath = '/ModifyTopicDescription/2023-01-01/rocketmq/post/application_json/';
|
|
1161
|
+
|
|
1162
|
+
constructor(input: ModifyTopicDescriptionRequest) {
|
|
1163
|
+
super(input);
|
|
1164
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ModifyTopicDescriptionCommand.metaPath);
|
|
1165
|
+
}
|
|
1166
|
+
}
|
|
1167
|
+
/**
|
|
1168
|
+
* Command to QueryDLQMessageByGroupId
|
|
1169
|
+
*/
|
|
1170
|
+
export class QueryDLQMessageByGroupIdCommand extends Command<
|
|
1171
|
+
QueryDLQMessageByGroupIdRequest,
|
|
1172
|
+
QueryDLQMessageByGroupIdCommandOutput,
|
|
1173
|
+
'QueryDLQMessageByGroupIdCommand'
|
|
1174
|
+
> {
|
|
1175
|
+
static readonly metaPath = '/QueryDLQMessageByGroupId/2023-01-01/rocketmq/post/application_json/';
|
|
1176
|
+
|
|
1177
|
+
constructor(input: QueryDLQMessageByGroupIdRequest) {
|
|
1178
|
+
super(input);
|
|
1179
|
+
this.requestConfig = buildRequestConfigFromMetaPath(QueryDLQMessageByGroupIdCommand.metaPath);
|
|
1180
|
+
}
|
|
1181
|
+
}
|
|
1182
|
+
/**
|
|
1183
|
+
* Command to QueryDLQMessageById
|
|
1184
|
+
*/
|
|
1185
|
+
export class QueryDLQMessageByIdCommand extends Command<
|
|
1186
|
+
QueryDLQMessageByIdRequest,
|
|
1187
|
+
QueryDLQMessageByIdCommandOutput,
|
|
1188
|
+
'QueryDLQMessageByIdCommand'
|
|
1189
|
+
> {
|
|
1190
|
+
static readonly metaPath = '/QueryDLQMessageById/2023-01-01/rocketmq/post/application_json/';
|
|
1191
|
+
|
|
1192
|
+
constructor(input: QueryDLQMessageByIdRequest) {
|
|
1193
|
+
super(input);
|
|
1194
|
+
this.requestConfig = buildRequestConfigFromMetaPath(QueryDLQMessageByIdCommand.metaPath);
|
|
1195
|
+
}
|
|
1196
|
+
}
|
|
1197
|
+
/**
|
|
1198
|
+
* Command to QueryMessageByMsgId
|
|
1199
|
+
*/
|
|
1200
|
+
export class QueryMessageByMsgIdCommand extends Command<
|
|
1201
|
+
QueryMessageByMsgIdRequest,
|
|
1202
|
+
QueryMessageByMsgIdCommandOutput,
|
|
1203
|
+
'QueryMessageByMsgIdCommand'
|
|
1204
|
+
> {
|
|
1205
|
+
static readonly metaPath = '/QueryMessageByMsgId/2023-01-01/rocketmq/post/application_json/';
|
|
1206
|
+
|
|
1207
|
+
constructor(input: QueryMessageByMsgIdRequest) {
|
|
1208
|
+
super(input);
|
|
1209
|
+
this.requestConfig = buildRequestConfigFromMetaPath(QueryMessageByMsgIdCommand.metaPath);
|
|
1210
|
+
}
|
|
1211
|
+
}
|
|
1212
|
+
/**
|
|
1213
|
+
* Command to QueryMessageByMsgKey
|
|
1214
|
+
*/
|
|
1215
|
+
export class QueryMessageByMsgKeyCommand extends Command<
|
|
1216
|
+
QueryMessageByMsgKeyRequest,
|
|
1217
|
+
QueryMessageByMsgKeyCommandOutput,
|
|
1218
|
+
'QueryMessageByMsgKeyCommand'
|
|
1219
|
+
> {
|
|
1220
|
+
static readonly metaPath = '/QueryMessageByMsgKey/2023-01-01/rocketmq/post/application_json/';
|
|
1221
|
+
|
|
1222
|
+
constructor(input: QueryMessageByMsgKeyRequest) {
|
|
1223
|
+
super(input);
|
|
1224
|
+
this.requestConfig = buildRequestConfigFromMetaPath(QueryMessageByMsgKeyCommand.metaPath);
|
|
1225
|
+
}
|
|
1226
|
+
}
|
|
1227
|
+
/**
|
|
1228
|
+
* Command to QueryMessageByOffset
|
|
1229
|
+
*/
|
|
1230
|
+
export class QueryMessageByOffsetCommand extends Command<
|
|
1231
|
+
QueryMessageByOffsetRequest,
|
|
1232
|
+
QueryMessageByOffsetCommandOutput,
|
|
1233
|
+
'QueryMessageByOffsetCommand'
|
|
1234
|
+
> {
|
|
1235
|
+
static readonly metaPath = '/QueryMessageByOffset/2023-01-01/rocketmq/post/application_json/';
|
|
1236
|
+
|
|
1237
|
+
constructor(input: QueryMessageByOffsetRequest) {
|
|
1238
|
+
super(input);
|
|
1239
|
+
this.requestConfig = buildRequestConfigFromMetaPath(QueryMessageByOffsetCommand.metaPath);
|
|
1240
|
+
}
|
|
1241
|
+
}
|
|
1242
|
+
/**
|
|
1243
|
+
* Command to QueryMessageByTimestamp
|
|
1244
|
+
*/
|
|
1245
|
+
export class QueryMessageByTimestampCommand extends Command<
|
|
1246
|
+
QueryMessageByTimestampRequest,
|
|
1247
|
+
QueryMessageByTimestampCommandOutput,
|
|
1248
|
+
'QueryMessageByTimestampCommand'
|
|
1249
|
+
> {
|
|
1250
|
+
static readonly metaPath = '/QueryMessageByTimestamp/2023-01-01/rocketmq/post/application_json/';
|
|
1251
|
+
|
|
1252
|
+
constructor(input: QueryMessageByTimestampRequest) {
|
|
1253
|
+
super(input);
|
|
1254
|
+
this.requestConfig = buildRequestConfigFromMetaPath(QueryMessageByTimestampCommand.metaPath);
|
|
1255
|
+
}
|
|
1256
|
+
}
|
|
1257
|
+
/**
|
|
1258
|
+
* Command to QueryMessageTraceByMessageId
|
|
1259
|
+
*/
|
|
1260
|
+
export class QueryMessageTraceByMessageIdCommand extends Command<
|
|
1261
|
+
QueryMessageTraceByMessageIdRequest,
|
|
1262
|
+
QueryMessageTraceByMessageIdCommandOutput,
|
|
1263
|
+
'QueryMessageTraceByMessageIdCommand'
|
|
1264
|
+
> {
|
|
1265
|
+
static readonly metaPath = '/QueryMessageTraceByMessageId/2023-01-01/rocketmq/post/application_json/';
|
|
1266
|
+
|
|
1267
|
+
constructor(input: QueryMessageTraceByMessageIdRequest) {
|
|
1268
|
+
super(input);
|
|
1269
|
+
this.requestConfig = buildRequestConfigFromMetaPath(QueryMessageTraceByMessageIdCommand.metaPath);
|
|
1270
|
+
}
|
|
1271
|
+
}
|
|
1272
|
+
/**
|
|
1273
|
+
* Command to RemovePLWhitelist
|
|
1274
|
+
*/
|
|
1275
|
+
export class RemovePLWhitelistCommand extends Command<
|
|
1276
|
+
RemovePLWhitelistRequest,
|
|
1277
|
+
RemovePLWhitelistCommandOutput,
|
|
1278
|
+
'RemovePLWhitelistCommand'
|
|
1279
|
+
> {
|
|
1280
|
+
static readonly metaPath = '/RemovePLWhitelist/2023-01-01/rocketmq/post/application_json/';
|
|
1281
|
+
|
|
1282
|
+
constructor(input: RemovePLWhitelistRequest) {
|
|
1283
|
+
super(input);
|
|
1284
|
+
this.requestConfig = buildRequestConfigFromMetaPath(RemovePLWhitelistCommand.metaPath);
|
|
1285
|
+
}
|
|
1286
|
+
}
|
|
1287
|
+
/**
|
|
1288
|
+
* Command to RemoveTagsFromResource
|
|
1289
|
+
*/
|
|
1290
|
+
export class RemoveTagsFromResourceCommand extends Command<
|
|
1291
|
+
RemoveTagsFromResourceRequest,
|
|
1292
|
+
RemoveTagsFromResourceCommandOutput,
|
|
1293
|
+
'RemoveTagsFromResourceCommand'
|
|
1294
|
+
> {
|
|
1295
|
+
static readonly metaPath = '/RemoveTagsFromResource/2023-01-01/rocketmq/post/application_json/';
|
|
1296
|
+
|
|
1297
|
+
constructor(input: RemoveTagsFromResourceRequest) {
|
|
1298
|
+
super(input);
|
|
1299
|
+
this.requestConfig = buildRequestConfigFromMetaPath(RemoveTagsFromResourceCommand.metaPath);
|
|
1300
|
+
}
|
|
1301
|
+
}
|
|
1302
|
+
/**
|
|
1303
|
+
* Command to ResendDLQMessageById
|
|
1304
|
+
*/
|
|
1305
|
+
export class ResendDLQMessageByIdCommand extends Command<
|
|
1306
|
+
ResendDLQMessageByIdRequest,
|
|
1307
|
+
ResendDLQMessageByIdCommandOutput,
|
|
1308
|
+
'ResendDLQMessageByIdCommand'
|
|
1309
|
+
> {
|
|
1310
|
+
static readonly metaPath = '/ResendDLQMessageById/2023-01-01/rocketmq/post/application_json/';
|
|
1311
|
+
|
|
1312
|
+
constructor(input: ResendDLQMessageByIdRequest) {
|
|
1313
|
+
super(input);
|
|
1314
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ResendDLQMessageByIdCommand.metaPath);
|
|
1315
|
+
}
|
|
1316
|
+
}
|
|
1317
|
+
/**
|
|
1318
|
+
* Command to ResetConsumedOffsets
|
|
1319
|
+
*/
|
|
1320
|
+
export class ResetConsumedOffsetsCommand extends Command<
|
|
1321
|
+
ResetConsumedOffsetsRequest,
|
|
1322
|
+
ResetConsumedOffsetsCommandOutput,
|
|
1323
|
+
'ResetConsumedOffsetsCommand'
|
|
1324
|
+
> {
|
|
1325
|
+
static readonly metaPath = '/ResetConsumedOffsets/2023-01-01/rocketmq/post/application_json/';
|
|
1326
|
+
|
|
1327
|
+
constructor(input: ResetConsumedOffsetsRequest) {
|
|
1328
|
+
super(input);
|
|
1329
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ResetConsumedOffsetsCommand.metaPath);
|
|
1330
|
+
}
|
|
1331
|
+
}
|
|
1332
|
+
|
|
1333
|
+
export default {
|
|
1334
|
+
ROCKETMQClient,
|
|
1335
|
+
AddPLWhitelistCommand,
|
|
1336
|
+
AddTagsToResourceCommand,
|
|
1337
|
+
AssociateAllowListCommand,
|
|
1338
|
+
CreateAccessKeyCommand,
|
|
1339
|
+
CreateAllowListCommand,
|
|
1340
|
+
CreateGroupCommand,
|
|
1341
|
+
CreateGroupAsyncCommand,
|
|
1342
|
+
CreateInstanceCommand,
|
|
1343
|
+
CreatePrivateLinkCommand,
|
|
1344
|
+
CreatePublicAddressCommand,
|
|
1345
|
+
CreateTopicCommand,
|
|
1346
|
+
CreateTopicAsyncCommand,
|
|
1347
|
+
DeleteAccessKeyCommand,
|
|
1348
|
+
DeleteAllowListCommand,
|
|
1349
|
+
DeleteGroupCommand,
|
|
1350
|
+
DeleteGroupAsyncCommand,
|
|
1351
|
+
DeleteGroupsCommand,
|
|
1352
|
+
DeleteInstanceCommand,
|
|
1353
|
+
DeletePrivateLinkCommand,
|
|
1354
|
+
DeletePublicAddressCommand,
|
|
1355
|
+
DeleteTopicCommand,
|
|
1356
|
+
DeleteTopicAsyncCommand,
|
|
1357
|
+
DescribeAccessKeyDetailCommand,
|
|
1358
|
+
DescribeAccessKeysCommand,
|
|
1359
|
+
DescribeAllowListDetailCommand,
|
|
1360
|
+
DescribeAllowListsCommand,
|
|
1361
|
+
DescribeAvailabilityZonesCommand,
|
|
1362
|
+
DescribeConsumedClientsCommand,
|
|
1363
|
+
DescribeConsumedTopicDetailCommand,
|
|
1364
|
+
DescribeConsumedTopicsCommand,
|
|
1365
|
+
DescribeGroupsCommand,
|
|
1366
|
+
DescribeGroupsDetailCommand,
|
|
1367
|
+
DescribeInstanceDetailCommand,
|
|
1368
|
+
DescribeInstancesCommand,
|
|
1369
|
+
DescribePLWhitelistCommand,
|
|
1370
|
+
DescribeRegionsCommand,
|
|
1371
|
+
DescribeSecretKeyCommand,
|
|
1372
|
+
DescribeTagsByResourceCommand,
|
|
1373
|
+
DescribeTopicAccessPoliciesCommand,
|
|
1374
|
+
DescribeTopicDetailCommand,
|
|
1375
|
+
DescribeTopicGroupsCommand,
|
|
1376
|
+
DescribeTopicQueueCommand,
|
|
1377
|
+
DescribeTopicsCommand,
|
|
1378
|
+
DisassociateAllowListCommand,
|
|
1379
|
+
EnableAutoCreateGroupCommand,
|
|
1380
|
+
EnableInstanceBurstTpsCommand,
|
|
1381
|
+
EnableInstanceInspectCommand,
|
|
1382
|
+
GetInspectConfigCommand,
|
|
1383
|
+
GetInstanceInspectResultCommand,
|
|
1384
|
+
ManualProcessResultCommand,
|
|
1385
|
+
ManualTriggerInspectCommand,
|
|
1386
|
+
MessageSendCommand,
|
|
1387
|
+
ModifyAccessKeyAllAuthorityCommand,
|
|
1388
|
+
ModifyAccessKeyAuthorityCommand,
|
|
1389
|
+
ModifyAllowListCommand,
|
|
1390
|
+
ModifyGroupDescriptionCommand,
|
|
1391
|
+
ModifyInstanceAttributesCommand,
|
|
1392
|
+
ModifyInstanceChargeTypeCommand,
|
|
1393
|
+
ModifyInstanceSpecCommand,
|
|
1394
|
+
ModifyTopicAccessPoliciesCommand,
|
|
1395
|
+
ModifyTopicDescriptionCommand,
|
|
1396
|
+
QueryDLQMessageByGroupIdCommand,
|
|
1397
|
+
QueryDLQMessageByIdCommand,
|
|
1398
|
+
QueryMessageByMsgIdCommand,
|
|
1399
|
+
QueryMessageByMsgKeyCommand,
|
|
1400
|
+
QueryMessageByOffsetCommand,
|
|
1401
|
+
QueryMessageByTimestampCommand,
|
|
1402
|
+
QueryMessageTraceByMessageIdCommand,
|
|
1403
|
+
RemovePLWhitelistCommand,
|
|
1404
|
+
RemoveTagsFromResourceCommand,
|
|
1405
|
+
ResendDLQMessageByIdCommand,
|
|
1406
|
+
ResetConsumedOffsetsCommand,
|
|
1407
|
+
};
|