amazonka-elasticbeanstalk-1.4.0: Amazon Elastic Beanstalk SDK.

Copyright(c) 2013-2016 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.UpdateConfigurationTemplate

Contents

Description

Updates the specified configuration template to have the specified properties or configuration option values.

If a property (for example, ApplicationName) is not provided, its value remains unchanged. To clear such properties, specify an empty string.

Related Topics

Synopsis

Creating a Request

updateConfigurationTemplate Source

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

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

Request Lenses

uctOptionsToRemove :: Lens' UpdateConfigurationTemplate [OptionSpecification] Source

A list of configuration options to remove from the configuration set.

Constraint: You can remove only UserDefined configuration options.

uctOptionSettings :: Lens' UpdateConfigurationTemplate [ConfigurationOptionSetting] Source

A list of configuration option settings to update with the new specified option value.

uctDescription :: Lens' UpdateConfigurationTemplate (Maybe Text) Source

A new description for the configuration.

uctApplicationName :: Lens' UpdateConfigurationTemplate Text Source

The name of the application associated with the configuration template to update.

If no application is found with this name, UpdateConfigurationTemplate returns an InvalidParameterValue error.

uctTemplateName :: Lens' UpdateConfigurationTemplate Text Source

The name of the configuration template to update.

If no configuration template is found with this name, UpdateConfigurationTemplate returns an InvalidParameterValue error.

Destructuring the Response

Response Lenses

csdTemplateName :: Lens' ConfigurationSettingsDescription (Maybe Text) Source

If not null, the name of the configuration template for this configuration set.

csdOptionSettings :: Lens' ConfigurationSettingsDescription [ConfigurationOptionSetting] Source

A list of the configuration options and their values in this configuration set.

csdDateUpdated :: Lens' ConfigurationSettingsDescription (Maybe UTCTime) Source

The date (in UTC time) when this configuration set was last modified.

csdDateCreated :: Lens' ConfigurationSettingsDescription (Maybe UTCTime) Source

The date (in UTC time) when this configuration set was created.

csdEnvironmentName :: Lens' ConfigurationSettingsDescription (Maybe Text) Source

If not null, the name of the environment for this configuration set.

csdApplicationName :: Lens' ConfigurationSettingsDescription (Maybe Text) Source

The name of the application associated with this configuration set.

csdDeploymentStatus :: Lens' ConfigurationSettingsDescription (Maybe ConfigurationDeploymentStatus) Source

If this configuration set is associated with an environment, the DeploymentStatus parameter indicates the deployment status of this configuration set:

  • null: This configuration is not associated with a running environment.
  • pending: This is a draft configuration that is not deployed to the associated environment but is in the process of deploying.
  • deployed: This is the configuration that is currently deployed to the associated running environment.
  • failed: This is a draft configuration that failed to successfully deploy.

csdSolutionStackName :: Lens' ConfigurationSettingsDescription (Maybe Text) Source

The name of the solution stack this configuration set uses.