| Copyright | (c) 2013-2015 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.Inspector.UpdateApplication
Description
Updates application specified by the application ARN.
See: AWS API Reference for UpdateApplication.
- updateApplication :: UpdateApplication
- data UpdateApplication
- uaApplicationARN :: Lens' UpdateApplication (Maybe Text)
- uaResourceGroupARN :: Lens' UpdateApplication (Maybe Text)
- uaApplicationName :: Lens' UpdateApplication (Maybe Text)
- updateApplicationResponse :: Int -> UpdateApplicationResponse
- data UpdateApplicationResponse
- uarsMessage :: Lens' UpdateApplicationResponse (Maybe Text)
- uarsResponseStatus :: Lens' UpdateApplicationResponse Int
Creating a Request
updateApplication :: UpdateApplication Source
Creates a value of UpdateApplication with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data UpdateApplication Source
See: updateApplication smart constructor.
Instances
Request Lenses
uaApplicationARN :: Lens' UpdateApplication (Maybe Text) Source
Application ARN that you want to update.
uaResourceGroupARN :: Lens' UpdateApplication (Maybe Text) Source
The resource group ARN that you want to update.
uaApplicationName :: Lens' UpdateApplication (Maybe Text) Source
Application name that you want to update.
Destructuring the Response
updateApplicationResponse Source
Arguments
| :: Int | |
| -> UpdateApplicationResponse |
Creates a value of UpdateApplicationResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data UpdateApplicationResponse Source
See: updateApplicationResponse smart constructor.
Response Lenses
uarsMessage :: Lens' UpdateApplicationResponse (Maybe Text) Source
Confirmation details of the action performed.
uarsResponseStatus :: Lens' UpdateApplicationResponse Int Source
The response status code.