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

Configurations

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

Broker configuration information

interface Configurations {
Current?: ConfigurationId | null;
History?: ConfigurationId[] | null;
Pending?: ConfigurationId | null;
}

§Properties

§
Current?: ConfigurationId | null
[src]

The broker's current configuration.

§
History?: ConfigurationId[] | null
[src]

The history of configurations applied to the broker.

§
Pending?: ConfigurationId | null
[src]

The broker's pending configuration.