amazonka-elasticbeanstalk-1.3.2: Amazon Elastic Beanstalk SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
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.

See: AWS API Reference for ValidateConfigurationSettings.

Synopsis

Creating a Request

validateConfigurationSettings Source

Creates a value of ValidateConfigurationSettings with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

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.

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.

vcsApplicationName :: Lens' ValidateConfigurationSettings Text Source

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

vcsOptionSettings :: Lens' ValidateConfigurationSettings [ConfigurationOptionSetting] Source

A list of the options and desired values to evaluate.

Destructuring the Response

validateConfigurationSettingsResponse Source

Creates a value of ValidateConfigurationSettingsResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses