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

InstanceEventWindowDisassociationRequest

import type { InstanceEventWindowDisassociationRequest } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";

The targets to disassociate from the specified event window.

interface InstanceEventWindowDisassociationRequest {
DedicatedHostIds?: string[] | null;
InstanceIds?: string[] | null;
InstanceTags?: Tag[] | null;
}

§Properties

§
DedicatedHostIds?: string[] | null
[src]

The IDs of the Dedicated Hosts to disassociate from the event window.

§
InstanceIds?: string[] | null
[src]

The IDs of the instances to disassociate from the event window.

§
InstanceTags?: Tag[] | null
[src]

The instance tags to disassociate from the event window. Any instances associated with the tags will be disassociated from the event window.