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

UpdateExtensionAssociationRequest

import type { UpdateExtensionAssociationRequest } from "https://aws-api.deno.dev/v0.4/services/appconfig.ts?docs=full";
interface UpdateExtensionAssociationRequest {
ExtensionAssociationId: string;
Parameters?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
ExtensionAssociationId: string
[src]

The system-generated ID for the association.

§
Parameters?: {
[key: string]: string | null | undefined;
}
| null
[src]

The parameter names and values defined in the extension.