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

UpdateConfigurationResponse

import type { UpdateConfigurationResponse } from "https://aws-api.deno.dev/v0.3/services/mq.ts?docs=full";
interface UpdateConfigurationResponse {
Arn?: string | null;
Created?: Date | number | null;
Id?: string | null;
LatestRevision?: ConfigurationRevision | null;
Name?: string | null;
Warnings?: SanitizationWarning[] | null;
}

§Properties

§
Arn?: string | null
[src]

Required. The Amazon Resource Name (ARN) of the configuration.

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

Required. The date and time of the configuration.

§
Id?: string | null
[src]

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

§
LatestRevision?: ConfigurationRevision | null
[src]

The latest revision of the configuration.

§
Name?: string | null
[src]

Required. The name of the configuration. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 1-150 characters long.

§
Warnings?: SanitizationWarning[] | null
[src]

The list of the first 20 warnings about the configuration XML elements or attributes that were sanitized.