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

ListDomainConfigurationsRequest

import type { ListDomainConfigurationsRequest } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface ListDomainConfigurationsRequest {
marker?: string | null;
pageSize?: number | null;
serviceType?: ServiceType | null;
}

§Properties

§
marker?: string | null
[src]

The marker for the next set of results.

§
pageSize?: number | null
[src]

The result page size.

§
serviceType?: ServiceType | null
[src]

The type of service delivered by the endpoint.