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

ListDomainConfigurationsResponse

import type { ListDomainConfigurationsResponse } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface ListDomainConfigurationsResponse {
domainConfigurations?: DomainConfigurationSummary[] | null;
nextMarker?: string | null;
}

§Properties

§
domainConfigurations?: DomainConfigurationSummary[] | null
[src]

A list of objects that contain summary information about the user's domain configurations.

§
nextMarker?: string | null
[src]

The marker for the next set of results.