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

WriteApplicationSettingsRequest

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

Specifies the default settings for an application.

interface WriteApplicationSettingsRequest {
CampaignHook?: CampaignHook | null;
CloudWatchMetricsEnabled?: boolean | null;
EventTaggingEnabled?: boolean | null;
Limits?: CampaignLimits | null;
QuietTime?: QuietTime | null;
}

§Properties

§
CampaignHook?: CampaignHook | null
[src]

TODO: Failed to render documentation: unhandled paragraph inner tag link

§
CloudWatchMetricsEnabled?: boolean | null
[src]

Specifies whether to enable application-related alarms in Amazon CloudWatch.

§
EventTaggingEnabled?: boolean | null
[src]
§
Limits?: CampaignLimits | null
[src]

TODO: Failed to render documentation: unhandled paragraph inner tag link

§
QuietTime?: QuietTime | null
[src]

TODO: Failed to render documentation: unhandled paragraph inner tag link