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