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

FileSystemAssociationSummary

import type { FileSystemAssociationSummary } from "https://aws-api.deno.dev/v0.4/services/storagegateway.ts?docs=full";

Gets the summary returned by ListFileSystemAssociation, which is a summary of a created file system association.

interface FileSystemAssociationSummary {
FileSystemAssociationARN?: string | null;
FileSystemAssociationId?: string | null;
FileSystemAssociationStatus?: string | null;
GatewayARN?: string | null;
}

§Properties

§
FileSystemAssociationARN?: string | null
[src]

The Amazon Resource Name (ARN) of the file system association.

§
FileSystemAssociationId?: string | null
[src]

The ID of the file system association.

§
FileSystemAssociationStatus?: string | null
[src]

The status of the file share. Valid Values: AVAILABLE | CREATING | DELETING | FORCE_DELETING | UPDATING | ERROR

§
GatewayARN?: string | null
[src]