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

DescribeReplicationConfigurationTemplatesRequest

import type { DescribeReplicationConfigurationTemplatesRequest } from "https://aws-api.deno.dev/v0.4/services/drs.ts?docs=full";
interface DescribeReplicationConfigurationTemplatesRequest {
maxResults?: number | null;
nextToken?: string | null;
replicationConfigurationTemplateIDs?: string[] | null;
}

§Properties

§
maxResults?: number | null
[src]

Maximum number of Replication Configuration Templates to retrieve.

§
nextToken?: string | null
[src]

The token of the next Replication Configuration Template to retrieve.

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

The IDs of the Replication Configuration Templates to retrieve. An empty list means all Replication Configuration Templates.