Safe Haskell | None |
---|---|
Language | Haskell2010 |
Updates the environment description, deploys a new application version, updates the configuration settings to an entirely new configuration template, or updates select configuration option values in the running environment. Attempting to update both the release and configuration is not allowed and AWS Elastic Beanstalk returns an InvalidParameterCombination error. When updating the configuration settings to a new template or individual settings, a draft configuration is created and DescribeConfigurationSettings for this environment returns two setting descriptions with different DeploymentStatus values.
http://docs.aws.amazon.com/elasticbeanstalk/latest/api/API_UpdateEnvironment.html
- data UpdateEnvironment
- updateEnvironment :: UpdateEnvironment
- ueDescription :: Lens' UpdateEnvironment (Maybe Text)
- ueEnvironmentId :: Lens' UpdateEnvironment (Maybe Text)
- ueEnvironmentName :: Lens' UpdateEnvironment (Maybe Text)
- ueOptionSettings :: Lens' UpdateEnvironment [ConfigurationOptionSetting]
- ueOptionsToRemove :: Lens' UpdateEnvironment [OptionSpecification]
- ueTemplateName :: Lens' UpdateEnvironment (Maybe Text)
- ueTier :: Lens' UpdateEnvironment (Maybe EnvironmentTier)
- ueVersionLabel :: Lens' UpdateEnvironment (Maybe Text)
- data UpdateEnvironmentResponse
- updateEnvironmentResponse :: UpdateEnvironmentResponse
- uerApplicationName :: Lens' UpdateEnvironmentResponse (Maybe Text)
- uerCNAME :: Lens' UpdateEnvironmentResponse (Maybe Text)
- uerDateCreated :: Lens' UpdateEnvironmentResponse (Maybe UTCTime)
- uerDateUpdated :: Lens' UpdateEnvironmentResponse (Maybe UTCTime)
- uerDescription :: Lens' UpdateEnvironmentResponse (Maybe Text)
- uerEndpointURL :: Lens' UpdateEnvironmentResponse (Maybe Text)
- uerEnvironmentId :: Lens' UpdateEnvironmentResponse (Maybe Text)
- uerEnvironmentName :: Lens' UpdateEnvironmentResponse (Maybe Text)
- uerHealth :: Lens' UpdateEnvironmentResponse (Maybe Text)
- uerResources :: Lens' UpdateEnvironmentResponse (Maybe EnvironmentResourcesDescription)
- uerSolutionStackName :: Lens' UpdateEnvironmentResponse (Maybe Text)
- uerStatus :: Lens' UpdateEnvironmentResponse (Maybe Text)
- uerTemplateName :: Lens' UpdateEnvironmentResponse (Maybe Text)
- uerTier :: Lens' UpdateEnvironmentResponse (Maybe EnvironmentTier)
- uerVersionLabel :: Lens' UpdateEnvironmentResponse (Maybe Text)
Request
data UpdateEnvironment Source
Request constructor
updateEnvironment :: UpdateEnvironment Source
UpdateEnvironment
constructor.
The fields accessible through corresponding lenses are:
Request lenses
ueDescription :: Lens' UpdateEnvironment (Maybe Text) Source
If this parameter is specified, AWS Elastic Beanstalk updates the description of this environment.
ueEnvironmentId :: Lens' UpdateEnvironment (Maybe Text) Source
The ID of the environment to update. If no environment with this ID exists, AWS Elastic Beanstalk returns an InvalidParameterValue error. Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.
ueEnvironmentName :: Lens' UpdateEnvironment (Maybe Text) Source
The name of the environment to update. If no environment with this name exists, AWS Elastic Beanstalk returns an InvalidParameterValue error. Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.
ueOptionSettings :: Lens' UpdateEnvironment [ConfigurationOptionSetting] Source
If specified, AWS Elastic Beanstalk updates the configuration set associated with the running environment and sets the specified configuration options to the requested value.
ueOptionsToRemove :: Lens' UpdateEnvironment [OptionSpecification] Source
A list of custom user-defined configuration options to remove from the configuration set for this environment.
ueTemplateName :: Lens' UpdateEnvironment (Maybe Text) Source
If this parameter is specified, AWS Elastic Beanstalk deploys this configuration template to the environment. If no such configuration template is found, AWS Elastic Beanstalk returns an InvalidParameterValue error.
ueTier :: Lens' UpdateEnvironment (Maybe EnvironmentTier) Source
This specifies the tier to use to update the environment. Condition: You can only update the tier version for an environment. If you change the name of the type, AWS Elastic Beanstalk returns InvalidParameterValue error.
ueVersionLabel :: Lens' UpdateEnvironment (Maybe Text) Source
If this parameter is specified, AWS Elastic Beanstalk deploys the named application version to the environment. If no such application version is found, returns an InvalidParameterValue error.
Response
Response constructor
updateEnvironmentResponse :: UpdateEnvironmentResponse Source
UpdateEnvironmentResponse
constructor.
The fields accessible through corresponding lenses are:
uerApplicationName
::
Maybe
Text
uerCNAME
::
Maybe
Text
uerDateCreated
::
Maybe
UTCTime
uerDateUpdated
::
Maybe
UTCTime
uerDescription
::
Maybe
Text
uerEndpointURL
::
Maybe
Text
uerEnvironmentId
::
Maybe
Text
uerEnvironmentName
::
Maybe
Text
uerHealth
::
Maybe
Text
uerResources
::
Maybe
EnvironmentResourcesDescription
uerSolutionStackName
::
Maybe
Text
uerStatus
::
Maybe
Text
uerTemplateName
::
Maybe
Text
uerTier
::
Maybe
EnvironmentTier
uerVersionLabel
::
Maybe
Text
Response lenses
uerApplicationName :: Lens' UpdateEnvironmentResponse (Maybe Text) Source
The name of the application associated with this environment.
uerCNAME :: Lens' UpdateEnvironmentResponse (Maybe Text) Source
The URL to the CNAME for this environment.
uerDateCreated :: Lens' UpdateEnvironmentResponse (Maybe UTCTime) Source
The creation date for this environment.
uerDateUpdated :: Lens' UpdateEnvironmentResponse (Maybe UTCTime) Source
The last modified date for this environment.
uerDescription :: Lens' UpdateEnvironmentResponse (Maybe Text) Source
Describes this environment.
uerEndpointURL :: Lens' UpdateEnvironmentResponse (Maybe Text) Source
For load-balanced, autoscaling environments, the URL to the LoadBalancer. For single-instance environments, the IP address of the instance.
uerEnvironmentId :: Lens' UpdateEnvironmentResponse (Maybe Text) Source
The ID of this environment.
uerEnvironmentName :: Lens' UpdateEnvironmentResponse (Maybe Text) Source
The name of this environment.
uerHealth :: Lens' UpdateEnvironmentResponse (Maybe Text) Source
Describes the health status of the environment. AWS Elastic Beanstalk indicates the failure levels for a running environment: Red : Indicates the environment is not working. Yellow: Indicates that something is wrong, the application might not be available, but the instances appear running. Green: Indicates the environment is healthy and fully functional. Red: Indicates the environment is not responsive. Occurs when three or more consecutive failures occur for an environment. Yellow: Indicates that something is wrong. Occurs when two consecutive failures occur for an environment. Green: Indicates the environment is healthy and fully functional. Grey: Default health for a new environment. The environment is not fully launched and health checks have not started or health checks are suspended during an UpdateEnvironment or RestartEnvironement request. Default: Grey.
uerResources :: Lens' UpdateEnvironmentResponse (Maybe EnvironmentResourcesDescription) Source
The description of the AWS resources used by this environment.
uerSolutionStackName :: Lens' UpdateEnvironmentResponse (Maybe Text) Source
The name of the SolutionStack deployed with this environment.
uerStatus :: Lens' UpdateEnvironmentResponse (Maybe Text) Source
The current operational status of the environment: Launching: Environment is in the process of initial deployment. Updating: Environment is in the process of updating its configuration settings or application version. Ready: Environment is available to have an action performed on it, such as update or terminate. Terminating: Environment is in the shut-down process. Terminated: Environment is not running.
uerTemplateName :: Lens' UpdateEnvironmentResponse (Maybe Text) Source
The name of the configuration template used to originally launch this environment.
uerTier :: Lens' UpdateEnvironmentResponse (Maybe EnvironmentTier) Source
Describes the current tier of this environment.
uerVersionLabel :: Lens' UpdateEnvironmentResponse (Maybe Text) Source
The application version deployed in this environment.