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

ListConflictingAliasesRequest

import type { ListConflictingAliasesRequest } from "https://aws-api.deno.dev/v0.4/services/cloudfront.ts?docs=full";
interface ListConflictingAliasesRequest {
Alias: string;
DistributionId: string;
Marker?: string | null;
MaxItems?: number | null;
}

§Properties

§
Alias: string
[src]

The alias (also called a CNAME) to search for conflicting aliases.

§
DistributionId: string
[src]

The ID of a distribution in your account that has an attached SSL/TLS certificate that includes the provided alias.

§
Marker?: string | null
[src]

Use this field when paginating results to indicate where to begin in the list of conflicting aliases. The response includes conflicting aliases in the list that occur after the marker. To get the next page of the list, set this field's value to the value of NextMarker from the current page's response.

§
MaxItems?: number | null
[src]

The maximum number of conflicting aliases that you want in the response.