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

UpdateConfigurationRequest

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

Updates the specified configuration.

interface UpdateConfigurationRequest {
ConfigurationId: string;
Data: string;
Description?: string | null;
}

§Properties

§
ConfigurationId: string
[src]

The unique ID that Amazon MQ generates for the configuration.

§
Data: string
[src]

Required. The base64-encoded XML configuration.

§
Description?: string | null
[src]

The description of the configuration.