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.GetApp
Description
Returns information about an app.
Synopsis
Creating a Request
Creates a value of GetApp
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gaApplicationId
- Undocumented member.
See: getApp
smart constructor.
Instances
Eq GetApp Source # | |
Data GetApp Source # | |
Defined in Network.AWS.Pinpoint.GetApp Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> GetApp -> c GetApp # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c GetApp # toConstr :: GetApp -> Constr # dataTypeOf :: GetApp -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c GetApp) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c GetApp) # gmapT :: (forall b. Data b => b -> b) -> GetApp -> GetApp # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> GetApp -> r # gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> GetApp -> r # gmapQ :: (forall d. Data d => d -> u) -> GetApp -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> GetApp -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> GetApp -> m GetApp # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> GetApp -> m GetApp # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> GetApp -> m GetApp # | |
Read GetApp Source # | |
Show GetApp Source # | |
Generic GetApp Source # | |
Hashable GetApp Source # | |
Defined in Network.AWS.Pinpoint.GetApp | |
AWSRequest GetApp Source # | |
ToHeaders GetApp Source # | |
Defined in Network.AWS.Pinpoint.GetApp | |
ToPath GetApp Source # | |
Defined in Network.AWS.Pinpoint.GetApp Methods toPath :: GetApp -> ByteString # | |
ToQuery GetApp Source # | |
Defined in Network.AWS.Pinpoint.GetApp Methods toQuery :: GetApp -> QueryString # | |
NFData GetApp Source # | |
Defined in Network.AWS.Pinpoint.GetApp | |
type Rep GetApp Source # | |
Defined in Network.AWS.Pinpoint.GetApp | |
type Rs GetApp Source # | |
Defined in Network.AWS.Pinpoint.GetApp |
Request Lenses
Destructuring the Response
Creates a value of GetAppResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
garsResponseStatus
- -- | The response status code.garsApplicationResponse
- Undocumented member.
data GetAppResponse Source #
See: getAppResponse
smart constructor.
Instances
Response Lenses
garsResponseStatus :: Lens' GetAppResponse Int Source #
- - | The response status code.
garsApplicationResponse :: Lens' GetAppResponse ApplicationResponse Source #
Undocumented member.