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

DescribeDataRepositoryAssociationsResponse

import type { DescribeDataRepositoryAssociationsResponse } from "https://aws-api.deno.dev/v0.4/services/fsx.ts?docs=full";
interface DescribeDataRepositoryAssociationsResponse {
Associations?: DataRepositoryAssociation[] | null;
NextToken?: string | null;
}

§Properties

§
Associations?: DataRepositoryAssociation[] | null
[src]

An array of one or more data repository association descriptions.

§
NextToken?: string | null
[src]