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

DescribeReplicationConfigurationsResponse

import type { DescribeReplicationConfigurationsResponse } from "https://aws-api.deno.dev/v0.4/services/efs.ts?docs=full";
interface DescribeReplicationConfigurationsResponse {
NextToken?: string | null;
Replications?: ReplicationConfigurationDescription[] | null;
}

§Properties

§
NextToken?: string | null
[src]

You can use the NextToken from the previous response in a subsequent request to fetch the additional descriptions.

§

The collection of replication configurations that is returned.