UpdateInstanceRequest
import type { UpdateInstanceRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/opsworks.ts";interface UpdateInstanceRequest {
AgentVersion?: string | null;
AmiId?: string | null;
Architecture?: Architecture | null;
AutoScalingType?: AutoScalingType | null;
EbsOptimized?: boolean | null;
Hostname?: string | null;
InstallUpdatesOnBoot?: boolean | null;
InstanceId: string;
InstanceType?: string | null;
LayerIds?: string[] | null;
Os?: string | null;
SshKeyName?: string | null;
}