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

DescribeHandshakeRequest

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

§Properties

§
HandshakeId: string
[src]

The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to "InviteAccountToOrganization", or from a call to "ListHandshakesForAccount" or "ListHandshakesForOrganization".

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