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

ListConfigurationRevisionsResponse

import type { ListConfigurationRevisionsResponse } from "https://aws-api.deno.dev/v0.3/services/mq.ts?docs=full";
interface ListConfigurationRevisionsResponse {
ConfigurationId?: string | null;
MaxResults?: number | null;
NextToken?: string | null;
Revisions?: ConfigurationRevision[] | null;
}

§Properties

§
ConfigurationId?: string | null
[src]

The unique ID that Amazon MQ generates for the configuration.

§
MaxResults?: number | null
[src]

The maximum number of configuration revisions that can be returned per page (20 by default). This value must be an integer from 5 to 100.

§
NextToken?: string | null
[src]

The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.

§
Revisions?: ConfigurationRevision[] | null
[src]

The list of all revisions for the specified configuration.