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

UpdateDomainConfigurationResponse

import type { UpdateDomainConfigurationResponse } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface UpdateDomainConfigurationResponse {
domainConfigurationArn?: string | null;
domainConfigurationName?: string | null;
}

§Properties

§
domainConfigurationArn?: string | null
[src]

The ARN of the domain configuration that was updated.

§
domainConfigurationName?: string | null
[src]

The name of the domain configuration that was updated.