| 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.ElasticBeanstalk.UpdateApplicationVersion
Description
Updates the specified application version to have the specified properties.
Synopsis
- updateApplicationVersion :: Text -> Text -> UpdateApplicationVersion
- data UpdateApplicationVersion
- uavDescription :: Lens' UpdateApplicationVersion (Maybe Text)
- uavApplicationName :: Lens' UpdateApplicationVersion Text
- uavVersionLabel :: Lens' UpdateApplicationVersion Text
- applicationVersionDescriptionMessage :: ApplicationVersionDescriptionMessage
- data ApplicationVersionDescriptionMessage
- avdmApplicationVersion :: Lens' ApplicationVersionDescriptionMessage (Maybe ApplicationVersionDescription)
Creating a Request
updateApplicationVersion Source #
Arguments
| :: Text | |
| -> Text | |
| -> UpdateApplicationVersion |
Creates a value of UpdateApplicationVersion with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
uavDescription- A new description for this version.uavApplicationName- The name of the application associated with this version. If no application is found with this name,UpdateApplicationreturns anInvalidParameterValueerror.uavVersionLabel- The name of the version to update. If no application version is found with this label,UpdateApplicationreturns anInvalidParameterValueerror.
data UpdateApplicationVersion Source #
See: updateApplicationVersion smart constructor.
Instances
Request Lenses
uavDescription :: Lens' UpdateApplicationVersion (Maybe Text) Source #
A new description for this version.
uavApplicationName :: Lens' UpdateApplicationVersion Text Source #
The name of the application associated with this version. If no application is found with this name, UpdateApplication returns an InvalidParameterValue error.
uavVersionLabel :: Lens' UpdateApplicationVersion Text Source #
The name of the version to update. If no application version is found with this label, UpdateApplication returns an InvalidParameterValue error.
Destructuring the Response
applicationVersionDescriptionMessage :: ApplicationVersionDescriptionMessage Source #
Creates a value of ApplicationVersionDescriptionMessage with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
avdmApplicationVersion- TheApplicationVersionDescriptionof the application version.
data ApplicationVersionDescriptionMessage Source #
Result message wrapping a single description of an application version.
See: applicationVersionDescriptionMessage smart constructor.
Instances
Response Lenses
avdmApplicationVersion :: Lens' ApplicationVersionDescriptionMessage (Maybe ApplicationVersionDescription) Source #
The ApplicationVersionDescription of the application version.