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

DescribeAggregationAuthorizationsResponse

import type { DescribeAggregationAuthorizationsResponse } from "https://aws-api.deno.dev/v0.3/services/configservice.ts?docs=full";
interface DescribeAggregationAuthorizationsResponse {
AggregationAuthorizations?: AggregationAuthorization[] | null;
NextToken?: string | null;
}

§Properties

§
AggregationAuthorizations?: AggregationAuthorization[] | null
[src]

Returns a list of authorizations granted to various aggregator accounts and regions.

§
NextToken?: string | null
[src]

The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.