| 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.
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.
Request Lenses
gaApplicationId :: Lens' GetApp Text #
Undocumented member.
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.
Response Lenses
garsResponseStatus :: Lens' GetAppResponse Int #
- - | The response status code.
garsApplicationResponse :: Lens' GetAppResponse ApplicationResponse #
Undocumented member.