| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CodeDeploy.UpdateApplication
Description
Changes the name of an application.
Synopsis
- data UpdateApplication = UpdateApplication' {}
- newUpdateApplication :: UpdateApplication
- updateApplication_applicationName :: Lens' UpdateApplication (Maybe Text)
- updateApplication_newApplicationName :: Lens' UpdateApplication (Maybe Text)
- data UpdateApplicationResponse = UpdateApplicationResponse' {
- newUpdateApplicationResponse :: UpdateApplicationResponse
Creating a Request
data UpdateApplication Source #
Represents the input of an UpdateApplication operation.
See: newUpdateApplication smart constructor.
Constructors
| UpdateApplication' | |
Fields
| |
Instances
newUpdateApplication :: UpdateApplication Source #
Create a value of UpdateApplication with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
UpdateApplication, updateApplication_applicationName - The current name of the application you want to change.
$sel:newApplicationName':UpdateApplication', updateApplication_newApplicationName - The new name to give the application.
Request Lenses
updateApplication_applicationName :: Lens' UpdateApplication (Maybe Text) Source #
The current name of the application you want to change.
updateApplication_newApplicationName :: Lens' UpdateApplication (Maybe Text) Source #
The new name to give the application.
Destructuring the Response
data UpdateApplicationResponse Source #
See: newUpdateApplicationResponse smart constructor.
Constructors
| UpdateApplicationResponse' | |
Instances
newUpdateApplicationResponse :: UpdateApplicationResponse Source #
Create a value of UpdateApplicationResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.