amazonka-opsworks-0.0.5: Amazon OpsWorks SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.OpsWorks.UpdateApp

Contents

Description

Updates a specified app.

Required Permissions: To use this action, an IAM user must have a Deploy or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see ManagingUser Permissions.

http://docs.aws.amazon.com/opsworks/latest/APIReference/API_UpdateApp.html

Synopsis

Request

Request constructor

Request lenses

uaAppSource :: Lens' UpdateApp (Maybe Source) Source

A Source object that specifies the app repository.

uaAttributes :: Lens' UpdateApp (HashMap AppAttributesKeys Text) Source

One or more user-defined key/value pairs to be added to the stack attributes.

uaDataSources :: Lens' UpdateApp [DataSource] Source

The app's data sources.

uaDescription :: Lens' UpdateApp (Maybe Text) Source

A description of the app.

uaDomains :: Lens' UpdateApp [Text] Source

The app's virtual host settings, with multiple domains separated by commas. For example: ''www.example.com, example.com''

uaEnableSsl :: Lens' UpdateApp (Maybe Bool) Source

Whether SSL is enabled for the app.

Response

Response constructor