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

ConfigurationRevision

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

Returns information about the specified configuration revision.

interface ConfigurationRevision {
Created: Date | number;
Description?: string | null;
Revision: number;
}

§Properties

§
Created: Date | number
[src]

Required. The date and time of the configuration revision.

§
Description?: string | null
[src]

The description of the configuration revision.

§
Revision: number
[src]

Required. The revision number of the configuration.