UpdateApplicationRequest
import type { UpdateApplicationRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/applicationinsights.ts";interface UpdateApplicationRequest {
CWEMonitorEnabled?: boolean | null;
OpsCenterEnabled?: boolean | null;
OpsItemSNSTopicArn?: string | null;
RemoveSNSTopic?: boolean | null;
ResourceGroupName: string;
}