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

PutAggregationAuthorizationResponse

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

§Properties

§
AggregationAuthorization?: AggregationAuthorization | null
[src]

Returns an AggregationAuthorization object.