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

StorageLocation

import type { StorageLocation } from "https://aws-api.deno.dev/v0.3/services/panorama.ts?docs=full";

A storage location.

interface StorageLocation {
BinaryPrefixLocation: string;
Bucket: string;
GeneratedPrefixLocation: string;
ManifestPrefixLocation: string;
RepoPrefixLocation: string;
}

§Properties

§
BinaryPrefixLocation: string
[src]

The location's binary prefix.

§
Bucket: string
[src]

The location's bucket.

§
GeneratedPrefixLocation: string
[src]

The location's generated prefix.

§
ManifestPrefixLocation: string
[src]

The location's manifest prefix.

§
RepoPrefixLocation: string
[src]

The location's repo prefix.