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

AcceptAdministratorInvitationRequest

import type { AcceptAdministratorInvitationRequest } from "https://aws-api.deno.dev/v0.4/services/guardduty.ts?docs=full";
interface AcceptAdministratorInvitationRequest {
AdministratorId: string;
DetectorId: string;
InvitationId: string;
}

§Properties

§
AdministratorId: string
[src]

The account ID of the GuardDuty administrator account whose invitation you're accepting.

§
DetectorId: string
[src]

The unique ID of the detector of the GuardDuty member account.

§
InvitationId: string
[src]

The value that is used to validate the administrator account to the member account.