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

SendUsersMessageRequest

import type { SendUsersMessageRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/pinpoint.ts";
interface SendUsersMessageRequest {
Context?: {
[key: string]: string | null | undefined;
}
| null;
MessageConfiguration: DirectMessageConfiguration;
TemplateConfiguration?: TemplateConfiguration | null;
TraceId?: string | null;
Users: {
[key: string]: EndpointSendConfiguration | null | undefined;
}
;
}

§Properties

§
Context?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
MessageConfiguration: DirectMessageConfiguration
[src]
§
TemplateConfiguration?: TemplateConfiguration | null
[src]
§
TraceId?: string | null
[src]
§
Users: {
[key: string]: EndpointSendConfiguration | null | undefined;
}
[src]