| 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.GetSegmentVersion
Description
Returns information about a segment version.
- getSegmentVersion :: Text -> Text -> Text -> GetSegmentVersion
- data GetSegmentVersion
- gSegmentId :: Lens' GetSegmentVersion Text
- gVersion :: Lens' GetSegmentVersion Text
- gApplicationId :: Lens' GetSegmentVersion Text
- getSegmentVersionResponse :: Int -> SegmentResponse -> GetSegmentVersionResponse
- data GetSegmentVersionResponse
- gsvrsResponseStatus :: Lens' GetSegmentVersionResponse Int
- gsvrsSegmentResponse :: Lens' GetSegmentVersionResponse SegmentResponse
Creating a Request
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> GetSegmentVersion |
Creates a value of GetSegmentVersion with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gSegmentId- Undocumented member.gVersion- Undocumented member.gApplicationId- Undocumented member.
data GetSegmentVersion Source #
See: getSegmentVersion smart constructor.
Instances
Request Lenses
gSegmentId :: Lens' GetSegmentVersion Text Source #
Undocumented member.
gApplicationId :: Lens' GetSegmentVersion Text Source #
Undocumented member.
Destructuring the Response
getSegmentVersionResponse Source #
Arguments
| :: Int | |
| -> SegmentResponse | |
| -> GetSegmentVersionResponse |
Creates a value of GetSegmentVersionResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gsvrsResponseStatus- -- | The response status code.gsvrsSegmentResponse- Undocumented member.
data GetSegmentVersionResponse Source #
See: getSegmentVersionResponse smart constructor.
Response Lenses
gsvrsResponseStatus :: Lens' GetSegmentVersionResponse Int Source #
- - | The response status code.
gsvrsSegmentResponse :: Lens' GetSegmentVersionResponse SegmentResponse Source #
Undocumented member.