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

CreateDataRepositoryAssociationResponse

import type { CreateDataRepositoryAssociationResponse } from "https://aws-api.deno.dev/v0.4/services/fsx.ts?docs=full";
interface CreateDataRepositoryAssociationResponse {
Association?: DataRepositoryAssociation | null;
}

§Properties

§
Association?: DataRepositoryAssociation | null
[src]

The response object returned after the data repository association is created.