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

DescribeReplicationConfigurationsRequest

import type { DescribeReplicationConfigurationsRequest } from "https://aws-api.deno.dev/v0.4/services/efs.ts?docs=full";
interface DescribeReplicationConfigurationsRequest {
FileSystemId?: string | null;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
FileSystemId?: string | null
[src]

You can retrieve the replication configuration for a specific file system by providing its file system ID.

§
MaxResults?: number | null
[src]

(Optional) To limit the number of objects returned in a response, you can specify the MaxItems parameter. The default value is 100.

§
NextToken?: string | null
[src]

NextToken is present if the response is paginated. You can use NextToken in a subsequent request to fetch the next page of output.