Instance
import type { Instance } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/emr.ts";interface Instance {
EbsVolumes?: EbsVolume[] | null;
Ec2InstanceId?: string | null;
Id?: string | null;
InstanceFleetId?: string | null;
InstanceGroupId?: string | null;
InstanceType?: string | null;
Market?: MarketType | null;
PrivateDnsName?: string | null;
PrivateIpAddress?: string | null;
PublicDnsName?: string | null;
PublicIpAddress?: string | null;
Status?: InstanceStatus | null;
}