Safe Haskell | None |
---|---|
Language | Haskell2010 |
- class (SignQuery r, ResponseConsumer r a, Loggable (ResponseMetadata a)) => Transaction r a | r -> a, a -> r
- module Aws.Query.Types
- module Aws.Elb.Types
- module Aws.Elb.Core
- module Aws.Elb.Commands.DescribeLoadBalancers
- module Aws.Elb.Commands.CreateLoadBalancer
- module Aws.Elb.Commands.DescribeLoadBalancerPolicyTypes
- module Aws.Elb.Commands.DescribeInstanceHealth
- module Aws.Elb.Commands.DescribeLoadBalancerPolicies
- module Aws.Elb.Commands.ModifyLoadBalancerAttributes
- module Aws.Elb.Commands.RegisterInstancesWithLoadBalancer
- module Aws.Elb.Commands.DeregisterInstancesFromLoadBalancer
- module Aws.Elb.Commands.CreateLBCookieStickinessPolicy
- module Aws.Elb.Commands.SetLoadBalancerPoliciesOfListener
- module Aws.Elb.Commands.ConfigureHealthCheck
Documentation
class (SignQuery r, ResponseConsumer r a, Loggable (ResponseMetadata a)) => Transaction r a | r -> a, a -> r
Associates a request type and a response type in a bi-directional way.
This allows the type-checker to infer the response type when given the request type and vice versa.
Note that the actual request generation and response parsing
resides in SignQuery
and ResponseConsumer
respectively.
module Aws.Query.Types
module Aws.Elb.Types
module Aws.Elb.Core