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

AssociateFileSystemAliasesResponse

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

The system generated response showing the DNS aliases that Amazon FSx is attempting to associate with the file system. Use the API operation to monitor the status of the aliases Amazon FSx is associating with the file system. It can take up to 2.5 minutes for the alias status to change from CREATING to AVAILABLE.

interface AssociateFileSystemAliasesResponse {
Aliases?: Alias[] | null;
}

§Properties

§
Aliases?: Alias[] | null
[src]

An array of the DNS aliases that Amazon FSx is associating with the file system.