| Copyright | (c) 2013-2017 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.Discovery.UpdateApplication
Description
Updates metadata about an application.
- updateApplication :: Text -> UpdateApplication
- data UpdateApplication
- uaName :: Lens' UpdateApplication (Maybe Text)
- uaDescription :: Lens' UpdateApplication (Maybe Text)
- uaConfigurationId :: Lens' UpdateApplication Text
- updateApplicationResponse :: Int -> UpdateApplicationResponse
- data UpdateApplicationResponse
- uarsResponseStatus :: Lens' UpdateApplicationResponse Int
Creating a Request
Arguments
| :: Text | |
| -> UpdateApplication |
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:
uaName- New name of the application to be updated.uaDescription- New description of the application to be updated.uaConfigurationId- Configuration ID of the application to be updated.
data UpdateApplication Source #
See: updateApplication smart constructor.
Instances
Request Lenses
uaDescription :: Lens' UpdateApplication (Maybe Text) Source #
New description of the application to be updated.
uaConfigurationId :: Lens' UpdateApplication Text Source #
Configuration ID of the application to be updated.
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:
uarsResponseStatus- -- | The response status code.
data UpdateApplicationResponse Source #
See: updateApplicationResponse smart constructor.
Response Lenses
uarsResponseStatus :: Lens' UpdateApplicationResponse Int Source #
- - | The response status code.