Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ModifyInstancePlacementRequest

import type { ModifyInstancePlacementRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";
interface ModifyInstancePlacementRequest {
Affinity?: Affinity | null;
GroupName?: string | null;
HostId?: string | null;
HostResourceGroupArn?: string | null;
InstanceId: string;
PartitionNumber?: number | null;
Tenancy?: HostTenancy | null;
}

§Properties

§
Affinity?: Affinity | null
[src]
§
GroupName?: string | null
[src]
§
HostId?: string | null
[src]
§
HostResourceGroupArn?: string | null
[src]
§
InstanceId: string
[src]
§
PartitionNumber?: number | null
[src]
§
Tenancy?: HostTenancy | null
[src]