Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data SendUsersMessageResponse = SendUsersMessageResponse' {}
- newSendUsersMessageResponse :: Text -> SendUsersMessageResponse
- sendUsersMessageResponse_requestId :: Lens' SendUsersMessageResponse (Maybe Text)
- sendUsersMessageResponse_result :: Lens' SendUsersMessageResponse (Maybe (HashMap Text (HashMap Text EndpointMessageResult)))
- sendUsersMessageResponse_applicationId :: Lens' SendUsersMessageResponse Text
Documentation
data SendUsersMessageResponse Source #
Provides information about which users and endpoints a message was sent to.
See: newSendUsersMessageResponse
smart constructor.
SendUsersMessageResponse' | |
|
Instances
newSendUsersMessageResponse Source #
Create a value of SendUsersMessageResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:requestId:SendUsersMessageResponse'
, sendUsersMessageResponse_requestId
- The unique identifier that was assigned to the message request.
$sel:result:SendUsersMessageResponse'
, sendUsersMessageResponse_result
- An object that indicates which endpoints the message was sent to, for
each user. The object lists user IDs and, for each user ID, provides the
endpoint IDs that the message was sent to. For each endpoint ID, it
provides an EndpointMessageResult object.
$sel:applicationId:SendUsersMessageResponse'
, sendUsersMessageResponse_applicationId
- The unique identifier for the application that was used to send the
message.
sendUsersMessageResponse_requestId :: Lens' SendUsersMessageResponse (Maybe Text) Source #
The unique identifier that was assigned to the message request.
sendUsersMessageResponse_result :: Lens' SendUsersMessageResponse (Maybe (HashMap Text (HashMap Text EndpointMessageResult))) Source #
An object that indicates which endpoints the message was sent to, for each user. The object lists user IDs and, for each user ID, provides the endpoint IDs that the message was sent to. For each endpoint ID, it provides an EndpointMessageResult object.
sendUsersMessageResponse_applicationId :: Lens' SendUsersMessageResponse Text Source #
The unique identifier for the application that was used to send the message.