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

ConflictingAliasesList

import type { ConflictingAliasesList } from "https://aws-api.deno.dev/v0.3/services/cloudfront.ts?docs=full";

A list of aliases (also called CNAMEs) and the CloudFront distributions and Amazon Web Services accounts that they are associated with. In the list, the distribution and account IDs are partially hidden, which allows you to identify the distributions and accounts that you own, but helps to protect the information of ones that you don’t own.

interface ConflictingAliasesList {
MaxItems?: number | null;
NextMarker?: string | null;
Quantity?: number | null;
}

§Properties

§

Contains the conflicting aliases in the list.

§
MaxItems?: number | null
[src]

The maximum number of conflicting aliases requested.

§
NextMarker?: string | null
[src]

If there are more items in the list than are in this response, this element is present. It contains the value that you should use in the Marker field of a subsequent request to continue listing conflicting aliases where you left off.

§
Quantity?: number | null
[src]

The number of conflicting aliases returned in the response.