amazonka-opsworks-0.3.6: 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.

uaEnvironment :: Lens' UpdateApp [EnvironmentVariable] Source

An array of EnvironmentVariable objects that specify environment variables to be associated with the app. After you deploy the app, these variables are defined on the associated app server instances.For more information, see Environment Variables.

There is no specific limit on the number of environment variables. However, the size of the associated data structure - which includes the variables' names, values, and protected flag values - cannot exceed 10 KB (10240 Bytes). This limit should accommodate most if not all use cases. Exceeding it will cause an exception with the message, "Environment: is too large (maximum is 10KB)."

This parameter is supported only by Chef 11.10 stacks. If you have specified one or more environment variables, you cannot modify the stack's Chef version.

Response

Response constructor