Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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;
}

§Properties

§
AccessKey?: string | null
[src]
§
AgentArns?: string[] | null
[src]
§
CreationTime?: Date | number | null
[src]
§
LocationArn?: string | null
[src]
§
LocationUri?: string | null
[src]
§
ServerPort?: number | null
[src]
§
ServerProtocol?: ObjectStorageServerProtocol | null
[src]