packages feed

amazonka-elasticbeanstalk 1.4.2 → 1.4.3

raw patch · 41 files changed

+492/−936 lines, 41 filesdep ~amazonka-coredep ~amazonka-elasticbeanstalkdep ~amazonka-testPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: amazonka-core, amazonka-elasticbeanstalk, amazonka-test

API changes (from Hackage documentation)

Files

README.md view
@@ -8,32 +8,20 @@  ## Version -`1.4.2`+`1.4.3`   ## Description  AWS Elastic Beanstalk -AWS Elastic Beanstalk makes it easy for you to create, deploy, and-manage scalable, fault-tolerant applications running on the Amazon Web-Services cloud.+AWS Elastic Beanstalk makes it easy for you to create, deploy, and manage scalable, fault-tolerant applications running on the Amazon Web Services cloud. -For more information about this product, go to the-<http://aws.amazon.com/elasticbeanstalk/ AWS Elastic Beanstalk> details-page. The location of the latest AWS Elastic Beanstalk WSDL is-<http://elasticbeanstalk.s3.amazonaws.com/doc/2010-12-01/AWSElasticBeanstalk.wsdl>.-To install the Software Development Kits (SDKs), Integrated Development-Environment (IDE) Toolkits, and command line tools that enable you to-access the API, go to-<https://aws.amazon.com/tools/ Tools for Amazon Web Services>.+For more information about this product, go to the <http://aws.amazon.com/elasticbeanstalk/ AWS Elastic Beanstalk> details page. The location of the latest AWS Elastic Beanstalk WSDL is <http://elasticbeanstalk.s3.amazonaws.com/doc/2010-12-01/AWSElasticBeanstalk.wsdl>. To install the Software Development Kits (SDKs), Integrated Development Environment (IDE) Toolkits, and command line tools that enable you to access the API, go to <https://aws.amazon.com/tools/ Tools for Amazon Web Services>.  __Endpoints__ -For a list of region-specific endpoints that AWS Elastic Beanstalk-supports, go to-<http://docs.aws.amazon.com/general/latest/gr/rande.html#elasticbeanstalk_region Regions and Endpoints>-in the /Amazon Web Services Glossary/.+For a list of region-specific endpoints that AWS Elastic Beanstalk supports, go to <http://docs.aws.amazon.com/general/latest/gr/rande.html#elasticbeanstalk_region Regions and Endpoints> in the /Amazon Web Services Glossary/.  Documentation is available via [Hackage](http://hackage.haskell.org/package/amazonka-elasticbeanstalk) and the [AWS API Reference](https://aws.amazon.com/documentation/).
amazonka-elasticbeanstalk.cabal view
@@ -1,5 +1,5 @@ name:                  amazonka-elasticbeanstalk-version:               1.4.2+version:               1.4.3 synopsis:              Amazon Elastic Beanstalk SDK. homepage:              https://github.com/brendanhay/amazonka bug-reports:           https://github.com/brendanhay/amazonka/issues@@ -15,25 +15,13 @@ description:     AWS Elastic Beanstalk -    AWS Elastic Beanstalk makes it easy for you to create, deploy, and-    manage scalable, fault-tolerant applications running on the Amazon Web-    Services cloud.+    AWS Elastic Beanstalk makes it easy for you to create, deploy, and manage scalable, fault-tolerant applications running on the Amazon Web Services cloud. -    For more information about this product, go to the-    <http://aws.amazon.com/elasticbeanstalk/ AWS Elastic Beanstalk> details-    page. The location of the latest AWS Elastic Beanstalk WSDL is-    <http://elasticbeanstalk.s3.amazonaws.com/doc/2010-12-01/AWSElasticBeanstalk.wsdl>.-    To install the Software Development Kits (SDKs), Integrated Development-    Environment (IDE) Toolkits, and command line tools that enable you to-    access the API, go to-    <https://aws.amazon.com/tools/ Tools for Amazon Web Services>.+    For more information about this product, go to the <http://aws.amazon.com/elasticbeanstalk/ AWS Elastic Beanstalk> details page. The location of the latest AWS Elastic Beanstalk WSDL is <http://elasticbeanstalk.s3.amazonaws.com/doc/2010-12-01/AWSElasticBeanstalk.wsdl>. To install the Software Development Kits (SDKs), Integrated Development Environment (IDE) Toolkits, and command line tools that enable you to access the API, go to <https://aws.amazon.com/tools/ Tools for Amazon Web Services>.      __Endpoints__ -    For a list of region-specific endpoints that AWS Elastic Beanstalk-    supports, go to-    <http://docs.aws.amazon.com/general/latest/gr/rande.html#elasticbeanstalk_region Regions and Endpoints>-    in the /Amazon Web Services Glossary/.+    For a list of region-specific endpoints that AWS Elastic Beanstalk supports, go to <http://docs.aws.amazon.com/general/latest/gr/rande.html#elasticbeanstalk_region Regions and Endpoints> in the /Amazon Web Services Glossary/.     .     The types from this library are intended to be used with     <http://hackage.haskell.org/package/amazonka amazonka>, which provides@@ -105,7 +93,7 @@         , Network.AWS.ElasticBeanstalk.Types.Sum      build-depends:-          amazonka-core == 1.4.2.*+          amazonka-core == 1.4.3.*         , base          >= 4.7     && < 5  test-suite amazonka-elasticbeanstalk-test@@ -125,9 +113,9 @@         , Test.AWS.ElasticBeanstalk.Internal      build-depends:-          amazonka-core == 1.4.2.*-        , amazonka-test == 1.4.2.*-        , amazonka-elasticbeanstalk == 1.4.2.*+          amazonka-core == 1.4.3.*+        , amazonka-test == 1.4.3.*+        , amazonka-elasticbeanstalk == 1.4.3.*         , base         , bytestring         , tasty
gen/Network/AWS/ElasticBeanstalk.hs view
@@ -13,25 +13,13 @@ -- -- AWS Elastic Beanstalk ----- AWS Elastic Beanstalk makes it easy for you to create, deploy, and--- manage scalable, fault-tolerant applications running on the Amazon Web--- Services cloud.+-- AWS Elastic Beanstalk makes it easy for you to create, deploy, and manage scalable, fault-tolerant applications running on the Amazon Web Services cloud. ----- For more information about this product, go to the--- <http://aws.amazon.com/elasticbeanstalk/ AWS Elastic Beanstalk> details--- page. The location of the latest AWS Elastic Beanstalk WSDL is--- <http://elasticbeanstalk.s3.amazonaws.com/doc/2010-12-01/AWSElasticBeanstalk.wsdl>.--- To install the Software Development Kits (SDKs), Integrated Development--- Environment (IDE) Toolkits, and command line tools that enable you to--- access the API, go to--- <https://aws.amazon.com/tools/ Tools for Amazon Web Services>.+-- For more information about this product, go to the <http://aws.amazon.com/elasticbeanstalk/ AWS Elastic Beanstalk> details page. The location of the latest AWS Elastic Beanstalk WSDL is <http://elasticbeanstalk.s3.amazonaws.com/doc/2010-12-01/AWSElasticBeanstalk.wsdl>. To install the Software Development Kits (SDKs), Integrated Development Environment (IDE) Toolkits, and command line tools that enable you to access the API, go to <https://aws.amazon.com/tools/ Tools for Amazon Web Services>. -- -- __Endpoints__ ----- For a list of region-specific endpoints that AWS Elastic Beanstalk--- supports, go to--- <http://docs.aws.amazon.com/general/latest/gr/rande.html#elasticbeanstalk_region Regions and Endpoints>--- in the /Amazon Web Services Glossary/.+-- For a list of region-specific endpoints that AWS Elastic Beanstalk supports, go to <http://docs.aws.amazon.com/general/latest/gr/rande.html#elasticbeanstalk_region Regions and Endpoints> in the /Amazon Web Services Glossary/. module Network.AWS.ElasticBeanstalk     (     -- * Service Configuration
gen/Network/AWS/ElasticBeanstalk/AbortEnvironmentUpdate.hs view
@@ -18,8 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Cancels in-progress environment configuration update or application--- version deployment.+-- Cancels in-progress environment configuration update or application version deployment. module Network.AWS.ElasticBeanstalk.AbortEnvironmentUpdate     (     -- * Creating a Request@@ -64,13 +63,11 @@     , _aeuEnvironmentId = Nothing     } --- | This specifies the name of the environment with the in-progress update--- that you want to cancel.+-- | This specifies the name of the environment with the in-progress update that you want to cancel. aeuEnvironmentName :: Lens' AbortEnvironmentUpdate (Maybe Text) aeuEnvironmentName = lens _aeuEnvironmentName (\ s a -> s{_aeuEnvironmentName = a}); --- | This specifies the ID of the environment with the in-progress update--- that you want to cancel.+-- | This specifies the ID of the environment with the in-progress update that you want to cancel. aeuEnvironmentId :: Lens' AbortEnvironmentUpdate (Maybe Text) aeuEnvironmentId = lens _aeuEnvironmentId (\ s a -> s{_aeuEnvironmentId = a}); 
gen/Network/AWS/ElasticBeanstalk/ApplyEnvironmentManagedAction.hs view
@@ -18,9 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Applies a scheduled managed action immediately. A managed action can be--- applied only if its status is 'Scheduled'. Get the status and action ID--- of a managed action with < DescribeEnvironmentManagedActions>.+-- Applies a scheduled managed action immediately. A managed action can be applied only if its status is 'Scheduled'. Get the status and action ID of a managed action with < DescribeEnvironmentManagedActions>. module Network.AWS.ElasticBeanstalk.ApplyEnvironmentManagedAction     (     -- * Creating a Request
gen/Network/AWS/ElasticBeanstalk/CheckDNSAvailability.hs view
@@ -123,8 +123,7 @@     , _cdarsResponseStatus = pResponseStatus_     } --- | 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. cdarsFullyQualifiedCNAME :: Lens' CheckDNSAvailabilityResponse (Maybe Text) cdarsFullyQualifiedCNAME = lens _cdarsFullyQualifiedCNAME (\ s a -> s{_cdarsFullyQualifiedCNAME = a}); 
gen/Network/AWS/ElasticBeanstalk/ComposeEnvironments.hs view
@@ -18,14 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Create or update a group of environments that each run a separate--- component of a single application. Takes a list of version labels that--- specify application source bundles for each of the environments to--- create or update. The name of each environment and other required--- information must be included in the source bundles in an environment--- manifest named 'env.yaml'. See--- <http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/environment-mgmt-compose.html Compose Environments>--- for details.+-- Create or update a group of environments that each run a separate component of a single application. Takes a list of version labels that specify application source bundles for each of the environments to create or update. The name of each environment and other required information must be included in the source bundles in an environment manifest named 'env.yaml'. See <http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/environment-mgmt-compose.html Compose Environments> for details. module Network.AWS.ElasticBeanstalk.ComposeEnvironments     (     -- * Creating a Request@@ -77,24 +70,15 @@     , _ceGroupName = Nothing     } --- | A list of version labels, specifying one or more application source--- bundles that belong to the target application. Each source bundle must--- include an environment manifest that specifies the name of the--- environment and the name of the solution stack to use, and optionally--- can specify environment links to create.+-- | A list of version labels, specifying one or more application source bundles that belong to the target application. Each source bundle must include an environment manifest that specifies the name of the environment and the name of the solution stack to use, and optionally can specify environment links to create. ceVersionLabels :: Lens' ComposeEnvironments [Text] ceVersionLabels = lens _ceVersionLabels (\ s a -> s{_ceVersionLabels = a}) . _Default . _Coerce; --- | The name of the application to which the specified source bundles--- belong.+-- | The name of the application to which the specified source bundles belong. ceApplicationName :: Lens' ComposeEnvironments (Maybe Text) ceApplicationName = lens _ceApplicationName (\ s a -> s{_ceApplicationName = a}); --- | The name of the group to which the target environments belong. Specify a--- group name only if the environment name defined in each target--- environment\'s manifest ends with a + (plus) character. See--- <http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/environment-cfg-manifest.html Environment Manifest (env.yaml)>--- for details.+-- | The name of the group to which the target environments belong. Specify a group name only if the environment name defined in each target environment\'s manifest ends with a + (plus) character. See <http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/environment-cfg-manifest.html Environment Manifest (env.yaml)> for details. ceGroupName :: Lens' ComposeEnvironments (Maybe Text) ceGroupName = lens _ceGroupName (\ s a -> s{_ceGroupName = a}); 
gen/Network/AWS/ElasticBeanstalk/CreateApplication.hs view
@@ -18,8 +18,7 @@ -- Stability   : auto-generated -- 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. module Network.AWS.ElasticBeanstalk.CreateApplication     (     -- * Creating a Request@@ -73,9 +72,7 @@  -- | 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.+-- 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}); 
gen/Network/AWS/ElasticBeanstalk/CreateApplicationVersion.hs view
@@ -20,10 +20,7 @@ -- -- Creates an application version for the specified application. ----- Once you create an application version with a specified Amazon S3 bucket--- and key location, you cannot change that Amazon S3 location. If you--- change the Amazon S3 location, you receive an exception when you attempt--- to launch an environment from the application version.+-- Once you create an application version with a specified Amazon S3 bucket and key location, you cannot change that Amazon S3 location. If you change the Amazon S3 location, you receive an exception when you attempt to launch an environment from the application version. module Network.AWS.ElasticBeanstalk.CreateApplicationVersion     (     -- * Creating a Request@@ -92,34 +89,22 @@     , _cavVersionLabel = pVersionLabel_     } --- | Preprocesses and validates the environment manifest and configuration--- files in the source bundle. Validating configuration files can identify--- issues prior to deploying the application version to an environment.+-- | Preprocesses and validates the environment manifest and configuration files in the source bundle. Validating configuration files can identify issues prior to deploying the application version to an environment. cavProcess :: Lens' CreateApplicationVersion (Maybe Bool) cavProcess = lens _cavProcess (\ s a -> s{_cavProcess = a}); --- | The Amazon S3 bucket and key that identify the location of the source--- bundle for this version.+-- | 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.+-- 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.+-- 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}); --- | Determines how the system behaves if the specified application for this--- version does not already exist:+-- | Determines how the system behaves 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.+-- -   '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' --@@ -131,17 +116,13 @@ cavDescription :: Lens' CreateApplicationVersion (Maybe Text) cavDescription = lens _cavDescription (\ s a -> s{_cavDescription = a}); --- | 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});  -- | 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.+-- 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}); 
gen/Network/AWS/ElasticBeanstalk/CreateConfigurationTemplate.hs view
@@ -18,9 +18,7 @@ -- Stability   : auto-generated -- 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.+-- 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 --@@ -108,44 +106,27 @@     , _cctTemplateName = pTemplateName_     } --- | 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}) . _Default . _Coerce; --- | If specified, AWS Elastic Beanstalk uses the configuration values from--- the specified configuration template to create a new configuration.+-- | 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'.+-- 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.+-- 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.+-- 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 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.+-- | 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.+-- 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.+-- 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.+-- 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}); @@ -157,9 +138,7 @@ cctDescription :: Lens' CreateConfigurationTemplate (Maybe Text) cctDescription = lens _cctDescription (\ s a -> s{_cctDescription = a}); --- | 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}); @@ -167,8 +146,7 @@ -- -- 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.+-- 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}); 
gen/Network/AWS/ElasticBeanstalk/CreateEnvironment.hs view
@@ -18,8 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Launches an environment for the specified application using the--- specified configuration.+-- Launches an environment for the specified application using the specified configuration. module Network.AWS.ElasticBeanstalk.CreateEnvironment     (     -- * Creating a Request@@ -134,44 +133,29 @@     , _cApplicationName = pApplicationName_     } --- | 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.+-- | 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. cCNAMEPrefix :: Lens' CreateEnvironment (Maybe Text) cCNAMEPrefix = lens _cCNAMEPrefix (\ s a -> s{_cCNAMEPrefix = a}); --- | 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.+-- | 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.+-- 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. cTemplateName :: Lens' CreateEnvironment (Maybe Text) cTemplateName = lens _cTemplateName (\ s a -> s{_cTemplateName = a}); --- | A list of custom user-defined configuration options to remove from the--- configuration set for this new environment.+-- | A list of custom user-defined configuration options to remove from the configuration set for this new environment. cOptionsToRemove :: Lens' CreateEnvironment [OptionSpecification] cOptionsToRemove = lens _cOptionsToRemove (\ s a -> s{_cOptionsToRemove = a}) . _Default . _Coerce; --- | 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. cOptionSettings :: Lens' CreateEnvironment [ConfigurationOptionSetting] cOptionSettings = lens _cOptionSettings (\ s a -> s{_cOptionSettings = a}) . _Default . _Coerce;  -- | 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.+-- 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.+-- Default: If not specified, AWS Elastic Beanstalk attempts to launch the sample application in the container. cVersionLabel :: Lens' CreateEnvironment (Maybe Text) cVersionLabel = lens _cVersionLabel (\ s a -> s{_cVersionLabel = a}); @@ -179,37 +163,21 @@ cTier :: Lens' CreateEnvironment (Maybe EnvironmentTier) cTier = lens _cTier (\ s a -> s{_cTier = a}); --- | A unique name for the deployment environment. Used in the application--- URL.+-- | A unique name for the deployment environment. Used in the application URL. ----- Constraint: Must be from 4 to 40 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.+-- Constraint: Must be from 4 to 40 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.+-- 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. cEnvironmentName :: Lens' CreateEnvironment (Maybe Text) cEnvironmentName = lens _cEnvironmentName (\ s a -> s{_cEnvironmentName = a}); --- | This is an alternative to specifying a template name. If specified, AWS--- Elastic Beanstalk sets the configuration values to the default values--- associated with the specified solution stack.+-- | This is an alternative to specifying a template 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.+-- 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. cSolutionStackName :: Lens' CreateEnvironment (Maybe Text) cSolutionStackName = lens _cSolutionStackName (\ s a -> s{_cSolutionStackName = a}); --- | The name of the group to which the target environment belongs. Specify a--- group name only if the environment\'s name is specified in an--- environment manifest and not with the environment name parameter. See--- <http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/environment-cfg-manifest.html Environment Manifest (env.yaml)>--- for details.+-- | The name of the group to which the target environment belongs. Specify a group name only if the environment\'s name is specified in an environment manifest and not with the environment name parameter. See <http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/environment-cfg-manifest.html Environment Manifest (env.yaml)> for details. cGroupName :: Lens' CreateEnvironment (Maybe Text) cGroupName = lens _cGroupName (\ s a -> s{_cGroupName = a}); @@ -223,8 +191,7 @@  -- | 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.+-- If no application is found with this name, 'CreateEnvironment' returns an 'InvalidParameterValue' error. cApplicationName :: Lens' CreateEnvironment Text cApplicationName = lens _cApplicationName (\ s a -> s{_cApplicationName = a}); 
gen/Network/AWS/ElasticBeanstalk/DeleteApplication.hs view
@@ -18,9 +18,7 @@ -- Stability   : auto-generated -- 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.+-- Deletes the specified application along with all associated versions and configurations. The application versions will not be deleted from your Amazon S3 bucket. -- -- You cannot delete an application that has a running environment. module Network.AWS.ElasticBeanstalk.DeleteApplication@@ -68,8 +66,7 @@     , _daApplicationName = pApplicationName_     } --- | 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
@@ -20,8 +20,7 @@ -- -- Deletes the specified version from the specified application. ----- You cannot delete an application version that is associated with a--- running environment.+-- You cannot delete an application version that is associated with a running environment. module Network.AWS.ElasticBeanstalk.DeleteApplicationVersion     (     -- * Creating a Request@@ -75,10 +74,8 @@  -- | 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.+-- -   '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)
gen/Network/AWS/ElasticBeanstalk/DeleteConfigurationTemplate.hs view
@@ -20,10 +20,7 @@ -- -- Deletes the specified configuration template. ----- When you launch an environment using a configuration template, the--- environment gets a copy of the template. You can delete or modify the--- environment\'s copy of the template without affecting the running--- environment.+-- When you launch an environment using a configuration template, the environment gets a copy of the template. You can delete or modify the environment\'s copy of the template without affecting the running environment. module Network.AWS.ElasticBeanstalk.DeleteConfigurationTemplate     (     -- * Creating a Request
gen/Network/AWS/ElasticBeanstalk/DeleteEnvironmentConfiguration.hs view
@@ -20,12 +20,7 @@ -- -- 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.+-- 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. module Network.AWS.ElasticBeanstalk.DeleteEnvironmentConfiguration     (     -- * Creating a Request
gen/Network/AWS/ElasticBeanstalk/DescribeApplicationVersions.hs view
@@ -18,8 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Retrieve a list of application versions stored in your AWS Elastic--- Beanstalk storage bucket.+-- Retrieve a list of application versions stored in your AWS Elastic Beanstalk storage bucket. module Network.AWS.ElasticBeanstalk.DescribeApplicationVersions     (     -- * Creating a Request@@ -67,13 +66,11 @@     , _dApplicationName = Nothing     } --- | 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. dVersionLabels :: Lens' DescribeApplicationVersions [Text] dVersionLabels = lens _dVersionLabels (\ s a -> s{_dVersionLabels = a}) . _Default . _Coerce; --- | 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. dApplicationName :: Lens' DescribeApplicationVersions (Maybe Text) dApplicationName = lens _dApplicationName (\ s a -> s{_dApplicationName = a}); @@ -134,8 +131,7 @@     , _davrsResponseStatus = pResponseStatus_     } --- | List of 'ApplicationVersionDescription' objects sorted by order of--- creation.+-- | List of 'ApplicationVersionDescription' objects sorted by order of creation. davrsApplicationVersions :: Lens' DescribeApplicationVersionsResponse [ApplicationVersionDescription] davrsApplicationVersions = lens _davrsApplicationVersions (\ s a -> s{_davrsApplicationVersions = a}) . _Default . _Coerce; 
gen/Network/AWS/ElasticBeanstalk/DescribeApplications.hs view
@@ -61,8 +61,7 @@     { _daApplicationNames = Nothing     } --- | 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}) . _Default . _Coerce; 
gen/Network/AWS/ElasticBeanstalk/DescribeConfigurationOptions.hs view
@@ -18,11 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- 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.+-- 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. module Network.AWS.ElasticBeanstalk.DescribeConfigurationOptions     (     -- * Creating a Request@@ -86,25 +82,19 @@     , _dcoOptions = Nothing     } --- | 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}); --- | The name of the environment whose configuration options you want to--- describe.+-- | The name of the environment whose configuration options you want to describe. dcoEnvironmentName :: Lens' DescribeConfigurationOptions (Maybe Text) dcoEnvironmentName = lens _dcoEnvironmentName (\ s a -> s{_dcoEnvironmentName = a}); --- | 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.+-- | 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. dcoApplicationName :: Lens' DescribeConfigurationOptions (Maybe Text) dcoApplicationName = lens _dcoApplicationName (\ s a -> s{_dcoApplicationName = a}); --- | The name of the solution stack whose configuration options you want to--- describe.+-- | The name of the solution stack whose configuration options you want to describe. dcoSolutionStackName :: Lens' DescribeConfigurationOptions (Maybe Text) dcoSolutionStackName = lens _dcoSolutionStackName (\ s a -> s{_dcoSolutionStackName = a}); 
gen/Network/AWS/ElasticBeanstalk/DescribeConfigurationSettings.hs view
@@ -18,15 +18,9 @@ -- Stability   : auto-generated -- 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.+-- 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.+-- 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 --@@ -56,8 +50,7 @@ import           Network.AWS.Request import           Network.AWS.Response --- | Result message containing all of the configuration settings for a--- specified solution stack or configuration template.+-- | Result message containing all of the configuration settings for a specified solution stack or configuration template. -- -- /See:/ 'describeConfigurationSettings' smart constructor. data DescribeConfigurationSettings = DescribeConfigurationSettings'@@ -87,20 +80,13 @@  -- | 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.+-- 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});  -- | 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.+-- 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}); @@ -143,8 +129,7 @@                "EnvironmentName" =: _dcsEnvironmentName,                "ApplicationName" =: _dcsApplicationName] --- | The results from a request to change the configuration settings of an--- environment.+-- | The results from a request to change the configuration settings of an environment. -- -- /See:/ 'describeConfigurationSettingsResponse' smart constructor. data DescribeConfigurationSettingsResponse = DescribeConfigurationSettingsResponse'
gen/Network/AWS/ElasticBeanstalk/DescribeEnvironmentHealth.hs view
@@ -18,9 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Returns information about the overall health of the specified--- environment. The __DescribeEnvironmentHealth__ operation is only--- available with AWS Elastic Beanstalk Enhanced Health.+-- Returns information about the overall health of the specified environment. The __DescribeEnvironmentHealth__ operation is only available with AWS Elastic Beanstalk Enhanced Health. module Network.AWS.ElasticBeanstalk.DescribeEnvironmentHealth     (     -- * Creating a Request@@ -82,23 +80,17 @@  -- | Specifies the AWS Elastic Beanstalk environment name. ----- Condition: You must specify either this or an EnvironmentId, or both. If--- you do not specify either, AWS Elastic Beanstalk returns--- 'MissingRequiredParameter' error.+-- Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS Elastic Beanstalk returns 'MissingRequiredParameter' error. dehEnvironmentName :: Lens' DescribeEnvironmentHealth (Maybe Text) dehEnvironmentName = lens _dehEnvironmentName (\ s a -> s{_dehEnvironmentName = a}); --- | Specifies the response elements you wish to receive. If no attribute--- names are specified, AWS Elastic Beanstalk only returns the name of the--- environment.+-- | Specifies the response elements you wish to receive. If no attribute names are specified, AWS Elastic Beanstalk only returns the name of the environment. dehAttributeNames :: Lens' DescribeEnvironmentHealth [EnvironmentHealthAttribute] dehAttributeNames = lens _dehAttributeNames (\ s a -> s{_dehAttributeNames = a}) . _Default . _Coerce;  -- | Specifies the AWS Elastic Beanstalk environment ID. ----- Condition: You must specify either this or an EnvironmentName, or both.--- If you do not specify either, AWS Elastic Beanstalk returns--- 'MissingRequiredParameter' error.+-- Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS Elastic Beanstalk returns 'MissingRequiredParameter' error. dehEnvironmentId :: Lens' DescribeEnvironmentHealth (Maybe Text) dehEnvironmentId = lens _dehEnvironmentId (\ s a -> s{_dehEnvironmentId = a}); @@ -195,9 +187,7 @@     , _dehrsResponseStatus = pResponseStatus_     } --- | Returns the health status value of the environment. For more--- information, see--- <http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-status.html Health Colors and Statuses>.+-- | Returns the health status value of the environment. For more information, see <http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-status.html Health Colors and Statuses>. dehrsStatus :: Lens' DescribeEnvironmentHealthResponse (Maybe EnvironmentHealth) dehrsStatus = lens _dehrsStatus (\ s a -> s{_dehrsStatus = a}); @@ -209,9 +199,7 @@ dehrsApplicationMetrics :: Lens' DescribeEnvironmentHealthResponse (Maybe ApplicationMetrics) dehrsApplicationMetrics = lens _dehrsApplicationMetrics (\ s a -> s{_dehrsApplicationMetrics = a}); --- | Returns the color indicator that tells you information about the health--- of the environment. For more information, see--- <http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-status.html Health Colors and Statuses>.+-- | Returns the color indicator that tells you information about the health of the environment. For more information, see <http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-status.html Health Colors and Statuses>. dehrsColor :: Lens' DescribeEnvironmentHealthResponse (Maybe Text) dehrsColor = lens _dehrsColor (\ s a -> s{_dehrsColor = a}); @@ -219,8 +207,7 @@ dehrsEnvironmentName :: Lens' DescribeEnvironmentHealthResponse (Maybe Text) dehrsEnvironmentName = lens _dehrsEnvironmentName (\ s a -> s{_dehrsEnvironmentName = a}); --- | Contains the response body with information about the health of the--- environment.+-- | Contains the response body with information about the health of the environment. dehrsHealthStatus :: Lens' DescribeEnvironmentHealthResponse (Maybe Text) dehrsHealthStatus = lens _dehrsHealthStatus (\ s a -> s{_dehrsHealthStatus = a}); 
gen/Network/AWS/ElasticBeanstalk/DescribeEnvironmentManagedActionHistory.hs view
@@ -135,8 +135,7 @@                "MaxItems" =: _demahMaxItems,                "EnvironmentId" =: _demahEnvironmentId] --- | A result message containing a list of completed and failed managed--- actions.+-- | A result message containing a list of completed and failed managed actions. -- -- /See:/ 'describeEnvironmentManagedActionHistoryResponse' smart constructor. data DescribeEnvironmentManagedActionHistoryResponse = DescribeEnvironmentManagedActionHistoryResponse'@@ -168,9 +167,7 @@ demahrsManagedActionHistoryItems :: Lens' DescribeEnvironmentManagedActionHistoryResponse (Maybe (NonEmpty ManagedActionHistoryItem)) demahrsManagedActionHistoryItems = lens _demahrsManagedActionHistoryItems (\ s a -> s{_demahrsManagedActionHistoryItems = a}) . mapping _List1; --- | A pagination token that you pass to--- < DescribeEnvironmentManagedActionHistory> to get the next page of--- results.+-- | A pagination token that you pass to < DescribeEnvironmentManagedActionHistory> to get the next page of results. demahrsNextToken :: Lens' DescribeEnvironmentManagedActionHistoryResponse (Maybe Text) demahrsNextToken = lens _demahrsNextToken (\ s a -> s{_demahrsNextToken = a}); 
gen/Network/AWS/ElasticBeanstalk/DescribeEnvironmentManagedActions.hs view
@@ -44,8 +44,7 @@ import           Network.AWS.Request import           Network.AWS.Response --- | Request to list an environment\'s upcoming and in-progress managed--- actions.+-- | Request to list an environment\'s upcoming and in-progress managed actions. -- -- /See:/ 'describeEnvironmentManagedActions' smart constructor. data DescribeEnvironmentManagedActions = DescribeEnvironmentManagedActions'
gen/Network/AWS/ElasticBeanstalk/DescribeEnvironmentResources.hs view
@@ -68,17 +68,13 @@  -- | 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.+-- Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS Elastic Beanstalk returns 'MissingRequiredParameter' error. derEnvironmentName :: Lens' DescribeEnvironmentResources (Maybe Text) derEnvironmentName = lens _derEnvironmentName (\ s a -> s{_derEnvironmentName = a});  -- | 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.+-- 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}); 
gen/Network/AWS/ElasticBeanstalk/DescribeEnvironments.hs view
@@ -85,35 +85,29 @@     , _desIncludeDeleted = Nothing     } --- | 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. desEnvironmentIds :: Lens' DescribeEnvironments [Text] desEnvironmentIds = lens _desEnvironmentIds (\ s a -> s{_desEnvironmentIds = a}) . _Default . _Coerce; --- | 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. desEnvironmentNames :: Lens' DescribeEnvironments [Text] desEnvironmentNames = lens _desEnvironmentNames (\ s a -> s{_desEnvironmentNames = a}) . _Default . _Coerce; --- | 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. desVersionLabel :: Lens' DescribeEnvironments (Maybe Text) desVersionLabel = lens _desVersionLabel (\ s a -> s{_desVersionLabel = a}); --- | 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. desApplicationName :: Lens' DescribeEnvironments (Maybe Text) desApplicationName = lens _desApplicationName (\ s a -> s{_desApplicationName = 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. desIncludedDeletedBackTo :: Lens' DescribeEnvironments (Maybe UTCTime) desIncludedDeletedBackTo = lens _desIncludedDeletedBackTo (\ s a -> s{_desIncludedDeletedBackTo = a}) . mapping _Time;  -- | Indicates whether to include deleted environments: ----- 'true': Environments that have been deleted after--- 'IncludedDeletedBackTo' are displayed.+-- 'true': Environments that have been deleted after 'IncludedDeletedBackTo' are displayed. -- -- 'false': Do not include deleted environments. desIncludeDeleted :: Lens' DescribeEnvironments (Maybe Bool)
gen/Network/AWS/ElasticBeanstalk/DescribeEvents.hs view
@@ -18,11 +18,9 @@ -- Stability   : auto-generated -- 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. ----- This action returns the most recent 1,000 events from the specified--- 'NextToken'.+-- This action returns the most recent 1,000 events from the specified 'NextToken'. -- -- This operation returns paginated results. module Network.AWS.ElasticBeanstalk.DescribeEvents@@ -119,58 +117,47 @@     , _deEnvironmentId = Nothing     } --- | If specified, AWS Elastic Beanstalk restricts the described events to--- include only those associated with this request ID.+-- | If specified, AWS Elastic Beanstalk restricts the described events to include only those associated with this request ID. deRequestId :: Lens' DescribeEvents (Maybe Text) deRequestId = lens _deRequestId (\ s a -> s{_deRequestId = a}); --- | 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 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, limits the events returned from this call to include only--- those with the specified severity or higher.+-- | If specified, limits the events returned from this call to include only those with the specified severity or higher. deSeverity :: Lens' DescribeEvents (Maybe EventSeverity) deSeverity = lens _deSeverity (\ s a -> s{_deSeverity = a}); --- | 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}); --- | 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}); --- | 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; --- | 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 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 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}); @@ -248,9 +235,7 @@     , _dersResponseStatus = pResponseStatus_     } --- | 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. dersNextToken :: Lens' DescribeEventsResponse (Maybe Text) dersNextToken = lens _dersNextToken (\ s a -> s{_dersNextToken = a}); 
gen/Network/AWS/ElasticBeanstalk/DescribeInstancesHealth.hs view
@@ -18,10 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Returns more detailed information about the health of the specified--- instances (for example, CPU utilization, load average, and causes). The--- __DescribeInstancesHealth__ operation is only available with AWS Elastic--- Beanstalk Enhanced Health.+-- Returns more detailed information about the health of the specified instances (for example, CPU utilization, load average, and causes). The __DescribeInstancesHealth__ operation is only available with AWS Elastic Beanstalk Enhanced Health. module Network.AWS.ElasticBeanstalk.DescribeInstancesHealth     (     -- * Creating a Request@@ -89,9 +86,7 @@ dihEnvironmentName :: Lens' DescribeInstancesHealth (Maybe Text) dihEnvironmentName = lens _dihEnvironmentName (\ s a -> s{_dihEnvironmentName = a}); --- | Specifies the response elements you wish to receive. If no attribute--- names are specified, AWS Elastic Beanstalk only returns a list of--- instances.+-- | Specifies the response elements you wish to receive. If no attribute names are specified, AWS Elastic Beanstalk only returns a list of instances. dihAttributeNames :: Lens' DescribeInstancesHealth [InstancesHealthAttribute] dihAttributeNames = lens _dihAttributeNames (\ s a -> s{_dihAttributeNames = a}) . _Default . _Coerce; @@ -168,8 +163,7 @@     , _dihrsResponseStatus = pResponseStatus_     } --- | Contains the response body with information about the health of the--- instance.+-- | Contains the response body with information about the health of the instance. dihrsInstanceHealthList :: Lens' DescribeInstancesHealthResponse [SingleInstanceHealth] dihrsInstanceHealthList = lens _dihrsInstanceHealthList (\ s a -> s{_dihrsInstanceHealthList = a}) . _Default . _Coerce; 
gen/Network/AWS/ElasticBeanstalk/ListAvailableSolutionStacks.hs view
@@ -118,8 +118,7 @@ lassrsSolutionStacks :: Lens' ListAvailableSolutionStacksResponse [Text] lassrsSolutionStacks = lens _lassrsSolutionStacks (\ s a -> s{_lassrsSolutionStacks = a}) . _Default . _Coerce; --- | A list of available solution stacks and their--- < SolutionStackDescription>.+-- | A list of available solution stacks and their < SolutionStackDescription>. lassrsSolutionStackDetails :: Lens' ListAvailableSolutionStacksResponse [SolutionStackDescription] lassrsSolutionStackDetails = lens _lassrsSolutionStackDetails (\ s a -> s{_lassrsSolutionStackDetails = a}) . _Default . _Coerce; 
gen/Network/AWS/ElasticBeanstalk/RebuildEnvironment.hs view
@@ -18,9 +18,7 @@ -- Stability   : auto-generated -- 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.+-- 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. module Network.AWS.ElasticBeanstalk.RebuildEnvironment     (     -- * Creating a Request@@ -67,17 +65,13 @@  -- | 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.+-- 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});  -- | 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.+-- 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}); 
gen/Network/AWS/ElasticBeanstalk/RequestEnvironmentInfo.hs view
@@ -18,16 +18,11 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Initiates a request to compile the specified type of information of the--- deployed environment.+-- 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.+-- Setting the 'InfoType' to 'tail' compiles the last lines from the application server log files of every Amazon EC2 instance in your environment. ----- Setting the 'InfoType' to 'bundle' compresses the application server log--- files for every Amazon EC2 instance into a '.zip' file. Legacy and .NET--- containers do not support bundle logs.+-- Setting the 'InfoType' to 'bundle' compresses the application server log files for every Amazon EC2 instance into a '.zip' file. Legacy and .NET containers do not support bundle logs. -- -- Use < RetrieveEnvironmentInfo> to obtain the set of logs. --@@ -56,8 +51,7 @@ import           Network.AWS.Request import           Network.AWS.Response --- | Request to retrieve logs from an environment and store them in your--- Elastic Beanstalk storage bucket.+-- | Request to retrieve logs from an environment and store them in your Elastic Beanstalk storage bucket. -- -- /See:/ 'requestEnvironmentInfo' smart constructor. data RequestEnvironmentInfo = RequestEnvironmentInfo'@@ -87,23 +81,17 @@  -- | The name of the environment of the requested data. ----- If no such environment is found, 'RequestEnvironmentInfo' returns an--- 'InvalidParameterValue' error.+-- 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.+-- Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS Elastic Beanstalk returns 'MissingRequiredParameter' error. reiEnvironmentName :: Lens' RequestEnvironmentInfo (Maybe Text) reiEnvironmentName = lens _reiEnvironmentName (\ s a -> s{_reiEnvironmentName = a});  -- | The ID of the environment of the requested data. ----- If no such environment is found, 'RequestEnvironmentInfo' returns an--- 'InvalidParameterValue' error.+-- 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.+-- 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}); 
gen/Network/AWS/ElasticBeanstalk/RestartAppServer.hs view
@@ -18,8 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Causes the environment to restart the application container server--- running on each Amazon EC2 instance.+-- Causes the environment to restart the application container server running on each Amazon EC2 instance. module Network.AWS.ElasticBeanstalk.RestartAppServer     (     -- * Creating a Request@@ -66,17 +65,13 @@  -- | 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.+-- 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});  -- | 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.+-- 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}); 
gen/Network/AWS/ElasticBeanstalk/RetrieveEnvironmentInfo.hs view
@@ -18,8 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Retrieves the compiled information from a < RequestEnvironmentInfo>--- request.+-- Retrieves the compiled information from a < RequestEnvironmentInfo> request. -- -- Related Topics --@@ -79,23 +78,17 @@  -- | The name of the data\'s environment. ----- If no such environment is found, returns an 'InvalidParameterValue'--- error.+-- 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.+-- Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS Elastic Beanstalk returns 'MissingRequiredParameter' error. rEnvironmentName :: Lens' RetrieveEnvironmentInfo (Maybe Text) rEnvironmentName = lens _rEnvironmentName (\ s a -> s{_rEnvironmentName = a});  -- | The ID of the data\'s environment. ----- If no such environment is found, returns an 'InvalidParameterValue'--- error.+-- 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.+-- Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS Elastic Beanstalk returns 'MissingRequiredParameter' error. rEnvironmentId :: Lens' RetrieveEnvironmentInfo (Maybe Text) rEnvironmentId = lens _rEnvironmentId (\ s a -> s{_rEnvironmentId = a}); @@ -135,8 +128,7 @@                "EnvironmentId" =: _rEnvironmentId,                "InfoType" =: _rInfoType] --- | Result message containing a description of the requested environment--- info.+-- | Result message containing a description of the requested environment info. -- -- /See:/ 'retrieveEnvironmentInfoResponse' smart constructor. data RetrieveEnvironmentInfoResponse = RetrieveEnvironmentInfoResponse'
gen/Network/AWS/ElasticBeanstalk/SwapEnvironmentCNAMEs.hs view
@@ -75,35 +75,25 @@  -- | 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'.+-- 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 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'.+-- 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 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'.+-- 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 (\ s a -> s{_secnameSourceEnvironmentName = 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'.+-- 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}); 
gen/Network/AWS/ElasticBeanstalk/TerminateEnvironment.hs view
@@ -92,22 +92,16 @@     , _teEnvironmentId = Nothing     } --- | Terminates the target environment even if another environment in the--- same group is dependent on it.+-- | Terminates the target environment even if another environment in the same group is dependent on it. teForceTerminate :: Lens' TerminateEnvironment (Maybe Bool) teForceTerminate = lens _teForceTerminate (\ s a -> s{_teForceTerminate = a}); --- | Indicates whether the associated AWS resources should shut down when the--- environment is terminated:+-- | Indicates whether the associated AWS resources should shut down when the environment is terminated: ----- -   '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.+-- -   '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/ AWS Elastic Beanstalk User Guide.>+-- For more information, see the <http://docs.aws.amazon.com/elasticbeanstalk/latest/ug/ AWS Elastic Beanstalk User Guide.> -- -- Default: 'true' --@@ -117,17 +111,13 @@  -- | 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.+-- 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});  -- | 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.+-- 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}); 
gen/Network/AWS/ElasticBeanstalk/Types.hs view
@@ -448,8 +448,7 @@       | has (hasStatus 509) e = Just "limit_exceeded"       | otherwise = Nothing --- | One or more input parameters is not valid. Please correct the input--- parameters and try the operation again.+-- | One or more input parameters is not valid. Please correct the input parameters and try the operation again. _InvalidRequestException :: AsError a => Getting (First ServiceError) a ServiceError _InvalidRequestException =     _ServiceError . hasStatus 400 . hasCode "InvalidRequestException"@@ -464,8 +463,7 @@ _S3SubscriptionRequiredException =     _ServiceError . hasStatus 400 . hasCode "S3SubscriptionRequiredException" --- | Unable to perform the specified operation because another operation that--- effects an element in this activity is already in progress.+-- | Unable to perform the specified operation because another operation that effects an element in this activity is already in progress. _OperationInProgressException :: AsError a => Getting (First ServiceError) a ServiceError _OperationInProgressException =     _ServiceError . hasStatus 400 . hasCode "OperationInProgressFailure"@@ -481,8 +479,7 @@     _ServiceError .     hasStatus 400 . hasCode "TooManyConfigurationTemplatesException" --- | The specified account does not have sufficient privileges for one of--- more AWS services.+-- | The specified account does not have sufficient privileges for one of more AWS services. _InsufficientPrivilegesException :: AsError a => Getting (First ServiceError) a ServiceError _InsufficientPrivilegesException =     _ServiceError . hasStatus 403 . hasCode "InsufficientPrivilegesException"@@ -503,14 +500,12 @@     _ServiceError .     hasStatus 400 . hasCode "ManagedActionInvalidStateException" --- | Unable to delete the Amazon S3 source bundle associated with the--- application version. The application version was deleted successfully.+-- | Unable to delete the Amazon S3 source bundle associated with the application version. The application version was deleted successfully. _SourceBundleDeletionException :: AsError a => Getting (First ServiceError) a ServiceError _SourceBundleDeletionException =     _ServiceError . hasStatus 400 . hasCode "SourceBundleDeletionFailure" --- | The specified S3 bucket does not belong to the S3 region in which the--- service is running.+-- | The specified S3 bucket does not belong to the S3 region in which the service is running. _S3LocationNotInServiceRegionException :: AsError a => Getting (First ServiceError) a ServiceError _S3LocationNotInServiceRegionException =     _ServiceError .
gen/Network/AWS/ElasticBeanstalk/Types/Product.hs view
@@ -76,8 +76,7 @@ adApplicationName :: Lens' ApplicationDescription (Maybe Text) 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 (\ s a -> s{_adConfigurationTemplates = a}) . _Default . _Coerce; @@ -165,25 +164,19 @@     , _amDuration = Nothing     } --- | Average number of requests handled by the web server per second over the--- last 10 seconds.+-- | Average number of requests handled by the web server per second over the last 10 seconds. amRequestCount :: Lens' ApplicationMetrics (Maybe Int) amRequestCount = lens _amRequestCount (\ s a -> s{_amRequestCount = a}); --- | Represents the average latency for the slowest X percent of requests--- over the last 10 seconds. Latencies are in seconds with one milisecond--- resolution.+-- | Represents the average latency for the slowest X percent of requests over the last 10 seconds. Latencies are in seconds with one milisecond resolution. amLatency :: Lens' ApplicationMetrics (Maybe Latency) amLatency = lens _amLatency (\ s a -> s{_amLatency = a}); --- | Represents the percentage of requests over the last 10 seconds that--- resulted in each type of status code response.+-- | Represents the percentage of requests over the last 10 seconds that resulted in each type of status code response. amStatusCodes :: Lens' ApplicationMetrics (Maybe StatusCodes) amStatusCodes = lens _amStatusCodes (\ s a -> s{_amStatusCodes = a}); --- | The amount of time that the metrics cover (usually 10 seconds). For--- example, you might have 5 requests ('request_count') within the most--- recent time slice of 10 seconds ('duration').+-- | The amount of time that the metrics cover (usually 10 seconds). For example, you might have 5 requests ('request_count') within the most recent time slice of 10 seconds ('duration'). amDuration :: Lens' ApplicationMetrics (Maybe Int) amDuration = lens _amDuration (\ s a -> s{_amDuration = a}); @@ -347,10 +340,7 @@  instance NFData AutoScalingGroup --- | Represents CPU utilization information from the specified instance that--- belongs to the AWS Elastic Beanstalk environment. Use the 'instanceId'--- property to specify the application instance for which you\'d like to--- return data.+-- | Represents CPU utilization information from the specified instance that belongs to the AWS Elastic Beanstalk environment. Use the 'instanceId' property to specify the application instance for which you\'d like to return data. -- -- /See:/ 'cpuUtilization' smart constructor. data CPUUtilization = CPUUtilization'@@ -393,38 +383,31 @@     , _cuNice = Nothing     } --- | Percentage of time that the CPU has spent in the 'SoftIRQ' state over--- the last 10 seconds.+-- | Percentage of time that the CPU has spent in the 'SoftIRQ' state over the last 10 seconds. cuSoftIRQ :: Lens' CPUUtilization (Maybe Double) cuSoftIRQ = lens _cuSoftIRQ (\ s a -> s{_cuSoftIRQ = a}); --- | Percentage of time that the CPU has spent in the 'Idle' state over the--- last 10 seconds.+-- | Percentage of time that the CPU has spent in the 'Idle' state over the last 10 seconds. cuIdle :: Lens' CPUUtilization (Maybe Double) cuIdle = lens _cuIdle (\ s a -> s{_cuIdle = a}); --- | Percentage of time that the CPU has spent in the 'IRQ' state over the--- last 10 seconds.+-- | Percentage of time that the CPU has spent in the 'IRQ' state over the last 10 seconds. cuIRQ :: Lens' CPUUtilization (Maybe Double) cuIRQ = lens _cuIRQ (\ s a -> s{_cuIRQ = a}); --- | Percentage of time that the CPU has spent in the 'System' state over the--- last 10 seconds.+-- | Percentage of time that the CPU has spent in the 'System' state over the last 10 seconds. cuSystem :: Lens' CPUUtilization (Maybe Double) cuSystem = lens _cuSystem (\ s a -> s{_cuSystem = a}); --- | Percentage of time that the CPU has spent in the 'User' state over the--- last 10 seconds.+-- | Percentage of time that the CPU has spent in the 'User' state over the last 10 seconds. cuUser :: Lens' CPUUtilization (Maybe Double) cuUser = lens _cuUser (\ s a -> s{_cuUser = a}); --- | Percentage of time that the CPU has spent in the 'I\/O Wait' state over--- the last 10 seconds.+-- | Percentage of time that the CPU has spent in the 'I\/O Wait' state over the last 10 seconds. cuIOWait :: Lens' CPUUtilization (Maybe Double) cuIOWait = lens _cuIOWait (\ s a -> s{_cuIOWait = a}); --- | Percentage of time that the CPU has spent in the 'Nice' state over the--- last 10 seconds.+-- | Percentage of time that the CPU has spent in the 'Nice' state over the last 10 seconds. cuNice :: Lens' CPUUtilization (Maybe Double) cuNice = lens _cuNice (\ s a -> s{_cuNice = a}); @@ -501,31 +484,25 @@     , _codMinValue = Nothing     } --- | If specified, the configuration option must be a numeric value less than--- this value.+-- | If specified, the configuration option must be a numeric value less than this value. codMaxValue :: Lens' ConfigurationOptionDescription (Maybe Int) codMaxValue = lens _codMaxValue (\ s a -> s{_codMaxValue = 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}); --- | 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});  -- | 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 if this as an 'Option to Remove' when---     updating configuration settings.+-- -   '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.+-- Constraint: You can remove only 'UserDefined' options from a configuration. -- -- Valid Values: 'true' | 'false' codUserDefined :: Lens' ConfigurationOptionDescription (Maybe Bool)@@ -535,8 +512,7 @@ codNamespace :: Lens' ConfigurationOptionDescription (Maybe Text) codNamespace = lens _codNamespace (\ s a -> s{_codNamespace = a}); --- | If specified, values for the configuration option are selected from this--- list.+-- | If specified, values for the configuration option are selected from this list. codValueOptions :: Lens' ConfigurationOptionDescription [Text] codValueOptions = lens _codValueOptions (\ s a -> s{_codValueOptions = a}) . _Default . _Coerce; @@ -544,18 +520,11 @@ codName :: Lens' ConfigurationOptionDescription (Maybe Text) codName = lens _codName (\ s a -> s{_codName = a}); --- | An indication of which action is required if the value for this--- configuration option changes:+-- | 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 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.+-- -   '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 = lens _codChangeSeverity (\ s a -> s{_codChangeSeverity = a}); @@ -563,22 +532,16 @@ codDefaultValue :: Lens' ConfigurationOptionDescription (Maybe Text) codDefaultValue = lens _codDefaultValue (\ s a -> s{_codDefaultValue = a}); --- | 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:+-- | 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 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.+-- -   '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' .--- -   'Json' : Values for this option are a JSON representation of a---     'ConfigDocument'.+-- -   'Json' : Values for this option are a JSON representation of a 'ConfigDocument'. codValueType :: Lens' ConfigurationOptionDescription (Maybe ConfigurationOptionValueType) codValueType = lens _codValueType (\ s a -> s{_codValueType = 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}); @@ -602,10 +565,7 @@  instance NFData ConfigurationOptionDescription --- | A specification identifying an individual configuration option along--- with its current value. For a list of possible option values, go to--- <http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/command-options.html Option Values>--- in the /AWS Elastic Beanstalk Developer Guide/.+-- | A specification identifying an individual configuration option along with its current value. For a list of possible option values, go to <http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/command-options.html Option Values> in the /AWS Elastic Beanstalk Developer Guide/. -- -- /See:/ 'configurationOptionSetting' smart constructor. data ConfigurationOptionSetting = ConfigurationOptionSetting'@@ -721,13 +681,11 @@     , _csdDescription = Nothing     } --- | 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}); --- | 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}) . _Default . _Coerce; @@ -747,18 +705,12 @@ csdApplicationName :: Lens' ConfigurationSettingsDescription (Maybe Text) csdApplicationName = lens _csdApplicationName (\ s a -> s{_csdApplicationName = a}); --- | If this configuration set is associated with an environment, the--- 'DeploymentStatus' parameter indicates the deployment status of this--- configuration set:+-- | 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 successfully deploy. csdDeploymentStatus :: Lens' ConfigurationSettingsDescription (Maybe ConfigurationDeploymentStatus) csdDeploymentStatus = lens _csdDeploymentStatus (\ s a -> s{_csdDeploymentStatus = a}); @@ -820,8 +772,7 @@     , _dVersionLabel = Nothing     } --- | The ID of the deployment. This number increases by one each time that--- you deploy source code or change instance configuration settings.+-- | The ID of the deployment. This number increases by one each time that you deploy source code or change instance configuration settings. dDeploymentId :: Lens' Deployment (Maybe Integer) dDeploymentId = lens _dDeploymentId (\ s a -> s{_dDeploymentId = a}); @@ -944,10 +895,8 @@ -- | 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.+-- -   '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. eStatus :: Lens' EnvironmentDescription (Maybe EnvironmentStatus)@@ -957,13 +906,11 @@ eCNAME :: Lens' EnvironmentDescription (Maybe Text) eCNAME = lens _eCNAME (\ s a -> s{_eCNAME = a}); --- | The name of the configuration template used to originally launch this--- environment.+-- | The name of the configuration template used to originally launch this environment. eTemplateName :: Lens' EnvironmentDescription (Maybe Text) eTemplateName = lens _eTemplateName (\ s a -> s{_eTemplateName = a}); --- | Indicates if there is an in-progress environment configuration update or--- application version deployment that you can cancel.+-- | Indicates if there is an in-progress environment configuration update or application version deployment that you can cancel. -- -- 'true:' There is an update in progress. --@@ -971,9 +918,7 @@ eAbortableOperationInProgress :: Lens' EnvironmentDescription (Maybe Bool) eAbortableOperationInProgress = lens _eAbortableOperationInProgress (\ s a -> s{_eAbortableOperationInProgress = 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. eEndpointURL :: Lens' EnvironmentDescription (Maybe Text) eEndpointURL = lens _eEndpointURL (\ s a -> s{_eEndpointURL = a}); @@ -989,18 +934,12 @@ eDateCreated :: Lens' EnvironmentDescription (Maybe UTCTime) eDateCreated = lens _eDateCreated (\ s a -> s{_eDateCreated = a}) . mapping _Time; --- | Describes the health status of the environment. AWS Elastic Beanstalk--- indicates the failure levels for a running environment:+-- | Describes the health status of the environment. AWS Elastic Beanstalk indicates the failure levels for a running environment: ----- -   '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.+-- -   '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.+-- -   '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' eHealth :: Lens' EnvironmentDescription (Maybe EnvironmentHealth)@@ -1030,9 +969,7 @@ eEnvironmentId :: Lens' EnvironmentDescription (Maybe Text) eEnvironmentId = lens _eEnvironmentId (\ s a -> s{_eEnvironmentId = a}); --- | Returns the health status of the application running in your--- environment. For more information, see--- <http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-status.html Health Colors and Statuses>.+-- | Returns the health status of the application running in your environment. For more information, see <http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-status.html Health Colors and Statuses>. eHealthStatus :: Lens' EnvironmentDescription (Maybe EnvironmentHealthStatus) eHealthStatus = lens _eHealthStatus (\ s a -> s{_eHealthStatus = a}); @@ -1162,11 +1099,7 @@  instance NFData EnvironmentInfoDescription --- | A link to another environment, defined in the environment\'s manifest.--- Links provide connection information in system properties that can be--- used to connect to another environment in the same group. See--- <http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/environment-cfg-manifest.html Environment Manifest (env.yaml)>--- for details.+-- | A link to another environment, defined in the environment\'s manifest. Links provide connection information in system properties that can be used to connect to another environment in the same group. See <http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/environment-cfg-manifest.html Environment Manifest (env.yaml)> for details. -- -- /See:/ 'environmentLink' smart constructor. data EnvironmentLink = EnvironmentLink'@@ -1206,8 +1139,7 @@  instance NFData EnvironmentLink --- | Describes the AWS resources in use by this environment. This data is--- live.+-- | Describes the AWS resources in use by this environment. This data is live. -- -- /See:/ 'environmentResourceDescription' smart constructor. data EnvironmentResourceDescription = EnvironmentResourceDescription'@@ -1304,8 +1236,7 @@  instance NFData EnvironmentResourceDescription --- | Describes the AWS resources in use by this environment. This data is not--- live data.+-- | Describes the AWS resources in use by this environment. This data is not live data. -- -- /See:/ 'environmentResourcesDescription' smart constructor. newtype EnvironmentResourcesDescription = EnvironmentResourcesDescription'@@ -1452,8 +1383,7 @@ edSeverity :: Lens' EventDescription (Maybe EventSeverity) edSeverity = lens _edSeverity (\ s a -> s{_edSeverity = a}); --- | The release label for the application version associated with this--- event.+-- | The release label for the application version associated with this event. edVersionLabel :: Lens' EventDescription (Maybe Text) edVersionLabel = lens _edVersionLabel (\ s a -> s{_edVersionLabel = a}); @@ -1518,9 +1448,7 @@  instance NFData Instance --- | Represents summary information about the health of an instance. For more--- information, see--- <http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-status.html Health Colors and Statuses>.+-- | Represents summary information about the health of an instance. For more information, see <http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-status.html Health Colors and Statuses>. -- -- /See:/ 'instanceHealthSummary' smart constructor. data InstanceHealthSummary = InstanceHealthSummary'@@ -1567,38 +1495,31 @@     , _ihsInfo = Nothing     } --- | __Green.__ An instance is passing health checks and the health agent is--- not reporting any problems.+-- | __Green.__ An instance is passing health checks and the health agent is not reporting any problems. ihsOK :: Lens' InstanceHealthSummary (Maybe Int) ihsOK = lens _ihsOK (\ s a -> s{_ihsOK = a}); --- | __Grey.__ An operation is in progress on an instance within the command--- timeout.+-- | __Grey.__ An operation is in progress on an instance within the command timeout. ihsPending :: Lens' InstanceHealthSummary (Maybe Int) ihsPending = lens _ihsPending (\ s a -> s{_ihsPending = a}); --- | __Red.__ The health agent is reporting a very high number of request--- failures or other issues for an instance or environment.+-- | __Red.__ The health agent is reporting a very high number of request failures or other issues for an instance or environment. ihsSevere :: Lens' InstanceHealthSummary (Maybe Int) ihsSevere = lens _ihsSevere (\ s a -> s{_ihsSevere = a}); --- | __Grey.__ AWS Elastic Beanstalk and the health agent are reporting an--- insufficient amount of data on an instance.+-- | __Grey.__ AWS Elastic Beanstalk and the health agent are reporting an insufficient amount of data on an instance. ihsUnknown :: Lens' InstanceHealthSummary (Maybe Int) ihsUnknown = lens _ihsUnknown (\ s a -> s{_ihsUnknown = a}); --- | __Grey.__ AWS Elastic Beanstalk and the health agent are reporting no--- data on an instance.+-- | __Grey.__ AWS Elastic Beanstalk and the health agent are reporting no data on an instance. ihsNoData :: Lens' InstanceHealthSummary (Maybe Int) ihsNoData = lens _ihsNoData (\ s a -> s{_ihsNoData = a}); --- | __Yellow.__ The health agent is reporting a moderate number of request--- failures or other issues for an instance or environment.+-- | __Yellow.__ The health agent is reporting a moderate number of request failures or other issues for an instance or environment. ihsWarning :: Lens' InstanceHealthSummary (Maybe Int) ihsWarning = lens _ihsWarning (\ s a -> s{_ihsWarning = a}); --- | __Red.__ The health agent is reporting a high number of request failures--- or other issues for an instance or environment.+-- | __Red.__ The health agent is reporting a high number of request failures or other issues for an instance or environment. ihsDegraded :: Lens' InstanceHealthSummary (Maybe Int) ihsDegraded = lens _ihsDegraded (\ s a -> s{_ihsDegraded = a}); @@ -1621,8 +1542,7 @@  instance NFData InstanceHealthSummary --- | Represents the average latency for the slowest X percent of requests--- over the last 10 seconds.+-- | Represents the average latency for the slowest X percent of requests over the last 10 seconds. -- -- /See:/ 'latency' smart constructor. data Latency = Latency'@@ -1669,43 +1589,35 @@     , _lP10 = Nothing     } --- | The average latency for the slowest 25 percent of requests over the last--- 10 seconds.+-- | The average latency for the slowest 25 percent of requests over the last 10 seconds. lP75 :: Lens' Latency (Maybe Double) lP75 = lens _lP75 (\ s a -> s{_lP75 = a}); --- | The average latency for the slowest 50 percent of requests over the last--- 10 seconds.+-- | The average latency for the slowest 50 percent of requests over the last 10 seconds. lP50 :: Lens' Latency (Maybe Double) lP50 = lens _lP50 (\ s a -> s{_lP50 = a}); --- | The average latency for the slowest 15 percent of requests over the last--- 10 seconds.+-- | The average latency for the slowest 15 percent of requests over the last 10 seconds. lP85 :: Lens' Latency (Maybe Double) lP85 = lens _lP85 (\ s a -> s{_lP85 = a}); --- | The average latency for the slowest 0.1 percent of requests over the--- last 10 seconds.+-- | The average latency for the slowest 0.1 percent of requests over the last 10 seconds. lP999 :: Lens' Latency (Maybe Double) lP999 = lens _lP999 (\ s a -> s{_lP999 = a}); --- | The average latency for the slowest 10 percent of requests over the last--- 10 seconds.+-- | The average latency for the slowest 10 percent of requests over the last 10 seconds. lP90 :: Lens' Latency (Maybe Double) lP90 = lens _lP90 (\ s a -> s{_lP90 = a}); --- | The average latency for the slowest 5 percent of requests over the last--- 10 seconds.+-- | The average latency for the slowest 5 percent of requests over the last 10 seconds. lP95 :: Lens' Latency (Maybe Double) lP95 = lens _lP95 (\ s a -> s{_lP95 = a}); --- | The average latency for the slowest 1 percent of requests over the last--- 10 seconds.+-- | The average latency for the slowest 1 percent of requests over the last 10 seconds. lP99 :: Lens' Latency (Maybe Double) lP99 = lens _lP99 (\ s a -> s{_lP99 = a}); --- | The average latency for the slowest 90 percent of requests over the last--- 10 seconds.+-- | The average latency for the slowest 90 percent of requests over the last 10 seconds. lP10 :: Lens' Latency (Maybe Double) lP10 = lens _lP10 (\ s a -> s{_lP10 = a}); @@ -1907,8 +1819,7 @@     , _maActionType = Nothing     } --- | The status of the managed action. If the action is 'Scheduled', you can--- apply it immediately with < ApplyEnvironmentManagedAction>.+-- | The status of the managed action. If the action is 'Scheduled', you can apply it immediately with < ApplyEnvironmentManagedAction>. maStatus :: Lens' ManagedAction (Maybe ActionStatus) maStatus = lens _maStatus (\ s a -> s{_maStatus = a}); @@ -1916,8 +1827,7 @@ maActionId :: Lens' ManagedAction (Maybe Text) maActionId = lens _maActionId (\ s a -> s{_maActionId = a}); --- | The start time of the maintenance window in which the managed action--- will execute.+-- | The start time of the maintenance window in which the managed action will execute. maWindowStartTime :: Lens' ManagedAction (Maybe UTCTime) maWindowStartTime = lens _maWindowStartTime (\ s a -> s{_maWindowStartTime = a}) . mapping _Time; @@ -2035,8 +1945,7 @@  instance NFData ManagedActionHistoryItem --- | A regular expression representing a restriction on a string--- configuration option value.+-- | A regular expression representing a restriction on a string configuration option value. -- -- /See:/ 'optionRestrictionRegex' smart constructor. data OptionRestrictionRegex = OptionRestrictionRegex'@@ -2059,8 +1968,7 @@     , _orrLabel = Nothing     } --- | 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}); @@ -2211,10 +2119,7 @@           = mconcat               ["S3Key" =: _slS3Key, "S3Bucket" =: _slS3Bucket] --- | Represents health information from the specified instance that belongs--- to the AWS Elastic Beanstalk environment. Use the 'InstanceId' property--- to specify the application instance for which you\'d like to return--- data.+-- | Represents health information from the specified instance that belongs to the AWS Elastic Beanstalk environment. Use the 'InstanceId' property to specify the application instance for which you\'d like to return data. -- -- /See:/ 'singleInstanceHealth' smart constructor. data SingleInstanceHealth = SingleInstanceHealth'@@ -2273,8 +2178,7 @@ sihInstanceId :: Lens' SingleInstanceHealth (Maybe Text) sihInstanceId = lens _sihInstanceId (\ s a -> s{_sihInstanceId = a}); --- | Represents the causes, which provide more information about the current--- health status.+-- | Represents the causes, which provide more information about the current health status. sihCauses :: Lens' SingleInstanceHealth [Text] sihCauses = lens _sihCauses (\ s a -> s{_sihCauses = a}) . _Default . _Coerce; @@ -2286,9 +2190,7 @@ sihApplicationMetrics :: Lens' SingleInstanceHealth (Maybe ApplicationMetrics) sihApplicationMetrics = lens _sihApplicationMetrics (\ s a -> s{_sihApplicationMetrics = a}); --- | Represents the color indicator that gives you information about the--- health of the EC2 instance. For more information, see--- <http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-status.html Health Colors and Statuses>.+-- | Represents the color indicator that gives you information about the health of the EC2 instance. For more information, see <http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-status.html Health Colors and Statuses>. sihColor :: Lens' SingleInstanceHealth (Maybe Text) sihColor = lens _sihColor (\ s a -> s{_sihColor = a}); @@ -2300,9 +2202,7 @@ sihAvailabilityZone :: Lens' SingleInstanceHealth (Maybe Text) sihAvailabilityZone = lens _sihAvailabilityZone (\ s a -> s{_sihAvailabilityZone = a}); --- | Returns the health status of the specified instance. For more--- information, see--- <http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-status.html Health Colors and Statuses>.+-- | Returns the health status of the specified instance. For more information, see <http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-status.html Health Colors and Statuses>. sihHealthStatus :: Lens' SingleInstanceHealth (Maybe Text) sihHealthStatus = lens _sihHealthStatus (\ s a -> s{_sihHealthStatus = a}); @@ -2416,9 +2316,7 @@               ["TemplateName" =: _scTemplateName,                "ApplicationName" =: _scApplicationName] --- | Represents the percentage of requests over the last 10 seconds that--- resulted in each type of status code response. For more information, see--- <http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html Status Code Definitions>.+-- | Represents the percentage of requests over the last 10 seconds that resulted in each type of status code response. For more information, see <http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html Status Code Definitions>. -- -- /See:/ 'statusCodes' smart constructor. data StatusCodes = StatusCodes'@@ -2449,23 +2347,19 @@     , _scStatus5xx = Nothing     } --- | The percentage of requests over the last 10 seconds that resulted in a--- 2xx (200, 201, etc.) status code.+-- | The percentage of requests over the last 10 seconds that resulted in a 2xx (200, 201, etc.) status code. scStatus2xx :: Lens' StatusCodes (Maybe Int) scStatus2xx = lens _scStatus2xx (\ s a -> s{_scStatus2xx = a}); --- | The percentage of requests over the last 10 seconds that resulted in a--- 3xx (300, 301, etc.) status code.+-- | The percentage of requests over the last 10 seconds that resulted in a 3xx (300, 301, etc.) status code. scStatus3xx :: Lens' StatusCodes (Maybe Int) scStatus3xx = lens _scStatus3xx (\ s a -> s{_scStatus3xx = a}); --- | The percentage of requests over the last 10 seconds that resulted in a--- 4xx (400, 401, etc.) status code.+-- | The percentage of requests over the last 10 seconds that resulted in a 4xx (400, 401, etc.) status code. scStatus4xx :: Lens' StatusCodes (Maybe Int) scStatus4xx = lens _scStatus4xx (\ s a -> s{_scStatus4xx = a}); --- | The percentage of requests over the last 10 seconds that resulted in a--- 5xx (500, 501, etc.) status code.+-- | The percentage of requests over the last 10 seconds that resulted in a 5xx (500, 501, etc.) status code. scStatus5xx :: Lens' StatusCodes (Maybe Int) scStatus5xx = lens _scStatus5xx (\ s a -> s{_scStatus5xx = a}); @@ -2480,8 +2374,7 @@  instance NFData StatusCodes --- | Represents CPU utilization and load average information for applications--- running in the specified environment.+-- | Represents CPU utilization and load average information for applications running in the specified environment. -- -- /See:/ 'systemStatus' smart constructor. data SystemStatus = SystemStatus'@@ -2508,9 +2401,7 @@ ssCPUUtilization :: Lens' SystemStatus (Maybe CPUUtilization) ssCPUUtilization = lens _ssCPUUtilization (\ s a -> s{_ssCPUUtilization = a}); --- | Load average in the last 1-minute and 5-minute periods. For more--- information, see--- <http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-metrics.html#health-enhanced-metrics-os Operating System Metrics>.+-- | Load average in the last 1-minute and 5-minute periods. For more information, see <http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-metrics.html#health-enhanced-metrics-os Operating System Metrics>. ssLoadAverage :: Lens' SystemStatus [Double] ssLoadAverage = lens _ssLoadAverage (\ s a -> s{_ssLoadAverage = a}) . _Default . _Coerce; @@ -2631,10 +2522,8 @@  -- | 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}); 
gen/Network/AWS/ElasticBeanstalk/UpdateApplication.hs view
@@ -20,8 +20,7 @@ -- -- Updates the specified application to have the specified properties. ----- If a property (for example, 'description') is not provided, the value--- remains unchanged. To clear these properties, specify an empty string.+-- If a property (for example, 'description') is not provided, the value remains unchanged. To clear these properties, specify an empty string. module Network.AWS.ElasticBeanstalk.UpdateApplication     (     -- * Creating a Request@@ -71,13 +70,11 @@  -- | A new description for the application. ----- Default: If not specified, AWS Elastic Beanstalk does not update the--- description.+-- 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}); --- | 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}); 
gen/Network/AWS/ElasticBeanstalk/UpdateApplicationVersion.hs view
@@ -18,11 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Updates the specified application version to have the specified--- properties.+-- Updates the specified application version to have the specified properties. ----- If a property (for example, 'description') is not provided, the value--- remains unchanged. To clear properties, specify an empty string.+-- If a property (for example, 'description') is not provided, the value remains unchanged. To clear properties, specify an empty string. module Network.AWS.ElasticBeanstalk.UpdateApplicationVersion     (     -- * Creating a Request@@ -82,15 +80,13 @@  -- | The name of the application associated with this version. ----- If no application is found with this name, 'UpdateApplication' returns--- an 'InvalidParameterValue' error.+-- 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});  -- | The name of the version to update. ----- If no application version is found with this label, 'UpdateApplication'--- returns an 'InvalidParameterValue' error.+-- 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}); 
gen/Network/AWS/ElasticBeanstalk/UpdateConfigurationTemplate.hs view
@@ -18,12 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Updates the specified configuration template to have the specified--- properties or configuration option values.+-- Updates the specified configuration template to have the specified properties or configuration option values. ----- If a property (for example, 'ApplicationName') is not provided, its--- value remains unchanged. To clear such properties, specify an empty--- string.+-- If a property (for example, 'ApplicationName') is not provided, its value remains unchanged. To clear such properties, specify an empty string. -- -- Related Topics --@@ -62,8 +59,7 @@ import           Network.AWS.Request import           Network.AWS.Response --- | The result message containing the options for the specified solution--- stack.+-- | The result message containing the options for the specified solution stack. -- -- /See:/ 'updateConfigurationTemplate' smart constructor. data UpdateConfigurationTemplate = UpdateConfigurationTemplate'@@ -106,8 +102,7 @@ uctOptionsToRemove :: Lens' UpdateConfigurationTemplate [OptionSpecification] uctOptionsToRemove = lens _uctOptionsToRemove (\ s a -> s{_uctOptionsToRemove = a}) . _Default . _Coerce; --- | A list of configuration option settings to update with the new specified--- option value.+-- | A list of configuration option settings to update with the new specified option value. uctOptionSettings :: Lens' UpdateConfigurationTemplate [ConfigurationOptionSetting] uctOptionSettings = lens _uctOptionSettings (\ s a -> s{_uctOptionSettings = a}) . _Default . _Coerce; @@ -115,18 +110,15 @@ uctDescription :: Lens' UpdateConfigurationTemplate (Maybe Text) uctDescription = lens _uctDescription (\ s a -> s{_uctDescription = a}); --- | The name of the application associated with the configuration template--- to update.+-- | 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.+-- 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});  -- | The name of the configuration template to update. ----- If no configuration template is found with this name,--- 'UpdateConfigurationTemplate' returns an 'InvalidParameterValue' error.+-- 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}); 
gen/Network/AWS/ElasticBeanstalk/UpdateEnvironment.hs view
@@ -18,19 +18,11 @@ -- Stability   : auto-generated -- 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.+-- 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.+-- 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.+-- 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. module Network.AWS.ElasticBeanstalk.UpdateEnvironment     (     -- * Creating a Request@@ -139,43 +131,31 @@     , _ueDescription = Nothing     } --- | 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.+-- | 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. ueTemplateName :: Lens' UpdateEnvironment (Maybe Text) ueTemplateName = lens _ueTemplateName (\ s a -> s{_ueTemplateName = a}); --- | A list of custom user-defined configuration options to remove from the--- configuration set for this environment.+-- | A list of custom user-defined configuration options to remove from the configuration set for this environment. ueOptionsToRemove :: Lens' UpdateEnvironment [OptionSpecification] ueOptionsToRemove = lens _ueOptionsToRemove (\ s a -> s{_ueOptionsToRemove = a}) . _Default . _Coerce; --- | 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}) . _Default . _Coerce; --- | 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.+-- | 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. ueVersionLabel :: Lens' UpdateEnvironment (Maybe Text) ueVersionLabel = lens _ueVersionLabel (\ s a -> s{_ueVersionLabel = a});  -- | This specifies the tier to use to update the environment. ----- Condition: At this time, if you change the tier version, name, or type,--- AWS Elastic Beanstalk returns 'InvalidParameterValue' error.+-- Condition: At this time, if you change the tier version, name, or type, AWS Elastic Beanstalk returns 'InvalidParameterValue' error. ueTier :: Lens' UpdateEnvironment (Maybe EnvironmentTier) ueTier = lens _ueTier (\ s a -> s{_ueTier = a}); --- | The name of the environment to update. If no environment with this name--- exists, AWS Elastic Beanstalk returns an 'InvalidParameterValue' error.+-- | The name of the environment to update. If no environment with this name exists, AWS Elastic Beanstalk returns an 'InvalidParameterValue' error. ----- Condition: You must specify either this or an EnvironmentId, or both. If--- you do not specify either, AWS Elastic Beanstalk returns--- 'MissingRequiredParameter' error.+-- Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS Elastic Beanstalk returns 'MissingRequiredParameter' error. ueEnvironmentName :: Lens' UpdateEnvironment (Maybe Text) ueEnvironmentName = lens _ueEnvironmentName (\ s a -> s{_ueEnvironmentName = a}); @@ -183,33 +163,23 @@ ueApplicationName :: Lens' UpdateEnvironment (Maybe Text) ueApplicationName = lens _ueApplicationName (\ s a -> s{_ueApplicationName = a}); --- | This specifies the platform version that the environment will run after--- the environment is updated.+-- | This specifies the platform version that the environment will run after the environment is updated. ueSolutionStackName :: Lens' UpdateEnvironment (Maybe Text) ueSolutionStackName = lens _ueSolutionStackName (\ s a -> s{_ueSolutionStackName = a});  -- | The ID of the environment to update. ----- If no environment with this ID exists, AWS Elastic Beanstalk returns an--- 'InvalidParameterValue' error.+-- 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.+-- 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 group to which the target environment belongs. Specify a--- group name only if the environment\'s name is specified in an--- environment manifest and not with the environment name or environment ID--- parameters. See--- <http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/environment-cfg-manifest.html Environment Manifest (env.yaml)>--- for details.+-- | The name of the group to which the target environment belongs. Specify a group name only if the environment\'s name is specified in an environment manifest and not with the environment name or environment ID parameters. See <http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/environment-cfg-manifest.html Environment Manifest (env.yaml)> for details. ueGroupName :: Lens' UpdateEnvironment (Maybe Text) ueGroupName = lens _ueGroupName (\ s a -> s{_ueGroupName = a}); --- | If this parameter is specified, AWS Elastic Beanstalk updates the--- description of this environment.+-- | If this parameter is specified, AWS Elastic Beanstalk updates the description of this environment. ueDescription :: Lens' UpdateEnvironment (Maybe Text) ueDescription = lens _ueDescription (\ s a -> s{_ueDescription = a}); 
gen/Network/AWS/ElasticBeanstalk/ValidateConfigurationSettings.hs view
@@ -18,11 +18,9 @@ -- Stability   : auto-generated -- 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.+-- 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.+-- This action returns a list of messages indicating any errors or warnings associated with the selection of option values. module Network.AWS.ElasticBeanstalk.ValidateConfigurationSettings     (     -- * Creating a Request@@ -89,13 +87,11 @@  -- | The name of the environment to validate the settings against. ----- Condition: You cannot specify both this and a configuration template--- name.+-- Condition: You cannot specify both this and a configuration template name. vcsEnvironmentName :: Lens' ValidateConfigurationSettings (Maybe Text) vcsEnvironmentName = lens _vcsEnvironmentName (\ s a -> s{_vcsEnvironmentName = a}); --- | 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}); 
test/Test/AWS/Gen/ElasticBeanstalk.hs view
@@ -28,223 +28,223 @@ -- fixtures :: TestTree -- fixtures = --     [ testGroup "request"---         [ testDescribeApplications $+--         [ requestDescribeApplications $ --             describeApplications -----         , testUpdateEnvironment $+--         , requestUpdateEnvironment $ --             updateEnvironment -----         , testTerminateEnvironment $+--         , requestTerminateEnvironment $ --             terminateEnvironment -----         , testCreateApplicationVersion $+--         , requestCreateApplicationVersion $ --             createApplicationVersion -----         , testDescribeEvents $+--         , requestDescribeEvents $ --             describeEvents -----         , testRequestEnvironmentInfo $+--         , requestRequestEnvironmentInfo $ --             requestEnvironmentInfo -----         , testRetrieveEnvironmentInfo $+--         , requestRetrieveEnvironmentInfo $ --             retrieveEnvironmentInfo -----         , testDeleteApplication $+--         , requestDeleteApplication $ --             deleteApplication -----         , testUpdateApplication $+--         , requestUpdateApplication $ --             updateApplication -----         , testDescribeInstancesHealth $+--         , requestDescribeInstancesHealth $ --             describeInstancesHealth -----         , testCreateApplication $+--         , requestCreateApplication $ --             createApplication -----         , testComposeEnvironments $+--         , requestComposeEnvironments $ --             composeEnvironments -----         , testAbortEnvironmentUpdate $+--         , requestAbortEnvironmentUpdate $ --             abortEnvironmentUpdate -----         , testDeleteConfigurationTemplate $+--         , requestDeleteConfigurationTemplate $ --             deleteConfigurationTemplate -----         , testUpdateConfigurationTemplate $+--         , requestUpdateConfigurationTemplate $ --             updateConfigurationTemplate -----         , testDescribeEnvironmentResources $+--         , requestDescribeEnvironmentResources $ --             describeEnvironmentResources -----         , testDescribeEnvironmentManagedActionHistory $+--         , requestDescribeEnvironmentManagedActionHistory $ --             describeEnvironmentManagedActionHistory -----         , testDeleteApplicationVersion $+--         , requestDeleteApplicationVersion $ --             deleteApplicationVersion -----         , testUpdateApplicationVersion $+--         , requestUpdateApplicationVersion $ --             updateApplicationVersion -----         , testCreateConfigurationTemplate $+--         , requestCreateConfigurationTemplate $ --             createConfigurationTemplate -----         , testDescribeEnvironmentHealth $+--         , requestDescribeEnvironmentHealth $ --             describeEnvironmentHealth -----         , testRebuildEnvironment $+--         , requestRebuildEnvironment $ --             rebuildEnvironment -----         , testDeleteEnvironmentConfiguration $+--         , requestDeleteEnvironmentConfiguration $ --             deleteEnvironmentConfiguration -----         , testSwapEnvironmentCNAMEs $+--         , requestSwapEnvironmentCNAMEs $ --             swapEnvironmentCNAMEs -----         , testListAvailableSolutionStacks $+--         , requestListAvailableSolutionStacks $ --             listAvailableSolutionStacks -----         , testApplyEnvironmentManagedAction $+--         , requestApplyEnvironmentManagedAction $ --             applyEnvironmentManagedAction -----         , testDescribeConfigurationOptions $+--         , requestDescribeConfigurationOptions $ --             describeConfigurationOptions -----         , testCreateStorageLocation $+--         , requestCreateStorageLocation $ --             createStorageLocation -----         , testDescribeEnvironmentManagedActions $+--         , requestDescribeEnvironmentManagedActions $ --             describeEnvironmentManagedActions -----         , testDescribeConfigurationSettings $+--         , requestDescribeConfigurationSettings $ --             describeConfigurationSettings -----         , testValidateConfigurationSettings $+--         , requestValidateConfigurationSettings $ --             validateConfigurationSettings -----         , testRestartAppServer $+--         , requestRestartAppServer $ --             restartAppServer -----         , testDescribeEnvironments $+--         , requestDescribeEnvironments $ --             describeEnvironments -----         , testCheckDNSAvailability $+--         , requestCheckDNSAvailability $ --             checkDNSAvailability -----         , testDescribeApplicationVersions $+--         , requestDescribeApplicationVersions $ --             describeApplicationVersions -----         , testCreateEnvironment $+--         , requestCreateEnvironment $ --             createEnvironment -- --           ]  --     , testGroup "response"---         [ testDescribeApplicationsResponse $+--         [ responseDescribeApplications $ --             describeApplicationsResponse -----         , testUpdateEnvironmentResponse $+--         , responseUpdateEnvironment $ --             environmentDescription -----         , testTerminateEnvironmentResponse $+--         , responseTerminateEnvironment $ --             environmentDescription -----         , testCreateApplicationVersionResponse $+--         , responseCreateApplicationVersion $ --             applicationVersionDescriptionMessage -----         , testDescribeEventsResponse $+--         , responseDescribeEvents $ --             describeEventsResponse -----         , testRequestEnvironmentInfoResponse $+--         , responseRequestEnvironmentInfo $ --             requestEnvironmentInfoResponse -----         , testRetrieveEnvironmentInfoResponse $+--         , responseRetrieveEnvironmentInfo $ --             retrieveEnvironmentInfoResponse -----         , testDeleteApplicationResponse $+--         , responseDeleteApplication $ --             deleteApplicationResponse -----         , testUpdateApplicationResponse $+--         , responseUpdateApplication $ --             applicationDescriptionMessage -----         , testDescribeInstancesHealthResponse $+--         , responseDescribeInstancesHealth $ --             describeInstancesHealthResponse -----         , testCreateApplicationResponse $+--         , responseCreateApplication $ --             applicationDescriptionMessage -----         , testComposeEnvironmentsResponse $+--         , responseComposeEnvironments $ --             environmentDescriptionsMessage -----         , testAbortEnvironmentUpdateResponse $+--         , responseAbortEnvironmentUpdate $ --             abortEnvironmentUpdateResponse -----         , testDeleteConfigurationTemplateResponse $+--         , responseDeleteConfigurationTemplate $ --             deleteConfigurationTemplateResponse -----         , testUpdateConfigurationTemplateResponse $+--         , responseUpdateConfigurationTemplate $ --             configurationSettingsDescription -----         , testDescribeEnvironmentResourcesResponse $+--         , responseDescribeEnvironmentResources $ --             describeEnvironmentResourcesResponse -----         , testDescribeEnvironmentManagedActionHistoryResponse $+--         , responseDescribeEnvironmentManagedActionHistory $ --             describeEnvironmentManagedActionHistoryResponse -----         , testDeleteApplicationVersionResponse $+--         , responseDeleteApplicationVersion $ --             deleteApplicationVersionResponse -----         , testUpdateApplicationVersionResponse $+--         , responseUpdateApplicationVersion $ --             applicationVersionDescriptionMessage -----         , testCreateConfigurationTemplateResponse $+--         , responseCreateConfigurationTemplate $ --             configurationSettingsDescription -----         , testDescribeEnvironmentHealthResponse $+--         , responseDescribeEnvironmentHealth $ --             describeEnvironmentHealthResponse -----         , testRebuildEnvironmentResponse $+--         , responseRebuildEnvironment $ --             rebuildEnvironmentResponse -----         , testDeleteEnvironmentConfigurationResponse $+--         , responseDeleteEnvironmentConfiguration $ --             deleteEnvironmentConfigurationResponse -----         , testSwapEnvironmentCNAMEsResponse $+--         , responseSwapEnvironmentCNAMEs $ --             swapEnvironmentCNAMEsResponse -----         , testListAvailableSolutionStacksResponse $+--         , responseListAvailableSolutionStacks $ --             listAvailableSolutionStacksResponse -----         , testApplyEnvironmentManagedActionResponse $+--         , responseApplyEnvironmentManagedAction $ --             applyEnvironmentManagedActionResponse -----         , testDescribeConfigurationOptionsResponse $+--         , responseDescribeConfigurationOptions $ --             describeConfigurationOptionsResponse -----         , testCreateStorageLocationResponse $+--         , responseCreateStorageLocation $ --             createStorageLocationResponse -----         , testDescribeEnvironmentManagedActionsResponse $+--         , responseDescribeEnvironmentManagedActions $ --             describeEnvironmentManagedActionsResponse -----         , testDescribeConfigurationSettingsResponse $+--         , responseDescribeConfigurationSettings $ --             describeConfigurationSettingsResponse -----         , testValidateConfigurationSettingsResponse $+--         , responseValidateConfigurationSettings $ --             validateConfigurationSettingsResponse -----         , testRestartAppServerResponse $+--         , responseRestartAppServer $ --             restartAppServerResponse -----         , testDescribeEnvironmentsResponse $+--         , responseDescribeEnvironments $ --             environmentDescriptionsMessage -----         , testCheckDNSAvailabilityResponse $+--         , responseCheckDNSAvailability $ --             checkDNSAvailabilityResponse -----         , testDescribeApplicationVersionsResponse $+--         , responseDescribeApplicationVersions $ --             describeApplicationVersionsResponse -----         , testCreateEnvironmentResponse $+--         , responseCreateEnvironment $ --             environmentDescription -- --           ]@@ -252,435 +252,435 @@  -- Requests -testDescribeApplications :: DescribeApplications -> TestTree-testDescribeApplications = req+requestDescribeApplications :: DescribeApplications -> TestTree+requestDescribeApplications = req     "DescribeApplications"     "fixture/DescribeApplications.yaml" -testUpdateEnvironment :: UpdateEnvironment -> TestTree-testUpdateEnvironment = req+requestUpdateEnvironment :: UpdateEnvironment -> TestTree+requestUpdateEnvironment = req     "UpdateEnvironment"     "fixture/UpdateEnvironment.yaml" -testTerminateEnvironment :: TerminateEnvironment -> TestTree-testTerminateEnvironment = req+requestTerminateEnvironment :: TerminateEnvironment -> TestTree+requestTerminateEnvironment = req     "TerminateEnvironment"     "fixture/TerminateEnvironment.yaml" -testCreateApplicationVersion :: CreateApplicationVersion -> TestTree-testCreateApplicationVersion = req+requestCreateApplicationVersion :: CreateApplicationVersion -> TestTree+requestCreateApplicationVersion = req     "CreateApplicationVersion"     "fixture/CreateApplicationVersion.yaml" -testDescribeEvents :: DescribeEvents -> TestTree-testDescribeEvents = req+requestDescribeEvents :: DescribeEvents -> TestTree+requestDescribeEvents = req     "DescribeEvents"     "fixture/DescribeEvents.yaml" -testRequestEnvironmentInfo :: RequestEnvironmentInfo -> TestTree-testRequestEnvironmentInfo = req+requestRequestEnvironmentInfo :: RequestEnvironmentInfo -> TestTree+requestRequestEnvironmentInfo = req     "RequestEnvironmentInfo"     "fixture/RequestEnvironmentInfo.yaml" -testRetrieveEnvironmentInfo :: RetrieveEnvironmentInfo -> TestTree-testRetrieveEnvironmentInfo = req+requestRetrieveEnvironmentInfo :: RetrieveEnvironmentInfo -> TestTree+requestRetrieveEnvironmentInfo = req     "RetrieveEnvironmentInfo"     "fixture/RetrieveEnvironmentInfo.yaml" -testDeleteApplication :: DeleteApplication -> TestTree-testDeleteApplication = req+requestDeleteApplication :: DeleteApplication -> TestTree+requestDeleteApplication = req     "DeleteApplication"     "fixture/DeleteApplication.yaml" -testUpdateApplication :: UpdateApplication -> TestTree-testUpdateApplication = req+requestUpdateApplication :: UpdateApplication -> TestTree+requestUpdateApplication = req     "UpdateApplication"     "fixture/UpdateApplication.yaml" -testDescribeInstancesHealth :: DescribeInstancesHealth -> TestTree-testDescribeInstancesHealth = req+requestDescribeInstancesHealth :: DescribeInstancesHealth -> TestTree+requestDescribeInstancesHealth = req     "DescribeInstancesHealth"     "fixture/DescribeInstancesHealth.yaml" -testCreateApplication :: CreateApplication -> TestTree-testCreateApplication = req+requestCreateApplication :: CreateApplication -> TestTree+requestCreateApplication = req     "CreateApplication"     "fixture/CreateApplication.yaml" -testComposeEnvironments :: ComposeEnvironments -> TestTree-testComposeEnvironments = req+requestComposeEnvironments :: ComposeEnvironments -> TestTree+requestComposeEnvironments = req     "ComposeEnvironments"     "fixture/ComposeEnvironments.yaml" -testAbortEnvironmentUpdate :: AbortEnvironmentUpdate -> TestTree-testAbortEnvironmentUpdate = req+requestAbortEnvironmentUpdate :: AbortEnvironmentUpdate -> TestTree+requestAbortEnvironmentUpdate = req     "AbortEnvironmentUpdate"     "fixture/AbortEnvironmentUpdate.yaml" -testDeleteConfigurationTemplate :: DeleteConfigurationTemplate -> TestTree-testDeleteConfigurationTemplate = req+requestDeleteConfigurationTemplate :: DeleteConfigurationTemplate -> TestTree+requestDeleteConfigurationTemplate = req     "DeleteConfigurationTemplate"     "fixture/DeleteConfigurationTemplate.yaml" -testUpdateConfigurationTemplate :: UpdateConfigurationTemplate -> TestTree-testUpdateConfigurationTemplate = req+requestUpdateConfigurationTemplate :: UpdateConfigurationTemplate -> TestTree+requestUpdateConfigurationTemplate = req     "UpdateConfigurationTemplate"     "fixture/UpdateConfigurationTemplate.yaml" -testDescribeEnvironmentResources :: DescribeEnvironmentResources -> TestTree-testDescribeEnvironmentResources = req+requestDescribeEnvironmentResources :: DescribeEnvironmentResources -> TestTree+requestDescribeEnvironmentResources = req     "DescribeEnvironmentResources"     "fixture/DescribeEnvironmentResources.yaml" -testDescribeEnvironmentManagedActionHistory :: DescribeEnvironmentManagedActionHistory -> TestTree-testDescribeEnvironmentManagedActionHistory = req+requestDescribeEnvironmentManagedActionHistory :: DescribeEnvironmentManagedActionHistory -> TestTree+requestDescribeEnvironmentManagedActionHistory = req     "DescribeEnvironmentManagedActionHistory"     "fixture/DescribeEnvironmentManagedActionHistory.yaml" -testDeleteApplicationVersion :: DeleteApplicationVersion -> TestTree-testDeleteApplicationVersion = req+requestDeleteApplicationVersion :: DeleteApplicationVersion -> TestTree+requestDeleteApplicationVersion = req     "DeleteApplicationVersion"     "fixture/DeleteApplicationVersion.yaml" -testUpdateApplicationVersion :: UpdateApplicationVersion -> TestTree-testUpdateApplicationVersion = req+requestUpdateApplicationVersion :: UpdateApplicationVersion -> TestTree+requestUpdateApplicationVersion = req     "UpdateApplicationVersion"     "fixture/UpdateApplicationVersion.yaml" -testCreateConfigurationTemplate :: CreateConfigurationTemplate -> TestTree-testCreateConfigurationTemplate = req+requestCreateConfigurationTemplate :: CreateConfigurationTemplate -> TestTree+requestCreateConfigurationTemplate = req     "CreateConfigurationTemplate"     "fixture/CreateConfigurationTemplate.yaml" -testDescribeEnvironmentHealth :: DescribeEnvironmentHealth -> TestTree-testDescribeEnvironmentHealth = req+requestDescribeEnvironmentHealth :: DescribeEnvironmentHealth -> TestTree+requestDescribeEnvironmentHealth = req     "DescribeEnvironmentHealth"     "fixture/DescribeEnvironmentHealth.yaml" -testRebuildEnvironment :: RebuildEnvironment -> TestTree-testRebuildEnvironment = req+requestRebuildEnvironment :: RebuildEnvironment -> TestTree+requestRebuildEnvironment = req     "RebuildEnvironment"     "fixture/RebuildEnvironment.yaml" -testDeleteEnvironmentConfiguration :: DeleteEnvironmentConfiguration -> TestTree-testDeleteEnvironmentConfiguration = req+requestDeleteEnvironmentConfiguration :: DeleteEnvironmentConfiguration -> TestTree+requestDeleteEnvironmentConfiguration = req     "DeleteEnvironmentConfiguration"     "fixture/DeleteEnvironmentConfiguration.yaml" -testSwapEnvironmentCNAMEs :: SwapEnvironmentCNAMEs -> TestTree-testSwapEnvironmentCNAMEs = req+requestSwapEnvironmentCNAMEs :: SwapEnvironmentCNAMEs -> TestTree+requestSwapEnvironmentCNAMEs = req     "SwapEnvironmentCNAMEs"     "fixture/SwapEnvironmentCNAMEs.yaml" -testListAvailableSolutionStacks :: ListAvailableSolutionStacks -> TestTree-testListAvailableSolutionStacks = req+requestListAvailableSolutionStacks :: ListAvailableSolutionStacks -> TestTree+requestListAvailableSolutionStacks = req     "ListAvailableSolutionStacks"     "fixture/ListAvailableSolutionStacks.yaml" -testApplyEnvironmentManagedAction :: ApplyEnvironmentManagedAction -> TestTree-testApplyEnvironmentManagedAction = req+requestApplyEnvironmentManagedAction :: ApplyEnvironmentManagedAction -> TestTree+requestApplyEnvironmentManagedAction = req     "ApplyEnvironmentManagedAction"     "fixture/ApplyEnvironmentManagedAction.yaml" -testDescribeConfigurationOptions :: DescribeConfigurationOptions -> TestTree-testDescribeConfigurationOptions = req+requestDescribeConfigurationOptions :: DescribeConfigurationOptions -> TestTree+requestDescribeConfigurationOptions = req     "DescribeConfigurationOptions"     "fixture/DescribeConfigurationOptions.yaml" -testCreateStorageLocation :: CreateStorageLocation -> TestTree-testCreateStorageLocation = req+requestCreateStorageLocation :: CreateStorageLocation -> TestTree+requestCreateStorageLocation = req     "CreateStorageLocation"     "fixture/CreateStorageLocation.yaml" -testDescribeEnvironmentManagedActions :: DescribeEnvironmentManagedActions -> TestTree-testDescribeEnvironmentManagedActions = req+requestDescribeEnvironmentManagedActions :: DescribeEnvironmentManagedActions -> TestTree+requestDescribeEnvironmentManagedActions = req     "DescribeEnvironmentManagedActions"     "fixture/DescribeEnvironmentManagedActions.yaml" -testDescribeConfigurationSettings :: DescribeConfigurationSettings -> TestTree-testDescribeConfigurationSettings = req+requestDescribeConfigurationSettings :: DescribeConfigurationSettings -> TestTree+requestDescribeConfigurationSettings = req     "DescribeConfigurationSettings"     "fixture/DescribeConfigurationSettings.yaml" -testValidateConfigurationSettings :: ValidateConfigurationSettings -> TestTree-testValidateConfigurationSettings = req+requestValidateConfigurationSettings :: ValidateConfigurationSettings -> TestTree+requestValidateConfigurationSettings = req     "ValidateConfigurationSettings"     "fixture/ValidateConfigurationSettings.yaml" -testRestartAppServer :: RestartAppServer -> TestTree-testRestartAppServer = req+requestRestartAppServer :: RestartAppServer -> TestTree+requestRestartAppServer = req     "RestartAppServer"     "fixture/RestartAppServer.yaml" -testDescribeEnvironments :: DescribeEnvironments -> TestTree-testDescribeEnvironments = req+requestDescribeEnvironments :: DescribeEnvironments -> TestTree+requestDescribeEnvironments = req     "DescribeEnvironments"     "fixture/DescribeEnvironments.yaml" -testCheckDNSAvailability :: CheckDNSAvailability -> TestTree-testCheckDNSAvailability = req+requestCheckDNSAvailability :: CheckDNSAvailability -> TestTree+requestCheckDNSAvailability = req     "CheckDNSAvailability"     "fixture/CheckDNSAvailability.yaml" -testDescribeApplicationVersions :: DescribeApplicationVersions -> TestTree-testDescribeApplicationVersions = req+requestDescribeApplicationVersions :: DescribeApplicationVersions -> TestTree+requestDescribeApplicationVersions = req     "DescribeApplicationVersions"     "fixture/DescribeApplicationVersions.yaml" -testCreateEnvironment :: CreateEnvironment -> TestTree-testCreateEnvironment = req+requestCreateEnvironment :: CreateEnvironment -> TestTree+requestCreateEnvironment = req     "CreateEnvironment"     "fixture/CreateEnvironment.yaml"  -- Responses -testDescribeApplicationsResponse :: DescribeApplicationsResponse -> TestTree-testDescribeApplicationsResponse = res+responseDescribeApplications :: DescribeApplicationsResponse -> TestTree+responseDescribeApplications = res     "DescribeApplicationsResponse"     "fixture/DescribeApplicationsResponse.proto"     elasticBeanstalk     (Proxy :: Proxy DescribeApplications) -testUpdateEnvironmentResponse :: EnvironmentDescription -> TestTree-testUpdateEnvironmentResponse = res+responseUpdateEnvironment :: EnvironmentDescription -> TestTree+responseUpdateEnvironment = res     "UpdateEnvironmentResponse"     "fixture/UpdateEnvironmentResponse.proto"     elasticBeanstalk     (Proxy :: Proxy UpdateEnvironment) -testTerminateEnvironmentResponse :: EnvironmentDescription -> TestTree-testTerminateEnvironmentResponse = res+responseTerminateEnvironment :: EnvironmentDescription -> TestTree+responseTerminateEnvironment = res     "TerminateEnvironmentResponse"     "fixture/TerminateEnvironmentResponse.proto"     elasticBeanstalk     (Proxy :: Proxy TerminateEnvironment) -testCreateApplicationVersionResponse :: ApplicationVersionDescriptionMessage -> TestTree-testCreateApplicationVersionResponse = res+responseCreateApplicationVersion :: ApplicationVersionDescriptionMessage -> TestTree+responseCreateApplicationVersion = res     "CreateApplicationVersionResponse"     "fixture/CreateApplicationVersionResponse.proto"     elasticBeanstalk     (Proxy :: Proxy CreateApplicationVersion) -testDescribeEventsResponse :: DescribeEventsResponse -> TestTree-testDescribeEventsResponse = res+responseDescribeEvents :: DescribeEventsResponse -> TestTree+responseDescribeEvents = res     "DescribeEventsResponse"     "fixture/DescribeEventsResponse.proto"     elasticBeanstalk     (Proxy :: Proxy DescribeEvents) -testRequestEnvironmentInfoResponse :: RequestEnvironmentInfoResponse -> TestTree-testRequestEnvironmentInfoResponse = res+responseRequestEnvironmentInfo :: RequestEnvironmentInfoResponse -> TestTree+responseRequestEnvironmentInfo = res     "RequestEnvironmentInfoResponse"     "fixture/RequestEnvironmentInfoResponse.proto"     elasticBeanstalk     (Proxy :: Proxy RequestEnvironmentInfo) -testRetrieveEnvironmentInfoResponse :: RetrieveEnvironmentInfoResponse -> TestTree-testRetrieveEnvironmentInfoResponse = res+responseRetrieveEnvironmentInfo :: RetrieveEnvironmentInfoResponse -> TestTree+responseRetrieveEnvironmentInfo = res     "RetrieveEnvironmentInfoResponse"     "fixture/RetrieveEnvironmentInfoResponse.proto"     elasticBeanstalk     (Proxy :: Proxy RetrieveEnvironmentInfo) -testDeleteApplicationResponse :: DeleteApplicationResponse -> TestTree-testDeleteApplicationResponse = res+responseDeleteApplication :: DeleteApplicationResponse -> TestTree+responseDeleteApplication = res     "DeleteApplicationResponse"     "fixture/DeleteApplicationResponse.proto"     elasticBeanstalk     (Proxy :: Proxy DeleteApplication) -testUpdateApplicationResponse :: ApplicationDescriptionMessage -> TestTree-testUpdateApplicationResponse = res+responseUpdateApplication :: ApplicationDescriptionMessage -> TestTree+responseUpdateApplication = res     "UpdateApplicationResponse"     "fixture/UpdateApplicationResponse.proto"     elasticBeanstalk     (Proxy :: Proxy UpdateApplication) -testDescribeInstancesHealthResponse :: DescribeInstancesHealthResponse -> TestTree-testDescribeInstancesHealthResponse = res+responseDescribeInstancesHealth :: DescribeInstancesHealthResponse -> TestTree+responseDescribeInstancesHealth = res     "DescribeInstancesHealthResponse"     "fixture/DescribeInstancesHealthResponse.proto"     elasticBeanstalk     (Proxy :: Proxy DescribeInstancesHealth) -testCreateApplicationResponse :: ApplicationDescriptionMessage -> TestTree-testCreateApplicationResponse = res+responseCreateApplication :: ApplicationDescriptionMessage -> TestTree+responseCreateApplication = res     "CreateApplicationResponse"     "fixture/CreateApplicationResponse.proto"     elasticBeanstalk     (Proxy :: Proxy CreateApplication) -testComposeEnvironmentsResponse :: EnvironmentDescriptionsMessage -> TestTree-testComposeEnvironmentsResponse = res+responseComposeEnvironments :: EnvironmentDescriptionsMessage -> TestTree+responseComposeEnvironments = res     "ComposeEnvironmentsResponse"     "fixture/ComposeEnvironmentsResponse.proto"     elasticBeanstalk     (Proxy :: Proxy ComposeEnvironments) -testAbortEnvironmentUpdateResponse :: AbortEnvironmentUpdateResponse -> TestTree-testAbortEnvironmentUpdateResponse = res+responseAbortEnvironmentUpdate :: AbortEnvironmentUpdateResponse -> TestTree+responseAbortEnvironmentUpdate = res     "AbortEnvironmentUpdateResponse"     "fixture/AbortEnvironmentUpdateResponse.proto"     elasticBeanstalk     (Proxy :: Proxy AbortEnvironmentUpdate) -testDeleteConfigurationTemplateResponse :: DeleteConfigurationTemplateResponse -> TestTree-testDeleteConfigurationTemplateResponse = res+responseDeleteConfigurationTemplate :: DeleteConfigurationTemplateResponse -> TestTree+responseDeleteConfigurationTemplate = res     "DeleteConfigurationTemplateResponse"     "fixture/DeleteConfigurationTemplateResponse.proto"     elasticBeanstalk     (Proxy :: Proxy DeleteConfigurationTemplate) -testUpdateConfigurationTemplateResponse :: ConfigurationSettingsDescription -> TestTree-testUpdateConfigurationTemplateResponse = res+responseUpdateConfigurationTemplate :: ConfigurationSettingsDescription -> TestTree+responseUpdateConfigurationTemplate = res     "UpdateConfigurationTemplateResponse"     "fixture/UpdateConfigurationTemplateResponse.proto"     elasticBeanstalk     (Proxy :: Proxy UpdateConfigurationTemplate) -testDescribeEnvironmentResourcesResponse :: DescribeEnvironmentResourcesResponse -> TestTree-testDescribeEnvironmentResourcesResponse = res+responseDescribeEnvironmentResources :: DescribeEnvironmentResourcesResponse -> TestTree+responseDescribeEnvironmentResources = res     "DescribeEnvironmentResourcesResponse"     "fixture/DescribeEnvironmentResourcesResponse.proto"     elasticBeanstalk     (Proxy :: Proxy DescribeEnvironmentResources) -testDescribeEnvironmentManagedActionHistoryResponse :: DescribeEnvironmentManagedActionHistoryResponse -> TestTree-testDescribeEnvironmentManagedActionHistoryResponse = res+responseDescribeEnvironmentManagedActionHistory :: DescribeEnvironmentManagedActionHistoryResponse -> TestTree+responseDescribeEnvironmentManagedActionHistory = res     "DescribeEnvironmentManagedActionHistoryResponse"     "fixture/DescribeEnvironmentManagedActionHistoryResponse.proto"     elasticBeanstalk     (Proxy :: Proxy DescribeEnvironmentManagedActionHistory) -testDeleteApplicationVersionResponse :: DeleteApplicationVersionResponse -> TestTree-testDeleteApplicationVersionResponse = res+responseDeleteApplicationVersion :: DeleteApplicationVersionResponse -> TestTree+responseDeleteApplicationVersion = res     "DeleteApplicationVersionResponse"     "fixture/DeleteApplicationVersionResponse.proto"     elasticBeanstalk     (Proxy :: Proxy DeleteApplicationVersion) -testUpdateApplicationVersionResponse :: ApplicationVersionDescriptionMessage -> TestTree-testUpdateApplicationVersionResponse = res+responseUpdateApplicationVersion :: ApplicationVersionDescriptionMessage -> TestTree+responseUpdateApplicationVersion = res     "UpdateApplicationVersionResponse"     "fixture/UpdateApplicationVersionResponse.proto"     elasticBeanstalk     (Proxy :: Proxy UpdateApplicationVersion) -testCreateConfigurationTemplateResponse :: ConfigurationSettingsDescription -> TestTree-testCreateConfigurationTemplateResponse = res+responseCreateConfigurationTemplate :: ConfigurationSettingsDescription -> TestTree+responseCreateConfigurationTemplate = res     "CreateConfigurationTemplateResponse"     "fixture/CreateConfigurationTemplateResponse.proto"     elasticBeanstalk     (Proxy :: Proxy CreateConfigurationTemplate) -testDescribeEnvironmentHealthResponse :: DescribeEnvironmentHealthResponse -> TestTree-testDescribeEnvironmentHealthResponse = res+responseDescribeEnvironmentHealth :: DescribeEnvironmentHealthResponse -> TestTree+responseDescribeEnvironmentHealth = res     "DescribeEnvironmentHealthResponse"     "fixture/DescribeEnvironmentHealthResponse.proto"     elasticBeanstalk     (Proxy :: Proxy DescribeEnvironmentHealth) -testRebuildEnvironmentResponse :: RebuildEnvironmentResponse -> TestTree-testRebuildEnvironmentResponse = res+responseRebuildEnvironment :: RebuildEnvironmentResponse -> TestTree+responseRebuildEnvironment = res     "RebuildEnvironmentResponse"     "fixture/RebuildEnvironmentResponse.proto"     elasticBeanstalk     (Proxy :: Proxy RebuildEnvironment) -testDeleteEnvironmentConfigurationResponse :: DeleteEnvironmentConfigurationResponse -> TestTree-testDeleteEnvironmentConfigurationResponse = res+responseDeleteEnvironmentConfiguration :: DeleteEnvironmentConfigurationResponse -> TestTree+responseDeleteEnvironmentConfiguration = res     "DeleteEnvironmentConfigurationResponse"     "fixture/DeleteEnvironmentConfigurationResponse.proto"     elasticBeanstalk     (Proxy :: Proxy DeleteEnvironmentConfiguration) -testSwapEnvironmentCNAMEsResponse :: SwapEnvironmentCNAMEsResponse -> TestTree-testSwapEnvironmentCNAMEsResponse = res+responseSwapEnvironmentCNAMEs :: SwapEnvironmentCNAMEsResponse -> TestTree+responseSwapEnvironmentCNAMEs = res     "SwapEnvironmentCNAMEsResponse"     "fixture/SwapEnvironmentCNAMEsResponse.proto"     elasticBeanstalk     (Proxy :: Proxy SwapEnvironmentCNAMEs) -testListAvailableSolutionStacksResponse :: ListAvailableSolutionStacksResponse -> TestTree-testListAvailableSolutionStacksResponse = res+responseListAvailableSolutionStacks :: ListAvailableSolutionStacksResponse -> TestTree+responseListAvailableSolutionStacks = res     "ListAvailableSolutionStacksResponse"     "fixture/ListAvailableSolutionStacksResponse.proto"     elasticBeanstalk     (Proxy :: Proxy ListAvailableSolutionStacks) -testApplyEnvironmentManagedActionResponse :: ApplyEnvironmentManagedActionResponse -> TestTree-testApplyEnvironmentManagedActionResponse = res+responseApplyEnvironmentManagedAction :: ApplyEnvironmentManagedActionResponse -> TestTree+responseApplyEnvironmentManagedAction = res     "ApplyEnvironmentManagedActionResponse"     "fixture/ApplyEnvironmentManagedActionResponse.proto"     elasticBeanstalk     (Proxy :: Proxy ApplyEnvironmentManagedAction) -testDescribeConfigurationOptionsResponse :: DescribeConfigurationOptionsResponse -> TestTree-testDescribeConfigurationOptionsResponse = res+responseDescribeConfigurationOptions :: DescribeConfigurationOptionsResponse -> TestTree+responseDescribeConfigurationOptions = res     "DescribeConfigurationOptionsResponse"     "fixture/DescribeConfigurationOptionsResponse.proto"     elasticBeanstalk     (Proxy :: Proxy DescribeConfigurationOptions) -testCreateStorageLocationResponse :: CreateStorageLocationResponse -> TestTree-testCreateStorageLocationResponse = res+responseCreateStorageLocation :: CreateStorageLocationResponse -> TestTree+responseCreateStorageLocation = res     "CreateStorageLocationResponse"     "fixture/CreateStorageLocationResponse.proto"     elasticBeanstalk     (Proxy :: Proxy CreateStorageLocation) -testDescribeEnvironmentManagedActionsResponse :: DescribeEnvironmentManagedActionsResponse -> TestTree-testDescribeEnvironmentManagedActionsResponse = res+responseDescribeEnvironmentManagedActions :: DescribeEnvironmentManagedActionsResponse -> TestTree+responseDescribeEnvironmentManagedActions = res     "DescribeEnvironmentManagedActionsResponse"     "fixture/DescribeEnvironmentManagedActionsResponse.proto"     elasticBeanstalk     (Proxy :: Proxy DescribeEnvironmentManagedActions) -testDescribeConfigurationSettingsResponse :: DescribeConfigurationSettingsResponse -> TestTree-testDescribeConfigurationSettingsResponse = res+responseDescribeConfigurationSettings :: DescribeConfigurationSettingsResponse -> TestTree+responseDescribeConfigurationSettings = res     "DescribeConfigurationSettingsResponse"     "fixture/DescribeConfigurationSettingsResponse.proto"     elasticBeanstalk     (Proxy :: Proxy DescribeConfigurationSettings) -testValidateConfigurationSettingsResponse :: ValidateConfigurationSettingsResponse -> TestTree-testValidateConfigurationSettingsResponse = res+responseValidateConfigurationSettings :: ValidateConfigurationSettingsResponse -> TestTree+responseValidateConfigurationSettings = res     "ValidateConfigurationSettingsResponse"     "fixture/ValidateConfigurationSettingsResponse.proto"     elasticBeanstalk     (Proxy :: Proxy ValidateConfigurationSettings) -testRestartAppServerResponse :: RestartAppServerResponse -> TestTree-testRestartAppServerResponse = res+responseRestartAppServer :: RestartAppServerResponse -> TestTree+responseRestartAppServer = res     "RestartAppServerResponse"     "fixture/RestartAppServerResponse.proto"     elasticBeanstalk     (Proxy :: Proxy RestartAppServer) -testDescribeEnvironmentsResponse :: EnvironmentDescriptionsMessage -> TestTree-testDescribeEnvironmentsResponse = res+responseDescribeEnvironments :: EnvironmentDescriptionsMessage -> TestTree+responseDescribeEnvironments = res     "DescribeEnvironmentsResponse"     "fixture/DescribeEnvironmentsResponse.proto"     elasticBeanstalk     (Proxy :: Proxy DescribeEnvironments) -testCheckDNSAvailabilityResponse :: CheckDNSAvailabilityResponse -> TestTree-testCheckDNSAvailabilityResponse = res+responseCheckDNSAvailability :: CheckDNSAvailabilityResponse -> TestTree+responseCheckDNSAvailability = res     "CheckDNSAvailabilityResponse"     "fixture/CheckDNSAvailabilityResponse.proto"     elasticBeanstalk     (Proxy :: Proxy CheckDNSAvailability) -testDescribeApplicationVersionsResponse :: DescribeApplicationVersionsResponse -> TestTree-testDescribeApplicationVersionsResponse = res+responseDescribeApplicationVersions :: DescribeApplicationVersionsResponse -> TestTree+responseDescribeApplicationVersions = res     "DescribeApplicationVersionsResponse"     "fixture/DescribeApplicationVersionsResponse.proto"     elasticBeanstalk     (Proxy :: Proxy DescribeApplicationVersions) -testCreateEnvironmentResponse :: EnvironmentDescription -> TestTree-testCreateEnvironmentResponse = res+responseCreateEnvironment :: EnvironmentDescription -> TestTree+responseCreateEnvironment = res     "CreateEnvironmentResponse"     "fixture/CreateEnvironmentResponse.proto"     elasticBeanstalk