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

CreateMembersResponse

import type { CreateMembersResponse } from "https://aws-api.deno.dev/v0.4/services/guardduty.ts?docs=full";
interface CreateMembersResponse {
UnprocessedAccounts: UnprocessedAccount[];
}

§Properties

§
UnprocessedAccounts: UnprocessedAccount[]
[src]

A list of objects that include the accountIds of the unprocessed accounts and a result string that explains why each was unprocessed.