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

DisassociateFileSystemAliasesResponse

import type { DisassociateFileSystemAliasesResponse } 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 disassociate from the file system. Use the API operation to monitor the status of the aliases Amazon FSx is removing from the file system.

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

§Properties

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

An array of one or more DNS aliases that Amazon FSx is attempting to disassociate from the file system.