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

DeleteDataRepositoryAssociationResponse

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

§Properties

§
AssociationId?: string | null
[src]

The ID of the data repository association being deleted.

§
DeleteDataInFileSystem?: boolean | null
[src]

Indicates whether data in the file system that corresponds to the data repository association is being deleted. Default is false.

§
Lifecycle?: DataRepositoryLifecycle | null
[src]

Describes the lifecycle state of the data repository association being deleted.