DescribeLocationEfsResponse
import type { DescribeLocationEfsResponse } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/datasync.ts";interface DescribeLocationEfsResponse {
CreationTime?: Date | number | null;
Ec2Config?: Ec2Config | null;
LocationArn?: string | null;
LocationUri?: string | null;
}