- Navigation Guide
@aws-sdk/client-pinpoint
SendMessagesCommandOutput Interface
The output of SendMessagesCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
MessageResponse Required | MessageResponse | undefined | Provides information about the results of a request to send a message to an endpoint address. |
Full Signature
export interface SendMessagesCommandOutput extends SendMessagesResponse, MetadataBearer