ModifyDBClusterEndpointOutput
import type { ModifyDBClusterEndpointOutput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/neptune.ts";interface ModifyDBClusterEndpointOutput {
CustomEndpointType?: string | null;
DBClusterEndpointArn?: string | null;
DBClusterEndpointIdentifier?: string | null;
DBClusterEndpointResourceIdentifier?: string | null;
DBClusterIdentifier?: string | null;
Endpoint?: string | null;
EndpointType?: string | null;
ExcludedMembers: string[];
StaticMembers: string[];
Status?: string | null;
}