DescribeLocationObjectStorageResponse
import type { DescribeLocationObjectStorageResponse } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/datasync.ts";interface DescribeLocationObjectStorageResponse {
AccessKey?: string | null;
AgentArns?: string[] | null;
CreationTime?: Date | number | null;
LocationArn?: string | null;
LocationUri?: string | null;
ServerPort?: number | null;
ServerProtocol?: ObjectStorageServerProtocol | null;
}