| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.Pinpoint.GetSmsChannel
Description
Get an SMS channel
- getSmsChannel :: Text -> GetSmsChannel
- data GetSmsChannel
- gscApplicationId :: Lens' GetSmsChannel Text
- getSmsChannelResponse :: Int -> SMSChannelResponse -> GetSmsChannelResponse
- data GetSmsChannelResponse
- gscrsResponseStatus :: Lens' GetSmsChannelResponse Int
- gscrsSMSChannelResponse :: Lens' GetSmsChannelResponse SMSChannelResponse
Creating a Request
Arguments
| :: Text | |
| -> GetSmsChannel |
Creates a value of GetSmsChannel with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gscApplicationId- Undocumented member.
data GetSmsChannel Source #
See: getSmsChannel smart constructor.
Instances
Request Lenses
gscApplicationId :: Lens' GetSmsChannel Text Source #
Undocumented member.
Destructuring the Response
getSmsChannelResponse Source #
Arguments
| :: Int | |
| -> SMSChannelResponse | |
| -> GetSmsChannelResponse |
Creates a value of GetSmsChannelResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gscrsResponseStatus- -- | The response status code.gscrsSMSChannelResponse- Undocumented member.
data GetSmsChannelResponse Source #
See: getSmsChannelResponse smart constructor.
Response Lenses
gscrsResponseStatus :: Lens' GetSmsChannelResponse Int Source #
- - | The response status code.
gscrsSMSChannelResponse :: Lens' GetSmsChannelResponse SMSChannelResponse Source #
Undocumented member.