| 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.GetCampaignVersion
Description
Returns information about a specific version of a campaign.
Synopsis
- getCampaignVersion :: Text -> Text -> Text -> GetCampaignVersion
- data GetCampaignVersion
- gcvcVersion :: Lens' GetCampaignVersion Text
- gcvcApplicationId :: Lens' GetCampaignVersion Text
- gcvcCampaignId :: Lens' GetCampaignVersion Text
- getCampaignVersionResponse :: Int -> CampaignResponse -> GetCampaignVersionResponse
- data GetCampaignVersionResponse
- gcvcrsResponseStatus :: Lens' GetCampaignVersionResponse Int
- gcvcrsCampaignResponse :: Lens' GetCampaignVersionResponse CampaignResponse
Creating a Request
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> GetCampaignVersion |
Creates a value of GetCampaignVersion with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gcvcVersion- Undocumented member.gcvcApplicationId- Undocumented member.gcvcCampaignId- Undocumented member.
data GetCampaignVersion Source #
See: getCampaignVersion smart constructor.
Instances
Request Lenses
gcvcVersion :: Lens' GetCampaignVersion Text Source #
Undocumented member.
gcvcApplicationId :: Lens' GetCampaignVersion Text Source #
Undocumented member.
gcvcCampaignId :: Lens' GetCampaignVersion Text Source #
Undocumented member.
Destructuring the Response
getCampaignVersionResponse Source #
Arguments
| :: Int | |
| -> CampaignResponse | |
| -> GetCampaignVersionResponse |
Creates a value of GetCampaignVersionResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gcvcrsResponseStatus- -- | The response status code.gcvcrsCampaignResponse- Undocumented member.
data GetCampaignVersionResponse Source #
See: getCampaignVersionResponse smart constructor.
Instances
Response Lenses
gcvcrsResponseStatus :: Lens' GetCampaignVersionResponse Int Source #
- - | The response status code.
gcvcrsCampaignResponse :: Lens' GetCampaignVersionResponse CampaignResponse Source #
Undocumented member.