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.AppConfig.UpdateApplication
Description
Updates an application.
Synopsis
- data UpdateApplication = UpdateApplication' {
- description :: Maybe Text
- name :: Maybe Text
- applicationId :: Text
- newUpdateApplication :: Text -> UpdateApplication
- updateApplication_description :: Lens' UpdateApplication (Maybe Text)
- updateApplication_name :: Lens' UpdateApplication (Maybe Text)
- updateApplication_applicationId :: Lens' UpdateApplication Text
- data Application = Application' {}
- newApplication :: Application
- application_description :: Lens' Application (Maybe Text)
- application_id :: Lens' Application (Maybe Text)
- application_name :: Lens' Application (Maybe Text)
Creating a Request
data UpdateApplication Source #
See: newUpdateApplication
smart constructor.
Constructors
UpdateApplication' | |
Fields
|
Instances
Arguments
:: Text | |
-> UpdateApplication |
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_description
- A description of the application.
UpdateApplication
, updateApplication_name
- The name of the application.
UpdateApplication
, updateApplication_applicationId
- The application ID.
Request Lenses
updateApplication_description :: Lens' UpdateApplication (Maybe Text) Source #
A description of the application.
updateApplication_name :: Lens' UpdateApplication (Maybe Text) Source #
The name of the application.
updateApplication_applicationId :: Lens' UpdateApplication Text Source #
The application ID.
Destructuring the Response
data Application Source #
See: newApplication
smart constructor.
Constructors
Application' | |
Instances
newApplication :: Application Source #
Create a value of Application
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:
$sel:description:Application'
, application_description
- The description of the application.
$sel:id:Application'
, application_id
- The application ID.
$sel:name:Application'
, application_name
- The application name.
Response Lenses
application_description :: Lens' Application (Maybe Text) Source #
The description of the application.
application_id :: Lens' Application (Maybe Text) Source #
The application ID.
application_name :: Lens' Application (Maybe Text) Source #
The application name.