| 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.GetApps
Description
Returns information about your apps.
Synopsis
- getApps :: GetApps
- data GetApps
- gaToken :: Lens' GetApps (Maybe Text)
- gaPageSize :: Lens' GetApps (Maybe Text)
- getAppsResponse :: Int -> ApplicationsResponse -> GetAppsResponse
- data GetAppsResponse
- gasrsResponseStatus :: Lens' GetAppsResponse Int
- gasrsApplicationsResponse :: Lens' GetAppsResponse ApplicationsResponse
Creating a Request
Creates a value of GetApps with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gaToken- Undocumented member.gaPageSize- Undocumented member.
See: getApps smart constructor.
Instances
| Eq GetApps # | |
| Data GetApps # | |
Defined in Network.AWS.Pinpoint.GetApps Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> GetApps -> c GetApps # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c GetApps # toConstr :: GetApps -> Constr # dataTypeOf :: GetApps -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c GetApps) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c GetApps) # gmapT :: (forall b. Data b => b -> b) -> GetApps -> GetApps # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> GetApps -> r # gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> GetApps -> r # gmapQ :: (forall d. Data d => d -> u) -> GetApps -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> GetApps -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> GetApps -> m GetApps # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> GetApps -> m GetApps # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> GetApps -> m GetApps # | |
| Read GetApps # | |
| Show GetApps # | |
| Generic GetApps # | |
| Hashable GetApps # | |
Defined in Network.AWS.Pinpoint.GetApps | |
| AWSRequest GetApps # | |
| ToHeaders GetApps # | |
Defined in Network.AWS.Pinpoint.GetApps | |
| ToPath GetApps # | |
Defined in Network.AWS.Pinpoint.GetApps Methods toPath :: GetApps -> ByteString # | |
| ToQuery GetApps # | |
Defined in Network.AWS.Pinpoint.GetApps Methods toQuery :: GetApps -> QueryString # | |
| NFData GetApps # | |
Defined in Network.AWS.Pinpoint.GetApps | |
| type Rep GetApps # | |
Defined in Network.AWS.Pinpoint.GetApps type Rep GetApps = D1 (MetaData "GetApps" "Network.AWS.Pinpoint.GetApps" "amazonka-pinpoint-1.6.0-FJI8AmweN9r58M3vH3L3oZ" False) (C1 (MetaCons "GetApps'" PrefixI True) (S1 (MetaSel (Just "_gaToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_gaPageSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) | |
| type Rs GetApps # | |
Defined in Network.AWS.Pinpoint.GetApps | |
Request Lenses
Destructuring the Response
Arguments
| :: Int | |
| -> ApplicationsResponse | |
| -> GetAppsResponse |
Creates a value of GetAppsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gasrsResponseStatus- -- | The response status code.gasrsApplicationsResponse- Undocumented member.
data GetAppsResponse #
See: getAppsResponse smart constructor.
Instances
Response Lenses
gasrsResponseStatus :: Lens' GetAppsResponse Int #
- - | The response status code.
gasrsApplicationsResponse :: Lens' GetAppsResponse ApplicationsResponse #
Undocumented member.