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

JourneyLimits

import type { JourneyLimits } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/pinpoint.ts";
interface JourneyLimits {
DailyCap?: number | null;
EndpointReentryCap?: number | null;
EndpointReentryInterval?: string | null;
MessagesPerSecond?: number | null;
}

§Properties

§
DailyCap?: number | null
[src]
§
EndpointReentryCap?: number | null
[src]
§
EndpointReentryInterval?: string | null
[src]
§
MessagesPerSecond?: number | null
[src]