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

CreateCidrCollectionRequest

import type { CreateCidrCollectionRequest } from "https://aws-api.deno.dev/v0.4/services/route53.ts?docs=full";
interface CreateCidrCollectionRequest {
CallerReference: string;
Name: string;
}

§Properties

§
CallerReference: string
[src]

A client-specific token that allows requests to be securely retried so that the intended outcome will only occur once, retries receive a similar response, and there are no additional edge cases to handle.

§
Name: string
[src]

A unique identifier for the account that can be used to reference the collection from other API calls.