DescribeConfigurationResponse
import type { DescribeConfigurationResponse } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/kafka.ts";interface DescribeConfigurationResponse {
Arn?: string | null;
CreationTime?: Date | number | null;
Description?: string | null;
KafkaVersions?: string[] | null;
LatestRevision?: ConfigurationRevision | null;
Name?: string | null;
State?: ConfigurationState | null;
}