Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

EngineType

import type { EngineType } from "https://aws-api.deno.dev/v0.3/services/mq.ts?docs=full";

The type of broker engine. Amazon MQ supports ActiveMQ and RabbitMQ.

type EngineType = "ACTIVEMQ" | "RABBITMQ" | cmnP.UnexpectedEnumValue;

§Type

§
"ACTIVEMQ" | "RABBITMQ" | cmnP.UnexpectedEnumValue
[src]