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

GetIdentityNotificationAttributesResponse

import type { GetIdentityNotificationAttributesResponse } from "https://aws-api.deno.dev/v0.3/services/ses.ts?docs=full";

Represents the notification attributes for a list of identities.

interface GetIdentityNotificationAttributesResponse {
NotificationAttributes: {
[key: string]: IdentityNotificationAttributes | null | undefined;
}
;
}

§Properties

§
NotificationAttributes: {
[key: string]: IdentityNotificationAttributes | null | undefined;
}
[src]

A map of Identity to IdentityNotificationAttributes.