AmiDistributionConfiguration
import type { AmiDistributionConfiguration } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/imagebuilder.ts";interface AmiDistributionConfiguration {
amiTags?: {} | null;
[key: string]: string | null | undefined;
description?: string | null;
kmsKeyId?: string | null;
launchPermission?: LaunchPermissionConfiguration | null;
name?: string | null;
targetAccountIds?: string[] | null;
}