| 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.DeleteApp
Description
Deletes an app.
Creating a Request
Creates a value of DeleteApp with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
daApplicationId- Undocumented member.
See: deleteApp smart constructor.
Instances
Request Lenses
Destructuring the Response
Creates a value of DeleteAppResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
darsResponseStatus- -- | The response status code.darsApplicationResponse- Undocumented member.
data DeleteAppResponse Source #
See: deleteAppResponse smart constructor.
Response Lenses
darsResponseStatus :: Lens' DeleteAppResponse Int Source #
- - | The response status code.
darsApplicationResponse :: Lens' DeleteAppResponse ApplicationResponse Source #
Undocumented member.