@volcengine/rocketmq 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +19 -0
- package/LICENSE.txt +202 -0
- package/dist/cjs/index.js +775 -0
- package/dist/esm/api.d.ts +815 -0
- package/dist/esm/api.d.ts.map +1 -0
- package/dist/esm/index.d.ts +13 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.mjs +525 -0
- package/dist/esm/types/access-keys-info-for-describe-access-keys-output.d.ts +50 -0
- package/dist/esm/types/access-keys-info-for-describe-access-keys-output.d.ts.map +1 -0
- package/dist/esm/types/access-policy-for-create-topic-async-input.d.ts +30 -0
- package/dist/esm/types/access-policy-for-create-topic-async-input.d.ts.map +1 -0
- package/dist/esm/types/access-policy-for-create-topic-input.d.ts +30 -0
- package/dist/esm/types/access-policy-for-create-topic-input.d.ts.map +1 -0
- package/dist/esm/types/access-policy-for-describe-topic-access-policies-output.d.ts +30 -0
- package/dist/esm/types/access-policy-for-describe-topic-access-policies-output.d.ts.map +1 -0
- package/dist/esm/types/access-policy-for-modify-access-key-authority-input.d.ts +30 -0
- package/dist/esm/types/access-policy-for-modify-access-key-authority-input.d.ts.map +1 -0
- package/dist/esm/types/access-policy-for-modify-topic-access-policies-input.d.ts +30 -0
- package/dist/esm/types/access-policy-for-modify-topic-access-policies-input.d.ts.map +1 -0
- package/dist/esm/types/add-plwhitelist-request.d.ts +30 -0
- package/dist/esm/types/add-plwhitelist-request.d.ts.map +1 -0
- package/dist/esm/types/add-plwhitelist-response.d.ts +20 -0
- package/dist/esm/types/add-plwhitelist-response.d.ts.map +1 -0
- package/dist/esm/types/add-tags-to-resource-request.d.ts +31 -0
- package/dist/esm/types/add-tags-to-resource-request.d.ts.map +1 -0
- package/dist/esm/types/add-tags-to-resource-response.d.ts +20 -0
- package/dist/esm/types/add-tags-to-resource-response.d.ts.map +1 -0
- package/dist/esm/types/allow-list-for-describe-allow-lists-output.d.ts +50 -0
- package/dist/esm/types/allow-list-for-describe-allow-lists-output.d.ts.map +1 -0
- package/dist/esm/types/associate-allow-list-request.d.ts +30 -0
- package/dist/esm/types/associate-allow-list-request.d.ts.map +1 -0
- package/dist/esm/types/associate-allow-list-response.d.ts +20 -0
- package/dist/esm/types/associate-allow-list-response.d.ts.map +1 -0
- package/dist/esm/types/associated-instance-for-describe-allow-list-detail-output.d.ts +35 -0
- package/dist/esm/types/associated-instance-for-describe-allow-list-detail-output.d.ts.map +1 -0
- package/dist/esm/types/basic-info-for-describe-instance-detail-output.d.ts +152 -0
- package/dist/esm/types/basic-info-for-describe-instance-detail-output.d.ts.map +1 -0
- package/dist/esm/types/bind-tag-for-create-instance-input.d.ts +30 -0
- package/dist/esm/types/bind-tag-for-create-instance-input.d.ts.map +1 -0
- package/dist/esm/types/charge-detail-for-describe-instance-detail-output.d.ts +60 -0
- package/dist/esm/types/charge-detail-for-describe-instance-detail-output.d.ts.map +1 -0
- package/dist/esm/types/charge-detail-for-describe-instances-output.d.ts +60 -0
- package/dist/esm/types/charge-detail-for-describe-instances-output.d.ts.map +1 -0
- package/dist/esm/types/charge-info-for-create-instance-input.d.ts +40 -0
- package/dist/esm/types/charge-info-for-create-instance-input.d.ts.map +1 -0
- package/dist/esm/types/charge-info-for-modify-instance-charge-type-input.d.ts +40 -0
- package/dist/esm/types/charge-info-for-modify-instance-charge-type-input.d.ts.map +1 -0
- package/dist/esm/types/config-for-get-inspect-config-output.d.ts +46 -0
- package/dist/esm/types/config-for-get-inspect-config-output.d.ts.map +1 -0
- package/dist/esm/types/configurable-for-get-inspect-config-output.d.ts +30 -0
- package/dist/esm/types/configurable-for-get-inspect-config-output.d.ts.map +1 -0
- package/dist/esm/types/connection-info-for-describe-instance-detail-output.d.ts +45 -0
- package/dist/esm/types/connection-info-for-describe-instance-detail-output.d.ts.map +1 -0
- package/dist/esm/types/consumed-clients-info-for-describe-consumed-clients-output.d.ts +45 -0
- package/dist/esm/types/consumed-clients-info-for-describe-consumed-clients-output.d.ts.map +1 -0
- package/dist/esm/types/consumed-queue-info-for-describe-consumed-topic-detail-output.d.ts +45 -0
- package/dist/esm/types/consumed-queue-info-for-describe-consumed-topic-detail-output.d.ts.map +1 -0
- package/dist/esm/types/consumed-topics-info-for-describe-consumed-topics-output.d.ts +35 -0
- package/dist/esm/types/consumed-topics-info-for-describe-consumed-topics-output.d.ts.map +1 -0
- package/dist/esm/types/consumer-trace-info-for-query-message-trace-by-message-id-output.d.ts +60 -0
- package/dist/esm/types/consumer-trace-info-for-query-message-trace-by-message-id-output.d.ts.map +1 -0
- package/dist/esm/types/create-access-key-request.d.ts +35 -0
- package/dist/esm/types/create-access-key-request.d.ts.map +1 -0
- package/dist/esm/types/create-access-key-response.d.ts +30 -0
- package/dist/esm/types/create-access-key-response.d.ts.map +1 -0
- package/dist/esm/types/create-allow-list-request.d.ts +40 -0
- package/dist/esm/types/create-allow-list-request.d.ts.map +1 -0
- package/dist/esm/types/create-allow-list-response.d.ts +25 -0
- package/dist/esm/types/create-allow-list-response.d.ts.map +1 -0
- package/dist/esm/types/create-group-async-request.d.ts +50 -0
- package/dist/esm/types/create-group-async-request.d.ts.map +1 -0
- package/dist/esm/types/create-group-async-response.d.ts +20 -0
- package/dist/esm/types/create-group-async-response.d.ts.map +1 -0
- package/dist/esm/types/create-group-request.d.ts +50 -0
- package/dist/esm/types/create-group-request.d.ts.map +1 -0
- package/dist/esm/types/create-group-response.d.ts +20 -0
- package/dist/esm/types/create-group-response.d.ts.map +1 -0
- package/dist/esm/types/create-instance-request.d.ts +117 -0
- package/dist/esm/types/create-instance-request.d.ts.map +1 -0
- package/dist/esm/types/create-instance-response.d.ts +30 -0
- package/dist/esm/types/create-instance-response.d.ts.map +1 -0
- package/dist/esm/types/create-private-link-request.d.ts +25 -0
- package/dist/esm/types/create-private-link-request.d.ts.map +1 -0
- package/dist/esm/types/create-private-link-response.d.ts +30 -0
- package/dist/esm/types/create-private-link-response.d.ts.map +1 -0
- package/dist/esm/types/create-public-address-request.d.ts +35 -0
- package/dist/esm/types/create-public-address-request.d.ts.map +1 -0
- package/dist/esm/types/create-public-address-response.d.ts +20 -0
- package/dist/esm/types/create-public-address-response.d.ts.map +1 -0
- package/dist/esm/types/create-topic-async-request.d.ts +51 -0
- package/dist/esm/types/create-topic-async-request.d.ts.map +1 -0
- package/dist/esm/types/create-topic-async-response.d.ts +20 -0
- package/dist/esm/types/create-topic-async-response.d.ts.map +1 -0
- package/dist/esm/types/create-topic-request.d.ts +51 -0
- package/dist/esm/types/create-topic-request.d.ts.map +1 -0
- package/dist/esm/types/create-topic-response.d.ts +30 -0
- package/dist/esm/types/create-topic-response.d.ts.map +1 -0
- package/dist/esm/types/delete-access-key-request.d.ts +30 -0
- package/dist/esm/types/delete-access-key-request.d.ts.map +1 -0
- package/dist/esm/types/delete-access-key-response.d.ts +20 -0
- package/dist/esm/types/delete-access-key-response.d.ts.map +1 -0
- package/dist/esm/types/delete-allow-list-request.d.ts +25 -0
- package/dist/esm/types/delete-allow-list-request.d.ts.map +1 -0
- package/dist/esm/types/delete-allow-list-response.d.ts +20 -0
- package/dist/esm/types/delete-allow-list-response.d.ts.map +1 -0
- package/dist/esm/types/delete-group-async-request.d.ts +30 -0
- package/dist/esm/types/delete-group-async-request.d.ts.map +1 -0
- package/dist/esm/types/delete-group-async-response.d.ts +20 -0
- package/dist/esm/types/delete-group-async-response.d.ts.map +1 -0
- package/dist/esm/types/delete-group-request.d.ts +30 -0
- package/dist/esm/types/delete-group-request.d.ts.map +1 -0
- package/dist/esm/types/delete-group-response.d.ts +20 -0
- package/dist/esm/types/delete-group-response.d.ts.map +1 -0
- package/dist/esm/types/delete-groups-request.d.ts +30 -0
- package/dist/esm/types/delete-groups-request.d.ts.map +1 -0
- package/dist/esm/types/delete-groups-response.d.ts +20 -0
- package/dist/esm/types/delete-groups-response.d.ts.map +1 -0
- package/dist/esm/types/delete-instance-request.d.ts +25 -0
- package/dist/esm/types/delete-instance-request.d.ts.map +1 -0
- package/dist/esm/types/delete-instance-response.d.ts +20 -0
- package/dist/esm/types/delete-instance-response.d.ts.map +1 -0
- package/dist/esm/types/delete-private-link-request.d.ts +25 -0
- package/dist/esm/types/delete-private-link-request.d.ts.map +1 -0
- package/dist/esm/types/delete-private-link-response.d.ts +20 -0
- package/dist/esm/types/delete-private-link-response.d.ts.map +1 -0
- package/dist/esm/types/delete-public-address-request.d.ts +25 -0
- package/dist/esm/types/delete-public-address-request.d.ts.map +1 -0
- package/dist/esm/types/delete-public-address-response.d.ts +20 -0
- package/dist/esm/types/delete-public-address-response.d.ts.map +1 -0
- package/dist/esm/types/delete-topic-async-request.d.ts +30 -0
- package/dist/esm/types/delete-topic-async-request.d.ts.map +1 -0
- package/dist/esm/types/delete-topic-async-response.d.ts +20 -0
- package/dist/esm/types/delete-topic-async-response.d.ts.map +1 -0
- package/dist/esm/types/delete-topic-request.d.ts +30 -0
- package/dist/esm/types/delete-topic-request.d.ts.map +1 -0
- package/dist/esm/types/delete-topic-response.d.ts +20 -0
- package/dist/esm/types/delete-topic-response.d.ts.map +1 -0
- package/dist/esm/types/describe-access-key-detail-request.d.ts +30 -0
- package/dist/esm/types/describe-access-key-detail-request.d.ts.map +1 -0
- package/dist/esm/types/describe-access-key-detail-response.d.ts +46 -0
- package/dist/esm/types/describe-access-key-detail-response.d.ts.map +1 -0
- package/dist/esm/types/describe-access-keys-request.d.ts +40 -0
- package/dist/esm/types/describe-access-keys-request.d.ts.map +1 -0
- package/dist/esm/types/describe-access-keys-response.d.ts +31 -0
- package/dist/esm/types/describe-access-keys-response.d.ts.map +1 -0
- package/dist/esm/types/describe-allow-list-detail-request.d.ts +25 -0
- package/dist/esm/types/describe-allow-list-detail-request.d.ts.map +1 -0
- package/dist/esm/types/describe-allow-list-detail-response.d.ts +51 -0
- package/dist/esm/types/describe-allow-list-detail-response.d.ts.map +1 -0
- package/dist/esm/types/describe-allow-lists-request.d.ts +86 -0
- package/dist/esm/types/describe-allow-lists-request.d.ts.map +1 -0
- package/dist/esm/types/describe-allow-lists-response.d.ts +26 -0
- package/dist/esm/types/describe-allow-lists-response.d.ts.map +1 -0
- package/dist/esm/types/describe-availability-zones-request.d.ts +25 -0
- package/dist/esm/types/describe-availability-zones-request.d.ts.map +1 -0
- package/dist/esm/types/describe-availability-zones-response.d.ts +31 -0
- package/dist/esm/types/describe-availability-zones-response.d.ts.map +1 -0
- package/dist/esm/types/describe-consumed-clients-request.d.ts +50 -0
- package/dist/esm/types/describe-consumed-clients-request.d.ts.map +1 -0
- package/dist/esm/types/describe-consumed-clients-response.d.ts +31 -0
- package/dist/esm/types/describe-consumed-clients-response.d.ts.map +1 -0
- package/dist/esm/types/describe-consumed-topic-detail-request.d.ts +45 -0
- package/dist/esm/types/describe-consumed-topic-detail-request.d.ts.map +1 -0
- package/dist/esm/types/describe-consumed-topic-detail-response.d.ts +31 -0
- package/dist/esm/types/describe-consumed-topic-detail-response.d.ts.map +1 -0
- package/dist/esm/types/describe-consumed-topics-request.d.ts +50 -0
- package/dist/esm/types/describe-consumed-topics-request.d.ts.map +1 -0
- package/dist/esm/types/describe-consumed-topics-response.d.ts +36 -0
- package/dist/esm/types/describe-consumed-topics-response.d.ts.map +1 -0
- package/dist/esm/types/describe-groups-detail-request.d.ts +30 -0
- package/dist/esm/types/describe-groups-detail-request.d.ts.map +1 -0
- package/dist/esm/types/describe-groups-detail-response.d.ts +100 -0
- package/dist/esm/types/describe-groups-detail-response.d.ts.map +1 -0
- package/dist/esm/types/describe-groups-request.d.ts +45 -0
- package/dist/esm/types/describe-groups-request.d.ts.map +1 -0
- package/dist/esm/types/describe-groups-response.d.ts +31 -0
- package/dist/esm/types/describe-groups-response.d.ts.map +1 -0
- package/dist/esm/types/describe-instance-detail-request.d.ts +25 -0
- package/dist/esm/types/describe-instance-detail-request.d.ts.map +1 -0
- package/dist/esm/types/describe-instance-detail-response.d.ts +43 -0
- package/dist/esm/types/describe-instance-detail-response.d.ts.map +1 -0
- package/dist/esm/types/describe-instances-request.d.ts +91 -0
- package/dist/esm/types/describe-instances-request.d.ts.map +1 -0
- package/dist/esm/types/describe-instances-response.d.ts +31 -0
- package/dist/esm/types/describe-instances-response.d.ts.map +1 -0
- package/dist/esm/types/describe-plwhitelist-request.d.ts +25 -0
- package/dist/esm/types/describe-plwhitelist-request.d.ts.map +1 -0
- package/dist/esm/types/describe-plwhitelist-response.d.ts +35 -0
- package/dist/esm/types/describe-plwhitelist-response.d.ts.map +1 -0
- package/dist/esm/types/describe-regions-request.d.ts +20 -0
- package/dist/esm/types/describe-regions-request.d.ts.map +1 -0
- package/dist/esm/types/describe-regions-response.d.ts +26 -0
- package/dist/esm/types/describe-regions-response.d.ts.map +1 -0
- package/dist/esm/types/describe-secret-key-request.d.ts +30 -0
- package/dist/esm/types/describe-secret-key-request.d.ts.map +1 -0
- package/dist/esm/types/describe-secret-key-response.d.ts +30 -0
- package/dist/esm/types/describe-secret-key-response.d.ts.map +1 -0
- package/dist/esm/types/describe-tags-by-resource-request.d.ts +41 -0
- package/dist/esm/types/describe-tags-by-resource-request.d.ts.map +1 -0
- package/dist/esm/types/describe-tags-by-resource-response.d.ts +31 -0
- package/dist/esm/types/describe-tags-by-resource-response.d.ts.map +1 -0
- package/dist/esm/types/describe-topic-access-policies-request.d.ts +45 -0
- package/dist/esm/types/describe-topic-access-policies-request.d.ts.map +1 -0
- package/dist/esm/types/describe-topic-access-policies-response.d.ts +31 -0
- package/dist/esm/types/describe-topic-access-policies-response.d.ts.map +1 -0
- package/dist/esm/types/describe-topic-detail-request.d.ts +30 -0
- package/dist/esm/types/describe-topic-detail-request.d.ts.map +1 -0
- package/dist/esm/types/describe-topic-detail-response.d.ts +65 -0
- package/dist/esm/types/describe-topic-detail-response.d.ts.map +1 -0
- package/dist/esm/types/describe-topic-groups-request.d.ts +45 -0
- package/dist/esm/types/describe-topic-groups-request.d.ts.map +1 -0
- package/dist/esm/types/describe-topic-groups-response.d.ts +31 -0
- package/dist/esm/types/describe-topic-groups-response.d.ts.map +1 -0
- package/dist/esm/types/describe-topic-queue-request.d.ts +45 -0
- package/dist/esm/types/describe-topic-queue-request.d.ts.map +1 -0
- package/dist/esm/types/describe-topic-queue-response.d.ts +31 -0
- package/dist/esm/types/describe-topic-queue-response.d.ts.map +1 -0
- package/dist/esm/types/describe-topics-request.d.ts +55 -0
- package/dist/esm/types/describe-topics-request.d.ts.map +1 -0
- package/dist/esm/types/describe-topics-response.d.ts +36 -0
- package/dist/esm/types/describe-topics-response.d.ts.map +1 -0
- package/dist/esm/types/disassociate-allow-list-request.d.ts +30 -0
- package/dist/esm/types/disassociate-allow-list-request.d.ts.map +1 -0
- package/dist/esm/types/disassociate-allow-list-response.d.ts +20 -0
- package/dist/esm/types/disassociate-allow-list-response.d.ts.map +1 -0
- package/dist/esm/types/dlqmessage-info-for-query-dlqmessage-by-id-output.d.ts +65 -0
- package/dist/esm/types/dlqmessage-info-for-query-dlqmessage-by-id-output.d.ts.map +1 -0
- package/dist/esm/types/dlqmessage-list-for-query-dlqmessage-by-group-id-output.d.ts +65 -0
- package/dist/esm/types/dlqmessage-list-for-query-dlqmessage-by-group-id-output.d.ts.map +1 -0
- package/dist/esm/types/enable-auto-create-group-request.d.ts +30 -0
- package/dist/esm/types/enable-auto-create-group-request.d.ts.map +1 -0
- package/dist/esm/types/enable-auto-create-group-response.d.ts +20 -0
- package/dist/esm/types/enable-auto-create-group-response.d.ts.map +1 -0
- package/dist/esm/types/enable-instance-burst-tps-request.d.ts +30 -0
- package/dist/esm/types/enable-instance-burst-tps-request.d.ts.map +1 -0
- package/dist/esm/types/enable-instance-burst-tps-response.d.ts +20 -0
- package/dist/esm/types/enable-instance-burst-tps-response.d.ts.map +1 -0
- package/dist/esm/types/enable-instance-inspect-request.d.ts +30 -0
- package/dist/esm/types/enable-instance-inspect-request.d.ts.map +1 -0
- package/dist/esm/types/enable-instance-inspect-response.d.ts +20 -0
- package/dist/esm/types/enable-instance-inspect-response.d.ts.map +1 -0
- package/dist/esm/types/filter-info-for-describe-allow-lists-input.d.ts +20 -0
- package/dist/esm/types/filter-info-for-describe-allow-lists-input.d.ts.map +1 -0
- package/dist/esm/types/filters-for-get-inspect-config-input.d.ts +20 -0
- package/dist/esm/types/filters-for-get-inspect-config-input.d.ts.map +1 -0
- package/dist/esm/types/get-inspect-config-request.d.ts +41 -0
- package/dist/esm/types/get-inspect-config-request.d.ts.map +1 -0
- package/dist/esm/types/get-inspect-config-response.d.ts +41 -0
- package/dist/esm/types/get-inspect-config-response.d.ts.map +1 -0
- package/dist/esm/types/get-instance-inspect-result-request.d.ts +45 -0
- package/dist/esm/types/get-instance-inspect-result-request.d.ts.map +1 -0
- package/dist/esm/types/get-instance-inspect-result-response.d.ts +46 -0
- package/dist/esm/types/get-instance-inspect-result-response.d.ts.map +1 -0
- package/dist/esm/types/groups-info-for-describe-groups-output.d.ts +35 -0
- package/dist/esm/types/groups-info-for-describe-groups-output.d.ts.map +1 -0
- package/dist/esm/types/groups-info-for-describe-topic-groups-output.d.ts +35 -0
- package/dist/esm/types/groups-info-for-describe-topic-groups-output.d.ts.map +1 -0
- package/dist/esm/types/index.d.ts +193 -0
- package/dist/esm/types/index.d.ts.map +1 -0
- package/dist/esm/types/instance-tag-for-describe-instance-detail-output.d.ts +30 -0
- package/dist/esm/types/instance-tag-for-describe-instance-detail-output.d.ts.map +1 -0
- package/dist/esm/types/instance-tag-for-describe-instances-output.d.ts +30 -0
- package/dist/esm/types/instance-tag-for-describe-instances-output.d.ts.map +1 -0
- package/dist/esm/types/instances-info-for-describe-instances-output.d.ts +152 -0
- package/dist/esm/types/instances-info-for-describe-instances-output.d.ts.map +1 -0
- package/dist/esm/types/manual-process-result-request.d.ts +30 -0
- package/dist/esm/types/manual-process-result-request.d.ts.map +1 -0
- package/dist/esm/types/manual-process-result-response.d.ts +20 -0
- package/dist/esm/types/manual-process-result-response.d.ts.map +1 -0
- package/dist/esm/types/manual-trigger-inspect-request.d.ts +35 -0
- package/dist/esm/types/manual-trigger-inspect-request.d.ts.map +1 -0
- package/dist/esm/types/manual-trigger-inspect-response.d.ts +20 -0
- package/dist/esm/types/manual-trigger-inspect-response.d.ts.map +1 -0
- package/dist/esm/types/message-info-for-query-message-by-msg-id-output.d.ts +70 -0
- package/dist/esm/types/message-info-for-query-message-by-msg-id-output.d.ts.map +1 -0
- package/dist/esm/types/message-info-for-query-message-by-offset-output.d.ts +70 -0
- package/dist/esm/types/message-info-for-query-message-by-offset-output.d.ts.map +1 -0
- package/dist/esm/types/message-list-for-query-message-by-msg-key-output.d.ts +70 -0
- package/dist/esm/types/message-list-for-query-message-by-msg-key-output.d.ts.map +1 -0
- package/dist/esm/types/message-list-for-query-message-by-timestamp-output.d.ts +70 -0
- package/dist/esm/types/message-list-for-query-message-by-timestamp-output.d.ts.map +1 -0
- package/dist/esm/types/message-send-request.d.ts +50 -0
- package/dist/esm/types/message-send-request.d.ts.map +1 -0
- package/dist/esm/types/message-send-response.d.ts +46 -0
- package/dist/esm/types/message-send-response.d.ts.map +1 -0
- package/dist/esm/types/modify-access-key-all-authority-request.d.ts +35 -0
- package/dist/esm/types/modify-access-key-all-authority-request.d.ts.map +1 -0
- package/dist/esm/types/modify-access-key-all-authority-response.d.ts +20 -0
- package/dist/esm/types/modify-access-key-all-authority-response.d.ts.map +1 -0
- package/dist/esm/types/modify-access-key-authority-request.d.ts +36 -0
- package/dist/esm/types/modify-access-key-authority-request.d.ts.map +1 -0
- package/dist/esm/types/modify-access-key-authority-response.d.ts +20 -0
- package/dist/esm/types/modify-access-key-authority-response.d.ts.map +1 -0
- package/dist/esm/types/modify-allow-list-request.d.ts +50 -0
- package/dist/esm/types/modify-allow-list-request.d.ts.map +1 -0
- package/dist/esm/types/modify-allow-list-response.d.ts +20 -0
- package/dist/esm/types/modify-allow-list-response.d.ts.map +1 -0
- package/dist/esm/types/modify-group-description-request.d.ts +35 -0
- package/dist/esm/types/modify-group-description-request.d.ts.map +1 -0
- package/dist/esm/types/modify-group-description-response.d.ts +20 -0
- package/dist/esm/types/modify-group-description-response.d.ts.map +1 -0
- package/dist/esm/types/modify-instance-attributes-request.d.ts +41 -0
- package/dist/esm/types/modify-instance-attributes-request.d.ts.map +1 -0
- package/dist/esm/types/modify-instance-attributes-response.d.ts +20 -0
- package/dist/esm/types/modify-instance-attributes-response.d.ts.map +1 -0
- package/dist/esm/types/modify-instance-charge-type-request.d.ts +31 -0
- package/dist/esm/types/modify-instance-charge-type-request.d.ts.map +1 -0
- package/dist/esm/types/modify-instance-charge-type-response.d.ts +25 -0
- package/dist/esm/types/modify-instance-charge-type-response.d.ts.map +1 -0
- package/dist/esm/types/modify-instance-spec-request.d.ts +45 -0
- package/dist/esm/types/modify-instance-spec-request.d.ts.map +1 -0
- package/dist/esm/types/modify-instance-spec-response.d.ts +25 -0
- package/dist/esm/types/modify-instance-spec-response.d.ts.map +1 -0
- package/dist/esm/types/modify-topic-access-policies-request.d.ts +36 -0
- package/dist/esm/types/modify-topic-access-policies-request.d.ts.map +1 -0
- package/dist/esm/types/modify-topic-access-policies-response.d.ts +20 -0
- package/dist/esm/types/modify-topic-access-policies-response.d.ts.map +1 -0
- package/dist/esm/types/modify-topic-description-request.d.ts +35 -0
- package/dist/esm/types/modify-topic-description-request.d.ts.map +1 -0
- package/dist/esm/types/modify-topic-description-response.d.ts +20 -0
- package/dist/esm/types/modify-topic-description-response.d.ts.map +1 -0
- package/dist/esm/types/msgqueue-for-message-send-output.d.ts +35 -0
- package/dist/esm/types/msgqueue-for-message-send-output.d.ts.map +1 -0
- package/dist/esm/types/producer-trace-info-for-query-message-trace-by-message-id-output.d.ts +40 -0
- package/dist/esm/types/producer-trace-info-for-query-message-trace-by-message-id-output.d.ts.map +1 -0
- package/dist/esm/types/product-info-for-modify-instance-attributes-input.d.ts +25 -0
- package/dist/esm/types/product-info-for-modify-instance-attributes-input.d.ts.map +1 -0
- package/dist/esm/types/query-dlqmessage-by-group-id-request.d.ts +50 -0
- package/dist/esm/types/query-dlqmessage-by-group-id-request.d.ts.map +1 -0
- package/dist/esm/types/query-dlqmessage-by-group-id-response.d.ts +31 -0
- package/dist/esm/types/query-dlqmessage-by-group-id-response.d.ts.map +1 -0
- package/dist/esm/types/query-dlqmessage-by-id-request.d.ts +35 -0
- package/dist/esm/types/query-dlqmessage-by-id-request.d.ts.map +1 -0
- package/dist/esm/types/query-dlqmessage-by-id-response.d.ts +26 -0
- package/dist/esm/types/query-dlqmessage-by-id-response.d.ts.map +1 -0
- package/dist/esm/types/query-message-by-msg-id-request.d.ts +35 -0
- package/dist/esm/types/query-message-by-msg-id-request.d.ts.map +1 -0
- package/dist/esm/types/query-message-by-msg-id-response.d.ts +26 -0
- package/dist/esm/types/query-message-by-msg-id-response.d.ts.map +1 -0
- package/dist/esm/types/query-message-by-msg-key-request.d.ts +35 -0
- package/dist/esm/types/query-message-by-msg-key-request.d.ts.map +1 -0
- package/dist/esm/types/query-message-by-msg-key-response.d.ts +31 -0
- package/dist/esm/types/query-message-by-msg-key-response.d.ts.map +1 -0
- package/dist/esm/types/query-message-by-offset-request.d.ts +50 -0
- package/dist/esm/types/query-message-by-offset-request.d.ts.map +1 -0
- package/dist/esm/types/query-message-by-offset-response.d.ts +26 -0
- package/dist/esm/types/query-message-by-offset-response.d.ts.map +1 -0
- package/dist/esm/types/query-message-by-timestamp-request.d.ts +45 -0
- package/dist/esm/types/query-message-by-timestamp-request.d.ts.map +1 -0
- package/dist/esm/types/query-message-by-timestamp-response.d.ts +31 -0
- package/dist/esm/types/query-message-by-timestamp-response.d.ts.map +1 -0
- package/dist/esm/types/query-message-trace-by-message-id-request.d.ts +55 -0
- package/dist/esm/types/query-message-trace-by-message-id-request.d.ts.map +1 -0
- package/dist/esm/types/query-message-trace-by-message-id-response.d.ts +32 -0
- package/dist/esm/types/query-message-trace-by-message-id-response.d.ts.map +1 -0
- package/dist/esm/types/queues-info-for-describe-topic-queue-output.d.ts +45 -0
- package/dist/esm/types/queues-info-for-describe-topic-queue-output.d.ts.map +1 -0
- package/dist/esm/types/region-for-describe-regions-output.d.ts +40 -0
- package/dist/esm/types/region-for-describe-regions-output.d.ts.map +1 -0
- package/dist/esm/types/remove-plwhitelist-request.d.ts +30 -0
- package/dist/esm/types/remove-plwhitelist-request.d.ts.map +1 -0
- package/dist/esm/types/remove-plwhitelist-response.d.ts +20 -0
- package/dist/esm/types/remove-plwhitelist-response.d.ts.map +1 -0
- package/dist/esm/types/remove-tags-from-resource-request.d.ts +35 -0
- package/dist/esm/types/remove-tags-from-resource-request.d.ts.map +1 -0
- package/dist/esm/types/remove-tags-from-resource-response.d.ts +20 -0
- package/dist/esm/types/remove-tags-from-resource-response.d.ts.map +1 -0
- package/dist/esm/types/resend-dlqmessage-by-id-request.d.ts +35 -0
- package/dist/esm/types/resend-dlqmessage-by-id-request.d.ts.map +1 -0
- package/dist/esm/types/resend-dlqmessage-by-id-response.d.ts +26 -0
- package/dist/esm/types/resend-dlqmessage-by-id-response.d.ts.map +1 -0
- package/dist/esm/types/resend-result-for-resend-dlqmessage-by-id-output.d.ts +30 -0
- package/dist/esm/types/resend-result-for-resend-dlqmessage-by-id-output.d.ts.map +1 -0
- package/dist/esm/types/reset-consumed-offsets-request.d.ts +45 -0
- package/dist/esm/types/reset-consumed-offsets-request.d.ts.map +1 -0
- package/dist/esm/types/reset-consumed-offsets-response.d.ts +20 -0
- package/dist/esm/types/reset-consumed-offsets-response.d.ts.map +1 -0
- package/dist/esm/types/result-for-get-instance-inspect-result-output.d.ts +65 -0
- package/dist/esm/types/result-for-get-instance-inspect-result-output.d.ts.map +1 -0
- package/dist/esm/types/tag-filter-for-describe-instances-input.d.ts +30 -0
- package/dist/esm/types/tag-filter-for-describe-instances-input.d.ts.map +1 -0
- package/dist/esm/types/tag-filter-for-describe-tags-by-resource-input.d.ts +30 -0
- package/dist/esm/types/tag-filter-for-describe-tags-by-resource-input.d.ts.map +1 -0
- package/dist/esm/types/tag-for-add-tags-to-resource-input.d.ts +30 -0
- package/dist/esm/types/tag-for-add-tags-to-resource-input.d.ts.map +1 -0
- package/dist/esm/types/tag-resource-for-describe-tags-by-resource-output.d.ts +35 -0
- package/dist/esm/types/tag-resource-for-describe-tags-by-resource-output.d.ts.map +1 -0
- package/dist/esm/types/topic-permission-for-describe-access-key-detail-output.d.ts +30 -0
- package/dist/esm/types/topic-permission-for-describe-access-key-detail-output.d.ts.map +1 -0
- package/dist/esm/types/topics-info-for-describe-topics-output.d.ts +45 -0
- package/dist/esm/types/topics-info-for-describe-topics-output.d.ts.map +1 -0
- package/dist/esm/types/zone-for-describe-availability-zones-output.d.ts +40 -0
- package/dist/esm/types/zone-for-describe-availability-zones-output.d.ts.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +37 -0
- package/rslib.config.ts +26 -0
- package/src/api.ts +1407 -0
- package/src/index.ts +14 -0
- package/src/types/access-keys-info-for-describe-access-keys-output.ts +58 -0
- package/src/types/access-policy-for-create-topic-async-input.ts +34 -0
- package/src/types/access-policy-for-create-topic-input.ts +34 -0
- package/src/types/access-policy-for-describe-topic-access-policies-output.ts +34 -0
- package/src/types/access-policy-for-modify-access-key-authority-input.ts +34 -0
- package/src/types/access-policy-for-modify-topic-access-policies-input.ts +34 -0
- package/src/types/add-plwhitelist-request.ts +34 -0
- package/src/types/add-plwhitelist-response.ts +22 -0
- package/src/types/add-tags-to-resource-request.ts +35 -0
- package/src/types/add-tags-to-resource-response.ts +22 -0
- package/src/types/allow-list-for-describe-allow-lists-output.ts +58 -0
- package/src/types/associate-allow-list-request.ts +34 -0
- package/src/types/associate-allow-list-response.ts +22 -0
- package/src/types/associated-instance-for-describe-allow-list-detail-output.ts +40 -0
- package/src/types/basic-info-for-describe-instance-detail-output.ts +180 -0
- package/src/types/bind-tag-for-create-instance-input.ts +34 -0
- package/src/types/charge-detail-for-describe-instance-detail-output.ts +70 -0
- package/src/types/charge-detail-for-describe-instances-output.ts +70 -0
- package/src/types/charge-info-for-create-instance-input.ts +46 -0
- package/src/types/charge-info-for-modify-instance-charge-type-input.ts +46 -0
- package/src/types/config-for-get-inspect-config-output.ts +53 -0
- package/src/types/configurable-for-get-inspect-config-output.ts +34 -0
- package/src/types/connection-info-for-describe-instance-detail-output.ts +52 -0
- package/src/types/consumed-clients-info-for-describe-consumed-clients-output.ts +52 -0
- package/src/types/consumed-queue-info-for-describe-consumed-topic-detail-output.ts +52 -0
- package/src/types/consumed-topics-info-for-describe-consumed-topics-output.ts +40 -0
- package/src/types/consumer-trace-info-for-query-message-trace-by-message-id-output.ts +70 -0
- package/src/types/create-access-key-request.ts +40 -0
- package/src/types/create-access-key-response.ts +34 -0
- package/src/types/create-allow-list-request.ts +46 -0
- package/src/types/create-allow-list-response.ts +28 -0
- package/src/types/create-group-async-request.ts +58 -0
- package/src/types/create-group-async-response.ts +22 -0
- package/src/types/create-group-request.ts +58 -0
- package/src/types/create-group-response.ts +22 -0
- package/src/types/create-instance-request.ts +138 -0
- package/src/types/create-instance-response.ts +34 -0
- package/src/types/create-private-link-request.ts +28 -0
- package/src/types/create-private-link-response.ts +34 -0
- package/src/types/create-public-address-request.ts +40 -0
- package/src/types/create-public-address-response.ts +22 -0
- package/src/types/create-topic-async-request.ts +59 -0
- package/src/types/create-topic-async-response.ts +22 -0
- package/src/types/create-topic-request.ts +59 -0
- package/src/types/create-topic-response.ts +34 -0
- package/src/types/delete-access-key-request.ts +34 -0
- package/src/types/delete-access-key-response.ts +22 -0
- package/src/types/delete-allow-list-request.ts +28 -0
- package/src/types/delete-allow-list-response.ts +22 -0
- package/src/types/delete-group-async-request.ts +34 -0
- package/src/types/delete-group-async-response.ts +22 -0
- package/src/types/delete-group-request.ts +34 -0
- package/src/types/delete-group-response.ts +22 -0
- package/src/types/delete-groups-request.ts +34 -0
- package/src/types/delete-groups-response.ts +22 -0
- package/src/types/delete-instance-request.ts +28 -0
- package/src/types/delete-instance-response.ts +22 -0
- package/src/types/delete-private-link-request.ts +28 -0
- package/src/types/delete-private-link-response.ts +22 -0
- package/src/types/delete-public-address-request.ts +28 -0
- package/src/types/delete-public-address-response.ts +22 -0
- package/src/types/delete-topic-async-request.ts +34 -0
- package/src/types/delete-topic-async-response.ts +22 -0
- package/src/types/delete-topic-request.ts +34 -0
- package/src/types/delete-topic-response.ts +22 -0
- package/src/types/describe-access-key-detail-request.ts +34 -0
- package/src/types/describe-access-key-detail-response.ts +53 -0
- package/src/types/describe-access-keys-request.ts +46 -0
- package/src/types/describe-access-keys-response.ts +35 -0
- package/src/types/describe-allow-list-detail-request.ts +28 -0
- package/src/types/describe-allow-list-detail-response.ts +59 -0
- package/src/types/describe-allow-lists-request.ts +101 -0
- package/src/types/describe-allow-lists-response.ts +29 -0
- package/src/types/describe-availability-zones-request.ts +28 -0
- package/src/types/describe-availability-zones-response.ts +35 -0
- package/src/types/describe-consumed-clients-request.ts +58 -0
- package/src/types/describe-consumed-clients-response.ts +35 -0
- package/src/types/describe-consumed-topic-detail-request.ts +52 -0
- package/src/types/describe-consumed-topic-detail-response.ts +35 -0
- package/src/types/describe-consumed-topics-request.ts +58 -0
- package/src/types/describe-consumed-topics-response.ts +41 -0
- package/src/types/describe-groups-detail-request.ts +34 -0
- package/src/types/describe-groups-detail-response.ts +118 -0
- package/src/types/describe-groups-request.ts +52 -0
- package/src/types/describe-groups-response.ts +35 -0
- package/src/types/describe-instance-detail-request.ts +28 -0
- package/src/types/describe-instance-detail-response.ts +49 -0
- package/src/types/describe-instances-request.ts +107 -0
- package/src/types/describe-instances-response.ts +35 -0
- package/src/types/describe-plwhitelist-request.ts +28 -0
- package/src/types/describe-plwhitelist-response.ts +40 -0
- package/src/types/describe-regions-request.ts +22 -0
- package/src/types/describe-regions-response.ts +29 -0
- package/src/types/describe-secret-key-request.ts +34 -0
- package/src/types/describe-secret-key-response.ts +34 -0
- package/src/types/describe-tags-by-resource-request.ts +47 -0
- package/src/types/describe-tags-by-resource-response.ts +35 -0
- package/src/types/describe-topic-access-policies-request.ts +52 -0
- package/src/types/describe-topic-access-policies-response.ts +35 -0
- package/src/types/describe-topic-detail-request.ts +34 -0
- package/src/types/describe-topic-detail-response.ts +76 -0
- package/src/types/describe-topic-groups-request.ts +52 -0
- package/src/types/describe-topic-groups-response.ts +35 -0
- package/src/types/describe-topic-queue-request.ts +52 -0
- package/src/types/describe-topic-queue-response.ts +35 -0
- package/src/types/describe-topics-request.ts +64 -0
- package/src/types/describe-topics-response.ts +41 -0
- package/src/types/disassociate-allow-list-request.ts +34 -0
- package/src/types/disassociate-allow-list-response.ts +22 -0
- package/src/types/dlqmessage-info-for-query-dlqmessage-by-id-output.ts +76 -0
- package/src/types/dlqmessage-list-for-query-dlqmessage-by-group-id-output.ts +76 -0
- package/src/types/enable-auto-create-group-request.ts +34 -0
- package/src/types/enable-auto-create-group-response.ts +22 -0
- package/src/types/enable-instance-burst-tps-request.ts +34 -0
- package/src/types/enable-instance-burst-tps-response.ts +22 -0
- package/src/types/enable-instance-inspect-request.ts +34 -0
- package/src/types/enable-instance-inspect-response.ts +22 -0
- package/src/types/filter-info-for-describe-allow-lists-input.ts +22 -0
- package/src/types/filters-for-get-inspect-config-input.ts +22 -0
- package/src/types/get-inspect-config-request.ts +47 -0
- package/src/types/get-inspect-config-response.ts +47 -0
- package/src/types/get-instance-inspect-result-request.ts +52 -0
- package/src/types/get-instance-inspect-result-response.ts +53 -0
- package/src/types/groups-info-for-describe-groups-output.ts +40 -0
- package/src/types/groups-info-for-describe-topic-groups-output.ts +40 -0
- package/src/types/index.ts +192 -0
- package/src/types/instance-tag-for-describe-instance-detail-output.ts +34 -0
- package/src/types/instance-tag-for-describe-instances-output.ts +34 -0
- package/src/types/instances-info-for-describe-instances-output.ts +180 -0
- package/src/types/manual-process-result-request.ts +34 -0
- package/src/types/manual-process-result-response.ts +22 -0
- package/src/types/manual-trigger-inspect-request.ts +40 -0
- package/src/types/manual-trigger-inspect-response.ts +22 -0
- package/src/types/message-info-for-query-message-by-msg-id-output.ts +82 -0
- package/src/types/message-info-for-query-message-by-offset-output.ts +82 -0
- package/src/types/message-list-for-query-message-by-msg-key-output.ts +82 -0
- package/src/types/message-list-for-query-message-by-timestamp-output.ts +82 -0
- package/src/types/message-send-request.ts +58 -0
- package/src/types/message-send-response.ts +53 -0
- package/src/types/modify-access-key-all-authority-request.ts +40 -0
- package/src/types/modify-access-key-all-authority-response.ts +22 -0
- package/src/types/modify-access-key-authority-request.ts +41 -0
- package/src/types/modify-access-key-authority-response.ts +22 -0
- package/src/types/modify-allow-list-request.ts +58 -0
- package/src/types/modify-allow-list-response.ts +22 -0
- package/src/types/modify-group-description-request.ts +40 -0
- package/src/types/modify-group-description-response.ts +22 -0
- package/src/types/modify-instance-attributes-request.ts +47 -0
- package/src/types/modify-instance-attributes-response.ts +22 -0
- package/src/types/modify-instance-charge-type-request.ts +35 -0
- package/src/types/modify-instance-charge-type-response.ts +28 -0
- package/src/types/modify-instance-spec-request.ts +52 -0
- package/src/types/modify-instance-spec-response.ts +28 -0
- package/src/types/modify-topic-access-policies-request.ts +41 -0
- package/src/types/modify-topic-access-policies-response.ts +22 -0
- package/src/types/modify-topic-description-request.ts +40 -0
- package/src/types/modify-topic-description-response.ts +22 -0
- package/src/types/msgqueue-for-message-send-output.ts +40 -0
- package/src/types/producer-trace-info-for-query-message-trace-by-message-id-output.ts +46 -0
- package/src/types/product-info-for-modify-instance-attributes-input.ts +28 -0
- package/src/types/query-dlqmessage-by-group-id-request.ts +58 -0
- package/src/types/query-dlqmessage-by-group-id-response.ts +35 -0
- package/src/types/query-dlqmessage-by-id-request.ts +40 -0
- package/src/types/query-dlqmessage-by-id-response.ts +29 -0
- package/src/types/query-message-by-msg-id-request.ts +40 -0
- package/src/types/query-message-by-msg-id-response.ts +29 -0
- package/src/types/query-message-by-msg-key-request.ts +40 -0
- package/src/types/query-message-by-msg-key-response.ts +35 -0
- package/src/types/query-message-by-offset-request.ts +58 -0
- package/src/types/query-message-by-offset-response.ts +29 -0
- package/src/types/query-message-by-timestamp-request.ts +52 -0
- package/src/types/query-message-by-timestamp-response.ts +35 -0
- package/src/types/query-message-trace-by-message-id-request.ts +64 -0
- package/src/types/query-message-trace-by-message-id-response.ts +36 -0
- package/src/types/queues-info-for-describe-topic-queue-output.ts +52 -0
- package/src/types/region-for-describe-regions-output.ts +46 -0
- package/src/types/remove-plwhitelist-request.ts +34 -0
- package/src/types/remove-plwhitelist-response.ts +22 -0
- package/src/types/remove-tags-from-resource-request.ts +40 -0
- package/src/types/remove-tags-from-resource-response.ts +22 -0
- package/src/types/resend-dlqmessage-by-id-request.ts +40 -0
- package/src/types/resend-dlqmessage-by-id-response.ts +29 -0
- package/src/types/resend-result-for-resend-dlqmessage-by-id-output.ts +34 -0
- package/src/types/reset-consumed-offsets-request.ts +52 -0
- package/src/types/reset-consumed-offsets-response.ts +22 -0
- package/src/types/result-for-get-instance-inspect-result-output.ts +76 -0
- package/src/types/tag-filter-for-describe-instances-input.ts +34 -0
- package/src/types/tag-filter-for-describe-tags-by-resource-input.ts +34 -0
- package/src/types/tag-for-add-tags-to-resource-input.ts +34 -0
- package/src/types/tag-resource-for-describe-tags-by-resource-output.ts +40 -0
- package/src/types/topic-permission-for-describe-access-key-detail-output.ts +34 -0
- package/src/types/topics-info-for-describe-topics-output.ts +52 -0
- package/src/types/zone-for-describe-availability-zones-output.ts +46 -0
- package/tsconfig.json +12 -0
|
@@ -0,0 +1,775 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __webpack_require__ = {};
|
|
3
|
+
(()=>{
|
|
4
|
+
__webpack_require__.d = (exports1, definition)=>{
|
|
5
|
+
for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports1, key)) Object.defineProperty(exports1, key, {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: definition[key]
|
|
8
|
+
});
|
|
9
|
+
};
|
|
10
|
+
})();
|
|
11
|
+
(()=>{
|
|
12
|
+
__webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
|
|
13
|
+
})();
|
|
14
|
+
(()=>{
|
|
15
|
+
__webpack_require__.r = (exports1)=>{
|
|
16
|
+
if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
|
|
17
|
+
value: 'Module'
|
|
18
|
+
});
|
|
19
|
+
Object.defineProperty(exports1, '__esModule', {
|
|
20
|
+
value: true
|
|
21
|
+
});
|
|
22
|
+
};
|
|
23
|
+
})();
|
|
24
|
+
var __webpack_exports__ = {};
|
|
25
|
+
__webpack_require__.r(__webpack_exports__);
|
|
26
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
27
|
+
ModifyTopicAccessPoliciesCommand: ()=>ModifyTopicAccessPoliciesCommand,
|
|
28
|
+
CreateAllowListCommand: ()=>CreateAllowListCommand,
|
|
29
|
+
DescribeRegionsCommand: ()=>DescribeRegionsCommand,
|
|
30
|
+
RemoveTagsFromResourceCommand: ()=>RemoveTagsFromResourceCommand,
|
|
31
|
+
EnableInstanceInspectCommand: ()=>EnableInstanceInspectCommand,
|
|
32
|
+
AddTagsToResourceCommand: ()=>AddTagsToResourceCommand,
|
|
33
|
+
DeleteTopicCommand: ()=>DeleteTopicCommand,
|
|
34
|
+
ROCKETMQClient: ()=>ROCKETMQClient,
|
|
35
|
+
DeleteGroupAsyncCommand: ()=>DeleteGroupAsyncCommand,
|
|
36
|
+
ModifyInstanceAttributesCommand: ()=>ModifyInstanceAttributesCommand,
|
|
37
|
+
DescribeAccessKeysCommand: ()=>DescribeAccessKeysCommand,
|
|
38
|
+
DescribeGroupsDetailCommand: ()=>DescribeGroupsDetailCommand,
|
|
39
|
+
EnableAutoCreateGroupCommand: ()=>EnableAutoCreateGroupCommand,
|
|
40
|
+
EnableInstanceBurstTpsCommand: ()=>EnableInstanceBurstTpsCommand,
|
|
41
|
+
DeleteInstanceCommand: ()=>DeleteInstanceCommand,
|
|
42
|
+
DescribeTopicQueueCommand: ()=>DescribeTopicQueueCommand,
|
|
43
|
+
AddPLWhitelistCommand: ()=>AddPLWhitelistCommand,
|
|
44
|
+
DescribeTopicsCommand: ()=>DescribeTopicsCommand,
|
|
45
|
+
ResetConsumedOffsetsCommand: ()=>ResetConsumedOffsetsCommand,
|
|
46
|
+
DeleteTopicAsyncCommand: ()=>DeleteTopicAsyncCommand,
|
|
47
|
+
AssociateAllowListCommand: ()=>AssociateAllowListCommand,
|
|
48
|
+
ManualTriggerInspectCommand: ()=>ManualTriggerInspectCommand,
|
|
49
|
+
RemovePLWhitelistCommand: ()=>RemovePLWhitelistCommand,
|
|
50
|
+
DeleteGroupCommand: ()=>DeleteGroupCommand,
|
|
51
|
+
DescribeTagsByResourceCommand: ()=>DescribeTagsByResourceCommand,
|
|
52
|
+
DescribeTopicGroupsCommand: ()=>DescribeTopicGroupsCommand,
|
|
53
|
+
CreatePrivateLinkCommand: ()=>CreatePrivateLinkCommand,
|
|
54
|
+
DeletePublicAddressCommand: ()=>DeletePublicAddressCommand,
|
|
55
|
+
ModifyInstanceSpecCommand: ()=>ModifyInstanceSpecCommand,
|
|
56
|
+
QueryMessageByMsgKeyCommand: ()=>QueryMessageByMsgKeyCommand,
|
|
57
|
+
DeleteAccessKeyCommand: ()=>DeleteAccessKeyCommand,
|
|
58
|
+
DescribeInstanceDetailCommand: ()=>DescribeInstanceDetailCommand,
|
|
59
|
+
DescribeAllowListsCommand: ()=>DescribeAllowListsCommand,
|
|
60
|
+
DescribeConsumedClientsCommand: ()=>DescribeConsumedClientsCommand,
|
|
61
|
+
DescribeTopicAccessPoliciesCommand: ()=>DescribeTopicAccessPoliciesCommand,
|
|
62
|
+
ManualProcessResultCommand: ()=>ManualProcessResultCommand,
|
|
63
|
+
GetInspectConfigCommand: ()=>GetInspectConfigCommand,
|
|
64
|
+
DescribeSecretKeyCommand: ()=>DescribeSecretKeyCommand,
|
|
65
|
+
ModifyAllowListCommand: ()=>ModifyAllowListCommand,
|
|
66
|
+
QueryDLQMessageByIdCommand: ()=>QueryDLQMessageByIdCommand,
|
|
67
|
+
QueryMessageTraceByMessageIdCommand: ()=>QueryMessageTraceByMessageIdCommand,
|
|
68
|
+
DescribeTopicDetailCommand: ()=>DescribeTopicDetailCommand,
|
|
69
|
+
MessageSendCommand: ()=>MessageSendCommand,
|
|
70
|
+
DeletePrivateLinkCommand: ()=>DeletePrivateLinkCommand,
|
|
71
|
+
ModifyAccessKeyAuthorityCommand: ()=>ModifyAccessKeyAuthorityCommand,
|
|
72
|
+
CreateTopicCommand: ()=>CreateTopicCommand,
|
|
73
|
+
QueryMessageByMsgIdCommand: ()=>QueryMessageByMsgIdCommand,
|
|
74
|
+
GetInstanceInspectResultCommand: ()=>GetInstanceInspectResultCommand,
|
|
75
|
+
QueryMessageByOffsetCommand: ()=>QueryMessageByOffsetCommand,
|
|
76
|
+
DescribeAllowListDetailCommand: ()=>DescribeAllowListDetailCommand,
|
|
77
|
+
DeleteGroupsCommand: ()=>DeleteGroupsCommand,
|
|
78
|
+
DescribeAccessKeyDetailCommand: ()=>DescribeAccessKeyDetailCommand,
|
|
79
|
+
DescribeInstancesCommand: ()=>DescribeInstancesCommand,
|
|
80
|
+
QueryDLQMessageByGroupIdCommand: ()=>QueryDLQMessageByGroupIdCommand,
|
|
81
|
+
CreateGroupCommand: ()=>CreateGroupCommand,
|
|
82
|
+
ModifyTopicDescriptionCommand: ()=>ModifyTopicDescriptionCommand,
|
|
83
|
+
DescribeConsumedTopicDetailCommand: ()=>DescribeConsumedTopicDetailCommand,
|
|
84
|
+
ModifyInstanceChargeTypeCommand: ()=>ModifyInstanceChargeTypeCommand,
|
|
85
|
+
CreateInstanceCommand: ()=>CreateInstanceCommand,
|
|
86
|
+
DeleteAllowListCommand: ()=>DeleteAllowListCommand,
|
|
87
|
+
DescribePLWhitelistCommand: ()=>DescribePLWhitelistCommand,
|
|
88
|
+
ModifyGroupDescriptionCommand: ()=>ModifyGroupDescriptionCommand,
|
|
89
|
+
CreatePublicAddressCommand: ()=>CreatePublicAddressCommand,
|
|
90
|
+
ModifyAccessKeyAllAuthorityCommand: ()=>ModifyAccessKeyAllAuthorityCommand,
|
|
91
|
+
DescribeAvailabilityZonesCommand: ()=>DescribeAvailabilityZonesCommand,
|
|
92
|
+
CreateGroupAsyncCommand: ()=>CreateGroupAsyncCommand,
|
|
93
|
+
DisassociateAllowListCommand: ()=>DisassociateAllowListCommand,
|
|
94
|
+
DescribeConsumedTopicsCommand: ()=>DescribeConsumedTopicsCommand,
|
|
95
|
+
ResendDLQMessageByIdCommand: ()=>ResendDLQMessageByIdCommand,
|
|
96
|
+
CreateAccessKeyCommand: ()=>CreateAccessKeyCommand,
|
|
97
|
+
QueryMessageByTimestampCommand: ()=>QueryMessageByTimestampCommand,
|
|
98
|
+
CreateTopicAsyncCommand: ()=>CreateTopicAsyncCommand,
|
|
99
|
+
DescribeGroupsCommand: ()=>DescribeGroupsCommand
|
|
100
|
+
});
|
|
101
|
+
const sdk_core_namespaceObject = require("@volcengine/sdk-core");
|
|
102
|
+
function _define_property(obj, key, value) {
|
|
103
|
+
if (key in obj) Object.defineProperty(obj, key, {
|
|
104
|
+
value: value,
|
|
105
|
+
enumerable: true,
|
|
106
|
+
configurable: true,
|
|
107
|
+
writable: true
|
|
108
|
+
});
|
|
109
|
+
else obj[key] = value;
|
|
110
|
+
return obj;
|
|
111
|
+
}
|
|
112
|
+
class ROCKETMQClient extends sdk_core_namespaceObject.Client {
|
|
113
|
+
constructor(config = {}){
|
|
114
|
+
super({
|
|
115
|
+
protocol: 'https',
|
|
116
|
+
region: 'cn-beijing',
|
|
117
|
+
...config
|
|
118
|
+
});
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
class AddPLWhitelistCommand extends sdk_core_namespaceObject.Command {
|
|
122
|
+
constructor(input){
|
|
123
|
+
super(input);
|
|
124
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(AddPLWhitelistCommand.metaPath);
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
_define_property(AddPLWhitelistCommand, "metaPath", '/AddPLWhitelist/2023-01-01/rocketmq/post/application_json/');
|
|
128
|
+
class AddTagsToResourceCommand extends sdk_core_namespaceObject.Command {
|
|
129
|
+
constructor(input){
|
|
130
|
+
super(input);
|
|
131
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(AddTagsToResourceCommand.metaPath);
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
_define_property(AddTagsToResourceCommand, "metaPath", '/AddTagsToResource/2023-01-01/rocketmq/post/application_json/');
|
|
135
|
+
class AssociateAllowListCommand extends sdk_core_namespaceObject.Command {
|
|
136
|
+
constructor(input){
|
|
137
|
+
super(input);
|
|
138
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(AssociateAllowListCommand.metaPath);
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
_define_property(AssociateAllowListCommand, "metaPath", '/AssociateAllowList/2023-01-01/rocketmq/post/application_json/');
|
|
142
|
+
class CreateAccessKeyCommand extends sdk_core_namespaceObject.Command {
|
|
143
|
+
constructor(input){
|
|
144
|
+
super(input);
|
|
145
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateAccessKeyCommand.metaPath);
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
_define_property(CreateAccessKeyCommand, "metaPath", '/CreateAccessKey/2023-01-01/rocketmq/post/application_json/');
|
|
149
|
+
class CreateAllowListCommand extends sdk_core_namespaceObject.Command {
|
|
150
|
+
constructor(input){
|
|
151
|
+
super(input);
|
|
152
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateAllowListCommand.metaPath);
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
_define_property(CreateAllowListCommand, "metaPath", '/CreateAllowList/2023-01-01/rocketmq/post/application_json/');
|
|
156
|
+
class CreateGroupCommand extends sdk_core_namespaceObject.Command {
|
|
157
|
+
constructor(input){
|
|
158
|
+
super(input);
|
|
159
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateGroupCommand.metaPath);
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
_define_property(CreateGroupCommand, "metaPath", '/CreateGroup/2023-01-01/rocketmq/post/application_json/');
|
|
163
|
+
class CreateGroupAsyncCommand extends sdk_core_namespaceObject.Command {
|
|
164
|
+
constructor(input){
|
|
165
|
+
super(input);
|
|
166
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateGroupAsyncCommand.metaPath);
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
_define_property(CreateGroupAsyncCommand, "metaPath", '/CreateGroupAsync/2023-01-01/rocketmq/post/application_json/');
|
|
170
|
+
class CreateInstanceCommand extends sdk_core_namespaceObject.Command {
|
|
171
|
+
constructor(input){
|
|
172
|
+
super(input);
|
|
173
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateInstanceCommand.metaPath);
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
_define_property(CreateInstanceCommand, "metaPath", '/CreateInstance/2023-01-01/rocketmq/post/application_json/');
|
|
177
|
+
class CreatePrivateLinkCommand extends sdk_core_namespaceObject.Command {
|
|
178
|
+
constructor(input){
|
|
179
|
+
super(input);
|
|
180
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreatePrivateLinkCommand.metaPath);
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
_define_property(CreatePrivateLinkCommand, "metaPath", '/CreatePrivateLink/2023-01-01/rocketmq/post/application_json/');
|
|
184
|
+
class CreatePublicAddressCommand extends sdk_core_namespaceObject.Command {
|
|
185
|
+
constructor(input){
|
|
186
|
+
super(input);
|
|
187
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreatePublicAddressCommand.metaPath);
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
_define_property(CreatePublicAddressCommand, "metaPath", '/CreatePublicAddress/2023-01-01/rocketmq/post/application_json/');
|
|
191
|
+
class CreateTopicCommand extends sdk_core_namespaceObject.Command {
|
|
192
|
+
constructor(input){
|
|
193
|
+
super(input);
|
|
194
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateTopicCommand.metaPath);
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
_define_property(CreateTopicCommand, "metaPath", '/CreateTopic/2023-01-01/rocketmq/post/application_json/');
|
|
198
|
+
class CreateTopicAsyncCommand extends sdk_core_namespaceObject.Command {
|
|
199
|
+
constructor(input){
|
|
200
|
+
super(input);
|
|
201
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateTopicAsyncCommand.metaPath);
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
_define_property(CreateTopicAsyncCommand, "metaPath", '/CreateTopicAsync/2023-01-01/rocketmq/post/application_json/');
|
|
205
|
+
class DeleteAccessKeyCommand extends sdk_core_namespaceObject.Command {
|
|
206
|
+
constructor(input){
|
|
207
|
+
super(input);
|
|
208
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteAccessKeyCommand.metaPath);
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
_define_property(DeleteAccessKeyCommand, "metaPath", '/DeleteAccessKey/2023-01-01/rocketmq/post/application_json/');
|
|
212
|
+
class DeleteAllowListCommand extends sdk_core_namespaceObject.Command {
|
|
213
|
+
constructor(input){
|
|
214
|
+
super(input);
|
|
215
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteAllowListCommand.metaPath);
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
_define_property(DeleteAllowListCommand, "metaPath", '/DeleteAllowList/2023-01-01/rocketmq/post/application_json/');
|
|
219
|
+
class DeleteGroupCommand extends sdk_core_namespaceObject.Command {
|
|
220
|
+
constructor(input){
|
|
221
|
+
super(input);
|
|
222
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteGroupCommand.metaPath);
|
|
223
|
+
}
|
|
224
|
+
}
|
|
225
|
+
_define_property(DeleteGroupCommand, "metaPath", '/DeleteGroup/2023-01-01/rocketmq/post/application_json/');
|
|
226
|
+
class DeleteGroupAsyncCommand extends sdk_core_namespaceObject.Command {
|
|
227
|
+
constructor(input){
|
|
228
|
+
super(input);
|
|
229
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteGroupAsyncCommand.metaPath);
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
_define_property(DeleteGroupAsyncCommand, "metaPath", '/DeleteGroupAsync/2023-01-01/rocketmq/post/application_json/');
|
|
233
|
+
class DeleteGroupsCommand extends sdk_core_namespaceObject.Command {
|
|
234
|
+
constructor(input){
|
|
235
|
+
super(input);
|
|
236
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteGroupsCommand.metaPath);
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
_define_property(DeleteGroupsCommand, "metaPath", '/DeleteGroups/2023-01-01/rocketmq/post/application_json/');
|
|
240
|
+
class DeleteInstanceCommand extends sdk_core_namespaceObject.Command {
|
|
241
|
+
constructor(input){
|
|
242
|
+
super(input);
|
|
243
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteInstanceCommand.metaPath);
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
_define_property(DeleteInstanceCommand, "metaPath", '/DeleteInstance/2023-01-01/rocketmq/post/application_json/');
|
|
247
|
+
class DeletePrivateLinkCommand extends sdk_core_namespaceObject.Command {
|
|
248
|
+
constructor(input){
|
|
249
|
+
super(input);
|
|
250
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeletePrivateLinkCommand.metaPath);
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
_define_property(DeletePrivateLinkCommand, "metaPath", '/DeletePrivateLink/2023-01-01/rocketmq/post/application_json/');
|
|
254
|
+
class DeletePublicAddressCommand extends sdk_core_namespaceObject.Command {
|
|
255
|
+
constructor(input){
|
|
256
|
+
super(input);
|
|
257
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeletePublicAddressCommand.metaPath);
|
|
258
|
+
}
|
|
259
|
+
}
|
|
260
|
+
_define_property(DeletePublicAddressCommand, "metaPath", '/DeletePublicAddress/2023-01-01/rocketmq/post/application_json/');
|
|
261
|
+
class DeleteTopicCommand extends sdk_core_namespaceObject.Command {
|
|
262
|
+
constructor(input){
|
|
263
|
+
super(input);
|
|
264
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteTopicCommand.metaPath);
|
|
265
|
+
}
|
|
266
|
+
}
|
|
267
|
+
_define_property(DeleteTopicCommand, "metaPath", '/DeleteTopic/2023-01-01/rocketmq/post/application_json/');
|
|
268
|
+
class DeleteTopicAsyncCommand extends sdk_core_namespaceObject.Command {
|
|
269
|
+
constructor(input){
|
|
270
|
+
super(input);
|
|
271
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteTopicAsyncCommand.metaPath);
|
|
272
|
+
}
|
|
273
|
+
}
|
|
274
|
+
_define_property(DeleteTopicAsyncCommand, "metaPath", '/DeleteTopicAsync/2023-01-01/rocketmq/post/application_json/');
|
|
275
|
+
class DescribeAccessKeyDetailCommand extends sdk_core_namespaceObject.Command {
|
|
276
|
+
constructor(input){
|
|
277
|
+
super(input);
|
|
278
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeAccessKeyDetailCommand.metaPath);
|
|
279
|
+
}
|
|
280
|
+
}
|
|
281
|
+
_define_property(DescribeAccessKeyDetailCommand, "metaPath", '/DescribeAccessKeyDetail/2023-01-01/rocketmq/post/application_json/');
|
|
282
|
+
class DescribeAccessKeysCommand extends sdk_core_namespaceObject.Command {
|
|
283
|
+
constructor(input){
|
|
284
|
+
super(input);
|
|
285
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeAccessKeysCommand.metaPath);
|
|
286
|
+
}
|
|
287
|
+
}
|
|
288
|
+
_define_property(DescribeAccessKeysCommand, "metaPath", '/DescribeAccessKeys/2023-01-01/rocketmq/post/application_json/');
|
|
289
|
+
class DescribeAllowListDetailCommand extends sdk_core_namespaceObject.Command {
|
|
290
|
+
constructor(input){
|
|
291
|
+
super(input);
|
|
292
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeAllowListDetailCommand.metaPath);
|
|
293
|
+
}
|
|
294
|
+
}
|
|
295
|
+
_define_property(DescribeAllowListDetailCommand, "metaPath", '/DescribeAllowListDetail/2023-01-01/rocketmq/post/application_json/');
|
|
296
|
+
class DescribeAllowListsCommand extends sdk_core_namespaceObject.Command {
|
|
297
|
+
constructor(input){
|
|
298
|
+
super(input);
|
|
299
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeAllowListsCommand.metaPath);
|
|
300
|
+
}
|
|
301
|
+
}
|
|
302
|
+
_define_property(DescribeAllowListsCommand, "metaPath", '/DescribeAllowLists/2023-01-01/rocketmq/post/application_json/');
|
|
303
|
+
class DescribeAvailabilityZonesCommand extends sdk_core_namespaceObject.Command {
|
|
304
|
+
constructor(input){
|
|
305
|
+
super(input);
|
|
306
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeAvailabilityZonesCommand.metaPath);
|
|
307
|
+
}
|
|
308
|
+
}
|
|
309
|
+
_define_property(DescribeAvailabilityZonesCommand, "metaPath", '/DescribeAvailabilityZones/2023-01-01/rocketmq/post/application_json/');
|
|
310
|
+
class DescribeConsumedClientsCommand extends sdk_core_namespaceObject.Command {
|
|
311
|
+
constructor(input){
|
|
312
|
+
super(input);
|
|
313
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeConsumedClientsCommand.metaPath);
|
|
314
|
+
}
|
|
315
|
+
}
|
|
316
|
+
_define_property(DescribeConsumedClientsCommand, "metaPath", '/DescribeConsumedClients/2023-01-01/rocketmq/post/application_json/');
|
|
317
|
+
class DescribeConsumedTopicDetailCommand extends sdk_core_namespaceObject.Command {
|
|
318
|
+
constructor(input){
|
|
319
|
+
super(input);
|
|
320
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeConsumedTopicDetailCommand.metaPath);
|
|
321
|
+
}
|
|
322
|
+
}
|
|
323
|
+
_define_property(DescribeConsumedTopicDetailCommand, "metaPath", '/DescribeConsumedTopicDetail/2023-01-01/rocketmq/post/application_json/');
|
|
324
|
+
class DescribeConsumedTopicsCommand extends sdk_core_namespaceObject.Command {
|
|
325
|
+
constructor(input){
|
|
326
|
+
super(input);
|
|
327
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeConsumedTopicsCommand.metaPath);
|
|
328
|
+
}
|
|
329
|
+
}
|
|
330
|
+
_define_property(DescribeConsumedTopicsCommand, "metaPath", '/DescribeConsumedTopics/2023-01-01/rocketmq/post/application_json/');
|
|
331
|
+
class DescribeGroupsCommand extends sdk_core_namespaceObject.Command {
|
|
332
|
+
constructor(input){
|
|
333
|
+
super(input);
|
|
334
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeGroupsCommand.metaPath);
|
|
335
|
+
}
|
|
336
|
+
}
|
|
337
|
+
_define_property(DescribeGroupsCommand, "metaPath", '/DescribeGroups/2023-01-01/rocketmq/post/application_json/');
|
|
338
|
+
class DescribeGroupsDetailCommand extends sdk_core_namespaceObject.Command {
|
|
339
|
+
constructor(input){
|
|
340
|
+
super(input);
|
|
341
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeGroupsDetailCommand.metaPath);
|
|
342
|
+
}
|
|
343
|
+
}
|
|
344
|
+
_define_property(DescribeGroupsDetailCommand, "metaPath", '/DescribeGroupsDetail/2023-01-01/rocketmq/post/application_json/');
|
|
345
|
+
class DescribeInstanceDetailCommand extends sdk_core_namespaceObject.Command {
|
|
346
|
+
constructor(input){
|
|
347
|
+
super(input);
|
|
348
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeInstanceDetailCommand.metaPath);
|
|
349
|
+
}
|
|
350
|
+
}
|
|
351
|
+
_define_property(DescribeInstanceDetailCommand, "metaPath", '/DescribeInstanceDetail/2023-01-01/rocketmq/post/application_json/');
|
|
352
|
+
class DescribeInstancesCommand extends sdk_core_namespaceObject.Command {
|
|
353
|
+
constructor(input){
|
|
354
|
+
super(input);
|
|
355
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeInstancesCommand.metaPath);
|
|
356
|
+
}
|
|
357
|
+
}
|
|
358
|
+
_define_property(DescribeInstancesCommand, "metaPath", '/DescribeInstances/2023-01-01/rocketmq/post/application_json/');
|
|
359
|
+
class DescribePLWhitelistCommand extends sdk_core_namespaceObject.Command {
|
|
360
|
+
constructor(input){
|
|
361
|
+
super(input);
|
|
362
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribePLWhitelistCommand.metaPath);
|
|
363
|
+
}
|
|
364
|
+
}
|
|
365
|
+
_define_property(DescribePLWhitelistCommand, "metaPath", '/DescribePLWhitelist/2023-01-01/rocketmq/post/application_json/');
|
|
366
|
+
class DescribeRegionsCommand extends sdk_core_namespaceObject.Command {
|
|
367
|
+
constructor(input){
|
|
368
|
+
super(input);
|
|
369
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeRegionsCommand.metaPath);
|
|
370
|
+
}
|
|
371
|
+
}
|
|
372
|
+
_define_property(DescribeRegionsCommand, "metaPath", '/DescribeRegions/2023-01-01/rocketmq/post/application_json/');
|
|
373
|
+
class DescribeSecretKeyCommand extends sdk_core_namespaceObject.Command {
|
|
374
|
+
constructor(input){
|
|
375
|
+
super(input);
|
|
376
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeSecretKeyCommand.metaPath);
|
|
377
|
+
}
|
|
378
|
+
}
|
|
379
|
+
_define_property(DescribeSecretKeyCommand, "metaPath", '/DescribeSecretKey/2023-01-01/rocketmq/post/application_json/');
|
|
380
|
+
class DescribeTagsByResourceCommand extends sdk_core_namespaceObject.Command {
|
|
381
|
+
constructor(input){
|
|
382
|
+
super(input);
|
|
383
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeTagsByResourceCommand.metaPath);
|
|
384
|
+
}
|
|
385
|
+
}
|
|
386
|
+
_define_property(DescribeTagsByResourceCommand, "metaPath", '/DescribeTagsByResource/2023-01-01/rocketmq/post/application_json/');
|
|
387
|
+
class DescribeTopicAccessPoliciesCommand extends sdk_core_namespaceObject.Command {
|
|
388
|
+
constructor(input){
|
|
389
|
+
super(input);
|
|
390
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeTopicAccessPoliciesCommand.metaPath);
|
|
391
|
+
}
|
|
392
|
+
}
|
|
393
|
+
_define_property(DescribeTopicAccessPoliciesCommand, "metaPath", '/DescribeTopicAccessPolicies/2023-01-01/rocketmq/post/application_json/');
|
|
394
|
+
class DescribeTopicDetailCommand extends sdk_core_namespaceObject.Command {
|
|
395
|
+
constructor(input){
|
|
396
|
+
super(input);
|
|
397
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeTopicDetailCommand.metaPath);
|
|
398
|
+
}
|
|
399
|
+
}
|
|
400
|
+
_define_property(DescribeTopicDetailCommand, "metaPath", '/DescribeTopicDetail/2023-01-01/rocketmq/post/application_json/');
|
|
401
|
+
class DescribeTopicGroupsCommand extends sdk_core_namespaceObject.Command {
|
|
402
|
+
constructor(input){
|
|
403
|
+
super(input);
|
|
404
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeTopicGroupsCommand.metaPath);
|
|
405
|
+
}
|
|
406
|
+
}
|
|
407
|
+
_define_property(DescribeTopicGroupsCommand, "metaPath", '/DescribeTopicGroups/2023-01-01/rocketmq/post/application_json/');
|
|
408
|
+
class DescribeTopicQueueCommand extends sdk_core_namespaceObject.Command {
|
|
409
|
+
constructor(input){
|
|
410
|
+
super(input);
|
|
411
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeTopicQueueCommand.metaPath);
|
|
412
|
+
}
|
|
413
|
+
}
|
|
414
|
+
_define_property(DescribeTopicQueueCommand, "metaPath", '/DescribeTopicQueue/2023-01-01/rocketmq/post/application_json/');
|
|
415
|
+
class DescribeTopicsCommand extends sdk_core_namespaceObject.Command {
|
|
416
|
+
constructor(input){
|
|
417
|
+
super(input);
|
|
418
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DescribeTopicsCommand.metaPath);
|
|
419
|
+
}
|
|
420
|
+
}
|
|
421
|
+
_define_property(DescribeTopicsCommand, "metaPath", '/DescribeTopics/2023-01-01/rocketmq/post/application_json/');
|
|
422
|
+
class DisassociateAllowListCommand extends sdk_core_namespaceObject.Command {
|
|
423
|
+
constructor(input){
|
|
424
|
+
super(input);
|
|
425
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DisassociateAllowListCommand.metaPath);
|
|
426
|
+
}
|
|
427
|
+
}
|
|
428
|
+
_define_property(DisassociateAllowListCommand, "metaPath", '/DisassociateAllowList/2023-01-01/rocketmq/post/application_json/');
|
|
429
|
+
class EnableAutoCreateGroupCommand extends sdk_core_namespaceObject.Command {
|
|
430
|
+
constructor(input){
|
|
431
|
+
super(input);
|
|
432
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(EnableAutoCreateGroupCommand.metaPath);
|
|
433
|
+
}
|
|
434
|
+
}
|
|
435
|
+
_define_property(EnableAutoCreateGroupCommand, "metaPath", '/EnableAutoCreateGroup/2023-01-01/rocketmq/post/application_json/');
|
|
436
|
+
class EnableInstanceBurstTpsCommand extends sdk_core_namespaceObject.Command {
|
|
437
|
+
constructor(input){
|
|
438
|
+
super(input);
|
|
439
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(EnableInstanceBurstTpsCommand.metaPath);
|
|
440
|
+
}
|
|
441
|
+
}
|
|
442
|
+
_define_property(EnableInstanceBurstTpsCommand, "metaPath", '/EnableInstanceBurstTps/2023-01-01/rocketmq/post/application_json/');
|
|
443
|
+
class EnableInstanceInspectCommand extends sdk_core_namespaceObject.Command {
|
|
444
|
+
constructor(input){
|
|
445
|
+
super(input);
|
|
446
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(EnableInstanceInspectCommand.metaPath);
|
|
447
|
+
}
|
|
448
|
+
}
|
|
449
|
+
_define_property(EnableInstanceInspectCommand, "metaPath", '/EnableInstanceInspect/2023-01-01/rocketmq/post/application_json/');
|
|
450
|
+
class GetInspectConfigCommand extends sdk_core_namespaceObject.Command {
|
|
451
|
+
constructor(input){
|
|
452
|
+
super(input);
|
|
453
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetInspectConfigCommand.metaPath);
|
|
454
|
+
}
|
|
455
|
+
}
|
|
456
|
+
_define_property(GetInspectConfigCommand, "metaPath", '/GetInspectConfig/2023-01-01/rocketmq/post/application_json/');
|
|
457
|
+
class GetInstanceInspectResultCommand extends sdk_core_namespaceObject.Command {
|
|
458
|
+
constructor(input){
|
|
459
|
+
super(input);
|
|
460
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetInstanceInspectResultCommand.metaPath);
|
|
461
|
+
}
|
|
462
|
+
}
|
|
463
|
+
_define_property(GetInstanceInspectResultCommand, "metaPath", '/GetInstanceInspectResult/2023-01-01/rocketmq/post/application_json/');
|
|
464
|
+
class ManualProcessResultCommand extends sdk_core_namespaceObject.Command {
|
|
465
|
+
constructor(input){
|
|
466
|
+
super(input);
|
|
467
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ManualProcessResultCommand.metaPath);
|
|
468
|
+
}
|
|
469
|
+
}
|
|
470
|
+
_define_property(ManualProcessResultCommand, "metaPath", '/ManualProcessResult/2023-01-01/rocketmq/post/application_json/');
|
|
471
|
+
class ManualTriggerInspectCommand extends sdk_core_namespaceObject.Command {
|
|
472
|
+
constructor(input){
|
|
473
|
+
super(input);
|
|
474
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ManualTriggerInspectCommand.metaPath);
|
|
475
|
+
}
|
|
476
|
+
}
|
|
477
|
+
_define_property(ManualTriggerInspectCommand, "metaPath", '/ManualTriggerInspect/2023-01-01/rocketmq/post/application_json/');
|
|
478
|
+
class MessageSendCommand extends sdk_core_namespaceObject.Command {
|
|
479
|
+
constructor(input){
|
|
480
|
+
super(input);
|
|
481
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(MessageSendCommand.metaPath);
|
|
482
|
+
}
|
|
483
|
+
}
|
|
484
|
+
_define_property(MessageSendCommand, "metaPath", '/MessageSend/2023-01-01/rocketmq/post/application_json/');
|
|
485
|
+
class ModifyAccessKeyAllAuthorityCommand extends sdk_core_namespaceObject.Command {
|
|
486
|
+
constructor(input){
|
|
487
|
+
super(input);
|
|
488
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ModifyAccessKeyAllAuthorityCommand.metaPath);
|
|
489
|
+
}
|
|
490
|
+
}
|
|
491
|
+
_define_property(ModifyAccessKeyAllAuthorityCommand, "metaPath", '/ModifyAccessKeyAllAuthority/2023-01-01/rocketmq/post/application_json/');
|
|
492
|
+
class ModifyAccessKeyAuthorityCommand extends sdk_core_namespaceObject.Command {
|
|
493
|
+
constructor(input){
|
|
494
|
+
super(input);
|
|
495
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ModifyAccessKeyAuthorityCommand.metaPath);
|
|
496
|
+
}
|
|
497
|
+
}
|
|
498
|
+
_define_property(ModifyAccessKeyAuthorityCommand, "metaPath", '/ModifyAccessKeyAuthority/2023-01-01/rocketmq/post/application_json/');
|
|
499
|
+
class ModifyAllowListCommand extends sdk_core_namespaceObject.Command {
|
|
500
|
+
constructor(input){
|
|
501
|
+
super(input);
|
|
502
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ModifyAllowListCommand.metaPath);
|
|
503
|
+
}
|
|
504
|
+
}
|
|
505
|
+
_define_property(ModifyAllowListCommand, "metaPath", '/ModifyAllowList/2023-01-01/rocketmq/post/application_json/');
|
|
506
|
+
class ModifyGroupDescriptionCommand extends sdk_core_namespaceObject.Command {
|
|
507
|
+
constructor(input){
|
|
508
|
+
super(input);
|
|
509
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ModifyGroupDescriptionCommand.metaPath);
|
|
510
|
+
}
|
|
511
|
+
}
|
|
512
|
+
_define_property(ModifyGroupDescriptionCommand, "metaPath", "/ModifyGroupDescription/2023-01-01/rocketmq/post/application_json/");
|
|
513
|
+
class ModifyInstanceAttributesCommand extends sdk_core_namespaceObject.Command {
|
|
514
|
+
constructor(input){
|
|
515
|
+
super(input);
|
|
516
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ModifyInstanceAttributesCommand.metaPath);
|
|
517
|
+
}
|
|
518
|
+
}
|
|
519
|
+
_define_property(ModifyInstanceAttributesCommand, "metaPath", '/ModifyInstanceAttributes/2023-01-01/rocketmq/post/application_json/');
|
|
520
|
+
class ModifyInstanceChargeTypeCommand extends sdk_core_namespaceObject.Command {
|
|
521
|
+
constructor(input){
|
|
522
|
+
super(input);
|
|
523
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ModifyInstanceChargeTypeCommand.metaPath);
|
|
524
|
+
}
|
|
525
|
+
}
|
|
526
|
+
_define_property(ModifyInstanceChargeTypeCommand, "metaPath", '/ModifyInstanceChargeType/2023-01-01/rocketmq/post/application_json/');
|
|
527
|
+
class ModifyInstanceSpecCommand extends sdk_core_namespaceObject.Command {
|
|
528
|
+
constructor(input){
|
|
529
|
+
super(input);
|
|
530
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ModifyInstanceSpecCommand.metaPath);
|
|
531
|
+
}
|
|
532
|
+
}
|
|
533
|
+
_define_property(ModifyInstanceSpecCommand, "metaPath", '/ModifyInstanceSpec/2023-01-01/rocketmq/post/application_json/');
|
|
534
|
+
class ModifyTopicAccessPoliciesCommand extends sdk_core_namespaceObject.Command {
|
|
535
|
+
constructor(input){
|
|
536
|
+
super(input);
|
|
537
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ModifyTopicAccessPoliciesCommand.metaPath);
|
|
538
|
+
}
|
|
539
|
+
}
|
|
540
|
+
_define_property(ModifyTopicAccessPoliciesCommand, "metaPath", '/ModifyTopicAccessPolicies/2023-01-01/rocketmq/post/application_json/');
|
|
541
|
+
class ModifyTopicDescriptionCommand extends sdk_core_namespaceObject.Command {
|
|
542
|
+
constructor(input){
|
|
543
|
+
super(input);
|
|
544
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ModifyTopicDescriptionCommand.metaPath);
|
|
545
|
+
}
|
|
546
|
+
}
|
|
547
|
+
_define_property(ModifyTopicDescriptionCommand, "metaPath", "/ModifyTopicDescription/2023-01-01/rocketmq/post/application_json/");
|
|
548
|
+
class QueryDLQMessageByGroupIdCommand extends sdk_core_namespaceObject.Command {
|
|
549
|
+
constructor(input){
|
|
550
|
+
super(input);
|
|
551
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(QueryDLQMessageByGroupIdCommand.metaPath);
|
|
552
|
+
}
|
|
553
|
+
}
|
|
554
|
+
_define_property(QueryDLQMessageByGroupIdCommand, "metaPath", '/QueryDLQMessageByGroupId/2023-01-01/rocketmq/post/application_json/');
|
|
555
|
+
class QueryDLQMessageByIdCommand extends sdk_core_namespaceObject.Command {
|
|
556
|
+
constructor(input){
|
|
557
|
+
super(input);
|
|
558
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(QueryDLQMessageByIdCommand.metaPath);
|
|
559
|
+
}
|
|
560
|
+
}
|
|
561
|
+
_define_property(QueryDLQMessageByIdCommand, "metaPath", '/QueryDLQMessageById/2023-01-01/rocketmq/post/application_json/');
|
|
562
|
+
class QueryMessageByMsgIdCommand extends sdk_core_namespaceObject.Command {
|
|
563
|
+
constructor(input){
|
|
564
|
+
super(input);
|
|
565
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(QueryMessageByMsgIdCommand.metaPath);
|
|
566
|
+
}
|
|
567
|
+
}
|
|
568
|
+
_define_property(QueryMessageByMsgIdCommand, "metaPath", '/QueryMessageByMsgId/2023-01-01/rocketmq/post/application_json/');
|
|
569
|
+
class QueryMessageByMsgKeyCommand extends sdk_core_namespaceObject.Command {
|
|
570
|
+
constructor(input){
|
|
571
|
+
super(input);
|
|
572
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(QueryMessageByMsgKeyCommand.metaPath);
|
|
573
|
+
}
|
|
574
|
+
}
|
|
575
|
+
_define_property(QueryMessageByMsgKeyCommand, "metaPath", '/QueryMessageByMsgKey/2023-01-01/rocketmq/post/application_json/');
|
|
576
|
+
class QueryMessageByOffsetCommand extends sdk_core_namespaceObject.Command {
|
|
577
|
+
constructor(input){
|
|
578
|
+
super(input);
|
|
579
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(QueryMessageByOffsetCommand.metaPath);
|
|
580
|
+
}
|
|
581
|
+
}
|
|
582
|
+
_define_property(QueryMessageByOffsetCommand, "metaPath", '/QueryMessageByOffset/2023-01-01/rocketmq/post/application_json/');
|
|
583
|
+
class QueryMessageByTimestampCommand extends sdk_core_namespaceObject.Command {
|
|
584
|
+
constructor(input){
|
|
585
|
+
super(input);
|
|
586
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(QueryMessageByTimestampCommand.metaPath);
|
|
587
|
+
}
|
|
588
|
+
}
|
|
589
|
+
_define_property(QueryMessageByTimestampCommand, "metaPath", '/QueryMessageByTimestamp/2023-01-01/rocketmq/post/application_json/');
|
|
590
|
+
class QueryMessageTraceByMessageIdCommand extends sdk_core_namespaceObject.Command {
|
|
591
|
+
constructor(input){
|
|
592
|
+
super(input);
|
|
593
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(QueryMessageTraceByMessageIdCommand.metaPath);
|
|
594
|
+
}
|
|
595
|
+
}
|
|
596
|
+
_define_property(QueryMessageTraceByMessageIdCommand, "metaPath", '/QueryMessageTraceByMessageId/2023-01-01/rocketmq/post/application_json/');
|
|
597
|
+
class RemovePLWhitelistCommand extends sdk_core_namespaceObject.Command {
|
|
598
|
+
constructor(input){
|
|
599
|
+
super(input);
|
|
600
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(RemovePLWhitelistCommand.metaPath);
|
|
601
|
+
}
|
|
602
|
+
}
|
|
603
|
+
_define_property(RemovePLWhitelistCommand, "metaPath", '/RemovePLWhitelist/2023-01-01/rocketmq/post/application_json/');
|
|
604
|
+
class RemoveTagsFromResourceCommand extends sdk_core_namespaceObject.Command {
|
|
605
|
+
constructor(input){
|
|
606
|
+
super(input);
|
|
607
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(RemoveTagsFromResourceCommand.metaPath);
|
|
608
|
+
}
|
|
609
|
+
}
|
|
610
|
+
_define_property(RemoveTagsFromResourceCommand, "metaPath", '/RemoveTagsFromResource/2023-01-01/rocketmq/post/application_json/');
|
|
611
|
+
class ResendDLQMessageByIdCommand extends sdk_core_namespaceObject.Command {
|
|
612
|
+
constructor(input){
|
|
613
|
+
super(input);
|
|
614
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ResendDLQMessageByIdCommand.metaPath);
|
|
615
|
+
}
|
|
616
|
+
}
|
|
617
|
+
_define_property(ResendDLQMessageByIdCommand, "metaPath", '/ResendDLQMessageById/2023-01-01/rocketmq/post/application_json/');
|
|
618
|
+
class ResetConsumedOffsetsCommand extends sdk_core_namespaceObject.Command {
|
|
619
|
+
constructor(input){
|
|
620
|
+
super(input);
|
|
621
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ResetConsumedOffsetsCommand.metaPath);
|
|
622
|
+
}
|
|
623
|
+
}
|
|
624
|
+
_define_property(ResetConsumedOffsetsCommand, "metaPath", '/ResetConsumedOffsets/2023-01-01/rocketmq/post/application_json/');
|
|
625
|
+
exports.AddPLWhitelistCommand = __webpack_exports__.AddPLWhitelistCommand;
|
|
626
|
+
exports.AddTagsToResourceCommand = __webpack_exports__.AddTagsToResourceCommand;
|
|
627
|
+
exports.AssociateAllowListCommand = __webpack_exports__.AssociateAllowListCommand;
|
|
628
|
+
exports.CreateAccessKeyCommand = __webpack_exports__.CreateAccessKeyCommand;
|
|
629
|
+
exports.CreateAllowListCommand = __webpack_exports__.CreateAllowListCommand;
|
|
630
|
+
exports.CreateGroupAsyncCommand = __webpack_exports__.CreateGroupAsyncCommand;
|
|
631
|
+
exports.CreateGroupCommand = __webpack_exports__.CreateGroupCommand;
|
|
632
|
+
exports.CreateInstanceCommand = __webpack_exports__.CreateInstanceCommand;
|
|
633
|
+
exports.CreatePrivateLinkCommand = __webpack_exports__.CreatePrivateLinkCommand;
|
|
634
|
+
exports.CreatePublicAddressCommand = __webpack_exports__.CreatePublicAddressCommand;
|
|
635
|
+
exports.CreateTopicAsyncCommand = __webpack_exports__.CreateTopicAsyncCommand;
|
|
636
|
+
exports.CreateTopicCommand = __webpack_exports__.CreateTopicCommand;
|
|
637
|
+
exports.DeleteAccessKeyCommand = __webpack_exports__.DeleteAccessKeyCommand;
|
|
638
|
+
exports.DeleteAllowListCommand = __webpack_exports__.DeleteAllowListCommand;
|
|
639
|
+
exports.DeleteGroupAsyncCommand = __webpack_exports__.DeleteGroupAsyncCommand;
|
|
640
|
+
exports.DeleteGroupCommand = __webpack_exports__.DeleteGroupCommand;
|
|
641
|
+
exports.DeleteGroupsCommand = __webpack_exports__.DeleteGroupsCommand;
|
|
642
|
+
exports.DeleteInstanceCommand = __webpack_exports__.DeleteInstanceCommand;
|
|
643
|
+
exports.DeletePrivateLinkCommand = __webpack_exports__.DeletePrivateLinkCommand;
|
|
644
|
+
exports.DeletePublicAddressCommand = __webpack_exports__.DeletePublicAddressCommand;
|
|
645
|
+
exports.DeleteTopicAsyncCommand = __webpack_exports__.DeleteTopicAsyncCommand;
|
|
646
|
+
exports.DeleteTopicCommand = __webpack_exports__.DeleteTopicCommand;
|
|
647
|
+
exports.DescribeAccessKeyDetailCommand = __webpack_exports__.DescribeAccessKeyDetailCommand;
|
|
648
|
+
exports.DescribeAccessKeysCommand = __webpack_exports__.DescribeAccessKeysCommand;
|
|
649
|
+
exports.DescribeAllowListDetailCommand = __webpack_exports__.DescribeAllowListDetailCommand;
|
|
650
|
+
exports.DescribeAllowListsCommand = __webpack_exports__.DescribeAllowListsCommand;
|
|
651
|
+
exports.DescribeAvailabilityZonesCommand = __webpack_exports__.DescribeAvailabilityZonesCommand;
|
|
652
|
+
exports.DescribeConsumedClientsCommand = __webpack_exports__.DescribeConsumedClientsCommand;
|
|
653
|
+
exports.DescribeConsumedTopicDetailCommand = __webpack_exports__.DescribeConsumedTopicDetailCommand;
|
|
654
|
+
exports.DescribeConsumedTopicsCommand = __webpack_exports__.DescribeConsumedTopicsCommand;
|
|
655
|
+
exports.DescribeGroupsCommand = __webpack_exports__.DescribeGroupsCommand;
|
|
656
|
+
exports.DescribeGroupsDetailCommand = __webpack_exports__.DescribeGroupsDetailCommand;
|
|
657
|
+
exports.DescribeInstanceDetailCommand = __webpack_exports__.DescribeInstanceDetailCommand;
|
|
658
|
+
exports.DescribeInstancesCommand = __webpack_exports__.DescribeInstancesCommand;
|
|
659
|
+
exports.DescribePLWhitelistCommand = __webpack_exports__.DescribePLWhitelistCommand;
|
|
660
|
+
exports.DescribeRegionsCommand = __webpack_exports__.DescribeRegionsCommand;
|
|
661
|
+
exports.DescribeSecretKeyCommand = __webpack_exports__.DescribeSecretKeyCommand;
|
|
662
|
+
exports.DescribeTagsByResourceCommand = __webpack_exports__.DescribeTagsByResourceCommand;
|
|
663
|
+
exports.DescribeTopicAccessPoliciesCommand = __webpack_exports__.DescribeTopicAccessPoliciesCommand;
|
|
664
|
+
exports.DescribeTopicDetailCommand = __webpack_exports__.DescribeTopicDetailCommand;
|
|
665
|
+
exports.DescribeTopicGroupsCommand = __webpack_exports__.DescribeTopicGroupsCommand;
|
|
666
|
+
exports.DescribeTopicQueueCommand = __webpack_exports__.DescribeTopicQueueCommand;
|
|
667
|
+
exports.DescribeTopicsCommand = __webpack_exports__.DescribeTopicsCommand;
|
|
668
|
+
exports.DisassociateAllowListCommand = __webpack_exports__.DisassociateAllowListCommand;
|
|
669
|
+
exports.EnableAutoCreateGroupCommand = __webpack_exports__.EnableAutoCreateGroupCommand;
|
|
670
|
+
exports.EnableInstanceBurstTpsCommand = __webpack_exports__.EnableInstanceBurstTpsCommand;
|
|
671
|
+
exports.EnableInstanceInspectCommand = __webpack_exports__.EnableInstanceInspectCommand;
|
|
672
|
+
exports.GetInspectConfigCommand = __webpack_exports__.GetInspectConfigCommand;
|
|
673
|
+
exports.GetInstanceInspectResultCommand = __webpack_exports__.GetInstanceInspectResultCommand;
|
|
674
|
+
exports.ManualProcessResultCommand = __webpack_exports__.ManualProcessResultCommand;
|
|
675
|
+
exports.ManualTriggerInspectCommand = __webpack_exports__.ManualTriggerInspectCommand;
|
|
676
|
+
exports.MessageSendCommand = __webpack_exports__.MessageSendCommand;
|
|
677
|
+
exports.ModifyAccessKeyAllAuthorityCommand = __webpack_exports__.ModifyAccessKeyAllAuthorityCommand;
|
|
678
|
+
exports.ModifyAccessKeyAuthorityCommand = __webpack_exports__.ModifyAccessKeyAuthorityCommand;
|
|
679
|
+
exports.ModifyAllowListCommand = __webpack_exports__.ModifyAllowListCommand;
|
|
680
|
+
exports.ModifyGroupDescriptionCommand = __webpack_exports__.ModifyGroupDescriptionCommand;
|
|
681
|
+
exports.ModifyInstanceAttributesCommand = __webpack_exports__.ModifyInstanceAttributesCommand;
|
|
682
|
+
exports.ModifyInstanceChargeTypeCommand = __webpack_exports__.ModifyInstanceChargeTypeCommand;
|
|
683
|
+
exports.ModifyInstanceSpecCommand = __webpack_exports__.ModifyInstanceSpecCommand;
|
|
684
|
+
exports.ModifyTopicAccessPoliciesCommand = __webpack_exports__.ModifyTopicAccessPoliciesCommand;
|
|
685
|
+
exports.ModifyTopicDescriptionCommand = __webpack_exports__.ModifyTopicDescriptionCommand;
|
|
686
|
+
exports.QueryDLQMessageByGroupIdCommand = __webpack_exports__.QueryDLQMessageByGroupIdCommand;
|
|
687
|
+
exports.QueryDLQMessageByIdCommand = __webpack_exports__.QueryDLQMessageByIdCommand;
|
|
688
|
+
exports.QueryMessageByMsgIdCommand = __webpack_exports__.QueryMessageByMsgIdCommand;
|
|
689
|
+
exports.QueryMessageByMsgKeyCommand = __webpack_exports__.QueryMessageByMsgKeyCommand;
|
|
690
|
+
exports.QueryMessageByOffsetCommand = __webpack_exports__.QueryMessageByOffsetCommand;
|
|
691
|
+
exports.QueryMessageByTimestampCommand = __webpack_exports__.QueryMessageByTimestampCommand;
|
|
692
|
+
exports.QueryMessageTraceByMessageIdCommand = __webpack_exports__.QueryMessageTraceByMessageIdCommand;
|
|
693
|
+
exports.ROCKETMQClient = __webpack_exports__.ROCKETMQClient;
|
|
694
|
+
exports.RemovePLWhitelistCommand = __webpack_exports__.RemovePLWhitelistCommand;
|
|
695
|
+
exports.RemoveTagsFromResourceCommand = __webpack_exports__.RemoveTagsFromResourceCommand;
|
|
696
|
+
exports.ResendDLQMessageByIdCommand = __webpack_exports__.ResendDLQMessageByIdCommand;
|
|
697
|
+
exports.ResetConsumedOffsetsCommand = __webpack_exports__.ResetConsumedOffsetsCommand;
|
|
698
|
+
for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
699
|
+
"AddPLWhitelistCommand",
|
|
700
|
+
"AddTagsToResourceCommand",
|
|
701
|
+
"AssociateAllowListCommand",
|
|
702
|
+
"CreateAccessKeyCommand",
|
|
703
|
+
"CreateAllowListCommand",
|
|
704
|
+
"CreateGroupAsyncCommand",
|
|
705
|
+
"CreateGroupCommand",
|
|
706
|
+
"CreateInstanceCommand",
|
|
707
|
+
"CreatePrivateLinkCommand",
|
|
708
|
+
"CreatePublicAddressCommand",
|
|
709
|
+
"CreateTopicAsyncCommand",
|
|
710
|
+
"CreateTopicCommand",
|
|
711
|
+
"DeleteAccessKeyCommand",
|
|
712
|
+
"DeleteAllowListCommand",
|
|
713
|
+
"DeleteGroupAsyncCommand",
|
|
714
|
+
"DeleteGroupCommand",
|
|
715
|
+
"DeleteGroupsCommand",
|
|
716
|
+
"DeleteInstanceCommand",
|
|
717
|
+
"DeletePrivateLinkCommand",
|
|
718
|
+
"DeletePublicAddressCommand",
|
|
719
|
+
"DeleteTopicAsyncCommand",
|
|
720
|
+
"DeleteTopicCommand",
|
|
721
|
+
"DescribeAccessKeyDetailCommand",
|
|
722
|
+
"DescribeAccessKeysCommand",
|
|
723
|
+
"DescribeAllowListDetailCommand",
|
|
724
|
+
"DescribeAllowListsCommand",
|
|
725
|
+
"DescribeAvailabilityZonesCommand",
|
|
726
|
+
"DescribeConsumedClientsCommand",
|
|
727
|
+
"DescribeConsumedTopicDetailCommand",
|
|
728
|
+
"DescribeConsumedTopicsCommand",
|
|
729
|
+
"DescribeGroupsCommand",
|
|
730
|
+
"DescribeGroupsDetailCommand",
|
|
731
|
+
"DescribeInstanceDetailCommand",
|
|
732
|
+
"DescribeInstancesCommand",
|
|
733
|
+
"DescribePLWhitelistCommand",
|
|
734
|
+
"DescribeRegionsCommand",
|
|
735
|
+
"DescribeSecretKeyCommand",
|
|
736
|
+
"DescribeTagsByResourceCommand",
|
|
737
|
+
"DescribeTopicAccessPoliciesCommand",
|
|
738
|
+
"DescribeTopicDetailCommand",
|
|
739
|
+
"DescribeTopicGroupsCommand",
|
|
740
|
+
"DescribeTopicQueueCommand",
|
|
741
|
+
"DescribeTopicsCommand",
|
|
742
|
+
"DisassociateAllowListCommand",
|
|
743
|
+
"EnableAutoCreateGroupCommand",
|
|
744
|
+
"EnableInstanceBurstTpsCommand",
|
|
745
|
+
"EnableInstanceInspectCommand",
|
|
746
|
+
"GetInspectConfigCommand",
|
|
747
|
+
"GetInstanceInspectResultCommand",
|
|
748
|
+
"ManualProcessResultCommand",
|
|
749
|
+
"ManualTriggerInspectCommand",
|
|
750
|
+
"MessageSendCommand",
|
|
751
|
+
"ModifyAccessKeyAllAuthorityCommand",
|
|
752
|
+
"ModifyAccessKeyAuthorityCommand",
|
|
753
|
+
"ModifyAllowListCommand",
|
|
754
|
+
"ModifyGroupDescriptionCommand",
|
|
755
|
+
"ModifyInstanceAttributesCommand",
|
|
756
|
+
"ModifyInstanceChargeTypeCommand",
|
|
757
|
+
"ModifyInstanceSpecCommand",
|
|
758
|
+
"ModifyTopicAccessPoliciesCommand",
|
|
759
|
+
"ModifyTopicDescriptionCommand",
|
|
760
|
+
"QueryDLQMessageByGroupIdCommand",
|
|
761
|
+
"QueryDLQMessageByIdCommand",
|
|
762
|
+
"QueryMessageByMsgIdCommand",
|
|
763
|
+
"QueryMessageByMsgKeyCommand",
|
|
764
|
+
"QueryMessageByOffsetCommand",
|
|
765
|
+
"QueryMessageByTimestampCommand",
|
|
766
|
+
"QueryMessageTraceByMessageIdCommand",
|
|
767
|
+
"ROCKETMQClient",
|
|
768
|
+
"RemovePLWhitelistCommand",
|
|
769
|
+
"RemoveTagsFromResourceCommand",
|
|
770
|
+
"ResendDLQMessageByIdCommand",
|
|
771
|
+
"ResetConsumedOffsetsCommand"
|
|
772
|
+
].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
|
|
773
|
+
Object.defineProperty(exports, '__esModule', {
|
|
774
|
+
value: true
|
|
775
|
+
});
|