DistributionConfigurationSummary
import type { DistributionConfigurationSummary } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/imagebuilder.ts";interface DistributionConfigurationSummary {
arn?: string | null;
dateCreated?: string | null;
dateUpdated?: string | null;
description?: string | null;
name?: string | null;
regions?: string[] | null;
tags?: {} | null;
}[key: string]: string | null | undefined;