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

DeleteAggregationAuthorizationRequest

import type { DeleteAggregationAuthorizationRequest } from "https://aws-api.deno.dev/v0.3/services/configservice.ts?docs=full";
interface DeleteAggregationAuthorizationRequest {
AuthorizedAccountId: string;
AuthorizedAwsRegion: string;
}

§Properties

§
AuthorizedAccountId: string
[src]

The 12-digit account ID of the account authorized to aggregate data.

§
AuthorizedAwsRegion: string
[src]

The region authorized to collect aggregated data.