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

UpdateDistributionConfigurationRequest

import type { UpdateDistributionConfigurationRequest } from "https://aws-api.deno.dev/v0.3/services/imagebuilder.ts?docs=full";
interface UpdateDistributionConfigurationRequest {
clientToken: string;
description?: string | null;
distributionConfigurationArn: string;
distributions: Distribution[];
}

§Properties

§
clientToken: string
[src]

The idempotency token of the distribution configuration.

§
description?: string | null
[src]

The description of the distribution configuration.

§
distributionConfigurationArn: string
[src]

The Amazon Resource Name (ARN) of the distribution configuration that you want to update.

§
distributions: Distribution[]
[src]

The distributions of the distribution configuration.