packages feed

amazonka-elasticbeanstalk 0.0.1 → 0.0.2

raw patch · 32 files changed

+733/−586 lines, 32 filesdep ~amazonka-corePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: amazonka-core

API changes (from Hackage documentation)

Files

README.md view
@@ -8,7 +8,16 @@  ## Description -AWS Elastic Beanstalk is an easy-to-use service for deploying and scaling web applications and services developed with Java, .NET, PHP, Node.js, Python, Ruby, and Docker on familiar servers such as Apache HTTP Server, Apache Tomcat, Nginx, Passenger, and IIS 7.5/8. You can simply upload your code and Elastic Beanstalk automatically handles the deployment, from capacity provisioning, load balancing, auto-scaling to application health monitoring. At the same time, you retain full control over the AWS resources powering your application and can access the underlying resources at any time. There is no additional charge for Elastic Beanstalk - you pay only for the AWS resources needed to store and run your applications.+    AWS Elastic Beanstalk is an easy-to-use service for deploying and scaling web+    applications and services developed with Java, .NET, PHP, Node.js, Python,+    Ruby, and Docker on familiar servers such as Apache HTTP Server, Apache+    Tomcat, Nginx, Passenger, and IIS 7.5/8. You can simply upload your code and+    Elastic Beanstalk automatically handles the deployment, from capacity+    provisioning, load balancing, auto-scaling to application health monitoring.+    At the same time, you retain full control over the AWS resources powering+    your application and can access the underlying resources at any time. There+    is no additional charge for Elastic Beanstalk - you pay only for the AWS+    resources needed to store and run your applications.  Documentation is available via [Hackage](http://hackage.haskell.org/package/amazonka-elasticbeanstalk) and [AWS API Reference](http://docs.aws.amazon.com/elasticbeanstalk/latest/api/Welcome.html).
amazonka-elasticbeanstalk.cabal view
@@ -1,5 +1,5 @@ name:                  amazonka-elasticbeanstalk-version:               0.0.1+version:               0.0.2 synopsis:              Amazon Elastic Beanstalk SDK. homepage:              https://github.com/brendanhay/amazonka license:               OtherLicense@@ -13,17 +13,16 @@ cabal-version:         >= 1.10  description:-    AWS Elastic Beanstalk is an easy-to-use service for deploying and-    scaling web applications and services developed with Java, .NET, PHP,-    Node.js, Python, Ruby, and Docker on familiar servers such as Apache-    HTTP Server, Apache Tomcat, Nginx, Passenger, and IIS 7.5/8. You can-    simply upload your code and Elastic Beanstalk automatically handles the-    deployment, from capacity provisioning, load balancing, auto-scaling to-    application health monitoring. At the same time, you retain full-    control over the AWS resources powering your application and can access-    the underlying resources at any time. There is no additional charge for-    Elastic Beanstalk - you pay only for the AWS resources needed to store-    and run your applications.+    AWS Elastic Beanstalk is an easy-to-use service for deploying and scaling web+    applications and services developed with Java, .NET, PHP, Node.js, Python,+    Ruby, and Docker on familiar servers such as Apache HTTP Server, Apache+    Tomcat, Nginx, Passenger, and IIS 7.5/8. You can simply upload your code and+    Elastic Beanstalk automatically handles the deployment, from capacity+    provisioning, load balancing, auto-scaling to application health monitoring.+    At the same time, you retain full control over the AWS resources powering+    your application and can access the underlying resources at any time. There+    is no additional charge for Elastic Beanstalk - you pay only for the AWS+    resources needed to store and run your applications.     .     /See:/ <http://docs.aws.amazon.com/elasticbeanstalk/latest/api/Welcome.html AWS API Reference>     .@@ -76,5 +75,5 @@     other-modules:      build-depends:-          amazonka-core == 0.0.1.*+          amazonka-core == 0.0.2.*         , base          >= 4.7     && < 5
gen/Network/AWS/ElasticBeanstalk.hs view
@@ -8,16 +8,16 @@ -- Stability   : experimental -- Portability : non-portable (GHC extensions) --- | AWS Elastic Beanstalk is an easy-to-use service for deploying and scaling--- web applications and services developed with Java, .NET, PHP, Node.js,--- Python, Ruby, and Docker on familiar servers such as Apache HTTP Server,--- Apache Tomcat, Nginx, Passenger, and IIS 7.5/8. You can simply upload your--- code and Elastic Beanstalk automatically handles the deployment, from--- capacity provisioning, load balancing, auto-scaling to application health--- monitoring. At the same time, you retain full control over the AWS--- resources powering your application and can access the underlying resources--- at any time. There is no additional charge for Elastic Beanstalk - you pay--- only for the AWS resources needed to store and run your applications.+-- | AWS Elastic Beanstalk is an easy-to-use service for deploying and scaling web+-- applications and services developed with Java, .NET, PHP, Node.js, Python,+-- Ruby, and Docker on familiar servers such as Apache HTTP Server, Apache+-- Tomcat, Nginx, Passenger, and IIS 7.5/8. You can simply upload your code and+-- Elastic Beanstalk automatically handles the deployment, from capacity+-- provisioning, load balancing, auto-scaling to application health monitoring.+-- At the same time, you retain full control over the AWS resources powering+-- your application and can access the underlying resources at any time. There+-- is no additional charge for Elastic Beanstalk - you pay only for the AWS+-- resources needed to store and run your applications. module Network.AWS.ElasticBeanstalk     ( module Network.AWS.ElasticBeanstalk.CheckDNSAvailability     , module Network.AWS.ElasticBeanstalk.CreateApplication
gen/Network/AWS/ElasticBeanstalk/CheckDNSAvailability.hs view
@@ -85,14 +85,18 @@     , _cdnsarFullyQualifiedCNAME = Nothing     } --- | Indicates if the specified CNAME is available: true : The CNAME is--- available. true : The CNAME is not available. true : The CNAME is--- available. false : The CNAME is not available.+-- | Indicates if the specified CNAME is available:+--+-- 'true' : The CNAME is available.+--+-- 'true' : The CNAME is not available.+--+-- 'true' : The CNAME is available.   'false' : The CNAME is not available. cdnsarAvailable :: Lens' CheckDNSAvailabilityResponse (Maybe Bool) cdnsarAvailable = lens _cdnsarAvailable (\s a -> s { _cdnsarAvailable = a }) --- | The fully qualified CNAME to reserve when CreateEnvironment is called--- with the provided prefix.+-- | The fully qualified CNAME to reserve when 'CreateEnvironment' is called with+-- the provided prefix. cdnsarFullyQualifiedCNAME :: Lens' CheckDNSAvailabilityResponse (Maybe Text) cdnsarFullyQualifiedCNAME =     lens _cdnsarFullyQualifiedCNAME
gen/Network/AWS/ElasticBeanstalk/CreateApplication.hs view
@@ -20,9 +20,11 @@ -- Stability   : experimental -- Portability : non-portable (GHC extensions) --- | Creates an application that has one configuration template named default--- and no application versions.+-- | Creates an application that has one configuration template named 'default' and+-- no application versions. --+--+-- -- <http://docs.aws.amazon.com/elasticbeanstalk/latest/api/API_CreateApplication.html> module Network.AWS.ElasticBeanstalk.CreateApplication     (@@ -67,9 +69,10 @@     , _caDescription     = Nothing     } --- | The name of the application. Constraint: This name must be unique within--- your account. If the specified name already exists, the action returns an--- InvalidParameterValue error.+-- | The name of the application.+--+-- Constraint: This name must be unique within your account. If the specified+-- name already exists, the action returns an 'InvalidParameterValue' error. caApplicationName :: Lens' CreateApplication Text caApplicationName =     lens _caApplicationName (\s a -> s { _caApplicationName = a })@@ -93,7 +96,7 @@     { _carApplication = Nothing     } --- | The ApplicationDescription of the application.+-- | The 'ApplicationDescription' of the application. carApplication :: Lens' CreateApplicationResponse (Maybe ApplicationDescription) carApplication = lens _carApplication (\s a -> s { _carApplication = a }) 
gen/Network/AWS/ElasticBeanstalk/CreateApplicationVersion.hs view
@@ -82,21 +82,26 @@     , _cavAutoCreateApplication = Nothing     } --- | The name of the application. If no application is found with this name,--- and AutoCreateApplication is false, returns an InvalidParameterValue--- error.+-- | The name of the application. If no application is found with this name, and 'AutoCreateApplication' is 'false', returns an 'InvalidParameterValue' error. cavApplicationName :: Lens' CreateApplicationVersion Text cavApplicationName =     lens _cavApplicationName (\s a -> s { _cavApplicationName = a })  -- | Determines how the system behaves if the specified application for this--- version does not already exist: true: Automatically creates the specified--- application for this version if it does not already exist. false: Returns--- an InvalidParameterValue if the specified application for this version--- does not already exist. true : Automatically creates the specified--- application for this release if it does not already exist. false : Throws--- an InvalidParameterValue if the specified application for this release--- does not already exist. Default: false Valid Values: true | false.+-- version does not already exist:+--+-- 'true': Automatically creates the specified application for this version if+-- it does not already exist.+--+-- 'false': Returns an 'InvalidParameterValue' if the specified application for+-- this version does not already exist.+--+-- 'true' : Automatically creates the specified application for this release+-- if it does not already exist.   'false' : Throws an 'InvalidParameterValue' if+-- the specified application for this release does not already exist.+-- Default: 'false'+--+-- Valid Values: 'true' | 'false' cavAutoCreateApplication :: Lens' CreateApplicationVersion (Maybe Bool) cavAutoCreateApplication =     lens _cavAutoCreateApplication@@ -106,21 +111,25 @@ cavDescription :: Lens' CreateApplicationVersion (Maybe Text) cavDescription = lens _cavDescription (\s a -> s { _cavDescription = a }) --- | The Amazon S3 bucket and key that identify the location of the source--- bundle for this version. If data found at the Amazon S3 location exceeds--- the maximum allowed source bundle size, AWS Elastic Beanstalk returns an--- InvalidParameterValue error. The maximum size allowed is 512 MB. Default:--- If not specified, AWS Elastic Beanstalk uses a sample application. If--- only partially specified (for example, a bucket is provided but not the--- key) or if no data is found at the Amazon S3 location, AWS Elastic--- Beanstalk returns an InvalidParameterCombination error.+-- | The Amazon S3 bucket and key that identify the location of the source bundle+-- for this version.+--+-- If data found at the Amazon S3 location exceeds the maximum allowed source+-- bundle size, AWS Elastic Beanstalk returns an 'InvalidParameterValue' error.+-- The maximum size allowed is 512 MB.+--+-- Default: If not specified, AWS Elastic Beanstalk uses a sample application.+-- If only partially specified (for example, a bucket is provided but not the+-- key) or if no data is found at the Amazon S3 location, AWS Elastic Beanstalk+-- returns an 'InvalidParameterCombination' error. cavSourceBundle :: Lens' CreateApplicationVersion (Maybe S3Location) cavSourceBundle = lens _cavSourceBundle (\s a -> s { _cavSourceBundle = a }) --- | A label identifying this version. Constraint: Must be unique per--- application. If an application version already exists with this label for--- the specified application, AWS Elastic Beanstalk returns an--- InvalidParameterValue error.+-- | A label identifying this version.+--+-- Constraint: Must be unique per application. If an application version+-- already exists with this label for the specified application, AWS Elastic+-- Beanstalk returns an 'InvalidParameterValue' error. cavVersionLabel :: Lens' CreateApplicationVersion Text cavVersionLabel = lens _cavVersionLabel (\s a -> s { _cavVersionLabel = a }) @@ -139,7 +148,7 @@     { _cavrApplicationVersion = Nothing     } --- | The ApplicationVersionDescription of the application version.+-- | The 'ApplicationVersionDescription' of the application version. cavrApplicationVersion :: Lens' CreateApplicationVersionResponse (Maybe ApplicationVersionDescription) cavrApplicationVersion =     lens _cavrApplicationVersion (\s a -> s { _cavrApplicationVersion = a })
gen/Network/AWS/ElasticBeanstalk/CreateConfigurationTemplate.hs view
@@ -21,11 +21,13 @@ -- Portability : non-portable (GHC extensions)  -- | Creates a configuration template. Templates are associated with a specific--- application and are used to deploy different versions of the application--- with the same configuration settings. Related Topics--- DescribeConfigurationOptions DescribeConfigurationSettings--- ListAvailableSolutionStacks.+-- application and are used to deploy different versions of the application with+-- the same configuration settings. --+-- Related Topics+--+-- 'DescribeConfigurationOptions'   'DescribeConfigurationSettings'   'ListAvailableSolutionStacks'+-- -- <http://docs.aws.amazon.com/elasticbeanstalk/latest/api/API_CreateConfigurationTemplate.html> module Network.AWS.ElasticBeanstalk.CreateConfigurationTemplate     (@@ -104,9 +106,8 @@     , _cctOptionSettings      = mempty     } --- | The name of the application to associate with this configuration--- template. If no application is found with this name, AWS Elastic--- Beanstalk returns an InvalidParameterValue error.+-- | The name of the application to associate with this configuration template.+-- If no application is found with this name, AWS Elastic Beanstalk returns an 'InvalidParameterValue' error. cctApplicationName :: Lens' CreateConfigurationTemplate Text cctApplicationName =     lens _cctApplicationName (\s a -> s { _cctApplicationName = a })@@ -119,53 +120,63 @@ cctEnvironmentId :: Lens' CreateConfigurationTemplate (Maybe Text) cctEnvironmentId = lens _cctEnvironmentId (\s a -> s { _cctEnvironmentId = a }) --- | If specified, AWS Elastic Beanstalk sets the specified configuration--- option to the requested value. The new value overrides the value obtained--- from the solution stack or the source configuration template.+-- | If specified, AWS Elastic Beanstalk sets the specified configuration option+-- to the requested value. The new value overrides the value obtained from the+-- solution stack or the source configuration template. cctOptionSettings :: Lens' CreateConfigurationTemplate [ConfigurationOptionSetting] cctOptionSettings =     lens _cctOptionSettings (\s a -> s { _cctOptionSettings = a })         . _List --- | The name of the solution stack used by this configuration. The solution--- stack specifies the operating system, architecture, and application--- server for a configuration template. It determines the set of--- configuration options as well as the possible and default values. Use--- ListAvailableSolutionStacks to obtain a list of available solution--- stacks. A solution stack name or a source configuration parameter must be--- specified, otherwise AWS Elastic Beanstalk returns an--- InvalidParameterValue error. If a solution stack name is not specified--- and the source configuration parameter is specified, AWS Elastic--- Beanstalk uses the same solution stack as the source configuration--- template.+-- | The name of the solution stack used by this configuration. The solution stack+-- specifies the operating system, architecture, and application server for a+-- configuration template. It determines the set of configuration options as+-- well as the possible and default values.+--+-- Use 'ListAvailableSolutionStacks' to obtain a list of available solution+-- stacks.+--+-- A solution stack name or a source configuration parameter must be+-- specified, otherwise AWS Elastic Beanstalk returns an 'InvalidParameterValue'+-- error.+--+-- If a solution stack name is not specified and the source configuration+-- parameter is specified, AWS Elastic Beanstalk uses the same solution stack as+-- the source configuration template. cctSolutionStackName :: Lens' CreateConfigurationTemplate (Maybe Text) cctSolutionStackName =     lens _cctSolutionStackName (\s a -> s { _cctSolutionStackName = a }) --- | If specified, AWS Elastic Beanstalk uses the configuration values from--- the specified configuration template to create a new configuration.--- Values specified in the OptionSettings parameter of this call overrides--- any values obtained from the SourceConfiguration. If no configuration--- template is found, returns an InvalidParameterValue error. Constraint: If--- both the solution stack name parameter and the source configuration--- parameters are specified, the solution stack of the source configuration--- template must match the specified solution stack name or else AWS Elastic--- Beanstalk returns an InvalidParameterCombination error.+-- | If specified, AWS Elastic Beanstalk uses the configuration values from the+-- specified configuration template to create a new configuration.+--+-- Values specified in the 'OptionSettings' parameter of this call overrides any+-- values obtained from the 'SourceConfiguration'.+--+-- If no configuration template is found, returns an 'InvalidParameterValue'+-- error.+--+-- Constraint: If both the solution stack name parameter and the source+-- configuration parameters are specified, the solution stack of the source+-- configuration template must match the specified solution stack name or else+-- AWS Elastic Beanstalk returns an 'InvalidParameterCombination' error. cctSourceConfiguration :: Lens' CreateConfigurationTemplate (Maybe SourceConfiguration) cctSourceConfiguration =     lens _cctSourceConfiguration (\s a -> s { _cctSourceConfiguration = a }) --- | The name of the configuration template. Constraint: This name must be--- unique per application. Default: If a configuration template already--- exists with this name, AWS Elastic Beanstalk returns an--- InvalidParameterValue error.+-- | The name of the configuration template.+--+-- Constraint: This name must be unique per application.+--+-- Default: If a configuration template already exists with this name, AWS+-- Elastic Beanstalk returns an 'InvalidParameterValue' error. cctTemplateName :: Lens' CreateConfigurationTemplate Text cctTemplateName = lens _cctTemplateName (\s a -> s { _cctTemplateName = a })  data CreateConfigurationTemplateResponse = CreateConfigurationTemplateResponse     { _cctrApplicationName   :: Maybe Text-    , _cctrDateCreated       :: Maybe RFC822-    , _cctrDateUpdated       :: Maybe RFC822+    , _cctrDateCreated       :: Maybe ISO8601+    , _cctrDateUpdated       :: Maybe ISO8601     , _cctrDeploymentStatus  :: Maybe ConfigurationDeploymentStatus     , _cctrDescription       :: Maybe Text     , _cctrEnvironmentName   :: Maybe Text@@ -222,19 +233,23 @@ cctrDateUpdated :: Lens' CreateConfigurationTemplateResponse (Maybe UTCTime) cctrDateUpdated = lens _cctrDateUpdated (\s a -> s { _cctrDateUpdated = a }) . mapping _Time --- | 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. 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+-- | 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.+--+-- '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+-- environment.   'failed': This is a draft configuration that failed to -- successfully deploy. cctrDeploymentStatus :: Lens' CreateConfigurationTemplateResponse (Maybe ConfigurationDeploymentStatus) cctrDeploymentStatus =@@ -244,13 +259,13 @@ cctrDescription :: Lens' CreateConfigurationTemplateResponse (Maybe Text) cctrDescription = lens _cctrDescription (\s a -> s { _cctrDescription = a }) --- | If not null, the name of the environment for this configuration set.+-- | If not 'null', the name of the environment for this configuration set. cctrEnvironmentName :: Lens' CreateConfigurationTemplateResponse (Maybe Text) cctrEnvironmentName =     lens _cctrEnvironmentName (\s a -> s { _cctrEnvironmentName = a }) --- | A list of the configuration options and their values in this--- configuration set.+-- | A list of the configuration options and their values in this configuration+-- set. cctrOptionSettings :: Lens' CreateConfigurationTemplateResponse [ConfigurationOptionSetting] cctrOptionSettings =     lens _cctrOptionSettings (\s a -> s { _cctrOptionSettings = a })@@ -261,8 +276,8 @@ cctrSolutionStackName =     lens _cctrSolutionStackName (\s a -> s { _cctrSolutionStackName = a }) --- | If not null, the name of the configuration template for this--- configuration set.+-- | If not 'null', the name of the configuration template for this configuration+-- set. cctrTemplateName :: Lens' CreateConfigurationTemplateResponse (Maybe Text) cctrTemplateName = lens _cctrTemplateName (\s a -> s { _cctrTemplateName = a }) 
gen/Network/AWS/ElasticBeanstalk/CreateEnvironment.hs view
@@ -127,15 +127,15 @@     , _ceOptionsToRemove   = mempty     } --- | The name of the application that contains the version to be deployed. If--- no application is found with this name, CreateEnvironment returns an--- InvalidParameterValue error.+-- | The name of the application that contains the version to be deployed.+--+-- If no application is found with this name, 'CreateEnvironment' returns an 'InvalidParameterValue' error. ceApplicationName :: Lens' CreateEnvironment Text ceApplicationName =     lens _ceApplicationName (\s a -> s { _ceApplicationName = a }) --- | If specified, the environment attempts to use this value as the prefix--- for the CNAME. If not specified, the CNAME is generated automatically by+-- | If specified, the environment attempts to use this value as the prefix for+-- the CNAME. If not specified, the CNAME is generated automatically by -- appending a random alphanumeric string to the environment name. ceCNAMEPrefix :: Lens' CreateEnvironment (Maybe Text) ceCNAMEPrefix = lens _ceCNAMEPrefix (\s a -> s { _ceCNAMEPrefix = a })@@ -144,22 +144,24 @@ ceDescription :: Lens' CreateEnvironment (Maybe Text) ceDescription = lens _ceDescription (\s a -> s { _ceDescription = a }) --- | A unique name for the deployment environment. Used in the application--- URL. Constraint: Must be from 4 to 23 characters in length. The name can--- contain only letters, numbers, and hyphens. It cannot start or end with a--- hyphen. This name must be unique in your account. If the specified name--- already exists, AWS Elastic Beanstalk returns an InvalidParameterValue--- error. Default: If the CNAME parameter is not specified, the environment--- name becomes part of the CNAME, and therefore part of the visible URL for--- your application.+-- | A unique name for the deployment environment. Used in the application URL.+--+-- Constraint: Must be from 4 to 23 characters in length. The name can contain+-- only letters, numbers, and hyphens. It cannot start or end with a hyphen.+-- This name must be unique in your account. If the specified name already+-- exists, AWS Elastic Beanstalk returns an 'InvalidParameterValue' error.+--+-- Default: If the CNAME parameter is not specified, the environment name+-- becomes part of the CNAME, and therefore part of the visible URL for your+-- application. ceEnvironmentName :: Lens' CreateEnvironment Text ceEnvironmentName =     lens _ceEnvironmentName (\s a -> s { _ceEnvironmentName = a }) --- | If specified, AWS Elastic Beanstalk sets the specified configuration--- options to the requested value in the configuration set for the new--- environment. These override the values obtained from the solution stack--- or the configuration template.+-- | If specified, AWS Elastic Beanstalk sets the specified configuration options+-- to the requested value in the configuration set for the new environment.+-- These override the values obtained from the solution stack or the+-- configuration template. ceOptionSettings :: Lens' CreateEnvironment [ConfigurationOptionSetting] ceOptionSettings = lens _ceOptionSettings (\s a -> s { _ceOptionSettings = a }) . _List @@ -170,13 +172,13 @@     lens _ceOptionsToRemove (\s a -> s { _ceOptionsToRemove = a })         . _List --- | This is an alternative to specifying a configuration name. If specified,--- AWS Elastic Beanstalk sets the configuration values to the default values--- associated with the specified solution stack. Condition: You must specify--- either this or a TemplateName, but not both. If you specify both, AWS--- Elastic Beanstalk returns an InvalidParameterCombination error. If you do--- not specify either, AWS Elastic Beanstalk returns a--- MissingRequiredParameter error.+-- | This is an alternative to specifying a configuration name. If specified, AWS+-- Elastic Beanstalk sets the configuration values to the default values+-- associated with the specified solution stack.+--+-- Condition: You must specify either this or a 'TemplateName', but not both. If+-- you specify both, AWS Elastic Beanstalk returns an 'InvalidParameterCombination'+-- error. If you do not specify either, AWS Elastic Beanstalk returns a 'MissingRequiredParameter' error. ceSolutionStackName :: Lens' CreateEnvironment (Maybe Text) ceSolutionStackName =     lens _ceSolutionStackName (\s a -> s { _ceSolutionStackName = a })@@ -186,12 +188,11 @@ ceTags = lens _ceTags (\s a -> s { _ceTags = a }) . _List  -- | The name of the configuration template to use in deployment. If no--- configuration template is found with this name, AWS Elastic Beanstalk--- returns an InvalidParameterValue error. Condition: You must specify--- either this parameter or a SolutionStackName, but not both. If you--- specify both, AWS Elastic Beanstalk returns an--- InvalidParameterCombination error. If you do not specify either, AWS--- Elastic Beanstalk returns a MissingRequiredParameter error.+-- configuration template is found with this name, AWS Elastic Beanstalk returns+-- an 'InvalidParameterValue' error.+--+-- Condition: You must specify either this parameter or a 'SolutionStackName',+-- but not both. If you specify both, AWS Elastic Beanstalk returns an 'InvalidParameterCombination' error. If you do not specify either, AWS Elastic Beanstalk returns a 'MissingRequiredParameter' error. ceTemplateName :: Lens' CreateEnvironment (Maybe Text) ceTemplateName = lens _ceTemplateName (\s a -> s { _ceTemplateName = a }) @@ -199,19 +200,21 @@ ceTier :: Lens' CreateEnvironment (Maybe EnvironmentTier) ceTier = lens _ceTier (\s a -> s { _ceTier = a }) --- | The name of the application version to deploy. If the specified--- application has no associated application versions, AWS Elastic Beanstalk--- UpdateEnvironment returns an InvalidParameterValue error. Default: If not--- specified, AWS Elastic Beanstalk attempts to launch the sample--- application in the container.+-- | The name of the application version to deploy.+--+-- If the specified application has no associated application versions, AWS+-- Elastic Beanstalk 'UpdateEnvironment' returns an 'InvalidParameterValue' error.+--+-- Default: If not specified, AWS Elastic Beanstalk attempts to launch the sample application in the container+-- . ceVersionLabel :: Lens' CreateEnvironment (Maybe Text) ceVersionLabel = lens _ceVersionLabel (\s a -> s { _ceVersionLabel = a })  data CreateEnvironmentResponse = CreateEnvironmentResponse     { _cerApplicationName   :: Maybe Text     , _cerCNAME             :: Maybe Text-    , _cerDateCreated       :: Maybe RFC822-    , _cerDateUpdated       :: Maybe RFC822+    , _cerDateCreated       :: Maybe ISO8601+    , _cerDateUpdated       :: Maybe ISO8601     , _cerDescription       :: Maybe Text     , _cerEndpointURL       :: Maybe Text     , _cerEnvironmentId     :: Maybe Text@@ -299,8 +302,8 @@ cerDescription :: Lens' CreateEnvironmentResponse (Maybe Text) cerDescription = lens _cerDescription (\s a -> s { _cerDescription = a }) --- | For load-balanced, autoscaling environments, the URL to the LoadBalancer.--- For single-instance environments, the IP address of the instance.+-- | For load-balanced, autoscaling environments, the URL to the LoadBalancer. For+-- single-instance environments, the IP address of the instance. cerEndpointURL :: Lens' CreateEnvironmentResponse (Maybe Text) cerEndpointURL = lens _cerEndpointURL (\s a -> s { _cerEndpointURL = a }) @@ -314,18 +317,23 @@     lens _cerEnvironmentName (\s a -> s { _cerEnvironmentName = a })  -- | 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.+-- 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' cerHealth :: Lens' CreateEnvironmentResponse (Maybe EnvironmentHealth) cerHealth = lens _cerHealth (\s a -> s { _cerHealth = a }) @@ -333,17 +341,17 @@ cerResources :: Lens' CreateEnvironmentResponse (Maybe EnvironmentResourcesDescription) cerResources = lens _cerResources (\s a -> s { _cerResources = a }) --- | The name of the SolutionStack deployed with this environment.+-- | The name of the 'SolutionStack' deployed with this environment. cerSolutionStackName :: Lens' CreateEnvironmentResponse (Maybe Text) cerSolutionStackName =     lens _cerSolutionStackName (\s a -> s { _cerSolutionStackName = a }) --- | 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.+-- | 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. cerStatus :: Lens' CreateEnvironmentResponse (Maybe EnvironmentStatus) cerStatus = lens _cerStatus (\s a -> s { _cerStatus = a }) 
gen/Network/AWS/ElasticBeanstalk/CreateStorageLocation.hs view
@@ -20,8 +20,9 @@ -- Stability   : experimental -- Portability : non-portable (GHC extensions) --- | Creates the Amazon S3 storage location for the account. This location is--- used to store user log files.+-- | Creates the Amazon S3 storage location for the account.+--+-- This location is used to store user log files. -- -- <http://docs.aws.amazon.com/elasticbeanstalk/latest/api/API_CreateStorageLocation.html> module Network.AWS.ElasticBeanstalk.CreateStorageLocation
gen/Network/AWS/ElasticBeanstalk/DeleteApplication.hs view
@@ -21,8 +21,8 @@ -- Portability : non-portable (GHC extensions)  -- | Deletes the specified application along with all associated versions and--- configurations. The application versions will not be deleted from your--- Amazon S3 bucket.+-- configurations. The application versions will not be deleted from your Amazon+-- S3 bucket. -- -- <http://docs.aws.amazon.com/elasticbeanstalk/latest/api/API_DeleteApplication.html> module Network.AWS.ElasticBeanstalk.DeleteApplication@@ -71,8 +71,8 @@ daApplicationName =     lens _daApplicationName (\s a -> s { _daApplicationName = a }) --- | When set to true, running environments will be terminated before deleting--- the application.+-- | When set to true, running environments will be terminated before deleting the+-- application. daTerminateEnvByForce :: Lens' DeleteApplication (Maybe Bool) daTerminateEnvByForce =     lens _daTerminateEnvByForce (\s a -> s { _daTerminateEnvByForce = a })
gen/Network/AWS/ElasticBeanstalk/DeleteApplicationVersion.hs view
@@ -76,9 +76,10 @@     lens _davApplicationName (\s a -> s { _davApplicationName = a })  -- | Indicates whether to delete the associated source bundle from Amazon S3:--- true: An attempt is made to delete the associated Amazon S3 source bundle--- specified at time of creation. false: No action is taken on the Amazon S3--- source bundle specified at time of creation. Valid Values: true | false.+--+-- 'true': An attempt is made to delete the associated Amazon S3 source bundle+-- specified at time of creation.   'false': No action is taken on the Amazon S3+-- source bundle specified at time of creation.    Valid Values: 'true' | 'false' davDeleteSourceBundle :: Lens' DeleteApplicationVersion (Maybe Bool) davDeleteSourceBundle =     lens _davDeleteSourceBundle (\s a -> s { _davDeleteSourceBundle = a })
gen/Network/AWS/ElasticBeanstalk/DeleteEnvironmentConfiguration.hs view
@@ -21,12 +21,12 @@ -- Portability : non-portable (GHC extensions)  -- | Deletes the draft configuration associated with the running environment.+-- -- Updating a running environment with any configuration changes creates a--- draft configuration set. You can get the draft configuration using--- DescribeConfigurationSettings while the update is in progress or if the--- update fails. The DeploymentStatus for the draft configuration indicates--- whether the deployment is in process or has failed. The draft configuration--- remains in existence until it is deleted with this action.+-- draft configuration set. You can get the draft configuration using 'DescribeConfigurationSettings' while the update is in progress or if the update fails. The 'DeploymentStatus'+-- for the draft configuration indicates whether the deployment is in process or+-- has failed. The draft configuration remains in existence until it is deleted+-- with this action. -- -- <http://docs.aws.amazon.com/elasticbeanstalk/latest/api/API_DeleteEnvironmentConfiguration.html> module Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration
gen/Network/AWS/ElasticBeanstalk/DescribeApplicationVersions.hs view
@@ -65,14 +65,14 @@     , _dav1VersionLabels   = mempty     } --- | If specified, AWS Elastic Beanstalk restricts the returned descriptions--- to only include ones that are associated with the specified application.+-- | If specified, AWS Elastic Beanstalk restricts the returned descriptions to+-- only include ones that are associated with the specified application. dav1ApplicationName :: Lens' DescribeApplicationVersions (Maybe Text) dav1ApplicationName =     lens _dav1ApplicationName (\s a -> s { _dav1ApplicationName = a }) --- | If specified, restricts the returned descriptions to only include ones--- that have the specified version labels.+-- | If specified, restricts the returned descriptions to only include ones that+-- have the specified version labels. dav1VersionLabels :: Lens' DescribeApplicationVersions [Text] dav1VersionLabels =     lens _dav1VersionLabels (\s a -> s { _dav1VersionLabels = a })@@ -99,7 +99,7 @@     { _davrApplicationVersions = mempty     } --- | A list of ApplicationVersionDescription .+-- | A list of 'ApplicationVersionDescription' . davrApplicationVersions :: Lens' DescribeApplicationVersionsResponse [ApplicationVersionDescription] davrApplicationVersions =     lens _davrApplicationVersions (\s a -> s { _davrApplicationVersions = a })
gen/Network/AWS/ElasticBeanstalk/DescribeApplications.hs view
@@ -66,8 +66,8 @@     { _daApplicationNames = mempty     } --- | If specified, AWS Elastic Beanstalk restricts the returned descriptions--- to only include those with the specified names.+-- | If specified, AWS Elastic Beanstalk restricts the returned descriptions to+-- only include those with the specified names. daApplicationNames :: Lens' DescribeApplications [Text] daApplicationNames =     lens _daApplicationNames (\s a -> s { _daApplicationNames = a })@@ -94,7 +94,7 @@     { _darApplications = mempty     } --- | This parameter contains a list of ApplicationDescription.+-- | This parameter contains a list of 'ApplicationDescription'. darApplications :: Lens' DescribeApplicationsResponse [ApplicationDescription] darApplications = lens _darApplications (\s a -> s { _darApplications = a }) . _List 
gen/Network/AWS/ElasticBeanstalk/DescribeConfigurationOptions.hs view
@@ -23,8 +23,8 @@ -- | Describes the configuration options that are used in a particular -- configuration template or environment, or that a specified solution stack -- defines. The description includes the values the options, their default--- values, and an indication of the required action on a running environment--- if an option value is changed.+-- values, and an indication of the required action on a running environment if+-- an option value is changed. -- -- <http://docs.aws.amazon.com/elasticbeanstalk/latest/api/API_DescribeConfigurationOptions.html> module Network.AWS.ElasticBeanstalk.DescribeConfigurationOptions@@ -86,8 +86,8 @@     }  -- | The name of the application associated with the configuration template or--- environment. Only needed if you want to describe the configuration--- options associated with either the configuration template or environment.+-- environment. Only needed if you want to describe the configuration options+-- associated with either the configuration template or environment. dcoApplicationName :: Lens' DescribeConfigurationOptions (Maybe Text) dcoApplicationName =     lens _dcoApplicationName (\s a -> s { _dcoApplicationName = a })@@ -108,8 +108,8 @@ dcoSolutionStackName =     lens _dcoSolutionStackName (\s a -> s { _dcoSolutionStackName = a }) --- | The name of the configuration template whose configuration options you--- want to describe.+-- | The name of the configuration template whose configuration options you want+-- to describe. dcoTemplateName :: Lens' DescribeConfigurationOptions (Maybe Text) dcoTemplateName = lens _dcoTemplateName (\s a -> s { _dcoTemplateName = a }) @@ -132,7 +132,7 @@     , _dcorOptions           = mempty     } --- | A list of ConfigurationOptionDescription.+-- | A list of 'ConfigurationOptionDescription'. dcorOptions :: Lens' DescribeConfigurationOptionsResponse [ConfigurationOptionDescription] dcorOptions = lens _dcorOptions (\s a -> s { _dcorOptions = a }) . _List 
gen/Network/AWS/ElasticBeanstalk/DescribeConfigurationSettings.hs view
@@ -21,14 +21,19 @@ -- Portability : non-portable (GHC extensions)  -- | Returns a description of the settings for the specified configuration set,--- that is, either a configuration template or the configuration set--- associated with a running environment. When describing the settings for the--- configuration set associated with a running environment, it is possible to--- receive two sets of setting descriptions. One is the deployed configuration--- set, and the other is a draft configuration of an environment that is--- either in the process of deployment or that failed to deploy. Related--- Topics DeleteEnvironmentConfiguration.+-- that is, either a configuration template or the configuration set associated+-- with a running environment. --+-- When describing the settings for the configuration set associated with a+-- running environment, it is possible to receive two sets of setting+-- descriptions. One is the deployed configuration set, and the other is a draft+-- configuration of an environment that is either in the process of deployment+-- or that failed to deploy.+--+-- Related Topics+--+-- 'DeleteEnvironmentConfiguration'+-- -- <http://docs.aws.amazon.com/elasticbeanstalk/latest/api/API_DescribeConfigurationSettings.html> module Network.AWS.ElasticBeanstalk.DescribeConfigurationSettings     (@@ -83,20 +88,19 @@ dcsApplicationName =     lens _dcsApplicationName (\s a -> s { _dcsApplicationName = a }) --- | The name of the environment to describe. Condition: You must specify--- either this or a TemplateName, but not both. If you specify both, AWS--- Elastic Beanstalk returns an InvalidParameterCombination error. If you do--- not specify either, AWS Elastic Beanstalk returns--- MissingRequiredParameter error.+-- | The name of the environment to describe.+--+-- Condition: You must specify either this or a TemplateName, but not both. If+-- you specify both, AWS Elastic Beanstalk returns an 'InvalidParameterCombination'+-- error. If you do not specify either, AWS Elastic Beanstalk returns 'MissingRequiredParameter' error. dcsEnvironmentName :: Lens' DescribeConfigurationSettings (Maybe Text) dcsEnvironmentName =     lens _dcsEnvironmentName (\s a -> s { _dcsEnvironmentName = a }) --- | The name of the configuration template to describe. Conditional: You must--- specify either this parameter or an EnvironmentName, but not both. If you--- specify both, AWS Elastic Beanstalk returns an--- InvalidParameterCombination error. If you do not specify either, AWS--- Elastic Beanstalk returns a MissingRequiredParameter error.+-- | The name of the configuration template to describe.+--+-- Conditional: You must specify either this parameter or an EnvironmentName,+-- but not both. If you specify both, AWS Elastic Beanstalk returns an 'InvalidParameterCombination' error. If you do not specify either, AWS Elastic Beanstalk returns a 'MissingRequiredParameter' error. dcsTemplateName :: Lens' DescribeConfigurationSettings (Maybe Text) dcsTemplateName = lens _dcsTemplateName (\s a -> s { _dcsTemplateName = a }) @@ -121,7 +125,7 @@     { _dcsrConfigurationSettings = mempty     } --- | A list of ConfigurationSettingsDescription.+-- | A list of 'ConfigurationSettingsDescription'. dcsrConfigurationSettings :: Lens' DescribeConfigurationSettingsResponse [ConfigurationSettingsDescription] dcsrConfigurationSettings =     lens _dcsrConfigurationSettings
gen/Network/AWS/ElasticBeanstalk/DescribeEnvironmentResources.hs view
@@ -65,17 +65,17 @@     , _derEnvironmentName = Nothing     } --- | The ID of the environment to retrieve AWS resource usage data. Condition:--- You must specify either this or an EnvironmentName, or both. If you do--- not specify either, AWS Elastic Beanstalk returns--- MissingRequiredParameter error.+-- | The ID of the environment to retrieve AWS resource usage data.+--+-- Condition: You must specify either this or an EnvironmentName, or both. If+-- you do not specify either, AWS Elastic Beanstalk returns 'MissingRequiredParameter' error. derEnvironmentId :: Lens' DescribeEnvironmentResources (Maybe Text) derEnvironmentId = lens _derEnvironmentId (\s a -> s { _derEnvironmentId = a })  -- | The name of the environment to retrieve AWS resource usage data.+-- -- Condition: You must specify either this or an EnvironmentId, or both. If--- you do not specify either, AWS Elastic Beanstalk returns--- MissingRequiredParameter error.+-- you do not specify either, AWS Elastic Beanstalk returns 'MissingRequiredParameter' error. derEnvironmentName :: Lens' DescribeEnvironmentResources (Maybe Text) derEnvironmentName =     lens _derEnvironmentName (\s a -> s { _derEnvironmentName = a })@@ -95,7 +95,7 @@     { _derrEnvironmentResources = Nothing     } --- | A list of EnvironmentResourceDescription.+-- | A list of 'EnvironmentResourceDescription'. derrEnvironmentResources :: Lens' DescribeEnvironmentResourcesResponse (Maybe EnvironmentResourceDescription) derrEnvironmentResources =     lens _derrEnvironmentResources
gen/Network/AWS/ElasticBeanstalk/DescribeEnvironments.hs view
@@ -55,7 +55,7 @@     , _de1EnvironmentIds        :: List "EnvironmentIds" Text     , _de1EnvironmentNames      :: List "EnvironmentNames" Text     , _de1IncludeDeleted        :: Maybe Bool-    , _de1IncludedDeletedBackTo :: Maybe RFC822+    , _de1IncludedDeletedBackTo :: Maybe ISO8601     , _de1VersionLabel          :: Maybe Text     } deriving (Eq, Ord, Show) @@ -85,43 +85,46 @@     , _de1IncludedDeletedBackTo = Nothing     } --- | If specified, AWS Elastic Beanstalk restricts the returned descriptions--- to include only those that are associated with this application.+-- | If specified, AWS Elastic Beanstalk restricts the returned descriptions to+-- include only those that are associated with this application. de1ApplicationName :: Lens' DescribeEnvironments (Maybe Text) de1ApplicationName =     lens _de1ApplicationName (\s a -> s { _de1ApplicationName = a }) --- | If specified, AWS Elastic Beanstalk restricts the returned descriptions--- to include only those that have the specified IDs.+-- | If specified, AWS Elastic Beanstalk restricts the returned descriptions to+-- include only those that have the specified IDs. de1EnvironmentIds :: Lens' DescribeEnvironments [Text] de1EnvironmentIds =     lens _de1EnvironmentIds (\s a -> s { _de1EnvironmentIds = a })         . _List --- | If specified, AWS Elastic Beanstalk restricts the returned descriptions--- to include only those that have the specified names.+-- | If specified, AWS Elastic Beanstalk restricts the returned descriptions to+-- include only those that have the specified names. de1EnvironmentNames :: Lens' DescribeEnvironments [Text] de1EnvironmentNames =     lens _de1EnvironmentNames (\s a -> s { _de1EnvironmentNames = a })         . _List --- | Indicates whether to include deleted environments: true: Environments--- that have been deleted after IncludedDeletedBackTo are displayed. false:--- Do not include deleted environments.+-- | Indicates whether to include deleted environments:+--+-- 'true': Environments that have been deleted after 'IncludedDeletedBackTo' are+-- displayed.+--+-- 'false': Do not include deleted environments. de1IncludeDeleted :: Lens' DescribeEnvironments (Maybe Bool) de1IncludeDeleted =     lens _de1IncludeDeleted (\s a -> s { _de1IncludeDeleted = a }) --- | If specified when IncludeDeleted is set to true, then environments--- deleted after this date are displayed.+-- | If specified when 'IncludeDeleted' is set to 'true', then environments deleted+-- after this date are displayed. de1IncludedDeletedBackTo :: Lens' DescribeEnvironments (Maybe UTCTime) de1IncludedDeletedBackTo =     lens _de1IncludedDeletedBackTo         (\s a -> s { _de1IncludedDeletedBackTo = a })             . mapping _Time --- | If specified, AWS Elastic Beanstalk restricts the returned descriptions--- to include only those that are associated with this application version.+-- | If specified, AWS Elastic Beanstalk restricts the returned descriptions to+-- include only those that are associated with this application version. de1VersionLabel :: Lens' DescribeEnvironments (Maybe Text) de1VersionLabel = lens _de1VersionLabel (\s a -> s { _de1VersionLabel = a }) @@ -146,7 +149,7 @@     { _derEnvironments = mempty     } --- | Returns an EnvironmentDescription list.+-- | Returns an 'EnvironmentDescription' list. derEnvironments :: Lens' DescribeEnvironmentsResponse [EnvironmentDescription] derEnvironments = lens _derEnvironments (\s a -> s { _derEnvironments = a }) . _List 
gen/Network/AWS/ElasticBeanstalk/DescribeEvents.hs view
@@ -20,8 +20,7 @@ -- Stability   : experimental -- Portability : non-portable (GHC extensions) --- | Returns list of event descriptions matching criteria up to the last 6--- weeks.+-- | Returns list of event descriptions matching criteria up to the last 6 weeks. -- -- <http://docs.aws.amazon.com/elasticbeanstalk/latest/api/API_DescribeEvents.html> module Network.AWS.ElasticBeanstalk.DescribeEvents@@ -59,14 +58,14 @@  data DescribeEvents = DescribeEvents     { _deApplicationName :: Maybe Text-    , _deEndTime         :: Maybe RFC822+    , _deEndTime         :: Maybe ISO8601     , _deEnvironmentId   :: Maybe Text     , _deEnvironmentName :: Maybe Text     , _deMaxRecords      :: Maybe Nat     , _deNextToken       :: Maybe Text     , _deRequestId       :: Maybe Text     , _deSeverity        :: Maybe EventSeverity-    , _deStartTime       :: Maybe RFC822+    , _deStartTime       :: Maybe ISO8601     , _deTemplateName    :: Maybe Text     , _deVersionLabel    :: Maybe Text     } deriving (Eq, Show)@@ -112,35 +111,34 @@     , _deNextToken       = Nothing     } --- | If specified, AWS Elastic Beanstalk restricts the returned descriptions--- to include only those associated with this application.+-- | If specified, AWS Elastic Beanstalk restricts the returned descriptions to+-- include only those associated with this application. deApplicationName :: Lens' DescribeEvents (Maybe Text) deApplicationName =     lens _deApplicationName (\s a -> s { _deApplicationName = a }) --- | If specified, AWS Elastic Beanstalk restricts the returned descriptions--- to those that occur up to, but not including, the EndTime.+-- | If specified, AWS Elastic Beanstalk restricts the returned descriptions to+-- those that occur up to, but not including, the 'EndTime'. deEndTime :: Lens' DescribeEvents (Maybe UTCTime) deEndTime = lens _deEndTime (\s a -> s { _deEndTime = a }) . mapping _Time --- | If specified, AWS Elastic Beanstalk restricts the returned descriptions--- to those associated with this environment.+-- | If specified, AWS Elastic Beanstalk restricts the returned descriptions to+-- those associated with this environment. deEnvironmentId :: Lens' DescribeEvents (Maybe Text) deEnvironmentId = lens _deEnvironmentId (\s a -> s { _deEnvironmentId = a }) --- | If specified, AWS Elastic Beanstalk restricts the returned descriptions--- to those associated with this environment.+-- | If specified, AWS Elastic Beanstalk restricts the returned descriptions to+-- those associated with this environment. deEnvironmentName :: Lens' DescribeEvents (Maybe Text) deEnvironmentName =     lens _deEnvironmentName (\s a -> s { _deEnvironmentName = a }) --- | Specifies the maximum number of events that can be returned, beginning--- with the most recent event.+-- | Specifies the maximum number of events that can be returned, beginning with+-- the most recent event. deMaxRecords :: Lens' DescribeEvents (Maybe Natural) deMaxRecords = lens _deMaxRecords (\s a -> s { _deMaxRecords = a }) . mapping _Nat --- | Pagination token. If specified, the events return the next batch of--- results.+-- | Pagination token. If specified, the events return the next batch of results. deNextToken :: Lens' DescribeEvents (Maybe Text) deNextToken = lens _deNextToken (\s a -> s { _deNextToken = a }) @@ -154,18 +152,18 @@ deSeverity :: Lens' DescribeEvents (Maybe EventSeverity) deSeverity = lens _deSeverity (\s a -> s { _deSeverity = a }) --- | If specified, AWS Elastic Beanstalk restricts the returned descriptions--- to those that occur on or after this time.+-- | If specified, AWS Elastic Beanstalk restricts the returned descriptions to+-- those that occur on or after this time. deStartTime :: Lens' DescribeEvents (Maybe UTCTime) deStartTime = lens _deStartTime (\s a -> s { _deStartTime = a }) . mapping _Time --- | If specified, AWS Elastic Beanstalk restricts the returned descriptions--- to those that are associated with this environment configuration.+-- | If specified, AWS Elastic Beanstalk restricts the returned descriptions to+-- those that are associated with this environment configuration. deTemplateName :: Lens' DescribeEvents (Maybe Text) deTemplateName = lens _deTemplateName (\s a -> s { _deTemplateName = a }) --- | If specified, AWS Elastic Beanstalk restricts the returned descriptions--- to those associated with this application version.+-- | If specified, AWS Elastic Beanstalk restricts the returned descriptions to+-- those associated with this application version. deVersionLabel :: Lens' DescribeEvents (Maybe Text) deVersionLabel = lens _deVersionLabel (\s a -> s { _deVersionLabel = a }) @@ -188,13 +186,12 @@     , _derNextToken = Nothing     } --- | A list of EventDescription.+-- | A list of 'EventDescription'. derEvents :: Lens' DescribeEventsResponse [EventDescription] derEvents = lens _derEvents (\s a -> s { _derEvents = a }) . _List --- | If returned, this indicates that there are more results to obtain. Use--- this token in the next DescribeEvents call to get the next batch of--- events.+-- | If returned, this indicates that there are more results to obtain. Use this+-- token in the next 'DescribeEvents' call to get the next batch of events. derNextToken :: Lens' DescribeEventsResponse (Maybe Text) derNextToken = lens _derNextToken (\s a -> s { _derNextToken = a }) 
gen/Network/AWS/ElasticBeanstalk/ListAvailableSolutionStacks.hs view
@@ -70,7 +70,7 @@     , _lassrSolutionStackDetails = mempty     } --- | A list of available solution stacks and their SolutionStackDescription.+-- | A list of available solution stacks and their 'SolutionStackDescription'. lassrSolutionStackDetails :: Lens' ListAvailableSolutionStacksResponse [SolutionStackDescription] lassrSolutionStackDetails =     lens _lassrSolutionStackDetails
gen/Network/AWS/ElasticBeanstalk/RebuildEnvironment.hs view
@@ -21,8 +21,8 @@ -- Portability : non-portable (GHC extensions)  -- | Deletes and recreates all of the AWS resources (for example: the Auto--- Scaling group, load balancer, etc.) for a specified environment and forces--- a restart.+-- Scaling group, load balancer, etc.) for a specified environment and forces a+-- restart. -- -- <http://docs.aws.amazon.com/elasticbeanstalk/latest/api/API_RebuildEnvironment.html> module Network.AWS.ElasticBeanstalk.RebuildEnvironment@@ -65,15 +65,17 @@     , _reEnvironmentName = Nothing     } --- | The ID of the environment to rebuild. Condition: You must specify either--- this or an EnvironmentName, or both. If you do not specify either, AWS--- Elastic Beanstalk returns MissingRequiredParameter error.+-- | The ID of the environment to rebuild.+--+-- Condition: You must specify either this or an EnvironmentName, or both. If+-- you do not specify either, AWS Elastic Beanstalk returns 'MissingRequiredParameter' error. reEnvironmentId :: Lens' RebuildEnvironment (Maybe Text) reEnvironmentId = lens _reEnvironmentId (\s a -> s { _reEnvironmentId = a }) --- | The name of the environment to rebuild. Condition: You must specify--- either this or an EnvironmentId, or both. If you do not specify either,--- AWS Elastic Beanstalk returns MissingRequiredParameter error.+-- | The name of the environment to rebuild.+--+-- Condition: You must specify either this or an EnvironmentId, or both. If+-- you do not specify either, AWS Elastic Beanstalk returns 'MissingRequiredParameter' error. reEnvironmentName :: Lens' RebuildEnvironment (Maybe Text) reEnvironmentName =     lens _reEnvironmentName (\s a -> s { _reEnvironmentName = a })
gen/Network/AWS/ElasticBeanstalk/RequestEnvironmentInfo.hs view
@@ -21,11 +21,15 @@ -- Portability : non-portable (GHC extensions)  -- | Initiates a request to compile the specified type of information of the--- deployed environment. Setting the InfoType to tail compiles the last lines--- from the application server log files of every Amazon EC2 instance in your--- environment. Use RetrieveEnvironmentInfo to access the compiled--- information. Related Topics RetrieveEnvironmentInfo.+-- deployed environment. --+-- Setting the 'InfoType' to 'tail' compiles the last lines from the application+-- server log files of every Amazon EC2 instance in your environment. Use 'RetrieveEnvironmentInfo' to access the compiled information.+--+-- Related Topics+--+-- 'RetrieveEnvironmentInfo'+-- -- <http://docs.aws.amazon.com/elasticbeanstalk/latest/api/API_RequestEnvironmentInfo.html> module Network.AWS.ElasticBeanstalk.RequestEnvironmentInfo     (@@ -73,19 +77,21 @@     , _reiEnvironmentName = Nothing     } --- | The ID of the environment of the requested data. If no such environment--- is found, RequestEnvironmentInfo 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.+-- | The ID of the environment of the requested data.+--+-- If no such environment is found, 'RequestEnvironmentInfo' 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. reiEnvironmentId :: Lens' RequestEnvironmentInfo (Maybe Text) reiEnvironmentId = lens _reiEnvironmentId (\s a -> s { _reiEnvironmentId = a }) --- | The name of the environment of the requested data. If no such environment--- is found, RequestEnvironmentInfo returns an InvalidParameterValue error.+-- | The name of the environment of the requested data.+--+-- If no such environment is found, 'RequestEnvironmentInfo' 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.+-- you do not specify either, AWS Elastic Beanstalk returns 'MissingRequiredParameter' error. reiEnvironmentName :: Lens' RequestEnvironmentInfo (Maybe Text) reiEnvironmentName =     lens _reiEnvironmentName (\s a -> s { _reiEnvironmentName = a })
gen/Network/AWS/ElasticBeanstalk/RestartAppServer.hs view
@@ -64,16 +64,17 @@     , _rasEnvironmentName = Nothing     } --- | The ID of the environment to restart the server for. Condition: You must--- specify either this or an EnvironmentName, or both. If you do not specify--- either, AWS Elastic Beanstalk returns MissingRequiredParameter error.+-- | The ID of the environment to restart the server for.+--+-- Condition: You must specify either this or an EnvironmentName, or both. If+-- you do not specify either, AWS Elastic Beanstalk returns 'MissingRequiredParameter' error. rasEnvironmentId :: Lens' RestartAppServer (Maybe Text) rasEnvironmentId = lens _rasEnvironmentId (\s a -> s { _rasEnvironmentId = a }) --- | The name of the environment to restart the server for. Condition: You--- must specify either this or an EnvironmentId, or both. If you do not--- specify either, AWS Elastic Beanstalk returns MissingRequiredParameter--- error.+-- | The name of the environment to restart the server for.+--+-- Condition: You must specify either this or an EnvironmentId, or both. If+-- you do not specify either, AWS Elastic Beanstalk returns 'MissingRequiredParameter' error. rasEnvironmentName :: Lens' RestartAppServer (Maybe Text) rasEnvironmentName =     lens _rasEnvironmentName (\s a -> s { _rasEnvironmentName = a })
gen/Network/AWS/ElasticBeanstalk/RetrieveEnvironmentInfo.hs view
@@ -20,9 +20,12 @@ -- Stability   : experimental -- Portability : non-portable (GHC extensions) --- | Retrieves the compiled information from a RequestEnvironmentInfo request.--- Related Topics RequestEnvironmentInfo.+-- | Retrieves the compiled information from a 'RequestEnvironmentInfo' request. --+-- Related Topics+--+-- 'RequestEnvironmentInfo'+-- -- <http://docs.aws.amazon.com/elasticbeanstalk/latest/api/API_RetrieveEnvironmentInfo.html> module Network.AWS.ElasticBeanstalk.RetrieveEnvironmentInfo     (@@ -72,18 +75,22 @@     , _rei1EnvironmentName = Nothing     } --- | The ID of the data's environment. If no such environment is found,--- 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.+-- | The ID of the data's environment.+--+-- If no such environment is found, 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. rei1EnvironmentId :: Lens' RetrieveEnvironmentInfo (Maybe Text) rei1EnvironmentId =     lens _rei1EnvironmentId (\s a -> s { _rei1EnvironmentId = a }) --- | The name of the data's environment. If no such environment is found,--- 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.+-- | The name of the data's environment.+--+-- If no such environment is found, 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. rei1EnvironmentName :: Lens' RetrieveEnvironmentInfo (Maybe Text) rei1EnvironmentName =     lens _rei1EnvironmentName (\s a -> s { _rei1EnvironmentName = a })@@ -113,7 +120,7 @@     { _reirEnvironmentInfo = mempty     } --- | The EnvironmentInfoDescription of the environment.+-- | The 'EnvironmentInfoDescription' of the environment. reirEnvironmentInfo :: Lens' RetrieveEnvironmentInfoResponse [EnvironmentInfoDescription] reirEnvironmentInfo =     lens _reirEnvironmentInfo (\s a -> s { _reirEnvironmentInfo = a })
gen/Network/AWS/ElasticBeanstalk/SwapEnvironmentCNAMEs.hs view
@@ -73,37 +73,37 @@     , _secnameDestinationEnvironmentName = Nothing     } --- | The ID of the destination environment. Condition: You must specify at--- least the DestinationEnvironmentID or the DestinationEnvironmentName. You--- may also specify both. You must specify the SourceEnvironmentId with the--- DestinationEnvironmentId.+-- | The ID of the destination environment.+--+-- Condition: You must specify at least the 'DestinationEnvironmentID' or the 'DestinationEnvironmentName'. You may also specify both. You must specify the 'SourceEnvironmentId' with+-- the 'DestinationEnvironmentId'. secnameDestinationEnvironmentId :: Lens' SwapEnvironmentCNAMEs (Maybe Text) secnameDestinationEnvironmentId =     lens _secnameDestinationEnvironmentId         (\s a -> s { _secnameDestinationEnvironmentId = a }) --- | The name of the destination environment. Condition: You must specify at--- least the DestinationEnvironmentID or the DestinationEnvironmentName. You--- may also specify both. You must specify the SourceEnvironmentName with--- the DestinationEnvironmentName.+-- | The name of the destination environment.+--+-- Condition: You must specify at least the 'DestinationEnvironmentID' or the 'DestinationEnvironmentName'. You may also specify both. You must specify the 'SourceEnvironmentName' with+-- the 'DestinationEnvironmentName'. secnameDestinationEnvironmentName :: Lens' SwapEnvironmentCNAMEs (Maybe Text) secnameDestinationEnvironmentName =     lens _secnameDestinationEnvironmentName         (\s a -> s { _secnameDestinationEnvironmentName = a }) --- | The ID of the source environment. Condition: You must specify at least--- the SourceEnvironmentID or the SourceEnvironmentName. You may also--- specify both. If you specify the SourceEnvironmentId, you must specify--- the DestinationEnvironmentId.+-- | The ID of the source environment.+--+-- Condition: You must specify at least the 'SourceEnvironmentID' or the 'SourceEnvironmentName'. You may also specify both. If you specify the 'SourceEnvironmentId', you must+-- specify the 'DestinationEnvironmentId'. secnameSourceEnvironmentId :: Lens' SwapEnvironmentCNAMEs (Maybe Text) secnameSourceEnvironmentId =     lens _secnameSourceEnvironmentId         (\s a -> s { _secnameSourceEnvironmentId = a }) --- | The name of the source environment. Condition: You must specify at least--- the SourceEnvironmentID or the SourceEnvironmentName. You may also--- specify both. If you specify the SourceEnvironmentName, you must specify--- the DestinationEnvironmentName.+-- | The name of the source environment.+--+-- Condition: You must specify at least the 'SourceEnvironmentID' or the 'SourceEnvironmentName'. You may also specify both. If you specify the 'SourceEnvironmentName', you+-- must specify the 'DestinationEnvironmentName'. secnameSourceEnvironmentName :: Lens' SwapEnvironmentCNAMEs (Maybe Text) secnameSourceEnvironmentName =     lens _secnameSourceEnvironmentName
gen/Network/AWS/ElasticBeanstalk/TerminateEnvironment.hs view
@@ -84,29 +84,38 @@     , _teTerminateResources = Nothing     } --- | The ID of the environment to terminate. Condition: You must specify--- either this or an EnvironmentName, or both. If you do not specify either,--- AWS Elastic Beanstalk returns MissingRequiredParameter error.+-- | The ID of the environment to terminate.+--+-- Condition: You must specify either this or an EnvironmentName, or both. If+-- you do not specify either, AWS Elastic Beanstalk returns 'MissingRequiredParameter' error. teEnvironmentId :: Lens' TerminateEnvironment (Maybe Text) teEnvironmentId = lens _teEnvironmentId (\s a -> s { _teEnvironmentId = a }) --- | The name of the environment to terminate. Condition: You must specify--- either this or an EnvironmentId, or both. If you do not specify either,--- AWS Elastic Beanstalk returns MissingRequiredParameter error.+-- | The name of the environment to terminate.+--+-- Condition: You must specify either this or an EnvironmentId, or both. If+-- you do not specify either, AWS Elastic Beanstalk returns 'MissingRequiredParameter' error. teEnvironmentName :: Lens' TerminateEnvironment (Maybe Text) teEnvironmentName =     lens _teEnvironmentName (\s a -> s { _teEnvironmentName = a })  -- | Indicates whether the associated AWS resources should shut down when the--- environment is terminated: true: (default) The user AWS resources (for--- example, the Auto Scaling group, LoadBalancer, etc.) are terminated along--- with the environment. false: The environment is removed from the AWS--- Elastic Beanstalk but the AWS resources continue to operate. true: The--- specified environment as well as the associated AWS resources, such as--- Auto Scaling group and LoadBalancer, are terminated. false: AWS Elastic--- Beanstalk resource management is removed from the environment, but the--- AWS resources continue to operate. For more information, see the AWS--- Elastic Beanstalk User Guide. Default: true Valid Values: true | false.+-- environment is terminated:+--+-- 'true': (default) The user AWS resources (for example, the Auto Scaling+-- group, LoadBalancer, etc.) are terminated along with the environment.+--+-- 'false': The environment is removed from the AWS Elastic Beanstalk but the+-- AWS resources continue to operate.+--+-- 'true': The specified environment as well as the associated AWS resources,+-- such as Auto Scaling group and LoadBalancer, are terminated.   'false': AWS+-- Elastic Beanstalk resource management is removed from the environment, but+-- the AWS resources continue to operate.    For more information, see the <http://docs.aws.amazon.com/elasticbeanstalk/latest/ug/  AWSElastic Beanstalk User Guide. >+--+-- Default: 'true'+--+-- Valid Values: 'true' | 'false' teTerminateResources :: Lens' TerminateEnvironment (Maybe Bool) teTerminateResources =     lens _teTerminateResources (\s a -> s { _teTerminateResources = a })@@ -114,8 +123,8 @@ data TerminateEnvironmentResponse = TerminateEnvironmentResponse     { _terApplicationName   :: Maybe Text     , _terCNAME             :: Maybe Text-    , _terDateCreated       :: Maybe RFC822-    , _terDateUpdated       :: Maybe RFC822+    , _terDateCreated       :: Maybe ISO8601+    , _terDateUpdated       :: Maybe ISO8601     , _terDescription       :: Maybe Text     , _terEndpointURL       :: Maybe Text     , _terEnvironmentId     :: Maybe Text@@ -203,8 +212,8 @@ terDescription :: Lens' TerminateEnvironmentResponse (Maybe Text) terDescription = lens _terDescription (\s a -> s { _terDescription = a }) --- | For load-balanced, autoscaling environments, the URL to the LoadBalancer.--- For single-instance environments, the IP address of the instance.+-- | For load-balanced, autoscaling environments, the URL to the LoadBalancer. For+-- single-instance environments, the IP address of the instance. terEndpointURL :: Lens' TerminateEnvironmentResponse (Maybe Text) terEndpointURL = lens _terEndpointURL (\s a -> s { _terEndpointURL = a }) @@ -218,18 +227,23 @@     lens _terEnvironmentName (\s a -> s { _terEnvironmentName = a })  -- | 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.+-- 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' terHealth :: Lens' TerminateEnvironmentResponse (Maybe EnvironmentHealth) terHealth = lens _terHealth (\s a -> s { _terHealth = a }) @@ -237,17 +251,17 @@ terResources :: Lens' TerminateEnvironmentResponse (Maybe EnvironmentResourcesDescription) terResources = lens _terResources (\s a -> s { _terResources = a }) --- | The name of the SolutionStack deployed with this environment.+-- | The name of the 'SolutionStack' deployed with this environment. terSolutionStackName :: Lens' TerminateEnvironmentResponse (Maybe Text) terSolutionStackName =     lens _terSolutionStackName (\s a -> s { _terSolutionStackName = a }) --- | 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.+-- | 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. terStatus :: Lens' TerminateEnvironmentResponse (Maybe EnvironmentStatus) terStatus = lens _terStatus (\s a -> s { _terStatus = a }) 
gen/Network/AWS/ElasticBeanstalk/Types.hs view
@@ -295,8 +295,8 @@ data ApplicationDescription = ApplicationDescription     { _adApplicationName        :: Maybe Text     , _adConfigurationTemplates :: List "ConfigurationTemplates" Text-    , _adDateCreated            :: Maybe RFC822-    , _adDateUpdated            :: Maybe RFC822+    , _adDateCreated            :: Maybe ISO8601+    , _adDateUpdated            :: Maybe ISO8601     , _adDescription            :: Maybe Text     , _adVersions               :: List "Versions" Text     } deriving (Eq, Ord, Show)@@ -332,8 +332,7 @@ adApplicationName =     lens _adApplicationName (\s a -> s { _adApplicationName = a }) --- | The names of the configuration templates associated with this--- application.+-- | The names of the configuration templates associated with this application. adConfigurationTemplates :: Lens' ApplicationDescription [Text] adConfigurationTemplates =     lens _adConfigurationTemplates@@ -387,12 +386,15 @@ instance Hashable EventSeverity  instance FromText EventSeverity where-    parser = match "DEBUG" Debug-         <|> match "ERROR" Error-         <|> match "FATAL" Fatal-         <|> match "INFO"  Info-         <|> match "TRACE" Trace-         <|> match "WARN"  Warn+    parser = takeText >>= \case+        "DEBUG" -> pure Debug+        "ERROR" -> pure Error+        "FATAL" -> pure Fatal+        "INFO"  -> pure Info+        "TRACE" -> pure Trace+        "WARN"  -> pure Warn+        e       -> fail $+            "Failure parsing EventSeverity from " ++ show e  instance ToText EventSeverity where     toText = \case@@ -410,7 +412,6 @@ instance FromXML EventSeverity where     parseXML = parseXMLText "EventSeverity" - data Tag = Tag     { _tagKey   :: Maybe Text     , _tagValue :: Maybe Text@@ -452,7 +453,7 @@ data EventDescription = EventDescription     { _edApplicationName :: Maybe Text     , _edEnvironmentName :: Maybe Text-    , _edEventDate       :: Maybe RFC822+    , _edEventDate       :: Maybe ISO8601     , _edMessage         :: Maybe Text     , _edRequestId       :: Maybe Text     , _edSeverity        :: Maybe EventSeverity@@ -592,7 +593,7 @@     { _avdmApplicationVersion = Nothing     } --- | The ApplicationVersionDescription of the application version.+-- | The 'ApplicationVersionDescription' of the application version. avdmApplicationVersion :: Lens' ApplicationVersionDescriptionMessage (Maybe ApplicationVersionDescription) avdmApplicationVersion =     lens _avdmApplicationVersion (\s a -> s { _avdmApplicationVersion = a })@@ -621,7 +622,7 @@     { _asgName = Nothing     } --- | The name of the AutoScalingGroup .+-- | The name of the 'AutoScalingGroup' . asgName :: Lens' AutoScalingGroup (Maybe Text) asgName = lens _asgName (\s a -> s { _asgName = a }) @@ -643,9 +644,12 @@ instance Hashable ConfigurationDeploymentStatus  instance FromText ConfigurationDeploymentStatus where-    parser = match "deployed" Deployed-         <|> match "failed"   Failed-         <|> match "pending"  Pending+    parser = takeText >>= \case+        "deployed" -> pure Deployed+        "failed"   -> pure Failed+        "pending"  -> pure Pending+        e          -> fail $+            "Failure parsing ConfigurationDeploymentStatus from " ++ show e  instance ToText ConfigurationDeploymentStatus where     toText = \case@@ -660,7 +664,6 @@ instance FromXML ConfigurationDeploymentStatus where     parseXML = parseXMLText "ConfigurationDeploymentStatus" - data ConfigurationOptionSetting = ConfigurationOptionSetting     { _cosNamespace  :: Maybe Text     , _cosOptionName :: Maybe Text@@ -717,8 +720,11 @@ instance Hashable ConfigurationOptionValueType  instance FromText ConfigurationOptionValueType where-    parser = match "List"   List'-         <|> match "Scalar" Scalar+    parser = takeText >>= \case+        "List"   -> pure List'+        "Scalar" -> pure Scalar+        e        -> fail $+            "Failure parsing ConfigurationOptionValueType from " ++ show e  instance ToText ConfigurationOptionValueType where     toText = \case@@ -732,11 +738,10 @@ instance FromXML ConfigurationOptionValueType where     parseXML = parseXMLText "ConfigurationOptionValueType" - data ConfigurationSettingsDescription = ConfigurationSettingsDescription     { _csdApplicationName   :: Maybe Text-    , _csdDateCreated       :: Maybe RFC822-    , _csdDateUpdated       :: Maybe RFC822+    , _csdDateCreated       :: Maybe ISO8601+    , _csdDateUpdated       :: Maybe ISO8601     , _csdDeploymentStatus  :: Maybe ConfigurationDeploymentStatus     , _csdDescription       :: Maybe Text     , _csdEnvironmentName   :: Maybe Text@@ -793,19 +798,23 @@ csdDateUpdated :: Lens' ConfigurationSettingsDescription (Maybe UTCTime) csdDateUpdated = lens _csdDateUpdated (\s a -> s { _csdDateUpdated = a }) . mapping _Time --- | 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. 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+-- | 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.+--+-- '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+-- environment.   'failed': This is a draft configuration that failed to -- successfully deploy. csdDeploymentStatus :: Lens' ConfigurationSettingsDescription (Maybe ConfigurationDeploymentStatus) csdDeploymentStatus =@@ -815,13 +824,13 @@ csdDescription :: Lens' ConfigurationSettingsDescription (Maybe Text) csdDescription = lens _csdDescription (\s a -> s { _csdDescription = a }) --- | If not null, the name of the environment for this configuration set.+-- | If not 'null', the name of the environment for this configuration set. csdEnvironmentName :: Lens' ConfigurationSettingsDescription (Maybe Text) csdEnvironmentName =     lens _csdEnvironmentName (\s a -> s { _csdEnvironmentName = a }) --- | A list of the configuration options and their values in this--- configuration set.+-- | A list of the configuration options and their values in this configuration+-- set. csdOptionSettings :: Lens' ConfigurationSettingsDescription [ConfigurationOptionSetting] csdOptionSettings =     lens _csdOptionSettings (\s a -> s { _csdOptionSettings = a })@@ -832,8 +841,8 @@ csdSolutionStackName =     lens _csdSolutionStackName (\s a -> s { _csdSolutionStackName = a }) --- | If not null, the name of the configuration template for this--- configuration set.+-- | If not 'null', the name of the configuration template for this configuration+-- set. csdTemplateName :: Lens' ConfigurationSettingsDescription (Maybe Text) csdTemplateName = lens _csdTemplateName (\s a -> s { _csdTemplateName = a }) @@ -864,8 +873,8 @@  data ApplicationVersionDescription = ApplicationVersionDescription     { _avdApplicationName :: Maybe Text-    , _avdDateCreated     :: Maybe RFC822-    , _avdDateUpdated     :: Maybe RFC822+    , _avdDateCreated     :: Maybe ISO8601+    , _avdDateUpdated     :: Maybe ISO8601     , _avdDescription     :: Maybe Text     , _avdSourceBundle    :: Maybe S3Location     , _avdVersionLabel    :: Maybe Text@@ -1018,7 +1027,7 @@     , _erdQueues               = mempty     } --- | The AutoScalingGroups used by this environment.+-- | The 'AutoScalingGroups' used by this environment. erdAutoScalingGroups :: Lens' EnvironmentResourceDescription [AutoScalingGroup] erdAutoScalingGroups =     lens _erdAutoScalingGroups (\s a -> s { _erdAutoScalingGroups = a })@@ -1047,7 +1056,7 @@ erdQueues :: Lens' EnvironmentResourceDescription [Queue] erdQueues = lens _erdQueues (\s a -> s { _erdQueues = a }) . _List --- | The AutoScaling triggers in use by this environment.+-- | The 'AutoScaling' triggers in use by this environment. erdTriggers :: Lens' EnvironmentResourceDescription [Trigger] erdTriggers = lens _erdTriggers (\s a -> s { _erdTriggers = a }) . _List @@ -1121,11 +1130,14 @@ instance Hashable EnvironmentStatus  instance FromText EnvironmentStatus where-    parser = match "Launching"   Launching-         <|> match "Ready"       Ready-         <|> match "Terminated"  Terminated-         <|> match "Terminating" Terminating-         <|> match "Updating"    Updating+    parser = takeText >>= \case+        "Launching"   -> pure Launching+        "Ready"       -> pure Ready+        "Terminated"  -> pure Terminated+        "Terminating" -> pure Terminating+        "Updating"    -> pure Updating+        e             -> fail $+            "Failure parsing EnvironmentStatus from " ++ show e  instance ToText EnvironmentStatus where     toText = \case@@ -1142,7 +1154,6 @@ instance FromXML EnvironmentStatus where     parseXML = parseXMLText "EnvironmentStatus" - data LoadBalancerDescription = LoadBalancerDescription     { _lbdDomain           :: Maybe Text     , _lbdListeners        :: List "Listeners" Listener@@ -1207,7 +1218,7 @@     { _admApplication = Nothing     } --- | The ApplicationDescription of the application.+-- | The 'ApplicationDescription' of the application. admApplication :: Lens' ApplicationDescriptionMessage (Maybe ApplicationDescription) admApplication = lens _admApplication (\s a -> s { _admApplication = a }) @@ -1347,8 +1358,8 @@ orrLabel :: Lens' OptionRestrictionRegex (Maybe Text) orrLabel = lens _orrLabel (\s a -> s { _orrLabel = a }) --- | The regular expression pattern that a string configuration option value--- with this restriction must match.+-- | The regular expression pattern that a string configuration option value with+-- this restriction must match. orrPattern :: Lens' OptionRestrictionRegex (Maybe Text) orrPattern = lens _orrPattern (\s a -> s { _orrPattern = a }) @@ -1419,19 +1430,24 @@     }  -- | An indication of which action is required if the value for this--- configuration option changes: NoInterruption - There is no interruption--- to the environment or application availability. RestartEnvironment - The--- environment is restarted, all AWS resources are deleted and recreated,--- and the environment is unavailable during the process.+-- configuration option changes:+--+-- NoInterruption - There is no interruption to the environment or+-- application availability.+--+-- RestartEnvironment - The environment is restarted, all AWS resources are+-- deleted and recreated, and the environment is unavailable during the process.+-- -- RestartApplicationServer - The environment is available the entire time.--- However, a short application outage occurs when the application servers--- on the running Amazon EC2 instances are restarted. NoInterruption : There--- is no interruption to the environment or application availability.--- RestartEnvironment : The environment is entirely restarted, all AWS--- resources are deleted and recreated, and the environment is unavailable--- during the process. RestartApplicationServer : The environment is--- available the entire time. However, a short application outage occurs--- when the application servers on the running Amazon EC2 instances are+-- However, a short application outage occurs when the application servers on+-- the running Amazon EC2 instances are restarted.+--+-- 'NoInterruption' : There is no interruption to the environment or+-- application availability.   'RestartEnvironment' : The environment is entirely+-- restarted, all AWS resources are deleted and recreated, and the environment+-- is unavailable during the process.   'RestartApplicationServer' : The+-- environment is available the entire time. However, a short application outage+-- occurs when the application servers on the running Amazon EC2 instances are -- restarted. codChangeSeverity :: Lens' ConfigurationOptionDescription (Maybe Text) codChangeSeverity =@@ -1441,8 +1457,8 @@ codDefaultValue :: Lens' ConfigurationOptionDescription (Maybe Text) codDefaultValue = lens _codDefaultValue (\s a -> s { _codDefaultValue = a }) --- | If specified, the configuration option must be a string value no longer--- than this value.+-- | If specified, the configuration option must be a string value no longer than+-- this value. codMaxLength :: Lens' ConfigurationOptionDescription (Maybe Int) codMaxLength = lens _codMaxLength (\s a -> s { _codMaxLength = a }) @@ -1451,8 +1467,8 @@ codMaxValue :: Lens' ConfigurationOptionDescription (Maybe Int) codMaxValue = lens _codMaxValue (\s a -> s { _codMaxValue = a }) --- | If specified, the configuration option must be a numeric value greater--- than this value.+-- | If specified, the configuration option must be a numeric value greater than+-- this value. codMinValue :: Lens' ConfigurationOptionDescription (Maybe Int) codMinValue = lens _codMinValue (\s a -> s { _codMinValue = a }) @@ -1464,20 +1480,27 @@ codNamespace :: Lens' ConfigurationOptionDescription (Maybe Text) codNamespace = lens _codNamespace (\s a -> s { _codNamespace = a }) --- | If specified, the configuration option must be a string value that--- satisfies this regular expression.+-- | If specified, the configuration option must be a string value that satisfies+-- this regular expression. codRegex :: Lens' ConfigurationOptionDescription (Maybe OptionRestrictionRegex) codRegex = lens _codRegex (\s a -> s { _codRegex = a }) --- | An indication of whether the user defined this configuration option: true--- : This configuration option was defined by the user. It is a valid choice--- for specifying this as an Option to Remove when updating configuration--- settings. false : This configuration was not defined by the user. true :--- This configuration option was defined by the user. It is a valid choice--- for specifying if this as an Option to Remove when updating configuration--- settings. false : This configuration was not defined by the user.--- Constraint: You can remove only UserDefined options from a configuration.--- Valid Values: true | false.+-- | An indication of whether the user defined this configuration option:+--+-- 'true' : This configuration option was defined by the user. It is a valid+-- choice for specifying this as an Option to Remove when updating configuration+-- settings.+--+-- 'false' : This configuration was not defined by the user.+--+-- 'true' : This configuration option was defined by the user. It is a valid+-- choice for specifying if this as an 'Option to Remove' when updating+-- configuration settings.+--+-- 'false' : This configuration was not defined by the user.    Constraint: You+-- can remove only 'UserDefined' options from a configuration.+--+-- Valid Values: 'true' | 'false' codUserDefined :: Lens' ConfigurationOptionDescription (Maybe Bool) codUserDefined = lens _codUserDefined (\s a -> s { _codUserDefined = a }) @@ -1487,16 +1510,20 @@ codValueOptions = lens _codValueOptions (\s a -> s { _codValueOptions = a }) . _List  -- | An indication of which type of values this option has and whether it is--- allowable to select one or more than one of the possible values: Scalar :--- Values for this option are a single selection from the possible values,--- or a unformatted string or numeric value governed by the MIN/MAX/Regex--- constraints: List : Values for this option are multiple selections of the--- possible values. Boolean : Values for this option are either true or--- false . Scalar : Values for this option are a single selection from the--- possible values, or an unformatted string, or numeric value governed by--- the MIN/MAX/Regex constraints. List : Values for this option are multiple--- selections from the possible values. Boolean : Values for this option are--- either true or false .+-- allowable to select one or more than one of the possible values:+--+-- 'Scalar' : Values for this option are a single selection from the possible+-- values, or a unformatted string or numeric value governed by the+-- MIN/MAX/Regex constraints:+--+-- 'List' : Values for this option are multiple selections of the possible+-- values.+--+-- 'Boolean' : Values for this option are either 'true' or 'false' .+--+-- 'Scalar' : Values for this option are a single selection from the+-- possible values, or an unformatted string, or numeric value governed by the 'MIN/MAX/Regex' constraints.   'List' : Values for this option are multiple selections from+-- the possible values.   'Boolean' : Values for this option are either 'true' or 'false' . codValueType :: Lens' ConfigurationOptionDescription (Maybe ConfigurationOptionValueType) codValueType = lens _codValueType (\s a -> s { _codValueType = a }) @@ -1572,7 +1599,7 @@     { _eidEc2InstanceId   :: Maybe Text     , _eidInfoType        :: Maybe EnvironmentInfoType     , _eidMessage         :: Maybe Text-    , _eidSampleTimestamp :: Maybe RFC822+    , _eidSampleTimestamp :: Maybe ISO8601     } deriving (Eq, Show)  -- | 'EnvironmentInfoDescription' constructor.@@ -1697,20 +1724,25 @@ vmMessage :: Lens' ValidationMessage (Maybe Text) vmMessage = lens _vmMessage (\s a -> s { _vmMessage = a }) --- | + vmNamespace :: Lens' ValidationMessage (Maybe Text) vmNamespace = lens _vmNamespace (\s a -> s { _vmNamespace = a }) --- | + vmOptionName :: Lens' ValidationMessage (Maybe Text) vmOptionName = lens _vmOptionName (\s a -> s { _vmOptionName = a }) --- | An indication of the severity of this message: error: This message--- indicates that this is not a valid setting for an option. warning: This--- message is providing information you should take into account. error:--- This message indicates that this is not a valid setting for an option.+-- | An indication of the severity of this message:+--+-- error: This message indicates that this is not a valid setting for an+-- option.+-- -- warning: This message is providing information you should take into -- account.+--+-- error: This message indicates that this is not a valid setting for an+-- option.   warning: This message is providing information you should take into+-- account. vmSeverity :: Lens' ValidationMessage (Maybe ValidationSeverity) vmSeverity = lens _vmSeverity (\s a -> s { _vmSeverity = a }) @@ -1737,8 +1769,11 @@ instance Hashable ValidationSeverity  instance FromText ValidationSeverity where-    parser = match "error"   VSError-         <|> match "warning" VSWarning+    parser = takeText >>= \case+        "error"   -> pure VSError+        "warning" -> pure VSWarning+        e         -> fail $+            "Failure parsing ValidationSeverity from " ++ show e  instance ToText ValidationSeverity where     toText = \case@@ -1752,7 +1787,6 @@ instance FromXML ValidationSeverity where     parseXML = parseXMLText "ValidationSeverity" - newtype Trigger = Trigger     { _tName :: Maybe Text     } deriving (Eq, Ord, Show, Monoid)@@ -1788,7 +1822,10 @@ instance Hashable EnvironmentInfoType  instance FromText EnvironmentInfoType where-    parser = match "tail" Tail'+    parser = takeText >>= \case+        "tail" -> pure Tail'+        e      -> fail $+            "Failure parsing EnvironmentInfoType from " ++ show e  instance ToText EnvironmentInfoType where     toText Tail' = "tail"@@ -1800,12 +1837,11 @@ instance FromXML EnvironmentInfoType where     parseXML = parseXMLText "EnvironmentInfoType" - data EnvironmentDescription = EnvironmentDescription     { _ed1ApplicationName   :: Maybe Text     , _ed1CNAME             :: Maybe Text-    , _ed1DateCreated       :: Maybe RFC822-    , _ed1DateUpdated       :: Maybe RFC822+    , _ed1DateCreated       :: Maybe ISO8601+    , _ed1DateUpdated       :: Maybe ISO8601     , _ed1Description       :: Maybe Text     , _ed1EndpointURL       :: Maybe Text     , _ed1EnvironmentId     :: Maybe Text@@ -1893,8 +1929,8 @@ ed1Description :: Lens' EnvironmentDescription (Maybe Text) ed1Description = lens _ed1Description (\s a -> s { _ed1Description = a }) --- | For load-balanced, autoscaling environments, the URL to the LoadBalancer.--- For single-instance environments, the IP address of the instance.+-- | For load-balanced, autoscaling environments, the URL to the LoadBalancer. For+-- single-instance environments, the IP address of the instance. ed1EndpointURL :: Lens' EnvironmentDescription (Maybe Text) ed1EndpointURL = lens _ed1EndpointURL (\s a -> s { _ed1EndpointURL = a }) @@ -1908,18 +1944,23 @@     lens _ed1EnvironmentName (\s a -> s { _ed1EnvironmentName = a })  -- | 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.+-- 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' ed1Health :: Lens' EnvironmentDescription (Maybe EnvironmentHealth) ed1Health = lens _ed1Health (\s a -> s { _ed1Health = a }) @@ -1927,17 +1968,17 @@ ed1Resources :: Lens' EnvironmentDescription (Maybe EnvironmentResourcesDescription) ed1Resources = lens _ed1Resources (\s a -> s { _ed1Resources = a }) --- | The name of the SolutionStack deployed with this environment.+-- | The name of the 'SolutionStack' deployed with this environment. ed1SolutionStackName :: Lens' EnvironmentDescription (Maybe Text) ed1SolutionStackName =     lens _ed1SolutionStackName (\s a -> s { _ed1SolutionStackName = a }) --- | 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.+-- | 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. ed1Status :: Lens' EnvironmentDescription (Maybe EnvironmentStatus) ed1Status = lens _ed1Status (\s a -> s { _ed1Status = a }) @@ -2039,10 +2080,13 @@ instance Hashable EnvironmentHealth  instance FromText EnvironmentHealth where-    parser = match "Green"  Green-         <|> match "Grey"   Grey-         <|> match "Red"    Red-         <|> match "Yellow" Yellow+    parser = takeText >>= \case+        "Green"  -> pure Green+        "Grey"   -> pure Grey+        "Red"    -> pure Red+        "Yellow" -> pure Yellow+        e        -> fail $+            "Failure parsing EnvironmentHealth from " ++ show e  instance ToText EnvironmentHealth where     toText = \case@@ -2057,7 +2101,6 @@  instance FromXML EnvironmentHealth where     parseXML = parseXMLText "EnvironmentHealth"-  newtype Instance = Instance     { _iId :: Maybe Text
gen/Network/AWS/ElasticBeanstalk/UpdateApplication.hs view
@@ -66,14 +66,15 @@     , _uaDescription     = Nothing     } --- | The name of the application to update. If no such application is found,--- UpdateApplication returns an InvalidParameterValue error.+-- | The name of the application to update. If no such application is found, 'UpdateApplication' returns an 'InvalidParameterValue' error. uaApplicationName :: Lens' UpdateApplication Text uaApplicationName =     lens _uaApplicationName (\s a -> s { _uaApplicationName = a }) --- | A new description for the application. Default: If not specified, AWS--- Elastic Beanstalk does not update the description.+-- | A new description for the application.+--+-- Default: If not specified, AWS Elastic Beanstalk does not update the+-- description. uaDescription :: Lens' UpdateApplication (Maybe Text) uaDescription = lens _uaDescription (\s a -> s { _uaDescription = a }) @@ -92,7 +93,7 @@     { _uarApplication = Nothing     } --- | The ApplicationDescription of the application.+-- | The 'ApplicationDescription' of the application. uarApplication :: Lens' UpdateApplicationResponse (Maybe ApplicationDescription) uarApplication = lens _uarApplication (\s a -> s { _uarApplication = a }) 
gen/Network/AWS/ElasticBeanstalk/UpdateApplicationVersion.hs view
@@ -72,9 +72,9 @@     , _uavDescription     = Nothing     } --- | The name of the application associated with this version. If no--- application is found with this name, UpdateApplication returns an--- InvalidParameterValue error.+-- | The name of the application associated with this version.+--+-- If no application is found with this name, 'UpdateApplication' returns an 'InvalidParameterValue' error. uavApplicationName :: Lens' UpdateApplicationVersion Text uavApplicationName =     lens _uavApplicationName (\s a -> s { _uavApplicationName = a })@@ -83,9 +83,10 @@ uavDescription :: Lens' UpdateApplicationVersion (Maybe Text) uavDescription = lens _uavDescription (\s a -> s { _uavDescription = a }) --- | The name of the version to update. If no application version is found--- with this label, UpdateApplication returns an InvalidParameterValue--- error.+-- | The name of the version to update.+--+-- If no application version is found with this label, 'UpdateApplication'+-- returns an 'InvalidParameterValue' error. uavVersionLabel :: Lens' UpdateApplicationVersion Text uavVersionLabel = lens _uavVersionLabel (\s a -> s { _uavVersionLabel = a }) @@ -104,7 +105,7 @@     { _uavrApplicationVersion = Nothing     } --- | The ApplicationVersionDescription of the application version.+-- | The 'ApplicationVersionDescription' of the application version. uavrApplicationVersion :: Lens' UpdateApplicationVersionResponse (Maybe ApplicationVersionDescription) uavrApplicationVersion =     lens _uavrApplicationVersion (\s a -> s { _uavrApplicationVersion = a })
gen/Network/AWS/ElasticBeanstalk/UpdateConfigurationTemplate.hs view
@@ -21,9 +21,12 @@ -- Portability : non-portable (GHC extensions)  -- | Updates the specified configuration template to have the specified--- properties or configuration option values. Related Topics--- DescribeConfigurationOptions.+-- properties or configuration option values. --+-- Related Topics+--+-- 'DescribeConfigurationOptions'+-- -- <http://docs.aws.amazon.com/elasticbeanstalk/latest/api/API_UpdateConfigurationTemplate.html> module Network.AWS.ElasticBeanstalk.UpdateConfigurationTemplate     (@@ -93,8 +96,10 @@     }  -- | 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.+-- update.+--+-- If no application is found with this name, 'UpdateConfigurationTemplate'+-- returns an 'InvalidParameterValue' error. uctApplicationName :: Lens' UpdateConfigurationTemplate Text uctApplicationName =     lens _uctApplicationName (\s a -> s { _uctApplicationName = a })@@ -111,22 +116,23 @@         . _List  -- | A list of configuration options to remove from the configuration set.--- Constraint: You can remove only UserDefined configuration options.+--+-- Constraint: You can remove only 'UserDefined' configuration options. uctOptionsToRemove :: Lens' UpdateConfigurationTemplate [OptionSpecification] uctOptionsToRemove =     lens _uctOptionsToRemove (\s a -> s { _uctOptionsToRemove = a })         . _List --- | The name of the configuration template to update. If no configuration--- template is found with this name, UpdateConfigurationTemplate returns an--- InvalidParameterValue error.+-- | The name of the configuration template to update.+--+-- If no configuration template is found with this name, 'UpdateConfigurationTemplate' returns an 'InvalidParameterValue' error. uctTemplateName :: Lens' UpdateConfigurationTemplate Text uctTemplateName = lens _uctTemplateName (\s a -> s { _uctTemplateName = a })  data UpdateConfigurationTemplateResponse = UpdateConfigurationTemplateResponse     { _uctrApplicationName   :: Maybe Text-    , _uctrDateCreated       :: Maybe RFC822-    , _uctrDateUpdated       :: Maybe RFC822+    , _uctrDateCreated       :: Maybe ISO8601+    , _uctrDateUpdated       :: Maybe ISO8601     , _uctrDeploymentStatus  :: Maybe ConfigurationDeploymentStatus     , _uctrDescription       :: Maybe Text     , _uctrEnvironmentName   :: Maybe Text@@ -183,19 +189,23 @@ uctrDateUpdated :: Lens' UpdateConfigurationTemplateResponse (Maybe UTCTime) uctrDateUpdated = lens _uctrDateUpdated (\s a -> s { _uctrDateUpdated = a }) . mapping _Time --- | 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. 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+-- | 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.+--+-- '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+-- environment.   'failed': This is a draft configuration that failed to -- successfully deploy. uctrDeploymentStatus :: Lens' UpdateConfigurationTemplateResponse (Maybe ConfigurationDeploymentStatus) uctrDeploymentStatus =@@ -205,13 +215,13 @@ uctrDescription :: Lens' UpdateConfigurationTemplateResponse (Maybe Text) uctrDescription = lens _uctrDescription (\s a -> s { _uctrDescription = a }) --- | If not null, the name of the environment for this configuration set.+-- | If not 'null', the name of the environment for this configuration set. uctrEnvironmentName :: Lens' UpdateConfigurationTemplateResponse (Maybe Text) uctrEnvironmentName =     lens _uctrEnvironmentName (\s a -> s { _uctrEnvironmentName = a }) --- | A list of the configuration options and their values in this--- configuration set.+-- | A list of the configuration options and their values in this configuration+-- set. uctrOptionSettings :: Lens' UpdateConfigurationTemplateResponse [ConfigurationOptionSetting] uctrOptionSettings =     lens _uctrOptionSettings (\s a -> s { _uctrOptionSettings = a })@@ -222,8 +232,8 @@ uctrSolutionStackName =     lens _uctrSolutionStackName (\s a -> s { _uctrSolutionStackName = a }) --- | If not null, the name of the configuration template for this--- configuration set.+-- | If not 'null', the name of the configuration template for this configuration+-- set. uctrTemplateName :: Lens' UpdateConfigurationTemplateResponse (Maybe Text) uctrTemplateName = lens _uctrTemplateName (\s a -> s { _uctrTemplateName = a }) 
gen/Network/AWS/ElasticBeanstalk/UpdateEnvironment.hs view
@@ -21,15 +21,16 @@ -- Portability : non-portable (GHC extensions)  -- | 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.+-- 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> module Network.AWS.ElasticBeanstalk.UpdateEnvironment     (@@ -122,26 +123,27 @@ ueDescription :: Lens' UpdateEnvironment (Maybe Text) ueDescription = lens _ueDescription (\s a -> s { _ueDescription = a }) --- | 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.+-- | 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. ueEnvironmentId :: Lens' UpdateEnvironment (Maybe Text) ueEnvironmentId = lens _ueEnvironmentId (\s a -> s { _ueEnvironmentId = a })  -- | The name of the environment to update. If no environment with this name--- exists, AWS Elastic Beanstalk returns an InvalidParameterValue error.+-- 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.+-- you do not specify either, AWS Elastic Beanstalk returns 'MissingRequiredParameter' error. ueEnvironmentName :: Lens' UpdateEnvironment (Maybe Text) ueEnvironmentName =     lens _ueEnvironmentName (\s a -> s { _ueEnvironmentName = a }) --- | If specified, AWS Elastic Beanstalk updates the configuration set--- associated with the running environment and sets the specified--- configuration options to the requested value.+-- | If specified, AWS Elastic Beanstalk updates the configuration set associated+-- with the running environment and sets the specified configuration options to+-- the requested value. ueOptionSettings :: Lens' UpdateEnvironment [ConfigurationOptionSetting] ueOptionSettings = lens _ueOptionSettings (\s a -> s { _ueOptionSettings = a }) . _List @@ -153,30 +155,29 @@         . _List  -- | 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.+-- configuration template to the environment. If no such configuration template+-- is found, AWS Elastic Beanstalk returns an 'InvalidParameterValue' error. ueTemplateName :: Lens' UpdateEnvironment (Maybe Text) ueTemplateName = lens _ueTemplateName (\s a -> s { _ueTemplateName = a }) --- | 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.+-- | 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. ueTier :: Lens' UpdateEnvironment (Maybe EnvironmentTier) ueTier = lens _ueTier (\s a -> s { _ueTier = a })  -- | 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.+-- found, returns an 'InvalidParameterValue' error. ueVersionLabel :: Lens' UpdateEnvironment (Maybe Text) ueVersionLabel = lens _ueVersionLabel (\s a -> s { _ueVersionLabel = a })  data UpdateEnvironmentResponse = UpdateEnvironmentResponse     { _uerApplicationName   :: Maybe Text     , _uerCNAME             :: Maybe Text-    , _uerDateCreated       :: Maybe RFC822-    , _uerDateUpdated       :: Maybe RFC822+    , _uerDateCreated       :: Maybe ISO8601+    , _uerDateUpdated       :: Maybe ISO8601     , _uerDescription       :: Maybe Text     , _uerEndpointURL       :: Maybe Text     , _uerEnvironmentId     :: Maybe Text@@ -264,8 +265,8 @@ uerDescription :: Lens' UpdateEnvironmentResponse (Maybe Text) uerDescription = lens _uerDescription (\s a -> s { _uerDescription = a }) --- | For load-balanced, autoscaling environments, the URL to the LoadBalancer.--- For single-instance environments, the IP address of the instance.+-- | For load-balanced, autoscaling environments, the URL to the LoadBalancer. For+-- single-instance environments, the IP address of the instance. uerEndpointURL :: Lens' UpdateEnvironmentResponse (Maybe Text) uerEndpointURL = lens _uerEndpointURL (\s a -> s { _uerEndpointURL = a }) @@ -279,18 +280,23 @@     lens _uerEnvironmentName (\s a -> s { _uerEnvironmentName = a })  -- | 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.+-- 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' uerHealth :: Lens' UpdateEnvironmentResponse (Maybe EnvironmentHealth) uerHealth = lens _uerHealth (\s a -> s { _uerHealth = a }) @@ -298,17 +304,17 @@ uerResources :: Lens' UpdateEnvironmentResponse (Maybe EnvironmentResourcesDescription) uerResources = lens _uerResources (\s a -> s { _uerResources = a }) --- | The name of the SolutionStack deployed with this environment.+-- | The name of the 'SolutionStack' deployed with this environment. uerSolutionStackName :: Lens' UpdateEnvironmentResponse (Maybe Text) uerSolutionStackName =     lens _uerSolutionStackName (\s a -> s { _uerSolutionStackName = a }) --- | 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.+-- | 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. uerStatus :: Lens' UpdateEnvironmentResponse (Maybe EnvironmentStatus) uerStatus = lens _uerStatus (\s a -> s { _uerStatus = a }) 
gen/Network/AWS/ElasticBeanstalk/ValidateConfigurationSettings.hs view
@@ -20,11 +20,12 @@ -- Stability   : experimental -- Portability : non-portable (GHC extensions) --- | 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.+-- | 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> module Network.AWS.ElasticBeanstalk.ValidateConfigurationSettings     (@@ -79,14 +80,15 @@     , _vcsOptionSettings  = mempty     } --- | The name of the application that the configuration template or--- environment belongs to.+-- | The name of the application that the configuration template or environment+-- belongs to. vcsApplicationName :: Lens' ValidateConfigurationSettings Text vcsApplicationName =     lens _vcsApplicationName (\s a -> s { _vcsApplicationName = a }) --- | The name of the environment to validate the settings against. Condition:--- You cannot specify both this and a configuration template name.+-- | The name of the environment to validate the settings against.+--+-- Condition: You cannot specify both this and a configuration template name. vcsEnvironmentName :: Lens' ValidateConfigurationSettings (Maybe Text) vcsEnvironmentName =     lens _vcsEnvironmentName (\s a -> s { _vcsEnvironmentName = a })@@ -98,6 +100,7 @@         . _List  -- | The name of the configuration template to validate the settings against.+-- -- Condition: You cannot specify both this and an environment name. vcsTemplateName :: Lens' ValidateConfigurationSettings (Maybe Text) vcsTemplateName = lens _vcsTemplateName (\s a -> s { _vcsTemplateName = a })@@ -123,7 +126,7 @@     { _vcsrMessages = mempty     } --- | A list of ValidationMessage.+-- | A list of 'ValidationMessage'. vcsrMessages :: Lens' ValidateConfigurationSettingsResponse [ValidationMessage] vcsrMessages = lens _vcsrMessages (\s a -> s { _vcsrMessages = a }) . _List