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

DescribeDataRepositoryAssociationsRequest

import type { DescribeDataRepositoryAssociationsRequest } from "https://aws-api.deno.dev/v0.4/services/fsx.ts?docs=full";
interface DescribeDataRepositoryAssociationsRequest {
AssociationIds?: string[] | null;
Filters?: Filter[] | null;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
AssociationIds?: string[] | null
[src]

IDs of the data repository associations whose descriptions you want to retrieve (String).

§
Filters?: Filter[] | null
[src]
§
MaxResults?: number | null
[src]

The maximum number of resources to return in the response. This value must be an integer greater than zero.

§
NextToken?: string | null
[src]