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

HandshakeFilter

import type { HandshakeFilter } from "https://aws-api.deno.dev/v0.4/services/organizations.ts?docs=full";

Specifies the criteria that are used to select the handshakes for the operation.

interface HandshakeFilter {
ActionType?: ActionType | null;
ParentHandshakeId?: string | null;
}

§Properties

§
ActionType?: ActionType | null
[src]

Specifies the type of handshake action.

If you specify ActionType, you cannot also specify ParentHandshakeId.

§
ParentHandshakeId?: string | null
[src]

Specifies the parent handshake. Only used for handshake types that are a child of another type.

If you specify ParentHandshakeId, you cannot also specify ActionType.

The regex pattern for handshake ID string requires "h-" followed by from 8 to 32 lowercase letters or digits.