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

DeleteDataRepositoryAssociationRequest

import type { DeleteDataRepositoryAssociationRequest } from "https://aws-api.deno.dev/v0.4/services/fsx.ts?docs=full";
interface DeleteDataRepositoryAssociationRequest {
AssociationId: string;
ClientRequestToken?: string | null;
DeleteDataInFileSystem?: boolean | null;
}

§Properties

§
AssociationId: string
[src]

The ID of the data repository association that you want to delete.

§
ClientRequestToken?: string | null
[src]
§
DeleteDataInFileSystem?: boolean | null
[src]

Set to true to delete the data in the file system that corresponds to the data repository association.