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

GetAccountSummaryResponse

import type { GetAccountSummaryResponse } from "https://aws-api.deno.dev/v0.4/services/iam.ts?docs=full";

Contains the response to a successful "GetAccountSummary" request.

interface GetAccountSummaryResponse {
SummaryMap: [key in summaryKeyType]: number | null | undefined;
}

§Properties

§
SummaryMap: [key in summaryKeyType]: number | null | undefined
[src]

A set of key–value pairs containing information about IAM entity usage and IAM quotas.