amazonka-elasticbeanstalk-0.0.3: Amazon Elastic Beanstalk SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ElasticBeanstalk.ValidateConfigurationSettings

Contents

Description

Takes a set of configuration settings and either a configuration template or environment, and determines whether those values are valid.

This action returns a list of messages indicating any errors or warnings associated with the selection of option values.

http://docs.aws.amazon.com/elasticbeanstalk/latest/api/API_ValidateConfigurationSettings.html

Synopsis

Request

Request constructor

Request lenses

vcsApplicationName :: Lens' ValidateConfigurationSettings Text Source

The name of the application that the configuration template or environment belongs to.

vcsEnvironmentName :: Lens' ValidateConfigurationSettings (Maybe Text) Source

The name of the environment to validate the settings against.

Condition: You cannot specify both this and a configuration template name.

vcsOptionSettings :: Lens' ValidateConfigurationSettings [ConfigurationOptionSetting] Source

A list of the options and desired values to evaluate.

vcsTemplateName :: Lens' ValidateConfigurationSettings (Maybe Text) Source

The name of the configuration template to validate the settings against.

Condition: You cannot specify both this and an environment name.

Response

Response constructor

Response lenses