amazonka-appstream-2.0: Amazon AppStream SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.AppStream.UpdateApplication

Description

Updates the specified application.

Synopsis

Creating a Request

data UpdateApplication Source #

See: newUpdateApplication smart constructor.

Constructors

UpdateApplication' 

Fields

Instances

Instances details
ToJSON UpdateApplication Source # 
Instance details

Defined in Amazonka.AppStream.UpdateApplication

ToHeaders UpdateApplication Source # 
Instance details

Defined in Amazonka.AppStream.UpdateApplication

ToPath UpdateApplication Source # 
Instance details

Defined in Amazonka.AppStream.UpdateApplication

ToQuery UpdateApplication Source # 
Instance details

Defined in Amazonka.AppStream.UpdateApplication

AWSRequest UpdateApplication Source # 
Instance details

Defined in Amazonka.AppStream.UpdateApplication

Associated Types

type AWSResponse UpdateApplication #

Generic UpdateApplication Source # 
Instance details

Defined in Amazonka.AppStream.UpdateApplication

Associated Types

type Rep UpdateApplication :: Type -> Type #

Read UpdateApplication Source # 
Instance details

Defined in Amazonka.AppStream.UpdateApplication

Show UpdateApplication Source # 
Instance details

Defined in Amazonka.AppStream.UpdateApplication

NFData UpdateApplication Source # 
Instance details

Defined in Amazonka.AppStream.UpdateApplication

Methods

rnf :: UpdateApplication -> () #

Eq UpdateApplication Source # 
Instance details

Defined in Amazonka.AppStream.UpdateApplication

Hashable UpdateApplication Source # 
Instance details

Defined in Amazonka.AppStream.UpdateApplication

type AWSResponse UpdateApplication Source # 
Instance details

Defined in Amazonka.AppStream.UpdateApplication

type Rep UpdateApplication Source # 
Instance details

Defined in Amazonka.AppStream.UpdateApplication

newUpdateApplication 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_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_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

Instances details
Generic UpdateApplicationResponse Source # 
Instance details

Defined in Amazonka.AppStream.UpdateApplication

Associated Types

type Rep UpdateApplicationResponse :: Type -> Type #

Read UpdateApplicationResponse Source # 
Instance details

Defined in Amazonka.AppStream.UpdateApplication

Show UpdateApplicationResponse Source # 
Instance details

Defined in Amazonka.AppStream.UpdateApplication

NFData UpdateApplicationResponse Source # 
Instance details

Defined in Amazonka.AppStream.UpdateApplication

Eq UpdateApplicationResponse Source # 
Instance details

Defined in Amazonka.AppStream.UpdateApplication

type Rep UpdateApplicationResponse Source # 
Instance details

Defined in Amazonka.AppStream.UpdateApplication

type Rep UpdateApplicationResponse = D1 ('MetaData "UpdateApplicationResponse" "Amazonka.AppStream.UpdateApplication" "amazonka-appstream-2.0-2EgS7yjN1zMCngYkSFPgOd" 'False) (C1 ('MetaCons "UpdateApplicationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "application") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Application)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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