packages feed

amazonka-elb 1.4.2 → 1.4.3

raw patch · 31 files changed

+311/−579 lines, 31 filesdep ~amazonka-coredep ~amazonka-elbdep ~amazonka-testPVP ok

version bump matches the API change (PVP)

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

API changes (from Hackage documentation)

Files

README.md view
@@ -8,28 +8,20 @@  ## Version -`1.4.2`+`1.4.3`   ## Description  Elastic Load Balancing -Elastic Load Balancing distributes incoming traffic across your EC2-instances.+Elastic Load Balancing distributes incoming traffic across your EC2 instances. -For information about the features of Elastic Load Balancing, see-<http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/elastic-load-balancing.html What Is Elastic Load Balancing?>-in the /Elastic Load Balancing Developer Guide/.+For information about the features of Elastic Load Balancing, see <http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/elastic-load-balancing.html What Is Elastic Load Balancing?> in the /Elastic Load Balancing Developer Guide/. -For information about the AWS regions supported by Elastic Load-Balancing, see-<http://docs.aws.amazon.com/general/latest/gr/rande.html#elb_region Regions and Endpoints - Elastic Load Balancing>-in the /Amazon Web Services General Reference/.+For information about the AWS regions supported by Elastic Load Balancing, see <http://docs.aws.amazon.com/general/latest/gr/rande.html#elb_region Regions and Endpoints - Elastic Load Balancing> in the /Amazon Web Services General Reference/. -All Elastic Load Balancing operations are /idempotent/, which means that-they complete at most one time. If you repeat an operation, it succeeds-with a 200 OK response code.+All Elastic Load Balancing operations are /idempotent/, which means that they complete at most one time. If you repeat an operation, it succeeds with a 200 OK response code.  Documentation is available via [Hackage](http://hackage.haskell.org/package/amazonka-elb) and the [AWS API Reference](https://aws.amazon.com/documentation/).
amazonka-elb.cabal view
@@ -1,5 +1,5 @@ name:                  amazonka-elb-version:               1.4.2+version:               1.4.3 synopsis:              Amazon Elastic Load Balancing SDK. homepage:              https://github.com/brendanhay/amazonka bug-reports:           https://github.com/brendanhay/amazonka/issues@@ -15,21 +15,13 @@ description:     Elastic Load Balancing -    Elastic Load Balancing distributes incoming traffic across your EC2-    instances.+    Elastic Load Balancing distributes incoming traffic across your EC2 instances. -    For information about the features of Elastic Load Balancing, see-    <http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/elastic-load-balancing.html What Is Elastic Load Balancing?>-    in the /Elastic Load Balancing Developer Guide/.+    For information about the features of Elastic Load Balancing, see <http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/elastic-load-balancing.html What Is Elastic Load Balancing?> in the /Elastic Load Balancing Developer Guide/. -    For information about the AWS regions supported by Elastic Load-    Balancing, see-    <http://docs.aws.amazon.com/general/latest/gr/rande.html#elb_region Regions and Endpoints - Elastic Load Balancing>-    in the /Amazon Web Services General Reference/.+    For information about the AWS regions supported by Elastic Load Balancing, see <http://docs.aws.amazon.com/general/latest/gr/rande.html#elb_region Regions and Endpoints - Elastic Load Balancing> in the /Amazon Web Services General Reference/. -    All Elastic Load Balancing operations are /idempotent/, which means that-    they complete at most one time. If you repeat an operation, it succeeds-    with a 200 OK response code.+    All Elastic Load Balancing operations are /idempotent/, which means that they complete at most one time. If you repeat an operation, it succeeds with a 200 OK response code.     .     The types from this library are intended to be used with     <http://hackage.haskell.org/package/amazonka amazonka>, which provides@@ -93,7 +85,7 @@         , Network.AWS.ELB.Types.Sum      build-depends:-          amazonka-core == 1.4.2.*+          amazonka-core == 1.4.3.*         , base          >= 4.7     && < 5  test-suite amazonka-elb-test@@ -113,9 +105,9 @@         , Test.AWS.ELB.Internal      build-depends:-          amazonka-core == 1.4.2.*-        , amazonka-test == 1.4.2.*-        , amazonka-elb == 1.4.2.*+          amazonka-core == 1.4.3.*+        , amazonka-test == 1.4.3.*+        , amazonka-elb == 1.4.3.*         , base         , bytestring         , tasty
gen/Network/AWS/ELB.hs view
@@ -13,21 +13,13 @@ -- -- Elastic Load Balancing ----- Elastic Load Balancing distributes incoming traffic across your EC2--- instances.+-- Elastic Load Balancing distributes incoming traffic across your EC2 instances. ----- For information about the features of Elastic Load Balancing, see--- <http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/elastic-load-balancing.html What Is Elastic Load Balancing?>--- in the /Elastic Load Balancing Developer Guide/.+-- For information about the features of Elastic Load Balancing, see <http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/elastic-load-balancing.html What Is Elastic Load Balancing?> in the /Elastic Load Balancing Developer Guide/. ----- For information about the AWS regions supported by Elastic Load--- Balancing, see--- <http://docs.aws.amazon.com/general/latest/gr/rande.html#elb_region Regions and Endpoints - Elastic Load Balancing>--- in the /Amazon Web Services General Reference/.+-- For information about the AWS regions supported by Elastic Load Balancing, see <http://docs.aws.amazon.com/general/latest/gr/rande.html#elb_region Regions and Endpoints - Elastic Load Balancing> in the /Amazon Web Services General Reference/. ----- All Elastic Load Balancing operations are /idempotent/, which means that--- they complete at most one time. If you repeat an operation, it succeeds--- with a 200 OK response code.+-- All Elastic Load Balancing operations are /idempotent/, which means that they complete at most one time. If you repeat an operation, it succeeds with a 200 OK response code. module Network.AWS.ELB     (     -- * Service Configuration
gen/Network/AWS/ELB/AddTags.hs view
@@ -18,16 +18,11 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Adds the specified tags to the specified load balancer. Each load--- balancer can have a maximum of 10 tags.+-- Adds the specified tags to the specified load balancer. Each load balancer can have a maximum of 10 tags. ----- Each tag consists of a key and an optional value. If a tag with the same--- key is already associated with the load balancer, 'AddTags' updates its--- value.+-- Each tag consists of a key and an optional value. If a tag with the same key is already associated with the load balancer, 'AddTags' updates its value. ----- For more information, see--- <http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/add-remove-tags.html Tag Your Load Balancer>--- in the /Elastic Load Balancing Developer Guide/.+-- For more information, see <http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/add-remove-tags.html Tag Your Load Balancer> in the /Elastic Load Balancing Developer Guide/. module Network.AWS.ELB.AddTags     (     -- * Creating a Request
gen/Network/AWS/ELB/ApplySecurityGroupsToLoadBalancer.hs view
@@ -18,13 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Associates one or more security groups with your load balancer in a--- virtual private cloud (VPC). The specified security groups override the--- previously associated security groups.+-- Associates one or more security groups with your load balancer in a virtual private cloud (VPC). The specified security groups override the previously associated security groups. ----- For more information, see--- <http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/elb-security-groups.html#elb-vpc-security-groups Security Groups for Load Balancers in a VPC>--- in the /Elastic Load Balancing Developer Guide/.+-- For more information, see <http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/elb-security-groups.html#elb-vpc-security-groups Security Groups for Load Balancers in a VPC> in the /Elastic Load Balancing Developer Guide/. module Network.AWS.ELB.ApplySecurityGroupsToLoadBalancer     (     -- * Creating a Request@@ -75,8 +71,7 @@ asgtlbLoadBalancerName :: Lens' ApplySecurityGroupsToLoadBalancer Text asgtlbLoadBalancerName = lens _asgtlbLoadBalancerName (\ s a -> s{_asgtlbLoadBalancerName = a}); --- | The IDs of the security groups to associate with the load balancer. Note--- that you cannot specify the name of the security group.+-- | The IDs of the security groups to associate with the load balancer. Note that you cannot specify the name of the security group. asgtlbSecurityGroups :: Lens' ApplySecurityGroupsToLoadBalancer [Text] asgtlbSecurityGroups = lens _asgtlbSecurityGroups (\ s a -> s{_asgtlbSecurityGroups = a}) . _Coerce; 
gen/Network/AWS/ELB/AttachLoadBalancerToSubnets.hs view
@@ -18,13 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Adds one or more subnets to the set of configured subnets for the--- specified load balancer.+-- Adds one or more subnets to the set of configured subnets for the specified load balancer. ----- The load balancer evenly distributes requests across all registered--- subnets. For more information, see--- <http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/elb-manage-subnets.html Add or Remove Subnets for Your Load Balancer in a VPC>--- in the /Elastic Load Balancing Developer Guide/.+-- The load balancer evenly distributes requests across all registered subnets. For more information, see <http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/elb-manage-subnets.html Add or Remove Subnets for Your Load Balancer in a VPC> in the /Elastic Load Balancing Developer Guide/. module Network.AWS.ELB.AttachLoadBalancerToSubnets     (     -- * Creating a Request@@ -75,8 +71,7 @@ albtsLoadBalancerName :: Lens' AttachLoadBalancerToSubnets Text albtsLoadBalancerName = lens _albtsLoadBalancerName (\ s a -> s{_albtsLoadBalancerName = a}); --- | The IDs of the subnets to add for the load balancer. You can add only--- one subnet per Availability Zone.+-- | The IDs of the subnets to add for the load balancer. You can add only one subnet per Availability Zone. albtsSubnets :: Lens' AttachLoadBalancerToSubnets [Text] albtsSubnets = lens _albtsSubnets (\ s a -> s{_albtsSubnets = a}) . _Coerce; 
gen/Network/AWS/ELB/ConfigureHealthCheck.hs view
@@ -18,12 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Specifies the health check settings to use when evaluating the health--- state of your back-end instances.+-- Specifies the health check settings to use when evaluating the health state of your back-end instances. ----- For more information, see--- <http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/elb-healthchecks.html Configure Health Checks>--- in the /Elastic Load Balancing Developer Guide/.+-- For more information, see <http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/elb-healthchecks.html Configure Health Checks> in the /Elastic Load Balancing Developer Guide/. module Network.AWS.ELB.ConfigureHealthCheck     (     -- * Creating a Request
gen/Network/AWS/ELB/CreateAppCookieStickinessPolicy.hs view
@@ -18,23 +18,13 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Generates a stickiness policy with sticky session lifetimes that follow--- that of an application-generated cookie. This policy can be associated--- only with HTTP\/HTTPS listeners.+-- Generates a stickiness policy with sticky session lifetimes that follow that of an application-generated cookie. This policy can be associated only with HTTP\/HTTPS listeners. ----- This policy is similar to the policy created by--- < CreateLBCookieStickinessPolicy>, except that the lifetime of the--- special Elastic Load Balancing cookie, 'AWSELB', follows the lifetime of--- the application-generated cookie specified in the policy configuration.--- The load balancer only inserts a new stickiness cookie when the--- application response includes a new application cookie.+-- This policy is similar to the policy created by < CreateLBCookieStickinessPolicy>, except that the lifetime of the special Elastic Load Balancing cookie, 'AWSELB', follows the lifetime of the application-generated cookie specified in the policy configuration. The load balancer only inserts a new stickiness cookie when the application response includes a new application cookie. ----- If the application cookie is explicitly removed or expires, the session--- stops being sticky until a new application cookie is issued.+-- If the application cookie is explicitly removed or expires, the session stops being sticky until a new application cookie is issued. ----- For more information, see--- <http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/elb-sticky-sessions.html#enable-sticky-sessions-application Application-Controlled Session Stickiness>--- in the /Elastic Load Balancing Developer Guide/.+-- For more information, see <http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/elb-sticky-sessions.html#enable-sticky-sessions-application Application-Controlled Session Stickiness> in the /Elastic Load Balancing Developer Guide/. module Network.AWS.ELB.CreateAppCookieStickinessPolicy     (     -- * Creating a Request@@ -91,9 +81,7 @@ cacspLoadBalancerName :: Lens' CreateAppCookieStickinessPolicy Text cacspLoadBalancerName = lens _cacspLoadBalancerName (\ s a -> s{_cacspLoadBalancerName = a}); --- | The name of the policy being created. Policy names must consist of--- alphanumeric characters and dashes (-). This name must be unique within--- the set of policies for this load balancer.+-- | The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer. cacspPolicyName :: Lens' CreateAppCookieStickinessPolicy Text cacspPolicyName = lens _cacspPolicyName (\ s a -> s{_cacspPolicyName = a}); 
gen/Network/AWS/ELB/CreateLBCookieStickinessPolicy.hs view
@@ -18,26 +18,13 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Generates a stickiness policy with sticky session lifetimes controlled--- by the lifetime of the browser (user-agent) or a specified expiration--- period. This policy can be associated only with HTTP\/HTTPS listeners.+-- Generates a stickiness policy with sticky session lifetimes controlled by the lifetime of the browser (user-agent) or a specified expiration period. This policy can be associated only with HTTP\/HTTPS listeners. ----- When a load balancer implements this policy, the load balancer uses a--- special cookie to track the back-end server instance for each request.--- When the load balancer receives a request, it first checks to see if--- this cookie is present in the request. If so, the load balancer sends--- the request to the application server specified in the cookie. If not,--- the load balancer sends the request to a server that is chosen based on--- the existing load-balancing algorithm.+-- When a load balancer implements this policy, the load balancer uses a special cookie to track the back-end server instance for each request. When the load balancer receives a request, it first checks to see if this cookie is present in the request. If so, the load balancer sends the request to the application server specified in the cookie. If not, the load balancer sends the request to a server that is chosen based on the existing load-balancing algorithm. ----- A cookie is inserted into the response for binding subsequent requests--- from the same user to that server. The validity of the cookie is based--- on the cookie expiration time, which is specified in the policy--- configuration.+-- A cookie is inserted into the response for binding subsequent requests from the same user to that server. The validity of the cookie is based on the cookie expiration time, which is specified in the policy configuration. ----- For more information, see--- <http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/elb-sticky-sessions.html#enable-sticky-sessions-duration Duration-Based Session Stickiness>--- in the /Elastic Load Balancing Developer Guide/.+-- For more information, see <http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/elb-sticky-sessions.html#enable-sticky-sessions-duration Duration-Based Session Stickiness> in the /Elastic Load Balancing Developer Guide/. module Network.AWS.ELB.CreateLBCookieStickinessPolicy     (     -- * Creating a Request@@ -89,9 +76,7 @@     , _clbcspPolicyName = pPolicyName_     } --- | The time period, in seconds, after which the cookie should be considered--- stale. If you do not specify this parameter, the sticky session lasts--- for the duration of the browser session.+-- | The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the sticky session lasts for the duration of the browser session. clbcspCookieExpirationPeriod :: Lens' CreateLBCookieStickinessPolicy (Maybe Integer) clbcspCookieExpirationPeriod = lens _clbcspCookieExpirationPeriod (\ s a -> s{_clbcspCookieExpirationPeriod = a}); @@ -99,9 +84,7 @@ clbcspLoadBalancerName :: Lens' CreateLBCookieStickinessPolicy Text clbcspLoadBalancerName = lens _clbcspLoadBalancerName (\ s a -> s{_clbcspLoadBalancerName = a}); --- | The name of the policy being created. Policy names must consist of--- alphanumeric characters and dashes (-). This name must be unique within--- the set of policies for this load balancer.+-- | The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer. clbcspPolicyName :: Lens' CreateLBCookieStickinessPolicy Text clbcspPolicyName = lens _clbcspPolicyName (\ s a -> s{_clbcspPolicyName = a}); 
gen/Network/AWS/ELB/CreateLoadBalancer.hs view
@@ -20,18 +20,9 @@ -- -- Creates a load balancer. ----- If the call completes successfully, a new load balancer is created with--- a unique Domain Name Service (DNS) name. The load balancer receives--- incoming traffic and routes it to the registered instances. For more--- information, see--- <http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/how-elb-works.html How Elastic Load Balancing Works>--- in the /Elastic Load Balancing Developer Guide/.+-- If the call completes successfully, a new load balancer is created with a unique Domain Name Service (DNS) name. The load balancer receives incoming traffic and routes it to the registered instances. For more information, see <http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/how-elb-works.html How Elastic Load Balancing Works> in the /Elastic Load Balancing Developer Guide/. ----- You can create up to 20 load balancers per region per account. You can--- request an increase for the number of load balancers for your account.--- For more information, see--- <http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/elb-limits.html Elastic Load Balancing Limits>--- in the /Elastic Load Balancing Developer Guide/.+-- You can create up to 20 load balancers per region per account. You can request an increase for the number of load balancers for your account. For more information, see <http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/elb-limits.html Elastic Load Balancing Limits> in the /Elastic Load Balancing Developer Guide/. module Network.AWS.ELB.CreateLoadBalancer     (     -- * Creating a Request@@ -107,59 +98,41 @@ clbSecurityGroups :: Lens' CreateLoadBalancer [Text] clbSecurityGroups = lens _clbSecurityGroups (\ s a -> s{_clbSecurityGroups = a}) . _Default . _Coerce; --- | The IDs of the subnets in your VPC to attach to the load balancer.--- Specify one subnet per Availability Zone specified in--- 'AvailabilityZones'.+-- | The IDs of the subnets in your VPC to attach to the load balancer. Specify one subnet per Availability Zone specified in 'AvailabilityZones'. clbSubnets :: Lens' CreateLoadBalancer [Text] clbSubnets = lens _clbSubnets (\ s a -> s{_clbSubnets = a}) . _Default . _Coerce; --- | One or more Availability Zones from the same region as the load--- balancer. Traffic is equally distributed across all specified--- Availability Zones.+-- | One or more Availability Zones from the same region as the load balancer. Traffic is equally distributed across all specified Availability Zones. -- -- You must specify at least one Availability Zone. ----- You can add more Availability Zones after you create the load balancer--- using < EnableAvailabilityZonesForLoadBalancer>.+-- You can add more Availability Zones after you create the load balancer using < EnableAvailabilityZonesForLoadBalancer>. clbAvailabilityZones :: Lens' CreateLoadBalancer [Text] clbAvailabilityZones = lens _clbAvailabilityZones (\ s a -> s{_clbAvailabilityZones = a}) . _Default . _Coerce;  -- | The type of a load balancer. Valid only for load balancers in a VPC. ----- By default, Elastic Load Balancing creates an Internet-facing load--- balancer with a publicly resolvable DNS name, which resolves to public--- IP addresses. For more information about Internet-facing and Internal--- load balancers, see--- <http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/vpc-loadbalancer-types.html Internet-facing and Internal Load Balancers>--- in the /Elastic Load Balancing Developer Guide/.+-- By default, Elastic Load Balancing creates an Internet-facing load balancer with a publicly resolvable DNS name, which resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see <http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/vpc-loadbalancer-types.html Internet-facing and Internal Load Balancers> in the /Elastic Load Balancing Developer Guide/. ----- Specify 'internal' to create an internal load balancer with a DNS name--- that resolves to private IP addresses.+-- Specify 'internal' to create an internal load balancer with a DNS name that resolves to private IP addresses. clbScheme :: Lens' CreateLoadBalancer (Maybe Text) clbScheme = lens _clbScheme (\ s a -> s{_clbScheme = a});  -- | A list of tags to assign to the load balancer. ----- For more information about tagging your load balancer, see--- <http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/TerminologyandKeyConcepts.html#tagging-elb Tagging>--- in the /Elastic Load Balancing Developer Guide/.+-- For more information about tagging your load balancer, see <http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/TerminologyandKeyConcepts.html#tagging-elb Tagging> in the /Elastic Load Balancing Developer Guide/. clbTags :: Lens' CreateLoadBalancer (Maybe (NonEmpty Tag)) clbTags = lens _clbTags (\ s a -> s{_clbTags = a}) . mapping _List1;  -- | The name of the load balancer. ----- This name must be unique within your set of load balancers for the--- region, must have a maximum of 32 characters, must contain only--- alphanumeric characters or hyphens, and cannot begin or end with a--- hyphen.+-- This name must be unique within your set of load balancers for the region, must have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and cannot begin or end with a hyphen. clbLoadBalancerName :: Lens' CreateLoadBalancer Text clbLoadBalancerName = lens _clbLoadBalancerName (\ s a -> s{_clbLoadBalancerName = a});  -- | The listeners. ----- For more information, see--- <http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/elb-listener-config.html Listeners for Your Load Balancer>--- in the /Elastic Load Balancing Developer Guide/.+-- For more information, see <http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/elb-listener-config.html Listeners for Your Load Balancer> in the /Elastic Load Balancing Developer Guide/. clbListeners :: Lens' CreateLoadBalancer [Listener] clbListeners = lens _clbListeners (\ s a -> s{_clbListeners = a}) . _Coerce; 
gen/Network/AWS/ELB/CreateLoadBalancerListeners.hs view
@@ -18,14 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Creates one or more listeners for the specified load balancer. If a--- listener with the specified port does not already exist, it is created;--- otherwise, the properties of the new listener must match the properties--- of the existing listener.+-- Creates one or more listeners for the specified load balancer. If a listener with the specified port does not already exist, it is created; otherwise, the properties of the new listener must match the properties of the existing listener. ----- For more information, see--- <http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/us-add-listener.html Add a Listener to Your Load Balancer>--- in the /Elastic Load Balancing Developer Guide/.+-- For more information, see <http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/us-add-listener.html Add a Listener to Your Load Balancer> in the /Elastic Load Balancing Developer Guide/. module Network.AWS.ELB.CreateLoadBalancerListeners     (     -- * Creating a Request
gen/Network/AWS/ELB/CreateLoadBalancerPolicy.hs view
@@ -18,12 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Creates a policy with the specified attributes for the specified load--- balancer.+-- Creates a policy with the specified attributes for the specified load balancer. ----- Policies are settings that are saved for your load balancer and that can--- be applied to the front-end listener or the back-end application server,--- depending on the policy type.+-- Policies are settings that are saved for your load balancer and that can be applied to the front-end listener or the back-end application server, depending on the policy type. module Network.AWS.ELB.CreateLoadBalancerPolicy     (     -- * Creating a Request@@ -89,13 +86,11 @@ clbpLoadBalancerName :: Lens' CreateLoadBalancerPolicy Text clbpLoadBalancerName = lens _clbpLoadBalancerName (\ s a -> s{_clbpLoadBalancerName = a}); --- | The name of the load balancer policy to be created. This name must be--- unique within the set of policies for this load balancer.+-- | The name of the load balancer policy to be created. This name must be unique within the set of policies for this load balancer. clbpPolicyName :: Lens' CreateLoadBalancerPolicy Text clbpPolicyName = lens _clbpPolicyName (\ s a -> s{_clbpPolicyName = a}); --- | The name of the base policy type. To get the list of policy types, use--- < DescribeLoadBalancerPolicyTypes>.+-- | The name of the base policy type. To get the list of policy types, use < DescribeLoadBalancerPolicyTypes>. clbpPolicyTypeName :: Lens' CreateLoadBalancerPolicy Text clbpPolicyTypeName = lens _clbpPolicyTypeName (\ s a -> s{_clbpPolicyTypeName = a}); 
gen/Network/AWS/ELB/DeleteLoadBalancer.hs view
@@ -20,14 +20,9 @@ -- -- Deletes the specified load balancer. ----- If you are attempting to recreate a load balancer, you must reconfigure--- all settings. The DNS name associated with a deleted load balancer are--- no longer usable. The name and associated DNS record of the deleted load--- balancer no longer exist and traffic sent to any of its IP addresses is--- no longer delivered to back-end instances.+-- If you are attempting to recreate a load balancer, you must reconfigure all settings. The DNS name associated with a deleted load balancer are no longer usable. The name and associated DNS record of the deleted load balancer no longer exist and traffic sent to any of its IP addresses is no longer delivered to back-end instances. ----- If the load balancer does not exist or has already been deleted, the--- call to 'DeleteLoadBalancer' still succeeds.+-- If the load balancer does not exist or has already been deleted, the call to 'DeleteLoadBalancer' still succeeds. module Network.AWS.ELB.DeleteLoadBalancer     (     -- * Creating a Request
gen/Network/AWS/ELB/DeleteLoadBalancerPolicy.hs view
@@ -18,8 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Deletes the specified policy from the specified load balancer. This--- policy must not be enabled for any listeners.+-- Deletes the specified policy from the specified load balancer. This policy must not be enabled for any listeners. module Network.AWS.ELB.DeleteLoadBalancerPolicy     (     -- * Creating a Request
gen/Network/AWS/ELB/DeregisterInstancesFromLoadBalancer.hs view
@@ -18,16 +18,11 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Deregisters the specified instances from the specified load balancer.--- After the instance is deregistered, it no longer receives traffic from--- the load balancer.+-- Deregisters the specified instances from the specified load balancer. After the instance is deregistered, it no longer receives traffic from the load balancer. ----- You can use < DescribeLoadBalancers> to verify that the instance is--- deregistered from the load balancer.+-- You can use < DescribeLoadBalancers> to verify that the instance is deregistered from the load balancer. ----- For more information, see--- <http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/US_DeReg_Reg_Instances.html Deregister and Register Amazon EC2 Instances>--- in the /Elastic Load Balancing Developer Guide/.+-- For more information, see <http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/US_DeReg_Reg_Instances.html Deregister and Register Amazon EC2 Instances> in the /Elastic Load Balancing Developer Guide/. module Network.AWS.ELB.DeregisterInstancesFromLoadBalancer     (     -- * Creating a Request
gen/Network/AWS/ELB/DescribeInstanceHealth.hs view
@@ -18,12 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Describes the state of the specified instances with respect to the--- specified load balancer. If no instances are specified, the call--- describes the state of all instances that are currently registered with--- the load balancer. If instances are specified, their state is returned--- even if they are no longer registered with the load balancer. The state--- of terminated instances is not returned.+-- Describes the state of the specified instances with respect to the specified load balancer. If no instances are specified, the call describes the state of all instances that are currently registered with the load balancer. If instances are specified, their state is returned even if they are no longer registered with the load balancer. The state of terminated instances is not returned. module Network.AWS.ELB.DescribeInstanceHealth     (     -- * Creating a Request
gen/Network/AWS/ELB/DescribeLoadBalancerPolicies.hs view
@@ -20,13 +20,7 @@ -- -- Describes the specified policies. ----- If you specify a load balancer name, the action returns the descriptions--- of all policies created for the load balancer. If you specify a policy--- name associated with your load balancer, the action returns the--- description of that policy. If you don\'t specify a load balancer name,--- the action returns descriptions of the specified sample policies, or--- descriptions of all sample policies. The names of the sample policies--- have the 'ELBSample-' prefix.+-- If you specify a load balancer name, the action returns the descriptions of all policies created for the load balancer. If you specify a policy name associated with your load balancer, the action returns the description of that policy. If you don\'t specify a load balancer name, the action returns descriptions of the specified sample policies, or descriptions of all sample policies. The names of the sample policies have the 'ELBSample-' prefix. module Network.AWS.ELB.DescribeLoadBalancerPolicies     (     -- * Creating a Request
gen/Network/AWS/ELB/DescribeLoadBalancerPolicyTypes.hs view
@@ -20,8 +20,7 @@ -- -- Describes the specified load balancer policy types. ----- You can use these policy types with < CreateLoadBalancerPolicy> to--- create policy configurations for a load balancer.+-- You can use these policy types with < CreateLoadBalancerPolicy> to create policy configurations for a load balancer. module Network.AWS.ELB.DescribeLoadBalancerPolicyTypes     (     -- * Creating a Request@@ -62,8 +61,7 @@     { _dlbptPolicyTypeNames = Nothing     } --- | The names of the policy types. If no names are specified, describes all--- policy types defined by Elastic Load Balancing.+-- | The names of the policy types. If no names are specified, describes all policy types defined by Elastic Load Balancing. dlbptPolicyTypeNames :: Lens' DescribeLoadBalancerPolicyTypes [Text] dlbptPolicyTypeNames = lens _dlbptPolicyTypeNames (\ s a -> s{_dlbptPolicyTypeNames = a}) . _Default . _Coerce; 
gen/Network/AWS/ELB/DescribeLoadBalancers.hs view
@@ -18,8 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Describes the specified the load balancers. If no load balancers are--- specified, the call describes all of your load balancers.+-- Describes the specified the load balancers. If no load balancers are specified, the call describes all of your load balancers. -- -- This operation returns paginated results. module Network.AWS.ELB.DescribeLoadBalancers@@ -74,13 +73,11 @@     , _dlbLoadBalancerNames = Nothing     } --- | The marker for the next set of results. (You received this marker from a--- previous call.)+-- | The marker for the next set of results. (You received this marker from a previous call.) dlbMarker :: Lens' DescribeLoadBalancers (Maybe Text) dlbMarker = lens _dlbMarker (\ s a -> s{_dlbMarker = a}); --- | The maximum number of results to return with this call (a number from 1--- to 400). The default is 400.+-- | The maximum number of results to return with this call (a number from 1 to 400). The default is 400. dlbPageSize :: Lens' DescribeLoadBalancers (Maybe Natural) dlbPageSize = lens _dlbPageSize (\ s a -> s{_dlbPageSize = a}) . mapping _Nat; @@ -159,8 +156,7 @@ dlbrsLoadBalancerDescriptions :: Lens' DescribeLoadBalancersResponse [LoadBalancerDescription] dlbrsLoadBalancerDescriptions = lens _dlbrsLoadBalancerDescriptions (\ s a -> s{_dlbrsLoadBalancerDescriptions = a}) . _Default . _Coerce; --- | The marker to use when requesting the next set of results. If there are--- no additional results, the string is empty.+-- | The marker to use when requesting the next set of results. If there are no additional results, the string is empty. dlbrsNextMarker :: Lens' DescribeLoadBalancersResponse (Maybe Text) dlbrsNextMarker = lens _dlbrsNextMarker (\ s a -> s{_dlbrsNextMarker = a}); 
gen/Network/AWS/ELB/DetachLoadBalancerFromSubnets.hs view
@@ -18,13 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Removes the specified subnets from the set of configured subnets for the--- load balancer.+-- Removes the specified subnets from the set of configured subnets for the load balancer. ----- After a subnet is removed, all EC2 instances registered with the load--- balancer in the removed subnet go into the 'OutOfService' state. Then,--- the load balancer balances the traffic among the remaining routable--- subnets.+-- After a subnet is removed, all EC2 instances registered with the load balancer in the removed subnet go into the 'OutOfService' state. Then, the load balancer balances the traffic among the remaining routable subnets. module Network.AWS.ELB.DetachLoadBalancerFromSubnets     (     -- * Creating a Request
gen/Network/AWS/ELB/DisableAvailabilityZonesForLoadBalancer.hs view
@@ -18,19 +18,11 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Removes the specified Availability Zones from the set of Availability--- Zones for the specified load balancer.+-- Removes the specified Availability Zones from the set of Availability Zones for the specified load balancer. ----- There must be at least one Availability Zone registered with a load--- balancer at all times. After an Availability Zone is removed, all--- instances registered with the load balancer that are in the removed--- Availability Zone go into the 'OutOfService' state. Then, the load--- balancer attempts to equally balance the traffic among its remaining--- Availability Zones.+-- There must be at least one Availability Zone registered with a load balancer at all times. After an Availability Zone is removed, all instances registered with the load balancer that are in the removed Availability Zone go into the 'OutOfService' state. Then, the load balancer attempts to equally balance the traffic among its remaining Availability Zones. ----- For more information, see--- <http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/US_ShrinkLBApp04.html Disable an Availability Zone from a Load-Balanced Application>--- in the /Elastic Load Balancing Developer Guide/.+-- For more information, see <http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/US_ShrinkLBApp04.html Disable an Availability Zone from a Load-Balanced Application> in the /Elastic Load Balancing Developer Guide/. module Network.AWS.ELB.DisableAvailabilityZonesForLoadBalancer     (     -- * Creating a Request
gen/Network/AWS/ELB/EnableAvailabilityZonesForLoadBalancer.hs view
@@ -18,15 +18,11 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Adds the specified Availability Zones to the set of Availability Zones--- for the specified load balancer.+-- Adds the specified Availability Zones to the set of Availability Zones for the specified load balancer. ----- The load balancer evenly distributes requests across all its registered--- Availability Zones that contain instances.+-- The load balancer evenly distributes requests across all its registered Availability Zones that contain instances. ----- For more information, see--- <http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/US_AddLBAvailabilityZone.html Add Availability Zone>--- in the /Elastic Load Balancing Developer Guide/.+-- For more information, see <http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/US_AddLBAvailabilityZone.html Add Availability Zone> in the /Elastic Load Balancing Developer Guide/. module Network.AWS.ELB.EnableAvailabilityZonesForLoadBalancer     (     -- * Creating a Request@@ -77,8 +73,7 @@ eazflbLoadBalancerName :: Lens' EnableAvailabilityZonesForLoadBalancer Text eazflbLoadBalancerName = lens _eazflbLoadBalancerName (\ s a -> s{_eazflbLoadBalancerName = a}); --- | The Availability Zones. These must be in the same region as the load--- balancer.+-- | The Availability Zones. These must be in the same region as the load balancer. eazflbAvailabilityZones :: Lens' EnableAvailabilityZonesForLoadBalancer [Text] eazflbAvailabilityZones = lens _eazflbAvailabilityZones (\ s a -> s{_eazflbAvailabilityZones = a}) . _Coerce; 
gen/Network/AWS/ELB/ModifyLoadBalancerAttributes.hs view
@@ -20,14 +20,9 @@ -- -- Modifies the attributes of the specified load balancer. ----- You can modify the load balancer attributes, such as 'AccessLogs',--- 'ConnectionDraining', and 'CrossZoneLoadBalancing' by either enabling or--- disabling them. Or, you can modify the load balancer attribute--- 'ConnectionSettings' by specifying an idle connection timeout value for--- your load balancer.+-- You can modify the load balancer attributes, such as 'AccessLogs', 'ConnectionDraining', and 'CrossZoneLoadBalancing' by either enabling or disabling them. Or, you can modify the load balancer attribute 'ConnectionSettings' by specifying an idle connection timeout value for your load balancer. ----- For more information, see the following in the /Elastic Load Balancing--- Developer Guide/:+-- For more information, see the following in the /Elastic Load Balancing Developer Guide/: -- -- -   <http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/TerminologyandKeyConcepts.html#request-routing Cross-Zone Load Balancing> -- -   <http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/TerminologyandKeyConcepts.html#conn-drain Connection Draining>
gen/Network/AWS/ELB/RegisterInstancesWithLoadBalancer.hs view
@@ -20,35 +20,15 @@ -- -- Adds the specified instances to the specified load balancer. ----- The instance must be a running instance in the same network as the load--- balancer (EC2-Classic or the same VPC). If you have EC2-Classic--- instances and a load balancer in a VPC with ClassicLink enabled, you can--- link the EC2-Classic instances to that VPC and then register the linked--- EC2-Classic instances with the load balancer in the VPC.+-- The instance must be a running instance in the same network as the load balancer (EC2-Classic or the same VPC). If you have EC2-Classic instances and a load balancer in a VPC with ClassicLink enabled, you can link the EC2-Classic instances to that VPC and then register the linked EC2-Classic instances with the load balancer in the VPC. ----- Note that 'RegisterInstanceWithLoadBalancer' completes when the request--- has been registered. Instance registration takes a little time to--- complete. To check the state of the registered instances, use--- < DescribeLoadBalancers> or < DescribeInstanceHealth>.+-- Note that 'RegisterInstanceWithLoadBalancer' completes when the request has been registered. Instance registration takes a little time to complete. To check the state of the registered instances, use < DescribeLoadBalancers> or < DescribeInstanceHealth>. ----- After the instance is registered, it starts receiving traffic and--- requests from the load balancer. Any instance that is not in one of the--- Availability Zones registered for the load balancer is moved to the--- 'OutOfService' state. If an Availability Zone is added to the load--- balancer later, any instances registered with the load balancer move to--- the 'InService' state.+-- After the instance is registered, it starts receiving traffic and requests from the load balancer. Any instance that is not in one of the Availability Zones registered for the load balancer is moved to the 'OutOfService' state. If an Availability Zone is added to the load balancer later, any instances registered with the load balancer move to the 'InService' state. ----- If you stop an instance registered with a load balancer and then start--- it, the IP addresses associated with the instance changes. Elastic Load--- Balancing cannot recognize the new IP address, which prevents it from--- routing traffic to the instances. We recommend that you use the--- following sequence: stop the instance, deregister the instance, start--- the instance, and then register the instance. To deregister instances--- from a load balancer, use < DeregisterInstancesFromLoadBalancer>.+-- If you stop an instance registered with a load balancer and then start it, the IP addresses associated with the instance changes. Elastic Load Balancing cannot recognize the new IP address, which prevents it from routing traffic to the instances. We recommend that you use the following sequence: stop the instance, deregister the instance, start the instance, and then register the instance. To deregister instances from a load balancer, use < DeregisterInstancesFromLoadBalancer>. ----- For more information, see--- <http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/US_DeReg_Reg_Instances.html Deregister and Register EC2 Instances>--- in the /Elastic Load Balancing Developer Guide/.+-- For more information, see <http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/US_DeReg_Reg_Instances.html Deregister and Register EC2 Instances> in the /Elastic Load Balancing Developer Guide/. module Network.AWS.ELB.RegisterInstancesWithLoadBalancer     (     -- * Creating a Request
gen/Network/AWS/ELB/RemoveTags.hs view
@@ -64,8 +64,7 @@     , _rtTags = _List1 # pTags_     } --- | The name of the load balancer. You can specify a maximum of one load--- balancer name.+-- | The name of the load balancer. You can specify a maximum of one load balancer name. rtLoadBalancerNames :: Lens' RemoveTags [Text] rtLoadBalancerNames = lens _rtLoadBalancerNames (\ s a -> s{_rtLoadBalancerNames = a}) . _Coerce; 
gen/Network/AWS/ELB/SetLoadBalancerListenerSSLCertificate.hs view
@@ -18,13 +18,9 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Sets the certificate that terminates the specified listener\'s SSL--- connections. The specified certificate replaces any prior certificate--- that was used on the same load balancer and port.+-- Sets the certificate that terminates the specified listener\'s SSL connections. The specified certificate replaces any prior certificate that was used on the same load balancer and port. ----- For more information about updating your SSL certificate, see--- <http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/US_UpdatingLoadBalancerSSL.html Updating an SSL Certificate for a Load Balancer>--- in the /Elastic Load Balancing Developer Guide/.+-- For more information about updating your SSL certificate, see <http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/US_UpdatingLoadBalancerSSL.html Updating an SSL Certificate for a Load Balancer> in the /Elastic Load Balancing Developer Guide/. module Network.AWS.ELB.SetLoadBalancerListenerSSLCertificate     (     -- * Creating a Request
gen/Network/AWS/ELB/SetLoadBalancerPoliciesForBackendServer.hs view
@@ -18,18 +18,11 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Replaces the set of policies associated with the specified port on which--- the back-end server is listening with a new set of policies. At this--- time, only the back-end server authentication policy type can be applied--- to the back-end ports; this policy type is composed of multiple public--- key policies.+-- Replaces the set of policies associated with the specified port on which the back-end server is listening with a new set of policies. At this time, only the back-end server authentication policy type can be applied to the back-end ports; this policy type is composed of multiple public key policies. ----- Each time you use 'SetLoadBalancerPoliciesForBackendServer' to enable--- the policies, use the 'PolicyNames' parameter to list the policies that--- you want to enable.+-- Each time you use 'SetLoadBalancerPoliciesForBackendServer' to enable the policies, use the 'PolicyNames' parameter to list the policies that you want to enable. ----- You can use < DescribeLoadBalancers> or < DescribeLoadBalancerPolicies>--- to verify that the policy is associated with the back-end server.+-- You can use < DescribeLoadBalancers> or < DescribeLoadBalancerPolicies> to verify that the policy is associated with the back-end server. module Network.AWS.ELB.SetLoadBalancerPoliciesForBackendServer     (     -- * Creating a Request@@ -89,8 +82,7 @@ slbpfbsInstancePort :: Lens' SetLoadBalancerPoliciesForBackendServer Int slbpfbsInstancePort = lens _slbpfbsInstancePort (\ s a -> s{_slbpfbsInstancePort = a}); --- | The names of the policies. If the list is empty, then all current--- polices are removed from the back-end server.+-- | The names of the policies. If the list is empty, then all current polices are removed from the back-end server. slbpfbsPolicyNames :: Lens' SetLoadBalancerPoliciesForBackendServer [Text] slbpfbsPolicyNames = lens _slbpfbsPolicyNames (\ s a -> s{_slbpfbsPolicyNames = a}) . _Coerce; 
gen/Network/AWS/ELB/SetLoadBalancerPoliciesOfListener.hs view
@@ -18,9 +18,7 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Associates, updates, or disables a policy with a listener for the--- specified load balancer. You can associate multiple policies with a--- listener.+-- Associates, updates, or disables a policy with a listener for the specified load balancer. You can associate multiple policies with a listener. module Network.AWS.ELB.SetLoadBalancerPoliciesOfListener     (     -- * Creating a Request@@ -80,8 +78,7 @@ slbpolLoadBalancerPort :: Lens' SetLoadBalancerPoliciesOfListener Int slbpolLoadBalancerPort = lens _slbpolLoadBalancerPort (\ s a -> s{_slbpolLoadBalancerPort = a}); --- | The names of the policies. If the list is empty, the current policy is--- removed from the listener.+-- | The names of the policies. If the list is empty, the current policy is removed from the listener. slbpolPolicyNames :: Lens' SetLoadBalancerPoliciesOfListener [Text] slbpolPolicyNames = lens _slbpolPolicyNames (\ s a -> s{_slbpolPolicyNames = a}) . _Coerce; 
gen/Network/AWS/ELB/Types.hs view
@@ -296,15 +296,12 @@ _DuplicateTagKeysException =     _ServiceError . hasStatus 400 . hasCode "DuplicateTagKeys" --- | A listener already exists for the specified 'LoadBalancerName' and--- 'LoadBalancerPort', but with a different 'InstancePort', 'Protocol', or--- 'SSLCertificateId'.+-- | A listener already exists for the specified 'LoadBalancerName' and 'LoadBalancerPort', but with a different 'InstancePort', 'Protocol', or 'SSLCertificateId'. _DuplicateListenerException :: AsError a => Getting (First ServiceError) a ServiceError _DuplicateListenerException =     _ServiceError . hasStatus 400 . hasCode "DuplicateListener" --- | The quota for the number of tags that can be assigned to a load balancer--- has been reached.+-- | The quota for the number of tags that can be assigned to a load balancer has been reached. _TooManyTagsException :: AsError a => Getting (First ServiceError) a ServiceError _TooManyTagsException = _ServiceError . hasStatus 400 . hasCode "TooManyTags" @@ -323,8 +320,7 @@ _InvalidSecurityGroupException =     _ServiceError . hasStatus 400 . hasCode "InvalidSecurityGroup" --- | The load balancer does not have a listener configured at the specified--- port.+-- | The load balancer does not have a listener configured at the specified port. _ListenerNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError _ListenerNotFoundException =     _ServiceError . hasStatus 400 . hasCode "ListenerNotFound"@@ -334,8 +330,7 @@ _InvalidEndPointException =     _ServiceError . hasStatus 400 . hasCode "InvalidInstance" --- | The specified value for the schema is not valid. You can only specify a--- scheme for load balancers in a VPC.+-- | The specified value for the schema is not valid. You can only specify a scheme for load balancers in a VPC. _InvalidSchemeException :: AsError a => Getting (First ServiceError) a ServiceError _InvalidSchemeException =     _ServiceError . hasStatus 400 . hasCode "InvalidScheme"@@ -345,14 +340,12 @@ _TooManyAccessPointsException =     _ServiceError . hasStatus 400 . hasCode "TooManyLoadBalancers" --- | The quota for the number of policies for this load balancer has been--- reached.+-- | The quota for the number of policies for this load balancer has been reached. _TooManyPoliciesException :: AsError a => Getting (First ServiceError) a ServiceError _TooManyPoliciesException =     _ServiceError . hasStatus 400 . hasCode "TooManyPolicies" --- | The specified SSL ID does not refer to a valid SSL certificate in AWS--- Identity and Access Management (IAM).+-- | The specified SSL ID does not refer to a valid SSL certificate in AWS Identity and Access Management (IAM). _CertificateNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError _CertificateNotFoundException =     _ServiceError . hasStatus 400 . hasCode "CertificateNotFound"
gen/Network/AWS/ELB/Types/Product.hs view
@@ -53,16 +53,13 @@     , _alEnabled = pEnabled_     } --- | The interval for publishing the access logs. You can specify an interval--- of either 5 minutes or 60 minutes.+-- | The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes. -- -- Default: 60 minutes alEmitInterval :: Lens' AccessLog (Maybe Int) alEmitInterval = lens _alEmitInterval (\ s a -> s{_alEmitInterval = a}); --- | The logical hierarchy you created for your Amazon S3 bucket, for example--- 'my-bucket-prefix\/prod'. If the prefix is not provided, the log is--- placed at the root level of the bucket.+-- | The logical hierarchy you created for your Amazon S3 bucket, for example 'my-bucket-prefix\/prod'. If the prefix is not provided, the log is placed at the root level of the bucket. alS3BucketPrefix :: Lens' AccessLog (Maybe Text) alS3BucketPrefix = lens _alS3BucketPrefix (\ s a -> s{_alS3BucketPrefix = a}); @@ -137,8 +134,7 @@         toQuery AdditionalAttribute'{..}           = mconcat ["Value" =: _aaValue, "Key" =: _aaKey] --- | Information about a policy for application-controlled session--- stickiness.+-- | Information about a policy for application-controlled session stickiness. -- -- /See:/ 'appCookieStickinessPolicy' smart constructor. data AppCookieStickinessPolicy = AppCookieStickinessPolicy'@@ -161,8 +157,7 @@     , _acspCookieName = Nothing     } --- | The mnemonic name for the policy being created. The name must be unique--- within a set of policies for this load balancer.+-- | The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer. acspPolicyName :: Lens' AppCookieStickinessPolicy (Maybe Text) acspPolicyName = lens _acspPolicyName (\ s a -> s{_acspPolicyName = a}); @@ -245,8 +240,7 @@     , _cdEnabled = pEnabled_     } --- | The maximum time, in seconds, to keep the existing connections open--- before deregistering the instances.+-- | The maximum time, in seconds, to keep the existing connections open before deregistering the instances. cdTimeout :: Lens' ConnectionDraining (Maybe Int) cdTimeout = lens _cdTimeout (\ s a -> s{_cdTimeout = a}); @@ -288,9 +282,7 @@     { _csIdleTimeout = _Nat # pIdleTimeout_     } --- | The time, in seconds, that the connection is allowed to be idle (no data--- has been sent over the connection) before it is closed by the load--- balancer.+-- | The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer. csIdleTimeout :: Lens' ConnectionSettings Natural csIdleTimeout = lens _csIdleTimeout (\ s a -> s{_csIdleTimeout = a}) . _Nat; @@ -326,8 +318,7 @@     { _czlbEnabled = pEnabled_     } --- | Specifies whether cross-zone load balancing is enabled for the load--- balancer.+-- | Specifies whether cross-zone load balancing is enabled for the load balancer. czlbEnabled :: Lens' CrossZoneLoadBalancing Bool czlbEnabled = lens _czlbEnabled (\ s a -> s{_czlbEnabled = a}); @@ -383,46 +374,33 @@     , _hcHealthyThreshold = _Nat # pHealthyThreshold_     } --- | The instance being checked. The protocol is either TCP, HTTP, HTTPS, or--- SSL. The range of valid ports is one (1) through 65535.+-- | The instance being checked. The protocol is either TCP, HTTP, HTTPS, or SSL. The range of valid ports is one (1) through 65535. ----- TCP is the default, specified as a TCP: port pair, for example--- \"TCP:5000\". In this case, a health check simply attempts to open a TCP--- connection to the instance on the specified port. Failure to connect--- within the configured timeout is considered unhealthy.+-- TCP is the default, specified as a TCP: port pair, for example \"TCP:5000\". In this case, a health check simply attempts to open a TCP connection to the instance on the specified port. Failure to connect within the configured timeout is considered unhealthy. -- -- SSL is also specified as SSL: port pair, for example, SSL:5000. ----- For HTTP\/HTTPS, you must include a ping path in the string. HTTP is--- specified as a HTTP:port;\/;PathToPing; grouping, for example--- \"HTTP:80\/weather\/us\/wa\/seattle\". In this case, a HTTP GET request--- is issued to the instance on the given port and path. Any answer other--- than \"200 OK\" within the timeout period is considered unhealthy.+-- For HTTP\/HTTPS, you must include a ping path in the string. HTTP is specified as a HTTP:port;\/;PathToPing; grouping, for example \"HTTP:80\/weather\/us\/wa\/seattle\". In this case, a HTTP GET request is issued to the instance on the given port and path. Any answer other than \"200 OK\" within the timeout period is considered unhealthy. ----- The total length of the HTTP ping target must be 1024 16-bit Unicode--- characters or less.+-- The total length of the HTTP ping target must be 1024 16-bit Unicode characters or less. hcTarget :: Lens' HealthCheck Text hcTarget = lens _hcTarget (\ s a -> s{_hcTarget = a}); --- | The approximate interval, in seconds, between health checks of an--- individual instance.+-- | The approximate interval, in seconds, between health checks of an individual instance. hcInterval :: Lens' HealthCheck Natural hcInterval = lens _hcInterval (\ s a -> s{_hcInterval = a}) . _Nat; --- | The amount of time, in seconds, during which no response means a failed--- health check.+-- | The amount of time, in seconds, during which no response means a failed health check. -- -- This value must be less than the 'Interval' value. hcTimeout :: Lens' HealthCheck Natural hcTimeout = lens _hcTimeout (\ s a -> s{_hcTimeout = a}) . _Nat; --- | The number of consecutive health check failures required before moving--- the instance to the 'Unhealthy' state.+-- | The number of consecutive health check failures required before moving the instance to the 'Unhealthy' state. hcUnhealthyThreshold :: Lens' HealthCheck Natural hcUnhealthyThreshold = lens _hcUnhealthyThreshold (\ s a -> s{_hcUnhealthyThreshold = a}) . _Nat; --- | The number of consecutive health checks successes required before moving--- the instance to the 'Healthy' state.+-- | The number of consecutive health checks successes required before moving the instance to the 'Healthy' state. hcHealthyThreshold :: Lens' HealthCheck Natural hcHealthyThreshold = lens _hcHealthyThreshold (\ s a -> s{_hcHealthyThreshold = a}) . _Nat; @@ -521,15 +499,13 @@ isState :: Lens' InstanceState (Maybe Text) isState = lens _isState (\ s a -> s{_isState = a}); --- | Information about the cause of 'OutOfService' instances. Specifically,--- whether the cause is Elastic Load Balancing or the instance.+-- | Information about the cause of 'OutOfService' instances. Specifically, whether the cause is Elastic Load Balancing or the instance. -- -- Valid values: 'ELB' | 'Instance' | 'N\/A' isReasonCode :: Lens' InstanceState (Maybe Text) isReasonCode = lens _isReasonCode (\ s a -> s{_isReasonCode = a}); --- | A description of the instance state. This string can contain one or more--- of the following messages.+-- | A description of the instance state. This string can contain one or more of the following messages. -- -- -   'N\/A' --@@ -592,14 +568,11 @@     , _lbcspCookieExpirationPeriod = Nothing     } --- | The name for the policy being created. The name must be unique within--- the set of policies for this load balancer.+-- | The name for the policy being created. The name must be unique within the set of policies for this load balancer. lbcspPolicyName :: Lens' LBCookieStickinessPolicy (Maybe Text) lbcspPolicyName = lens _lbcspPolicyName (\ s a -> s{_lbcspPolicyName = a}); --- | The time period, in seconds, after which the cookie should be considered--- stale. If this parameter is not specified, the stickiness session lasts--- for the duration of the browser session.+-- | The time period, in seconds, after which the cookie should be considered stale. If this parameter is not specified, the stickiness session lasts for the duration of the browser session. lbcspCookieExpirationPeriod :: Lens' LBCookieStickinessPolicy (Maybe Integer) lbcspCookieExpirationPeriod = lens _lbcspCookieExpirationPeriod (\ s a -> s{_lbcspCookieExpirationPeriod = a}); @@ -615,10 +588,7 @@  -- | Information about a listener. ----- For information about the protocols and the ports supported by Elastic--- Load Balancing, see--- <http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/elb-listener-config.html Listener Configurations for Elastic Load Balancing>--- in the /Elastic Load Balancing Developer Guide/.+-- For information about the protocols and the ports supported by Elastic Load Balancing, see <http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/elb-listener-config.html Listener Configurations for Elastic Load Balancing> in the /Elastic Load Balancing Developer Guide/. -- -- /See:/ 'listener' smart constructor. data Listener = Listener'@@ -656,19 +626,13 @@     , _lInstancePort = _Nat # pInstancePort_     } --- | The protocol to use for routing traffic to back-end instances: HTTP,--- HTTPS, TCP, or SSL.+-- | The protocol to use for routing traffic to back-end instances: HTTP, HTTPS, TCP, or SSL. ----- If the front-end protocol is HTTP, HTTPS, TCP, or SSL,--- 'InstanceProtocol' must be at the same protocol.+-- If the front-end protocol is HTTP, HTTPS, TCP, or SSL, 'InstanceProtocol' must be at the same protocol. ----- If there is another listener with the same 'InstancePort' whose--- 'InstanceProtocol' is secure, (HTTPS or SSL), the listener\'s--- 'InstanceProtocol' must also be secure.+-- If there is another listener with the same 'InstancePort' whose 'InstanceProtocol' is secure, (HTTPS or SSL), the listener\'s 'InstanceProtocol' must also be secure. ----- If there is another listener with the same 'InstancePort' whose--- 'InstanceProtocol' is HTTP or TCP, the listener\'s 'InstanceProtocol'--- must be HTTP or TCP.+-- If there is another listener with the same 'InstancePort' whose 'InstanceProtocol' is HTTP or TCP, the listener\'s 'InstanceProtocol' must be HTTP or TCP. lInstanceProtocol :: Lens' Listener (Maybe Text) lInstanceProtocol = lens _lInstanceProtocol (\ s a -> s{_lInstanceProtocol = a}); @@ -676,14 +640,11 @@ lSSLCertificateId :: Lens' Listener (Maybe Text) lSSLCertificateId = lens _lSSLCertificateId (\ s a -> s{_lSSLCertificateId = a}); --- | The load balancer transport protocol to use for routing: HTTP, HTTPS,--- TCP, or SSL.+-- | The load balancer transport protocol to use for routing: HTTP, HTTPS, TCP, or SSL. lProtocol :: Lens' Listener Text lProtocol = lens _lProtocol (\ s a -> s{_lProtocol = a}); --- | The port on which the load balancer is listening. On EC2-VPC, you can--- specify any port from the range 1-65535. On EC2-Classic, you can specify--- any port from the following list: 25, 80, 443, 465, 587, 1024-65535.+-- | The port on which the load balancer is listening. On EC2-VPC, you can specify any port from the range 1-65535. On EC2-Classic, you can specify any port from the following list: 25, 80, 443, 465, 587, 1024-65535. lLoadBalancerPort :: Lens' Listener Int lLoadBalancerPort = lens _lLoadBalancerPort (\ s a -> s{_lLoadBalancerPort = a}); @@ -790,22 +751,15 @@     , _lbaConnectionDraining = Nothing     } --- | If enabled, the load balancer routes the request traffic evenly across--- all back-end instances regardless of the Availability Zones.+-- | If enabled, the load balancer routes the request traffic evenly across all back-end instances regardless of the Availability Zones. ----- For more information, see--- <http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/enable-disable-crosszone-lb.html Enable Cross-Zone Load Balancing>--- in the /Elastic Load Balancing Developer Guide/.+-- For more information, see <http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/enable-disable-crosszone-lb.html Enable Cross-Zone Load Balancing> in the /Elastic Load Balancing Developer Guide/. lbaCrossZoneLoadBalancing :: Lens' LoadBalancerAttributes (Maybe CrossZoneLoadBalancing) lbaCrossZoneLoadBalancing = lens _lbaCrossZoneLoadBalancing (\ s a -> s{_lbaCrossZoneLoadBalancing = a}); --- | If enabled, the load balancer captures detailed information of all--- requests and delivers the information to the Amazon S3 bucket that you--- specify.+-- | If enabled, the load balancer captures detailed information of all requests and delivers the information to the Amazon S3 bucket that you specify. ----- For more information, see--- <http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/enable-access-logs.html Enable Access Logs>--- in the /Elastic Load Balancing Developer Guide/.+-- For more information, see <http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/enable-access-logs.html Enable Access Logs> in the /Elastic Load Balancing Developer Guide/. lbaAccessLog :: Lens' LoadBalancerAttributes (Maybe AccessLog) lbaAccessLog = lens _lbaAccessLog (\ s a -> s{_lbaAccessLog = a}); @@ -813,24 +767,15 @@ lbaAdditionalAttributes :: Lens' LoadBalancerAttributes [AdditionalAttribute] lbaAdditionalAttributes = lens _lbaAdditionalAttributes (\ s a -> s{_lbaAdditionalAttributes = a}) . _Default . _Coerce; --- | If enabled, the load balancer allows the connections to remain idle (no--- data is sent over the connection) for the specified duration.+-- | If enabled, the load balancer allows the connections to remain idle (no data is sent over the connection) for the specified duration. ----- By default, Elastic Load Balancing maintains a 60-second idle connection--- timeout for both front-end and back-end connections of your load--- balancer. For more information, see--- <http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/config-idle-timeout.html Configure Idle Connection Timeout>--- in the /Elastic Load Balancing Developer Guide/.+-- By default, Elastic Load Balancing maintains a 60-second idle connection timeout for both front-end and back-end connections of your load balancer. For more information, see <http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/config-idle-timeout.html Configure Idle Connection Timeout> in the /Elastic Load Balancing Developer Guide/. lbaConnectionSettings :: Lens' LoadBalancerAttributes (Maybe ConnectionSettings) lbaConnectionSettings = lens _lbaConnectionSettings (\ s a -> s{_lbaConnectionSettings = a}); --- | If enabled, the load balancer allows existing requests to complete--- before the load balancer shifts traffic away from a deregistered or--- unhealthy back-end instance.+-- | If enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic away from a deregistered or unhealthy back-end instance. ----- For more information, see--- <http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/config-conn-drain.html Enable Connection Draining>--- in the /Elastic Load Balancing Developer Guide/.+-- For more information, see <http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/config-conn-drain.html Enable Connection Draining> in the /Elastic Load Balancing Developer Guide/. lbaConnectionDraining :: Lens' LoadBalancerAttributes (Maybe ConnectionDraining) lbaConnectionDraining = lens _lbaConnectionDraining (\ s a -> s{_lbaConnectionDraining = a}); @@ -940,24 +885,17 @@     , _lbdPolicies = Nothing     } --- | The security group that you can use as part of your inbound rules for--- your load balancer\'s back-end application instances. To only allow--- traffic from load balancers, add a security group rule to your back end--- instance that specifies this source security group as the inbound--- source.+-- | The security group that you can use as part of your inbound rules for your load balancer\'s back-end application instances. To only allow traffic from load balancers, add a security group rule to your back end instance that specifies this source security group as the inbound source. lbdSourceSecurityGroup :: Lens' LoadBalancerDescription (Maybe SourceSecurityGroup) lbdSourceSecurityGroup = lens _lbdSourceSecurityGroup (\ s a -> s{_lbdSourceSecurityGroup = a});  -- | The Amazon Route 53 hosted zone associated with the load balancer. ----- For more information, see--- <http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/using-domain-names-with-elb.html Using Domain Names With Elastic Load Balancing>--- in the /Elastic Load Balancing Developer Guide/.+-- For more information, see <http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/using-domain-names-with-elb.html Using Domain Names With Elastic Load Balancing> in the /Elastic Load Balancing Developer Guide/. lbdCanonicalHostedZoneName :: Lens' LoadBalancerDescription (Maybe Text) lbdCanonicalHostedZoneName = lens _lbdCanonicalHostedZoneName (\ s a -> s{_lbdCanonicalHostedZoneName = a}); --- | The security groups for the load balancer. Valid only for load balancers--- in a VPC.+-- | The security groups for the load balancer. Valid only for load balancers in a VPC. lbdSecurityGroups :: Lens' LoadBalancerDescription [Text] lbdSecurityGroups = lens _lbdSecurityGroups (\ s a -> s{_lbdSecurityGroups = a}) . _Default . _Coerce; @@ -989,8 +927,7 @@ lbdBackendServerDescriptions :: Lens' LoadBalancerDescription [BackendServerDescription] lbdBackendServerDescriptions = lens _lbdBackendServerDescriptions (\ s a -> s{_lbdBackendServerDescriptions = a}) . _Default . _Coerce; --- | The ID of the Amazon Route 53 hosted zone name associated with the load--- balancer.+-- | The ID of the Amazon Route 53 hosted zone name associated with the load balancer. lbdCanonicalHostedZoneNameId :: Lens' LoadBalancerDescription (Maybe Text) lbdCanonicalHostedZoneNameId = lens _lbdCanonicalHostedZoneNameId (\ s a -> s{_lbdCanonicalHostedZoneNameId = a}); @@ -1000,11 +937,9 @@  -- | The type of load balancer. Valid only for load balancers in a VPC. ----- If 'Scheme' is 'internet-facing', the load balancer has a public DNS--- name that resolves to a public IP address.+-- If 'Scheme' is 'internet-facing', the load balancer has a public DNS name that resolves to a public IP address. ----- If 'Scheme' is 'internal', the load balancer has a public DNS name that--- resolves to a private IP address.+-- If 'Scheme' is 'internal', the load balancer has a public DNS name that resolves to a private IP address. lbdScheme :: Lens' LoadBalancerDescription (Maybe Text) lbdScheme = lens _lbdScheme (\ s a -> s{_lbdScheme = a}); @@ -1091,8 +1026,7 @@ pLBCookieStickinessPolicies :: Lens' Policies [LBCookieStickinessPolicy] pLBCookieStickinessPolicies = lens _pLBCookieStickinessPolicies (\ s a -> s{_pLBCookieStickinessPolicies = a}) . _Default . _Coerce; --- | The stickiness policies created using--- < CreateAppCookieStickinessPolicy>.+-- | The stickiness policies created using < CreateAppCookieStickinessPolicy>. pAppCookieStickinessPolicies :: Lens' Policies [AppCookieStickinessPolicy] pAppCookieStickinessPolicies = lens _pAppCookieStickinessPolicies (\ s a -> s{_pAppCookieStickinessPolicies = a}) . _Default . _Coerce; @@ -1353,8 +1287,7 @@ ptdDescription :: Lens' PolicyTypeDescription (Maybe Text) ptdDescription = lens _ptdDescription (\ s a -> s{_ptdDescription = a}); --- | The description of the policy attributes associated with the policies--- defined by Elastic Load Balancing.+-- | The description of the policy attributes associated with the policies defined by Elastic Load Balancing. ptdPolicyAttributeTypeDescriptions :: Lens' PolicyTypeDescription [PolicyAttributeTypeDescription] ptdPolicyAttributeTypeDescriptions = lens _ptdPolicyAttributeTypeDescriptions (\ s a -> s{_ptdPolicyAttributeTypeDescriptions = a}) . _Default . _Coerce; 
test/Test/AWS/Gen/ELB.hs view
@@ -28,175 +28,175 @@ -- fixtures :: TestTree -- fixtures = --     [ testGroup "request"---         [ testDescribeLoadBalancers $+--         [ requestDescribeLoadBalancers $ --             describeLoadBalancers -----         , testDescribeTags $+--         , requestDescribeTags $ --             describeTags -----         , testDescribeLoadBalancerPolicyTypes $+--         , requestDescribeLoadBalancerPolicyTypes $ --             describeLoadBalancerPolicyTypes -----         , testApplySecurityGroupsToLoadBalancer $+--         , requestApplySecurityGroupsToLoadBalancer $ --             applySecurityGroupsToLoadBalancer -----         , testRemoveTags $+--         , requestRemoveTags $ --             removeTags -----         , testCreateLBCookieStickinessPolicy $+--         , requestCreateLBCookieStickinessPolicy $ --             createLBCookieStickinessPolicy -----         , testDeleteLoadBalancer $+--         , requestDeleteLoadBalancer $ --             deleteLoadBalancer -----         , testDeregisterInstancesFromLoadBalancer $+--         , requestDeregisterInstancesFromLoadBalancer $ --             deregisterInstancesFromLoadBalancer -----         , testCreateLoadBalancerPolicy $+--         , requestCreateLoadBalancerPolicy $ --             createLoadBalancerPolicy -----         , testDescribeLoadBalancerPolicies $+--         , requestDescribeLoadBalancerPolicies $ --             describeLoadBalancerPolicies -----         , testDisableAvailabilityZonesForLoadBalancer $+--         , requestDisableAvailabilityZonesForLoadBalancer $ --             disableAvailabilityZonesForLoadBalancer -----         , testEnableAvailabilityZonesForLoadBalancer $+--         , requestEnableAvailabilityZonesForLoadBalancer $ --             enableAvailabilityZonesForLoadBalancer -----         , testSetLoadBalancerPoliciesForBackendServer $+--         , requestSetLoadBalancerPoliciesForBackendServer $ --             setLoadBalancerPoliciesForBackendServer -----         , testSetLoadBalancerListenerSSLCertificate $+--         , requestSetLoadBalancerListenerSSLCertificate $ --             setLoadBalancerListenerSSLCertificate -----         , testAttachLoadBalancerToSubnets $+--         , requestAttachLoadBalancerToSubnets $ --             attachLoadBalancerToSubnets -----         , testConfigureHealthCheck $+--         , requestConfigureHealthCheck $ --             configureHealthCheck -----         , testModifyLoadBalancerAttributes $+--         , requestModifyLoadBalancerAttributes $ --             modifyLoadBalancerAttributes -----         , testCreateAppCookieStickinessPolicy $+--         , requestCreateAppCookieStickinessPolicy $ --             createAppCookieStickinessPolicy -----         , testDescribeInstanceHealth $+--         , requestDescribeInstanceHealth $ --             describeInstanceHealth -----         , testAddTags $+--         , requestAddTags $ --             addTags -----         , testDescribeLoadBalancerAttributes $+--         , requestDescribeLoadBalancerAttributes $ --             describeLoadBalancerAttributes -----         , testCreateLoadBalancerListeners $+--         , requestCreateLoadBalancerListeners $ --             createLoadBalancerListeners -----         , testDeleteLoadBalancerPolicy $+--         , requestDeleteLoadBalancerPolicy $ --             deleteLoadBalancerPolicy -----         , testDetachLoadBalancerFromSubnets $+--         , requestDetachLoadBalancerFromSubnets $ --             detachLoadBalancerFromSubnets -----         , testRegisterInstancesWithLoadBalancer $+--         , requestRegisterInstancesWithLoadBalancer $ --             registerInstancesWithLoadBalancer -----         , testCreateLoadBalancer $+--         , requestCreateLoadBalancer $ --             createLoadBalancer -----         , testDeleteLoadBalancerListeners $+--         , requestDeleteLoadBalancerListeners $ --             deleteLoadBalancerListeners -----         , testSetLoadBalancerPoliciesOfListener $+--         , requestSetLoadBalancerPoliciesOfListener $ --             setLoadBalancerPoliciesOfListener -- --           ]  --     , testGroup "response"---         [ testDescribeLoadBalancersResponse $+--         [ responseDescribeLoadBalancers $ --             describeLoadBalancersResponse -----         , testDescribeTagsResponse $+--         , responseDescribeTags $ --             describeTagsResponse -----         , testDescribeLoadBalancerPolicyTypesResponse $+--         , responseDescribeLoadBalancerPolicyTypes $ --             describeLoadBalancerPolicyTypesResponse -----         , testApplySecurityGroupsToLoadBalancerResponse $+--         , responseApplySecurityGroupsToLoadBalancer $ --             applySecurityGroupsToLoadBalancerResponse -----         , testRemoveTagsResponse $+--         , responseRemoveTags $ --             removeTagsResponse -----         , testCreateLBCookieStickinessPolicyResponse $+--         , responseCreateLBCookieStickinessPolicy $ --             createLBCookieStickinessPolicyResponse -----         , testDeleteLoadBalancerResponse $+--         , responseDeleteLoadBalancer $ --             deleteLoadBalancerResponse -----         , testDeregisterInstancesFromLoadBalancerResponse $+--         , responseDeregisterInstancesFromLoadBalancer $ --             deregisterInstancesFromLoadBalancerResponse -----         , testCreateLoadBalancerPolicyResponse $+--         , responseCreateLoadBalancerPolicy $ --             createLoadBalancerPolicyResponse -----         , testDescribeLoadBalancerPoliciesResponse $+--         , responseDescribeLoadBalancerPolicies $ --             describeLoadBalancerPoliciesResponse -----         , testDisableAvailabilityZonesForLoadBalancerResponse $+--         , responseDisableAvailabilityZonesForLoadBalancer $ --             disableAvailabilityZonesForLoadBalancerResponse -----         , testEnableAvailabilityZonesForLoadBalancerResponse $+--         , responseEnableAvailabilityZonesForLoadBalancer $ --             enableAvailabilityZonesForLoadBalancerResponse -----         , testSetLoadBalancerPoliciesForBackendServerResponse $+--         , responseSetLoadBalancerPoliciesForBackendServer $ --             setLoadBalancerPoliciesForBackendServerResponse -----         , testSetLoadBalancerListenerSSLCertificateResponse $+--         , responseSetLoadBalancerListenerSSLCertificate $ --             setLoadBalancerListenerSSLCertificateResponse -----         , testAttachLoadBalancerToSubnetsResponse $+--         , responseAttachLoadBalancerToSubnets $ --             attachLoadBalancerToSubnetsResponse -----         , testConfigureHealthCheckResponse $+--         , responseConfigureHealthCheck $ --             configureHealthCheckResponse -----         , testModifyLoadBalancerAttributesResponse $+--         , responseModifyLoadBalancerAttributes $ --             modifyLoadBalancerAttributesResponse -----         , testCreateAppCookieStickinessPolicyResponse $+--         , responseCreateAppCookieStickinessPolicy $ --             createAppCookieStickinessPolicyResponse -----         , testDescribeInstanceHealthResponse $+--         , responseDescribeInstanceHealth $ --             describeInstanceHealthResponse -----         , testAddTagsResponse $+--         , responseAddTags $ --             addTagsResponse -----         , testDescribeLoadBalancerAttributesResponse $+--         , responseDescribeLoadBalancerAttributes $ --             describeLoadBalancerAttributesResponse -----         , testCreateLoadBalancerListenersResponse $+--         , responseCreateLoadBalancerListeners $ --             createLoadBalancerListenersResponse -----         , testDeleteLoadBalancerPolicyResponse $+--         , responseDeleteLoadBalancerPolicy $ --             deleteLoadBalancerPolicyResponse -----         , testDetachLoadBalancerFromSubnetsResponse $+--         , responseDetachLoadBalancerFromSubnets $ --             detachLoadBalancerFromSubnetsResponse -----         , testRegisterInstancesWithLoadBalancerResponse $+--         , responseRegisterInstancesWithLoadBalancer $ --             registerInstancesWithLoadBalancerResponse -----         , testCreateLoadBalancerResponse $+--         , responseCreateLoadBalancer $ --             createLoadBalancerResponse -----         , testDeleteLoadBalancerListenersResponse $+--         , responseDeleteLoadBalancerListeners $ --             deleteLoadBalancerListenersResponse -----         , testSetLoadBalancerPoliciesOfListenerResponse $+--         , responseSetLoadBalancerPoliciesOfListener $ --             setLoadBalancerPoliciesOfListenerResponse -- --           ]@@ -204,339 +204,339 @@  -- Requests -testDescribeLoadBalancers :: DescribeLoadBalancers -> TestTree-testDescribeLoadBalancers = req+requestDescribeLoadBalancers :: DescribeLoadBalancers -> TestTree+requestDescribeLoadBalancers = req     "DescribeLoadBalancers"     "fixture/DescribeLoadBalancers.yaml" -testDescribeTags :: DescribeTags -> TestTree-testDescribeTags = req+requestDescribeTags :: DescribeTags -> TestTree+requestDescribeTags = req     "DescribeTags"     "fixture/DescribeTags.yaml" -testDescribeLoadBalancerPolicyTypes :: DescribeLoadBalancerPolicyTypes -> TestTree-testDescribeLoadBalancerPolicyTypes = req+requestDescribeLoadBalancerPolicyTypes :: DescribeLoadBalancerPolicyTypes -> TestTree+requestDescribeLoadBalancerPolicyTypes = req     "DescribeLoadBalancerPolicyTypes"     "fixture/DescribeLoadBalancerPolicyTypes.yaml" -testApplySecurityGroupsToLoadBalancer :: ApplySecurityGroupsToLoadBalancer -> TestTree-testApplySecurityGroupsToLoadBalancer = req+requestApplySecurityGroupsToLoadBalancer :: ApplySecurityGroupsToLoadBalancer -> TestTree+requestApplySecurityGroupsToLoadBalancer = req     "ApplySecurityGroupsToLoadBalancer"     "fixture/ApplySecurityGroupsToLoadBalancer.yaml" -testRemoveTags :: RemoveTags -> TestTree-testRemoveTags = req+requestRemoveTags :: RemoveTags -> TestTree+requestRemoveTags = req     "RemoveTags"     "fixture/RemoveTags.yaml" -testCreateLBCookieStickinessPolicy :: CreateLBCookieStickinessPolicy -> TestTree-testCreateLBCookieStickinessPolicy = req+requestCreateLBCookieStickinessPolicy :: CreateLBCookieStickinessPolicy -> TestTree+requestCreateLBCookieStickinessPolicy = req     "CreateLBCookieStickinessPolicy"     "fixture/CreateLBCookieStickinessPolicy.yaml" -testDeleteLoadBalancer :: DeleteLoadBalancer -> TestTree-testDeleteLoadBalancer = req+requestDeleteLoadBalancer :: DeleteLoadBalancer -> TestTree+requestDeleteLoadBalancer = req     "DeleteLoadBalancer"     "fixture/DeleteLoadBalancer.yaml" -testDeregisterInstancesFromLoadBalancer :: DeregisterInstancesFromLoadBalancer -> TestTree-testDeregisterInstancesFromLoadBalancer = req+requestDeregisterInstancesFromLoadBalancer :: DeregisterInstancesFromLoadBalancer -> TestTree+requestDeregisterInstancesFromLoadBalancer = req     "DeregisterInstancesFromLoadBalancer"     "fixture/DeregisterInstancesFromLoadBalancer.yaml" -testCreateLoadBalancerPolicy :: CreateLoadBalancerPolicy -> TestTree-testCreateLoadBalancerPolicy = req+requestCreateLoadBalancerPolicy :: CreateLoadBalancerPolicy -> TestTree+requestCreateLoadBalancerPolicy = req     "CreateLoadBalancerPolicy"     "fixture/CreateLoadBalancerPolicy.yaml" -testDescribeLoadBalancerPolicies :: DescribeLoadBalancerPolicies -> TestTree-testDescribeLoadBalancerPolicies = req+requestDescribeLoadBalancerPolicies :: DescribeLoadBalancerPolicies -> TestTree+requestDescribeLoadBalancerPolicies = req     "DescribeLoadBalancerPolicies"     "fixture/DescribeLoadBalancerPolicies.yaml" -testDisableAvailabilityZonesForLoadBalancer :: DisableAvailabilityZonesForLoadBalancer -> TestTree-testDisableAvailabilityZonesForLoadBalancer = req+requestDisableAvailabilityZonesForLoadBalancer :: DisableAvailabilityZonesForLoadBalancer -> TestTree+requestDisableAvailabilityZonesForLoadBalancer = req     "DisableAvailabilityZonesForLoadBalancer"     "fixture/DisableAvailabilityZonesForLoadBalancer.yaml" -testEnableAvailabilityZonesForLoadBalancer :: EnableAvailabilityZonesForLoadBalancer -> TestTree-testEnableAvailabilityZonesForLoadBalancer = req+requestEnableAvailabilityZonesForLoadBalancer :: EnableAvailabilityZonesForLoadBalancer -> TestTree+requestEnableAvailabilityZonesForLoadBalancer = req     "EnableAvailabilityZonesForLoadBalancer"     "fixture/EnableAvailabilityZonesForLoadBalancer.yaml" -testSetLoadBalancerPoliciesForBackendServer :: SetLoadBalancerPoliciesForBackendServer -> TestTree-testSetLoadBalancerPoliciesForBackendServer = req+requestSetLoadBalancerPoliciesForBackendServer :: SetLoadBalancerPoliciesForBackendServer -> TestTree+requestSetLoadBalancerPoliciesForBackendServer = req     "SetLoadBalancerPoliciesForBackendServer"     "fixture/SetLoadBalancerPoliciesForBackendServer.yaml" -testSetLoadBalancerListenerSSLCertificate :: SetLoadBalancerListenerSSLCertificate -> TestTree-testSetLoadBalancerListenerSSLCertificate = req+requestSetLoadBalancerListenerSSLCertificate :: SetLoadBalancerListenerSSLCertificate -> TestTree+requestSetLoadBalancerListenerSSLCertificate = req     "SetLoadBalancerListenerSSLCertificate"     "fixture/SetLoadBalancerListenerSSLCertificate.yaml" -testAttachLoadBalancerToSubnets :: AttachLoadBalancerToSubnets -> TestTree-testAttachLoadBalancerToSubnets = req+requestAttachLoadBalancerToSubnets :: AttachLoadBalancerToSubnets -> TestTree+requestAttachLoadBalancerToSubnets = req     "AttachLoadBalancerToSubnets"     "fixture/AttachLoadBalancerToSubnets.yaml" -testConfigureHealthCheck :: ConfigureHealthCheck -> TestTree-testConfigureHealthCheck = req+requestConfigureHealthCheck :: ConfigureHealthCheck -> TestTree+requestConfigureHealthCheck = req     "ConfigureHealthCheck"     "fixture/ConfigureHealthCheck.yaml" -testModifyLoadBalancerAttributes :: ModifyLoadBalancerAttributes -> TestTree-testModifyLoadBalancerAttributes = req+requestModifyLoadBalancerAttributes :: ModifyLoadBalancerAttributes -> TestTree+requestModifyLoadBalancerAttributes = req     "ModifyLoadBalancerAttributes"     "fixture/ModifyLoadBalancerAttributes.yaml" -testCreateAppCookieStickinessPolicy :: CreateAppCookieStickinessPolicy -> TestTree-testCreateAppCookieStickinessPolicy = req+requestCreateAppCookieStickinessPolicy :: CreateAppCookieStickinessPolicy -> TestTree+requestCreateAppCookieStickinessPolicy = req     "CreateAppCookieStickinessPolicy"     "fixture/CreateAppCookieStickinessPolicy.yaml" -testDescribeInstanceHealth :: DescribeInstanceHealth -> TestTree-testDescribeInstanceHealth = req+requestDescribeInstanceHealth :: DescribeInstanceHealth -> TestTree+requestDescribeInstanceHealth = req     "DescribeInstanceHealth"     "fixture/DescribeInstanceHealth.yaml" -testAddTags :: AddTags -> TestTree-testAddTags = req+requestAddTags :: AddTags -> TestTree+requestAddTags = req     "AddTags"     "fixture/AddTags.yaml" -testDescribeLoadBalancerAttributes :: DescribeLoadBalancerAttributes -> TestTree-testDescribeLoadBalancerAttributes = req+requestDescribeLoadBalancerAttributes :: DescribeLoadBalancerAttributes -> TestTree+requestDescribeLoadBalancerAttributes = req     "DescribeLoadBalancerAttributes"     "fixture/DescribeLoadBalancerAttributes.yaml" -testCreateLoadBalancerListeners :: CreateLoadBalancerListeners -> TestTree-testCreateLoadBalancerListeners = req+requestCreateLoadBalancerListeners :: CreateLoadBalancerListeners -> TestTree+requestCreateLoadBalancerListeners = req     "CreateLoadBalancerListeners"     "fixture/CreateLoadBalancerListeners.yaml" -testDeleteLoadBalancerPolicy :: DeleteLoadBalancerPolicy -> TestTree-testDeleteLoadBalancerPolicy = req+requestDeleteLoadBalancerPolicy :: DeleteLoadBalancerPolicy -> TestTree+requestDeleteLoadBalancerPolicy = req     "DeleteLoadBalancerPolicy"     "fixture/DeleteLoadBalancerPolicy.yaml" -testDetachLoadBalancerFromSubnets :: DetachLoadBalancerFromSubnets -> TestTree-testDetachLoadBalancerFromSubnets = req+requestDetachLoadBalancerFromSubnets :: DetachLoadBalancerFromSubnets -> TestTree+requestDetachLoadBalancerFromSubnets = req     "DetachLoadBalancerFromSubnets"     "fixture/DetachLoadBalancerFromSubnets.yaml" -testRegisterInstancesWithLoadBalancer :: RegisterInstancesWithLoadBalancer -> TestTree-testRegisterInstancesWithLoadBalancer = req+requestRegisterInstancesWithLoadBalancer :: RegisterInstancesWithLoadBalancer -> TestTree+requestRegisterInstancesWithLoadBalancer = req     "RegisterInstancesWithLoadBalancer"     "fixture/RegisterInstancesWithLoadBalancer.yaml" -testCreateLoadBalancer :: CreateLoadBalancer -> TestTree-testCreateLoadBalancer = req+requestCreateLoadBalancer :: CreateLoadBalancer -> TestTree+requestCreateLoadBalancer = req     "CreateLoadBalancer"     "fixture/CreateLoadBalancer.yaml" -testDeleteLoadBalancerListeners :: DeleteLoadBalancerListeners -> TestTree-testDeleteLoadBalancerListeners = req+requestDeleteLoadBalancerListeners :: DeleteLoadBalancerListeners -> TestTree+requestDeleteLoadBalancerListeners = req     "DeleteLoadBalancerListeners"     "fixture/DeleteLoadBalancerListeners.yaml" -testSetLoadBalancerPoliciesOfListener :: SetLoadBalancerPoliciesOfListener -> TestTree-testSetLoadBalancerPoliciesOfListener = req+requestSetLoadBalancerPoliciesOfListener :: SetLoadBalancerPoliciesOfListener -> TestTree+requestSetLoadBalancerPoliciesOfListener = req     "SetLoadBalancerPoliciesOfListener"     "fixture/SetLoadBalancerPoliciesOfListener.yaml"  -- Responses -testDescribeLoadBalancersResponse :: DescribeLoadBalancersResponse -> TestTree-testDescribeLoadBalancersResponse = res+responseDescribeLoadBalancers :: DescribeLoadBalancersResponse -> TestTree+responseDescribeLoadBalancers = res     "DescribeLoadBalancersResponse"     "fixture/DescribeLoadBalancersResponse.proto"     elb     (Proxy :: Proxy DescribeLoadBalancers) -testDescribeTagsResponse :: DescribeTagsResponse -> TestTree-testDescribeTagsResponse = res+responseDescribeTags :: DescribeTagsResponse -> TestTree+responseDescribeTags = res     "DescribeTagsResponse"     "fixture/DescribeTagsResponse.proto"     elb     (Proxy :: Proxy DescribeTags) -testDescribeLoadBalancerPolicyTypesResponse :: DescribeLoadBalancerPolicyTypesResponse -> TestTree-testDescribeLoadBalancerPolicyTypesResponse = res+responseDescribeLoadBalancerPolicyTypes :: DescribeLoadBalancerPolicyTypesResponse -> TestTree+responseDescribeLoadBalancerPolicyTypes = res     "DescribeLoadBalancerPolicyTypesResponse"     "fixture/DescribeLoadBalancerPolicyTypesResponse.proto"     elb     (Proxy :: Proxy DescribeLoadBalancerPolicyTypes) -testApplySecurityGroupsToLoadBalancerResponse :: ApplySecurityGroupsToLoadBalancerResponse -> TestTree-testApplySecurityGroupsToLoadBalancerResponse = res+responseApplySecurityGroupsToLoadBalancer :: ApplySecurityGroupsToLoadBalancerResponse -> TestTree+responseApplySecurityGroupsToLoadBalancer = res     "ApplySecurityGroupsToLoadBalancerResponse"     "fixture/ApplySecurityGroupsToLoadBalancerResponse.proto"     elb     (Proxy :: Proxy ApplySecurityGroupsToLoadBalancer) -testRemoveTagsResponse :: RemoveTagsResponse -> TestTree-testRemoveTagsResponse = res+responseRemoveTags :: RemoveTagsResponse -> TestTree+responseRemoveTags = res     "RemoveTagsResponse"     "fixture/RemoveTagsResponse.proto"     elb     (Proxy :: Proxy RemoveTags) -testCreateLBCookieStickinessPolicyResponse :: CreateLBCookieStickinessPolicyResponse -> TestTree-testCreateLBCookieStickinessPolicyResponse = res+responseCreateLBCookieStickinessPolicy :: CreateLBCookieStickinessPolicyResponse -> TestTree+responseCreateLBCookieStickinessPolicy = res     "CreateLBCookieStickinessPolicyResponse"     "fixture/CreateLBCookieStickinessPolicyResponse.proto"     elb     (Proxy :: Proxy CreateLBCookieStickinessPolicy) -testDeleteLoadBalancerResponse :: DeleteLoadBalancerResponse -> TestTree-testDeleteLoadBalancerResponse = res+responseDeleteLoadBalancer :: DeleteLoadBalancerResponse -> TestTree+responseDeleteLoadBalancer = res     "DeleteLoadBalancerResponse"     "fixture/DeleteLoadBalancerResponse.proto"     elb     (Proxy :: Proxy DeleteLoadBalancer) -testDeregisterInstancesFromLoadBalancerResponse :: DeregisterInstancesFromLoadBalancerResponse -> TestTree-testDeregisterInstancesFromLoadBalancerResponse = res+responseDeregisterInstancesFromLoadBalancer :: DeregisterInstancesFromLoadBalancerResponse -> TestTree+responseDeregisterInstancesFromLoadBalancer = res     "DeregisterInstancesFromLoadBalancerResponse"     "fixture/DeregisterInstancesFromLoadBalancerResponse.proto"     elb     (Proxy :: Proxy DeregisterInstancesFromLoadBalancer) -testCreateLoadBalancerPolicyResponse :: CreateLoadBalancerPolicyResponse -> TestTree-testCreateLoadBalancerPolicyResponse = res+responseCreateLoadBalancerPolicy :: CreateLoadBalancerPolicyResponse -> TestTree+responseCreateLoadBalancerPolicy = res     "CreateLoadBalancerPolicyResponse"     "fixture/CreateLoadBalancerPolicyResponse.proto"     elb     (Proxy :: Proxy CreateLoadBalancerPolicy) -testDescribeLoadBalancerPoliciesResponse :: DescribeLoadBalancerPoliciesResponse -> TestTree-testDescribeLoadBalancerPoliciesResponse = res+responseDescribeLoadBalancerPolicies :: DescribeLoadBalancerPoliciesResponse -> TestTree+responseDescribeLoadBalancerPolicies = res     "DescribeLoadBalancerPoliciesResponse"     "fixture/DescribeLoadBalancerPoliciesResponse.proto"     elb     (Proxy :: Proxy DescribeLoadBalancerPolicies) -testDisableAvailabilityZonesForLoadBalancerResponse :: DisableAvailabilityZonesForLoadBalancerResponse -> TestTree-testDisableAvailabilityZonesForLoadBalancerResponse = res+responseDisableAvailabilityZonesForLoadBalancer :: DisableAvailabilityZonesForLoadBalancerResponse -> TestTree+responseDisableAvailabilityZonesForLoadBalancer = res     "DisableAvailabilityZonesForLoadBalancerResponse"     "fixture/DisableAvailabilityZonesForLoadBalancerResponse.proto"     elb     (Proxy :: Proxy DisableAvailabilityZonesForLoadBalancer) -testEnableAvailabilityZonesForLoadBalancerResponse :: EnableAvailabilityZonesForLoadBalancerResponse -> TestTree-testEnableAvailabilityZonesForLoadBalancerResponse = res+responseEnableAvailabilityZonesForLoadBalancer :: EnableAvailabilityZonesForLoadBalancerResponse -> TestTree+responseEnableAvailabilityZonesForLoadBalancer = res     "EnableAvailabilityZonesForLoadBalancerResponse"     "fixture/EnableAvailabilityZonesForLoadBalancerResponse.proto"     elb     (Proxy :: Proxy EnableAvailabilityZonesForLoadBalancer) -testSetLoadBalancerPoliciesForBackendServerResponse :: SetLoadBalancerPoliciesForBackendServerResponse -> TestTree-testSetLoadBalancerPoliciesForBackendServerResponse = res+responseSetLoadBalancerPoliciesForBackendServer :: SetLoadBalancerPoliciesForBackendServerResponse -> TestTree+responseSetLoadBalancerPoliciesForBackendServer = res     "SetLoadBalancerPoliciesForBackendServerResponse"     "fixture/SetLoadBalancerPoliciesForBackendServerResponse.proto"     elb     (Proxy :: Proxy SetLoadBalancerPoliciesForBackendServer) -testSetLoadBalancerListenerSSLCertificateResponse :: SetLoadBalancerListenerSSLCertificateResponse -> TestTree-testSetLoadBalancerListenerSSLCertificateResponse = res+responseSetLoadBalancerListenerSSLCertificate :: SetLoadBalancerListenerSSLCertificateResponse -> TestTree+responseSetLoadBalancerListenerSSLCertificate = res     "SetLoadBalancerListenerSSLCertificateResponse"     "fixture/SetLoadBalancerListenerSSLCertificateResponse.proto"     elb     (Proxy :: Proxy SetLoadBalancerListenerSSLCertificate) -testAttachLoadBalancerToSubnetsResponse :: AttachLoadBalancerToSubnetsResponse -> TestTree-testAttachLoadBalancerToSubnetsResponse = res+responseAttachLoadBalancerToSubnets :: AttachLoadBalancerToSubnetsResponse -> TestTree+responseAttachLoadBalancerToSubnets = res     "AttachLoadBalancerToSubnetsResponse"     "fixture/AttachLoadBalancerToSubnetsResponse.proto"     elb     (Proxy :: Proxy AttachLoadBalancerToSubnets) -testConfigureHealthCheckResponse :: ConfigureHealthCheckResponse -> TestTree-testConfigureHealthCheckResponse = res+responseConfigureHealthCheck :: ConfigureHealthCheckResponse -> TestTree+responseConfigureHealthCheck = res     "ConfigureHealthCheckResponse"     "fixture/ConfigureHealthCheckResponse.proto"     elb     (Proxy :: Proxy ConfigureHealthCheck) -testModifyLoadBalancerAttributesResponse :: ModifyLoadBalancerAttributesResponse -> TestTree-testModifyLoadBalancerAttributesResponse = res+responseModifyLoadBalancerAttributes :: ModifyLoadBalancerAttributesResponse -> TestTree+responseModifyLoadBalancerAttributes = res     "ModifyLoadBalancerAttributesResponse"     "fixture/ModifyLoadBalancerAttributesResponse.proto"     elb     (Proxy :: Proxy ModifyLoadBalancerAttributes) -testCreateAppCookieStickinessPolicyResponse :: CreateAppCookieStickinessPolicyResponse -> TestTree-testCreateAppCookieStickinessPolicyResponse = res+responseCreateAppCookieStickinessPolicy :: CreateAppCookieStickinessPolicyResponse -> TestTree+responseCreateAppCookieStickinessPolicy = res     "CreateAppCookieStickinessPolicyResponse"     "fixture/CreateAppCookieStickinessPolicyResponse.proto"     elb     (Proxy :: Proxy CreateAppCookieStickinessPolicy) -testDescribeInstanceHealthResponse :: DescribeInstanceHealthResponse -> TestTree-testDescribeInstanceHealthResponse = res+responseDescribeInstanceHealth :: DescribeInstanceHealthResponse -> TestTree+responseDescribeInstanceHealth = res     "DescribeInstanceHealthResponse"     "fixture/DescribeInstanceHealthResponse.proto"     elb     (Proxy :: Proxy DescribeInstanceHealth) -testAddTagsResponse :: AddTagsResponse -> TestTree-testAddTagsResponse = res+responseAddTags :: AddTagsResponse -> TestTree+responseAddTags = res     "AddTagsResponse"     "fixture/AddTagsResponse.proto"     elb     (Proxy :: Proxy AddTags) -testDescribeLoadBalancerAttributesResponse :: DescribeLoadBalancerAttributesResponse -> TestTree-testDescribeLoadBalancerAttributesResponse = res+responseDescribeLoadBalancerAttributes :: DescribeLoadBalancerAttributesResponse -> TestTree+responseDescribeLoadBalancerAttributes = res     "DescribeLoadBalancerAttributesResponse"     "fixture/DescribeLoadBalancerAttributesResponse.proto"     elb     (Proxy :: Proxy DescribeLoadBalancerAttributes) -testCreateLoadBalancerListenersResponse :: CreateLoadBalancerListenersResponse -> TestTree-testCreateLoadBalancerListenersResponse = res+responseCreateLoadBalancerListeners :: CreateLoadBalancerListenersResponse -> TestTree+responseCreateLoadBalancerListeners = res     "CreateLoadBalancerListenersResponse"     "fixture/CreateLoadBalancerListenersResponse.proto"     elb     (Proxy :: Proxy CreateLoadBalancerListeners) -testDeleteLoadBalancerPolicyResponse :: DeleteLoadBalancerPolicyResponse -> TestTree-testDeleteLoadBalancerPolicyResponse = res+responseDeleteLoadBalancerPolicy :: DeleteLoadBalancerPolicyResponse -> TestTree+responseDeleteLoadBalancerPolicy = res     "DeleteLoadBalancerPolicyResponse"     "fixture/DeleteLoadBalancerPolicyResponse.proto"     elb     (Proxy :: Proxy DeleteLoadBalancerPolicy) -testDetachLoadBalancerFromSubnetsResponse :: DetachLoadBalancerFromSubnetsResponse -> TestTree-testDetachLoadBalancerFromSubnetsResponse = res+responseDetachLoadBalancerFromSubnets :: DetachLoadBalancerFromSubnetsResponse -> TestTree+responseDetachLoadBalancerFromSubnets = res     "DetachLoadBalancerFromSubnetsResponse"     "fixture/DetachLoadBalancerFromSubnetsResponse.proto"     elb     (Proxy :: Proxy DetachLoadBalancerFromSubnets) -testRegisterInstancesWithLoadBalancerResponse :: RegisterInstancesWithLoadBalancerResponse -> TestTree-testRegisterInstancesWithLoadBalancerResponse = res+responseRegisterInstancesWithLoadBalancer :: RegisterInstancesWithLoadBalancerResponse -> TestTree+responseRegisterInstancesWithLoadBalancer = res     "RegisterInstancesWithLoadBalancerResponse"     "fixture/RegisterInstancesWithLoadBalancerResponse.proto"     elb     (Proxy :: Proxy RegisterInstancesWithLoadBalancer) -testCreateLoadBalancerResponse :: CreateLoadBalancerResponse -> TestTree-testCreateLoadBalancerResponse = res+responseCreateLoadBalancer :: CreateLoadBalancerResponse -> TestTree+responseCreateLoadBalancer = res     "CreateLoadBalancerResponse"     "fixture/CreateLoadBalancerResponse.proto"     elb     (Proxy :: Proxy CreateLoadBalancer) -testDeleteLoadBalancerListenersResponse :: DeleteLoadBalancerListenersResponse -> TestTree-testDeleteLoadBalancerListenersResponse = res+responseDeleteLoadBalancerListeners :: DeleteLoadBalancerListenersResponse -> TestTree+responseDeleteLoadBalancerListeners = res     "DeleteLoadBalancerListenersResponse"     "fixture/DeleteLoadBalancerListenersResponse.proto"     elb     (Proxy :: Proxy DeleteLoadBalancerListeners) -testSetLoadBalancerPoliciesOfListenerResponse :: SetLoadBalancerPoliciesOfListenerResponse -> TestTree-testSetLoadBalancerPoliciesOfListenerResponse = res+responseSetLoadBalancerPoliciesOfListener :: SetLoadBalancerPoliciesOfListenerResponse -> TestTree+responseSetLoadBalancerPoliciesOfListener = res     "SetLoadBalancerPoliciesOfListenerResponse"     "fixture/SetLoadBalancerPoliciesOfListenerResponse.proto"     elb