Updates the specified application.
See https://www.paws-r-sdk.com/docs/appstream_update_application/ for full documentation.
appstream_update_application(
Name,
DisplayName = NULL,
Description = NULL,
IconS3Location = NULL,
LaunchPath = NULL,
WorkingDirectory = NULL,
LaunchParameters = NULL,
AppBlockArn = NULL,
AttributesToDelete = NULL
)
[required] The name of the application. This name is visible to users when display name is not specified.
The display name of the application. This name is visible to users in the application catalog.
The description of the application.
The icon S3 location of the application.
The launch path of the application.
The working directory of the application.
The launch parameters of the application.
The ARN of the app block.
The attributes to delete for an application.