| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Pinpoint.Types.MessageBody
Description
Synopsis
Documentation
data MessageBody Source #
Provides information about an API request or response.
See: newMessageBody smart constructor.
Constructors
| MessageBody' | |
Instances
newMessageBody :: MessageBody Source #
Create a value of MessageBody 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:message:MessageBody', messageBody_message - The message that's returned from the API.
$sel:requestID:MessageBody', messageBody_requestID - The unique identifier for the request or response.
messageBody_message :: Lens' MessageBody (Maybe Text) Source #
The message that's returned from the API.
messageBody_requestID :: Lens' MessageBody (Maybe Text) Source #
The unique identifier for the request or response.