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