| 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.AppStream.UpdateApplication
Description
Updates the specified application.
Synopsis
- data UpdateApplication = UpdateApplication' {}
- newUpdateApplication :: Text -> UpdateApplication
- updateApplication_appBlockArn :: Lens' UpdateApplication (Maybe Text)
- updateApplication_attributesToDelete :: Lens' UpdateApplication (Maybe [ApplicationAttribute])
- updateApplication_description :: Lens' UpdateApplication (Maybe Text)
- updateApplication_displayName :: Lens' UpdateApplication (Maybe Text)
- updateApplication_iconS3Location :: Lens' UpdateApplication (Maybe S3Location)
- updateApplication_launchParameters :: Lens' UpdateApplication (Maybe Text)
- updateApplication_launchPath :: Lens' UpdateApplication (Maybe Text)
- updateApplication_workingDirectory :: Lens' UpdateApplication (Maybe Text)
- updateApplication_name :: Lens' UpdateApplication Text
- data UpdateApplicationResponse = UpdateApplicationResponse' {}
- newUpdateApplicationResponse :: Int -> UpdateApplicationResponse
- updateApplicationResponse_application :: Lens' UpdateApplicationResponse (Maybe Application)
- updateApplicationResponse_httpStatus :: Lens' UpdateApplicationResponse Int
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_appBlockArn - The ARN of the app block.
$sel:attributesToDelete:UpdateApplication', updateApplication_attributesToDelete - The attributes to delete for an application.
UpdateApplication, updateApplication_description - The description of the application.
UpdateApplication, updateApplication_displayName - The display name of the application. This name is visible to users in
the application catalog.
UpdateApplication, updateApplication_iconS3Location - The icon S3 location of the application.
UpdateApplication, updateApplication_launchParameters - The launch parameters of the application.
UpdateApplication, updateApplication_launchPath - The launch path of the application.
UpdateApplication, updateApplication_workingDirectory - The working directory of the application.
UpdateApplication, updateApplication_name - The name of the application. This name is visible to users when display
name is not specified.
Request Lenses
updateApplication_appBlockArn :: Lens' UpdateApplication (Maybe Text) Source #
The ARN of the app block.
updateApplication_attributesToDelete :: Lens' UpdateApplication (Maybe [ApplicationAttribute]) Source #
The attributes to delete for an application.
updateApplication_description :: Lens' UpdateApplication (Maybe Text) Source #
The description of the application.
updateApplication_displayName :: Lens' UpdateApplication (Maybe Text) Source #
The display name of the application. This name is visible to users in the application catalog.
updateApplication_iconS3Location :: Lens' UpdateApplication (Maybe S3Location) Source #
The icon S3 location of the application.
updateApplication_launchParameters :: Lens' UpdateApplication (Maybe Text) Source #
The launch parameters of the application.
updateApplication_launchPath :: Lens' UpdateApplication (Maybe Text) Source #
The launch path of the application.
updateApplication_workingDirectory :: Lens' UpdateApplication (Maybe Text) Source #
The working directory of the application.
updateApplication_name :: Lens' UpdateApplication Text Source #
The name of the application. This name is visible to users when display name is not specified.
Destructuring the Response
data UpdateApplicationResponse Source #
See: newUpdateApplicationResponse smart constructor.
Constructors
| UpdateApplicationResponse' | |
Fields
| |
Instances
newUpdateApplicationResponse Source #
Create a value of UpdateApplicationResponse 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:application:UpdateApplicationResponse', updateApplicationResponse_application - Undocumented member.
$sel:httpStatus:UpdateApplicationResponse', updateApplicationResponse_httpStatus - The response's http status code.
Response Lenses
updateApplicationResponse_application :: Lens' UpdateApplicationResponse (Maybe Application) Source #
Undocumented member.
updateApplicationResponse_httpStatus :: Lens' UpdateApplicationResponse Int Source #
The response's http status code.