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

DescribeDomainConfigurationResponse

import type { DescribeDomainConfigurationResponse } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface DescribeDomainConfigurationResponse {
authorizerConfig?: AuthorizerConfig | null;
domainConfigurationArn?: string | null;
domainConfigurationName?: string | null;
domainConfigurationStatus?: DomainConfigurationStatus | null;
domainName?: string | null;
domainType?: DomainType | null;
lastStatusChangeDate?: Date | number | null;
serverCertificates?: ServerCertificateSummary[] | null;
serviceType?: ServiceType | null;
}

§Properties

§
authorizerConfig?: AuthorizerConfig | null
[src]

An object that specifies the authorization service for a domain.

§
domainConfigurationArn?: string | null
[src]

The ARN of the domain configuration.

§
domainConfigurationName?: string | null
[src]

The name of the domain configuration.

§
domainConfigurationStatus?: DomainConfigurationStatus | null
[src]

A Boolean value that specifies the current state of the domain configuration.

§
domainName?: string | null
[src]

The name of the domain.

§
domainType?: DomainType | null
[src]

The type of the domain.

§
lastStatusChangeDate?: Date | number | null
[src]

The date and time the domain configuration's status was last changed.

§
serverCertificates?: ServerCertificateSummary[] | null
[src]

A list containing summary information about the server certificate included in the domain configuration.

§
serviceType?: ServiceType | null
[src]

The type of service delivered by the endpoint.