DescribeConfigurationRevisionResponse
import type { DescribeConfigurationRevisionResponse } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/kafka.ts";interface DescribeConfigurationRevisionResponse {
Arn?: string | null;
CreationTime?: Date | number | null;
Description?: string | null;
Revision?: number | null;
ServerProperties?: Uint8Array | null;
}