import { _UnmarshalledIdentityMailFromDomainAttributes } from "./_IdentityMailFromDomainAttributes"; import * as __aws_sdk_types from "@aws-sdk/types"; /** *
Represents the custom MAIL FROM attributes for a list of identities.
*/ export interface GetIdentityMailFromDomainAttributesOutput extends __aws_sdk_types.MetadataBearer { /** *A map of identities to custom MAIL FROM attributes.
*/ MailFromDomainAttributes: { [key: string]: _UnmarshalledIdentityMailFromDomainAttributes; }; /** * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ $metadata: __aws_sdk_types.ResponseMetadata; }