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

DisassociateAccountsInput

import type { DisassociateAccountsInput } from "https://aws-api.deno.dev/v0.4/services/billingconductor.ts?docs=full";
interface DisassociateAccountsInput {
AccountIds: string[];
Arn: string;
}

§Properties

§
AccountIds: string[]
[src]

The array of account IDs to disassociate.

§
Arn: string
[src]

The Amazon Resource Name (ARN) of the billing group that the array of account IDs will disassociate from.