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

DescribeConfigurationRevisionResponse

import type { DescribeConfigurationRevisionResponse } from "https://aws-api.deno.dev/v0.3/services/mq.ts?docs=full";
interface DescribeConfigurationRevisionResponse {
ConfigurationId?: string | null;
Created?: Date | number | null;
Data?: string | null;
Description?: string | null;
}

§Properties

§
ConfigurationId?: string | null
[src]

Required. The unique ID that Amazon MQ generates for the configuration.

§
Created?: Date | number | null
[src]

Required. The date and time of the configuration.

§
Data?: string | null
[src]

Required. The base64-encoded XML configuration.

§
Description?: string | null
[src]

The description of the configuration.