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

UpdateDomainConfigurationRequest

import type { UpdateDomainConfigurationRequest } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface UpdateDomainConfigurationRequest {
authorizerConfig?: AuthorizerConfig | null;
domainConfigurationName: string;
domainConfigurationStatus?: DomainConfigurationStatus | null;
removeAuthorizerConfig?: boolean | null;
}

§Properties

§
authorizerConfig?: AuthorizerConfig | null
[src]

An object that specifies the authorization service for a domain.

§
domainConfigurationName: string
[src]

The name of the domain configuration to be updated.

§
domainConfigurationStatus?: DomainConfigurationStatus | null
[src]

The status to which the domain configuration should be updated.

§
removeAuthorizerConfig?: boolean | null
[src]

Removes the authorization configuration from a domain.