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

Invitation

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

Provides information about an Amazon Macie membership invitation.

interface Invitation {
accountId?: string | null;
invitationId?: string | null;
invitedAt?: Date | number | null;
relationshipStatus?: RelationshipStatus | null;
}

§Properties

§
accountId?: string | null
[src]

The Amazon Web Services account ID for the account that sent the invitation.

§
invitationId?: string | null
[src]

The unique identifier for the invitation.

§
invitedAt?: Date | number | null
[src]

The date and time, in UTC and extended ISO 8601 format, when the invitation was sent.

§
relationshipStatus?: RelationshipStatus | null
[src]

The status of the relationship between the account that sent the invitation and the account that received the invitation.