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

GetAccountResponse

import type { GetAccountResponse } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/pinpointemail.ts";
interface GetAccountResponse {
DedicatedIpAutoWarmupEnabled?: boolean | null;
EnforcementStatus?: string | null;
ProductionAccessEnabled?: boolean | null;
SendingEnabled?: boolean | null;
SendQuota?: SendQuota | null;
}

§Properties

§
DedicatedIpAutoWarmupEnabled?: boolean | null
[src]
§
EnforcementStatus?: string | null
[src]
§
ProductionAccessEnabled?: boolean | null
[src]
§
SendingEnabled?: boolean | null
[src]
§
SendQuota?: SendQuota | null
[src]