python-botocore/botocore/data/elb/2012-06-01/service-2.json
2015-11-24 20:34:53 +09:00

2779 lines
105 KiB
JSON

{
"version":"2.0",
"metadata":{
"apiVersion":"2012-06-01",
"endpointPrefix":"elasticloadbalancing",
"serviceFullName":"Elastic Load Balancing",
"signatureVersion":"v4",
"xmlNamespace":"http://elasticloadbalancing.amazonaws.com/doc/2012-06-01/",
"protocol":"query"
},
"documentation":"<fullname>Elastic Load Balancing</fullname> <p>Elastic Load Balancing distributes incoming traffic across your EC2 instances.</p> <p>For information about the features of Elastic Load Balancing, see <a href=\"http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/elastic-load-balancing.html\">What Is Elastic Load Balancing?</a> in the <i>Elastic Load Balancing Developer Guide</i>.</p> <p>For information about the AWS regions supported by Elastic Load Balancing, see <a href=\"http://docs.aws.amazon.com/general/latest/gr/rande.html#elb_region\">Regions and Endpoints - Elastic Load Balancing</a> in the <i>Amazon Web Services General Reference</i>.</p> <p>All Elastic Load Balancing operations are <i>idempotent</i>, which means that they complete at most one time. If you repeat an operation, it succeeds with a 200 OK response code.</p>",
"operations":{
"AddTags":{
"name":"AddTags",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"AddTagsInput"},
"output":{
"shape":"AddTagsOutput",
"resultWrapper":"AddTagsResult"
},
"errors":[
{
"shape":"AccessPointNotFoundException",
"error":{
"code":"LoadBalancerNotFound",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>The specified load balancer does not exist.</p>"
},
{
"shape":"TooManyTagsException",
"error":{
"code":"TooManyTags",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>The quota for the number of tags that can be assigned to a load balancer has been reached.</p>"
},
{
"shape":"DuplicateTagKeysException",
"error":{
"code":"DuplicateTagKeys",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>A tag key was specified more than once.</p>"
}
],
"documentation":"<p>Adds the specified tags to the specified load balancer. Each load balancer can have a maximum of 10 tags.</p> <p>Each tag consists of a key and an optional value. If a tag with the same key is already associated with the load balancer, <code>AddTags</code> updates its value.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/add-remove-tags.html\">Tag Your Load Balancer</a> in the <i>Elastic Load Balancing Developer Guide</i>.</p>"
},
"ApplySecurityGroupsToLoadBalancer":{
"name":"ApplySecurityGroupsToLoadBalancer",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ApplySecurityGroupsToLoadBalancerInput"},
"output":{
"shape":"ApplySecurityGroupsToLoadBalancerOutput",
"resultWrapper":"ApplySecurityGroupsToLoadBalancerResult"
},
"errors":[
{
"shape":"AccessPointNotFoundException",
"error":{
"code":"LoadBalancerNotFound",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>The specified load balancer does not exist.</p>"
},
{
"shape":"InvalidConfigurationRequestException",
"error":{
"code":"InvalidConfigurationRequest",
"httpStatusCode":409,
"senderFault":true
},
"exception":true,
"documentation":"<p>The requested configuration change is not valid.</p>"
},
{
"shape":"InvalidSecurityGroupException",
"error":{
"code":"InvalidSecurityGroup",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>One or more of the specified security groups do not exist.</p>"
}
],
"documentation":"<p>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.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/elb-security-groups.html#elb-vpc-security-groups\">Security Groups for Load Balancers in a VPC</a> in the <i>Elastic Load Balancing Developer Guide</i>.</p>"
},
"AttachLoadBalancerToSubnets":{
"name":"AttachLoadBalancerToSubnets",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"AttachLoadBalancerToSubnetsInput"},
"output":{
"shape":"AttachLoadBalancerToSubnetsOutput",
"resultWrapper":"AttachLoadBalancerToSubnetsResult"
},
"errors":[
{
"shape":"AccessPointNotFoundException",
"error":{
"code":"LoadBalancerNotFound",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>The specified load balancer does not exist.</p>"
},
{
"shape":"InvalidConfigurationRequestException",
"error":{
"code":"InvalidConfigurationRequest",
"httpStatusCode":409,
"senderFault":true
},
"exception":true,
"documentation":"<p>The requested configuration change is not valid.</p>"
},
{
"shape":"SubnetNotFoundException",
"error":{
"code":"SubnetNotFound",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>One or more of the specified subnets do not exist.</p>"
},
{
"shape":"InvalidSubnetException",
"error":{
"code":"InvalidSubnet",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>The specified VPC has no associated Internet gateway.</p>"
}
],
"documentation":"<p>Adds one or more subnets to the set of configured subnets for the specified load balancer.</p> <p>The load balancer evenly distributes requests across all registered subnets. For more information, see <a href=\"http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/elb-manage-subnets.html\">Add or Remove Subnets for Your Load Balancer in a VPC</a> in the <i>Elastic Load Balancing Developer Guide</i>.</p>"
},
"ConfigureHealthCheck":{
"name":"ConfigureHealthCheck",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ConfigureHealthCheckInput"},
"output":{
"shape":"ConfigureHealthCheckOutput",
"resultWrapper":"ConfigureHealthCheckResult"
},
"errors":[
{
"shape":"AccessPointNotFoundException",
"error":{
"code":"LoadBalancerNotFound",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>The specified load balancer does not exist.</p>"
}
],
"documentation":"<p>Specifies the health check settings to use when evaluating the health state of your back-end instances.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/elb-healthchecks.html\">Configure Health Checks</a> in the <i>Elastic Load Balancing Developer Guide</i>.</p>"
},
"CreateAppCookieStickinessPolicy":{
"name":"CreateAppCookieStickinessPolicy",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateAppCookieStickinessPolicyInput"},
"output":{
"shape":"CreateAppCookieStickinessPolicyOutput",
"resultWrapper":"CreateAppCookieStickinessPolicyResult"
},
"errors":[
{
"shape":"AccessPointNotFoundException",
"error":{
"code":"LoadBalancerNotFound",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>The specified load balancer does not exist.</p>"
},
{
"shape":"DuplicatePolicyNameException",
"error":{
"code":"DuplicatePolicyName",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>A policy with the specified name already exists for this load balancer.</p>"
},
{
"shape":"TooManyPoliciesException",
"error":{
"code":"TooManyPolicies",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>The quota for the number of policies for this load balancer has been reached.</p>"
},
{
"shape":"InvalidConfigurationRequestException",
"error":{
"code":"InvalidConfigurationRequest",
"httpStatusCode":409,
"senderFault":true
},
"exception":true,
"documentation":"<p>The requested configuration change is not valid.</p>"
}
],
"documentation":"<p>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.</p> <p>This policy is similar to the policy created by <a>CreateLBCookieStickinessPolicy</a>, except that the lifetime of the special Elastic Load Balancing cookie, <code>AWSELB</code>, 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.</p> <p>If the application cookie is explicitly removed or expires, the session stops being sticky until a new application cookie is issued.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/elb-sticky-sessions.html#enable-sticky-sessions-application\">Application-Controlled Session Stickiness</a> in the <i>Elastic Load Balancing Developer Guide</i>.</p>"
},
"CreateLBCookieStickinessPolicy":{
"name":"CreateLBCookieStickinessPolicy",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateLBCookieStickinessPolicyInput"},
"output":{
"shape":"CreateLBCookieStickinessPolicyOutput",
"resultWrapper":"CreateLBCookieStickinessPolicyResult"
},
"errors":[
{
"shape":"AccessPointNotFoundException",
"error":{
"code":"LoadBalancerNotFound",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>The specified load balancer does not exist.</p>"
},
{
"shape":"DuplicatePolicyNameException",
"error":{
"code":"DuplicatePolicyName",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>A policy with the specified name already exists for this load balancer.</p>"
},
{
"shape":"TooManyPoliciesException",
"error":{
"code":"TooManyPolicies",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>The quota for the number of policies for this load balancer has been reached.</p>"
},
{
"shape":"InvalidConfigurationRequestException",
"error":{
"code":"InvalidConfigurationRequest",
"httpStatusCode":409,
"senderFault":true
},
"exception":true,
"documentation":"<p>The requested configuration change is not valid.</p>"
}
],
"documentation":"<p>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.</p> <p>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.</p> <p>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.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/elb-sticky-sessions.html#enable-sticky-sessions-duration\">Duration-Based Session Stickiness</a> in the <i>Elastic Load Balancing Developer Guide</i>.</p>"
},
"CreateLoadBalancer":{
"name":"CreateLoadBalancer",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateAccessPointInput"},
"output":{
"shape":"CreateAccessPointOutput",
"resultWrapper":"CreateLoadBalancerResult"
},
"errors":[
{
"shape":"DuplicateAccessPointNameException",
"error":{
"code":"DuplicateLoadBalancerName",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>The specified load balancer name already exists for this account.</p>"
},
{
"shape":"TooManyAccessPointsException",
"error":{
"code":"TooManyLoadBalancers",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>The quota for the number of load balancers has been reached.</p>"
},
{
"shape":"CertificateNotFoundException",
"error":{
"code":"CertificateNotFound",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>The specified SSL ID does not refer to a valid SSL certificate in AWS Identity and Access Management (IAM).</p>"
},
{
"shape":"InvalidConfigurationRequestException",
"error":{
"code":"InvalidConfigurationRequest",
"httpStatusCode":409,
"senderFault":true
},
"exception":true,
"documentation":"<p>The requested configuration change is not valid.</p>"
},
{
"shape":"SubnetNotFoundException",
"error":{
"code":"SubnetNotFound",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>One or more of the specified subnets do not exist.</p>"
},
{
"shape":"InvalidSubnetException",
"error":{
"code":"InvalidSubnet",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>The specified VPC has no associated Internet gateway.</p>"
},
{
"shape":"InvalidSecurityGroupException",
"error":{
"code":"InvalidSecurityGroup",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>One or more of the specified security groups do not exist.</p>"
},
{
"shape":"InvalidSchemeException",
"error":{
"code":"InvalidScheme",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>The specified value for the schema is not valid. You can only specify a scheme for load balancers in a VPC.</p>"
},
{
"shape":"TooManyTagsException",
"error":{
"code":"TooManyTags",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>The quota for the number of tags that can be assigned to a load balancer has been reached.</p>"
},
{
"shape":"DuplicateTagKeysException",
"error":{
"code":"DuplicateTagKeys",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>A tag key was specified more than once.</p>"
}
],
"documentation":"<p>Creates a load balancer.</p> <p>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 <a href=\"http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/how-elb-works.html\">How Elastic Load Balancing Works</a> in the <i>Elastic Load Balancing Developer Guide</i>.</p> <p>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 <a href=\"http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/elb-limits.html\">Elastic Load Balancing Limits</a> in the <i>Elastic Load Balancing Developer Guide</i>.</p>"
},
"CreateLoadBalancerListeners":{
"name":"CreateLoadBalancerListeners",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateLoadBalancerListenerInput"},
"output":{
"shape":"CreateLoadBalancerListenerOutput",
"resultWrapper":"CreateLoadBalancerListenersResult"
},
"errors":[
{
"shape":"AccessPointNotFoundException",
"error":{
"code":"LoadBalancerNotFound",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>The specified load balancer does not exist.</p>"
},
{
"shape":"DuplicateListenerException",
"error":{
"code":"DuplicateListener",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>A listener already exists for the specified <code>LoadBalancerName</code> and <code>LoadBalancerPort</code>, but with a different <code>InstancePort</code>, <code>Protocol</code>, or <code>SSLCertificateId</code>.</p>"
},
{
"shape":"CertificateNotFoundException",
"error":{
"code":"CertificateNotFound",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>The specified SSL ID does not refer to a valid SSL certificate in AWS Identity and Access Management (IAM).</p>"
},
{
"shape":"InvalidConfigurationRequestException",
"error":{
"code":"InvalidConfigurationRequest",
"httpStatusCode":409,
"senderFault":true
},
"exception":true,
"documentation":"<p>The requested configuration change is not valid.</p>"
}
],
"documentation":"<p>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.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/us-add-listener.html\">Add a Listener to Your Load Balancer</a> in the <i>Elastic Load Balancing Developer Guide</i>.</p>"
},
"CreateLoadBalancerPolicy":{
"name":"CreateLoadBalancerPolicy",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateLoadBalancerPolicyInput"},
"output":{
"shape":"CreateLoadBalancerPolicyOutput",
"resultWrapper":"CreateLoadBalancerPolicyResult"
},
"errors":[
{
"shape":"AccessPointNotFoundException",
"error":{
"code":"LoadBalancerNotFound",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>The specified load balancer does not exist.</p>"
},
{
"shape":"PolicyTypeNotFoundException",
"error":{
"code":"PolicyTypeNotFound",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>One or more of the specified policy types do not exist.</p>"
},
{
"shape":"DuplicatePolicyNameException",
"error":{
"code":"DuplicatePolicyName",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>A policy with the specified name already exists for this load balancer.</p>"
},
{
"shape":"TooManyPoliciesException",
"error":{
"code":"TooManyPolicies",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>The quota for the number of policies for this load balancer has been reached.</p>"
},
{
"shape":"InvalidConfigurationRequestException",
"error":{
"code":"InvalidConfigurationRequest",
"httpStatusCode":409,
"senderFault":true
},
"exception":true,
"documentation":"<p>The requested configuration change is not valid.</p>"
}
],
"documentation":"<p>Creates a policy with the specified attributes for the specified load balancer.</p> <p>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.</p>"
},
"DeleteLoadBalancer":{
"name":"DeleteLoadBalancer",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteAccessPointInput"},
"output":{
"shape":"DeleteAccessPointOutput",
"resultWrapper":"DeleteLoadBalancerResult"
},
"documentation":"<p>Deletes the specified load balancer.</p> <p>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.</p> <p>If the load balancer does not exist or has already been deleted, the call to <code>DeleteLoadBalancer</code> still succeeds.</p>"
},
"DeleteLoadBalancerListeners":{
"name":"DeleteLoadBalancerListeners",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteLoadBalancerListenerInput"},
"output":{
"shape":"DeleteLoadBalancerListenerOutput",
"resultWrapper":"DeleteLoadBalancerListenersResult"
},
"errors":[
{
"shape":"AccessPointNotFoundException",
"error":{
"code":"LoadBalancerNotFound",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>The specified load balancer does not exist.</p>"
}
],
"documentation":"<p>Deletes the specified listeners from the specified load balancer.</p>"
},
"DeleteLoadBalancerPolicy":{
"name":"DeleteLoadBalancerPolicy",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{
"shape":"DeleteLoadBalancerPolicyInput",
"documentation":"="
},
"output":{
"shape":"DeleteLoadBalancerPolicyOutput",
"resultWrapper":"DeleteLoadBalancerPolicyResult"
},
"errors":[
{
"shape":"AccessPointNotFoundException",
"error":{
"code":"LoadBalancerNotFound",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>The specified load balancer does not exist.</p>"
},
{
"shape":"InvalidConfigurationRequestException",
"error":{
"code":"InvalidConfigurationRequest",
"httpStatusCode":409,
"senderFault":true
},
"exception":true,
"documentation":"<p>The requested configuration change is not valid.</p>"
}
],
"documentation":"<p>Deletes the specified policy from the specified load balancer. This policy must not be enabled for any listeners.</p>"
},
"DeregisterInstancesFromLoadBalancer":{
"name":"DeregisterInstancesFromLoadBalancer",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeregisterEndPointsInput"},
"output":{
"shape":"DeregisterEndPointsOutput",
"resultWrapper":"DeregisterInstancesFromLoadBalancerResult"
},
"errors":[
{
"shape":"AccessPointNotFoundException",
"error":{
"code":"LoadBalancerNotFound",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>The specified load balancer does not exist.</p>"
},
{
"shape":"InvalidEndPointException",
"error":{
"code":"InvalidInstance",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>The specified endpoint is not valid.</p>"
}
],
"documentation":"<p>Deregisters the specified instances from the specified load balancer. After the instance is deregistered, it no longer receives traffic from the load balancer.</p> <p>You can use <a>DescribeLoadBalancers</a> to verify that the instance is deregistered from the load balancer.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/US_DeReg_Reg_Instances.html\">Deregister and Register Amazon EC2 Instances</a> in the <i>Elastic Load Balancing Developer Guide</i>.</p>"
},
"DescribeInstanceHealth":{
"name":"DescribeInstanceHealth",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeEndPointStateInput"},
"output":{
"shape":"DescribeEndPointStateOutput",
"resultWrapper":"DescribeInstanceHealthResult"
},
"errors":[
{
"shape":"AccessPointNotFoundException",
"error":{
"code":"LoadBalancerNotFound",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>The specified load balancer does not exist.</p>"
},
{
"shape":"InvalidEndPointException",
"error":{
"code":"InvalidInstance",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>The specified endpoint is not valid.</p>"
}
],
"documentation":"<p>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.</p>"
},
"DescribeLoadBalancerAttributes":{
"name":"DescribeLoadBalancerAttributes",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeLoadBalancerAttributesInput"},
"output":{
"shape":"DescribeLoadBalancerAttributesOutput",
"resultWrapper":"DescribeLoadBalancerAttributesResult"
},
"errors":[
{
"shape":"AccessPointNotFoundException",
"error":{
"code":"LoadBalancerNotFound",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>The specified load balancer does not exist.</p>"
},
{
"shape":"LoadBalancerAttributeNotFoundException",
"error":{
"code":"LoadBalancerAttributeNotFound",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>The specified load balancer attribute does not exist.</p>"
}
],
"documentation":"<p>Describes the attributes for the specified load balancer.</p>"
},
"DescribeLoadBalancerPolicies":{
"name":"DescribeLoadBalancerPolicies",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeLoadBalancerPoliciesInput"},
"output":{
"shape":"DescribeLoadBalancerPoliciesOutput",
"resultWrapper":"DescribeLoadBalancerPoliciesResult"
},
"errors":[
{
"shape":"AccessPointNotFoundException",
"error":{
"code":"LoadBalancerNotFound",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>The specified load balancer does not exist.</p>"
},
{
"shape":"PolicyNotFoundException",
"error":{
"code":"PolicyNotFound",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>One or more of the specified policies do not exist.</p>"
}
],
"documentation":"<p>Describes the specified policies.</p> <p>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 <code>ELBSample-</code> prefix.</p>"
},
"DescribeLoadBalancerPolicyTypes":{
"name":"DescribeLoadBalancerPolicyTypes",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeLoadBalancerPolicyTypesInput"},
"output":{
"shape":"DescribeLoadBalancerPolicyTypesOutput",
"resultWrapper":"DescribeLoadBalancerPolicyTypesResult"
},
"errors":[
{
"shape":"PolicyTypeNotFoundException",
"error":{
"code":"PolicyTypeNotFound",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>One or more of the specified policy types do not exist.</p>"
}
],
"documentation":"<p>Describes the specified load balancer policy types.</p> <p>You can use these policy types with <a>CreateLoadBalancerPolicy</a> to create policy configurations for a load balancer.</p>"
},
"DescribeLoadBalancers":{
"name":"DescribeLoadBalancers",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeAccessPointsInput"},
"output":{
"shape":"DescribeAccessPointsOutput",
"resultWrapper":"DescribeLoadBalancersResult"
},
"errors":[
{
"shape":"AccessPointNotFoundException",
"error":{
"code":"LoadBalancerNotFound",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>The specified load balancer does not exist.</p>"
}
],
"documentation":"<p>Describes the specified the load balancers. If no load balancers are specified, the call describes all of your load balancers.</p>"
},
"DescribeTags":{
"name":"DescribeTags",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeTagsInput"},
"output":{
"shape":"DescribeTagsOutput",
"resultWrapper":"DescribeTagsResult"
},
"errors":[
{
"shape":"AccessPointNotFoundException",
"error":{
"code":"LoadBalancerNotFound",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>The specified load balancer does not exist.</p>"
}
],
"documentation":"<p>Describes the tags associated with the specified load balancers.</p>"
},
"DetachLoadBalancerFromSubnets":{
"name":"DetachLoadBalancerFromSubnets",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DetachLoadBalancerFromSubnetsInput"},
"output":{
"shape":"DetachLoadBalancerFromSubnetsOutput",
"resultWrapper":"DetachLoadBalancerFromSubnetsResult"
},
"errors":[
{
"shape":"AccessPointNotFoundException",
"error":{
"code":"LoadBalancerNotFound",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>The specified load balancer does not exist.</p>"
},
{
"shape":"InvalidConfigurationRequestException",
"error":{
"code":"InvalidConfigurationRequest",
"httpStatusCode":409,
"senderFault":true
},
"exception":true,
"documentation":"<p>The requested configuration change is not valid.</p>"
}
],
"documentation":"<p>Removes the specified subnets from the set of configured subnets for the load balancer.</p> <p>After a subnet is removed, all EC2 instances registered with the load balancer in the removed subnet go into the <code>OutOfService</code> state. Then, the load balancer balances the traffic among the remaining routable subnets.</p>"
},
"DisableAvailabilityZonesForLoadBalancer":{
"name":"DisableAvailabilityZonesForLoadBalancer",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"RemoveAvailabilityZonesInput"},
"output":{
"shape":"RemoveAvailabilityZonesOutput",
"resultWrapper":"DisableAvailabilityZonesForLoadBalancerResult"
},
"errors":[
{
"shape":"AccessPointNotFoundException",
"error":{
"code":"LoadBalancerNotFound",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>The specified load balancer does not exist.</p>"
},
{
"shape":"InvalidConfigurationRequestException",
"error":{
"code":"InvalidConfigurationRequest",
"httpStatusCode":409,
"senderFault":true
},
"exception":true,
"documentation":"<p>The requested configuration change is not valid.</p>"
}
],
"documentation":"<p>Removes the specified Availability Zones from the set of Availability Zones for the specified load balancer.</p> <p>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 <code>OutOfService</code> state. Then, the load balancer attempts to equally balance the traffic among its remaining Availability Zones.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/US_ShrinkLBApp04.html\">Disable an Availability Zone from a Load-Balanced Application</a> in the <i>Elastic Load Balancing Developer Guide</i>.</p>"
},
"EnableAvailabilityZonesForLoadBalancer":{
"name":"EnableAvailabilityZonesForLoadBalancer",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"AddAvailabilityZonesInput"},
"output":{
"shape":"AddAvailabilityZonesOutput",
"resultWrapper":"EnableAvailabilityZonesForLoadBalancerResult"
},
"errors":[
{
"shape":"AccessPointNotFoundException",
"error":{
"code":"LoadBalancerNotFound",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>The specified load balancer does not exist.</p>"
}
],
"documentation":"<p>Adds the specified Availability Zones to the set of Availability Zones for the specified load balancer.</p> <p>The load balancer evenly distributes requests across all its registered Availability Zones that contain instances.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/US_AddLBAvailabilityZone.html\">Add Availability Zone</a> in the <i>Elastic Load Balancing Developer Guide</i>.</p>"
},
"ModifyLoadBalancerAttributes":{
"name":"ModifyLoadBalancerAttributes",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ModifyLoadBalancerAttributesInput"},
"output":{
"shape":"ModifyLoadBalancerAttributesOutput",
"resultWrapper":"ModifyLoadBalancerAttributesResult"
},
"errors":[
{
"shape":"AccessPointNotFoundException",
"error":{
"code":"LoadBalancerNotFound",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>The specified load balancer does not exist.</p>"
},
{
"shape":"LoadBalancerAttributeNotFoundException",
"error":{
"code":"LoadBalancerAttributeNotFound",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>The specified load balancer attribute does not exist.</p>"
},
{
"shape":"InvalidConfigurationRequestException",
"error":{
"code":"InvalidConfigurationRequest",
"httpStatusCode":409,
"senderFault":true
},
"exception":true,
"documentation":"<p>The requested configuration change is not valid.</p>"
}
],
"documentation":"<p>Modifies the attributes of the specified load balancer.</p> <p>You can modify the load balancer attributes, such as <code>AccessLogs</code>, <code>ConnectionDraining</code>, and <code>CrossZoneLoadBalancing</code> by either enabling or disabling them. Or, you can modify the load balancer attribute <code>ConnectionSettings</code> by specifying an idle connection timeout value for your load balancer.</p> <p>For more information, see the following in the <i>Elastic Load Balancing Developer Guide</i>:</p> <ul> <li><a href=\"http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/TerminologyandKeyConcepts.html#request-routing\">Cross-Zone Load Balancing</a></li> <li><a href=\"http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/TerminologyandKeyConcepts.html#conn-drain\">Connection Draining</a></li> <li><a href=\"http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/access-log-collection.html\">Access Logs</a></li> <li><a href=\"http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/TerminologyandKeyConcepts.html#idle-timeout\">Idle Connection Timeout</a></li> </ul>"
},
"RegisterInstancesWithLoadBalancer":{
"name":"RegisterInstancesWithLoadBalancer",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"RegisterEndPointsInput"},
"output":{
"shape":"RegisterEndPointsOutput",
"resultWrapper":"RegisterInstancesWithLoadBalancerResult"
},
"errors":[
{
"shape":"AccessPointNotFoundException",
"error":{
"code":"LoadBalancerNotFound",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>The specified load balancer does not exist.</p>"
},
{
"shape":"InvalidEndPointException",
"error":{
"code":"InvalidInstance",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>The specified endpoint is not valid.</p>"
}
],
"documentation":"<p>Adds the specified instances to the specified load balancer.</p> <p>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.</p> <p>Note that <code>RegisterInstanceWithLoadBalancer</code> completes when the request has been registered. Instance registration takes a little time to complete. To check the state of the registered instances, use <a>DescribeLoadBalancers</a> or <a>DescribeInstanceHealth</a>.</p> <p>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 <code>OutOfService</code> state. If an Availability Zone is added to the load balancer later, any instances registered with the load balancer move to the <code>InService</code> state.</p> <p>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 <a>DeregisterInstancesFromLoadBalancer</a>.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/US_DeReg_Reg_Instances.html\">Deregister and Register EC2 Instances</a> in the <i>Elastic Load Balancing Developer Guide</i>.</p>"
},
"RemoveTags":{
"name":"RemoveTags",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"RemoveTagsInput"},
"output":{
"shape":"RemoveTagsOutput",
"resultWrapper":"RemoveTagsResult"
},
"errors":[
{
"shape":"AccessPointNotFoundException",
"error":{
"code":"LoadBalancerNotFound",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>The specified load balancer does not exist.</p>"
}
],
"documentation":"<p>Removes one or more tags from the specified load balancer.</p>"
},
"SetLoadBalancerListenerSSLCertificate":{
"name":"SetLoadBalancerListenerSSLCertificate",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"SetLoadBalancerListenerSSLCertificateInput"},
"output":{
"shape":"SetLoadBalancerListenerSSLCertificateOutput",
"resultWrapper":"SetLoadBalancerListenerSSLCertificateResult"
},
"errors":[
{
"shape":"CertificateNotFoundException",
"error":{
"code":"CertificateNotFound",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>The specified SSL ID does not refer to a valid SSL certificate in AWS Identity and Access Management (IAM).</p>"
},
{
"shape":"AccessPointNotFoundException",
"error":{
"code":"LoadBalancerNotFound",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>The specified load balancer does not exist.</p>"
},
{
"shape":"ListenerNotFoundException",
"error":{
"code":"ListenerNotFound",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>The load balancer does not have a listener configured at the specified port.</p>"
},
{
"shape":"InvalidConfigurationRequestException",
"error":{
"code":"InvalidConfigurationRequest",
"httpStatusCode":409,
"senderFault":true
},
"exception":true,
"documentation":"<p>The requested configuration change is not valid.</p>"
}
],
"documentation":"<p>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.</p> <p>For more information about updating your SSL certificate, see <a href=\"http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/US_UpdatingLoadBalancerSSL.html\">Updating an SSL Certificate for a Load Balancer</a> in the <i>Elastic Load Balancing Developer Guide</i>.</p>"
},
"SetLoadBalancerPoliciesForBackendServer":{
"name":"SetLoadBalancerPoliciesForBackendServer",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"SetLoadBalancerPoliciesForBackendServerInput"},
"output":{
"shape":"SetLoadBalancerPoliciesForBackendServerOutput",
"resultWrapper":"SetLoadBalancerPoliciesForBackendServerResult"
},
"errors":[
{
"shape":"AccessPointNotFoundException",
"error":{
"code":"LoadBalancerNotFound",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>The specified load balancer does not exist.</p>"
},
{
"shape":"PolicyNotFoundException",
"error":{
"code":"PolicyNotFound",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>One or more of the specified policies do not exist.</p>"
},
{
"shape":"InvalidConfigurationRequestException",
"error":{
"code":"InvalidConfigurationRequest",
"httpStatusCode":409,
"senderFault":true
},
"exception":true,
"documentation":"<p>The requested configuration change is not valid.</p>"
}
],
"documentation":"<p>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.</p> <p>Each time you use <code>SetLoadBalancerPoliciesForBackendServer</code> to enable the policies, use the <code>PolicyNames</code> parameter to list the policies that you want to enable.</p> <p>You can use <a>DescribeLoadBalancers</a> or <a>DescribeLoadBalancerPolicies</a> to verify that the policy is associated with the back-end server.</p>"
},
"SetLoadBalancerPoliciesOfListener":{
"name":"SetLoadBalancerPoliciesOfListener",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"SetLoadBalancerPoliciesOfListenerInput"},
"output":{
"shape":"SetLoadBalancerPoliciesOfListenerOutput",
"resultWrapper":"SetLoadBalancerPoliciesOfListenerResult"
},
"errors":[
{
"shape":"AccessPointNotFoundException",
"error":{
"code":"LoadBalancerNotFound",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>The specified load balancer does not exist.</p>"
},
{
"shape":"PolicyNotFoundException",
"error":{
"code":"PolicyNotFound",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>One or more of the specified policies do not exist.</p>"
},
{
"shape":"ListenerNotFoundException",
"error":{
"code":"ListenerNotFound",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>The load balancer does not have a listener configured at the specified port.</p>"
},
{
"shape":"InvalidConfigurationRequestException",
"error":{
"code":"InvalidConfigurationRequest",
"httpStatusCode":409,
"senderFault":true
},
"exception":true,
"documentation":"<p>The requested configuration change is not valid.</p>"
}
],
"documentation":"<p>Associates, updates, or disables a policy with a listener for the specified load balancer. You can associate multiple policies with a listener.</p>"
}
},
"shapes":{
"AccessLog":{
"type":"structure",
"required":["Enabled"],
"members":{
"Enabled":{
"shape":"AccessLogEnabled",
"documentation":"<p>Specifies whether access log is enabled for the load balancer.</p>"
},
"S3BucketName":{
"shape":"S3BucketName",
"documentation":"<p>The name of the Amazon S3 bucket where the access logs are stored.</p>"
},
"EmitInterval":{
"shape":"AccessLogInterval",
"documentation":"<p>The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes.</p> <p>Default: 60 minutes</p>"
},
"S3BucketPrefix":{
"shape":"AccessLogPrefix",
"documentation":"<p>The logical hierarchy you created for your Amazon S3 bucket, for example <code>my-bucket-prefix/prod</code>. If the prefix is not provided, the log is placed at the root level of the bucket.</p>"
}
},
"documentation":"<p>Information about the <code>AccessLog</code> attribute.</p>"
},
"AccessLogEnabled":{"type":"boolean"},
"AccessLogInterval":{"type":"integer"},
"AccessLogPrefix":{"type":"string"},
"AccessPointName":{"type":"string"},
"AccessPointNotFoundException":{
"type":"structure",
"members":{
},
"error":{
"code":"LoadBalancerNotFound",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>The specified load balancer does not exist.</p>"
},
"AccessPointPort":{"type":"integer"},
"AddAvailabilityZonesInput":{
"type":"structure",
"required":[
"LoadBalancerName",
"AvailabilityZones"
],
"members":{
"LoadBalancerName":{
"shape":"AccessPointName",
"documentation":"<p>The name of the load balancer.</p>"
},
"AvailabilityZones":{
"shape":"AvailabilityZones",
"documentation":"<p>The Availability Zones. These must be in the same region as the load balancer.</p>"
}
}
},
"AddAvailabilityZonesOutput":{
"type":"structure",
"members":{
"AvailabilityZones":{
"shape":"AvailabilityZones",
"documentation":"<p>The updated list of Availability Zones for the load balancer.</p>"
}
}
},
"AddTagsInput":{
"type":"structure",
"required":[
"LoadBalancerNames",
"Tags"
],
"members":{
"LoadBalancerNames":{
"shape":"LoadBalancerNames",
"documentation":"<p>The name of the load balancer. You can specify one load balancer only.</p>"
},
"Tags":{
"shape":"TagList",
"documentation":"<p>The tags.</p>"
}
}
},
"AddTagsOutput":{
"type":"structure",
"members":{
}
},
"AdditionalAttribute":{
"type":"structure",
"members":{
"Key":{
"shape":"StringVal",
"documentation":"<p>This parameter is reserved.</p>"
},
"Value":{
"shape":"StringVal",
"documentation":"<p>This parameter is reserved.</p>"
}
},
"documentation":"<p>This data type is reserved.</p>"
},
"AdditionalAttributes":{
"type":"list",
"member":{"shape":"AdditionalAttribute"}
},
"AppCookieStickinessPolicies":{
"type":"list",
"member":{"shape":"AppCookieStickinessPolicy"}
},
"AppCookieStickinessPolicy":{
"type":"structure",
"members":{
"PolicyName":{
"shape":"PolicyName",
"documentation":"<p>The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer.</p>"
},
"CookieName":{
"shape":"CookieName",
"documentation":"<p>The name of the application cookie used for stickiness.</p>"
}
},
"documentation":"<p>Information about a policy for application-controlled session stickiness.</p>"
},
"ApplySecurityGroupsToLoadBalancerInput":{
"type":"structure",
"required":[
"LoadBalancerName",
"SecurityGroups"
],
"members":{
"LoadBalancerName":{
"shape":"AccessPointName",
"documentation":"<p>The name of the load balancer.</p>"
},
"SecurityGroups":{
"shape":"SecurityGroups",
"documentation":"<p>The IDs of the security groups to associate with the load balancer. Note that you cannot specify the name of the security group.</p>"
}
}
},
"ApplySecurityGroupsToLoadBalancerOutput":{
"type":"structure",
"members":{
"SecurityGroups":{
"shape":"SecurityGroups",
"documentation":"<p>The IDs of the security groups associated with the load balancer.</p>"
}
}
},
"AttachLoadBalancerToSubnetsInput":{
"type":"structure",
"required":[
"LoadBalancerName",
"Subnets"
],
"members":{
"LoadBalancerName":{
"shape":"AccessPointName",
"documentation":"<p>The name of the load balancer.</p>"
},
"Subnets":{
"shape":"Subnets",
"documentation":"<p>The IDs of the subnets to add for the load balancer. You can add only one subnet per Availability Zone.</p>"
}
}
},
"AttachLoadBalancerToSubnetsOutput":{
"type":"structure",
"members":{
"Subnets":{
"shape":"Subnets",
"documentation":"<p>The IDs of the subnets attached to the load balancer.</p>"
}
}
},
"AttributeName":{"type":"string"},
"AttributeType":{"type":"string"},
"AttributeValue":{"type":"string"},
"AvailabilityZone":{"type":"string"},
"AvailabilityZones":{
"type":"list",
"member":{"shape":"AvailabilityZone"}
},
"BackendServerDescription":{
"type":"structure",
"members":{
"InstancePort":{
"shape":"InstancePort",
"documentation":"<p>The port on which the back-end server is listening.</p>"
},
"PolicyNames":{
"shape":"PolicyNames",
"documentation":"<p>The names of the policies enabled for the back-end server.</p>"
}
},
"documentation":"<p>Information about the configuration of a back-end server.</p>"
},
"BackendServerDescriptions":{
"type":"list",
"member":{"shape":"BackendServerDescription"}
},
"Cardinality":{"type":"string"},
"CertificateNotFoundException":{
"type":"structure",
"members":{
},
"error":{
"code":"CertificateNotFound",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>The specified SSL ID does not refer to a valid SSL certificate in AWS Identity and Access Management (IAM).</p>"
},
"ConfigureHealthCheckInput":{
"type":"structure",
"required":[
"LoadBalancerName",
"HealthCheck"
],
"members":{
"LoadBalancerName":{
"shape":"AccessPointName",
"documentation":"<p>The name of the load balancer.</p>"
},
"HealthCheck":{
"shape":"HealthCheck",
"documentation":"<p>The configuration information for the new health check.</p>"
}
}
},
"ConfigureHealthCheckOutput":{
"type":"structure",
"members":{
"HealthCheck":{
"shape":"HealthCheck",
"documentation":"<p>The updated health check.</p>"
}
}
},
"ConnectionDraining":{
"type":"structure",
"required":["Enabled"],
"members":{
"Enabled":{
"shape":"ConnectionDrainingEnabled",
"documentation":"<p>Specifies whether connection draining is enabled for the load balancer.</p>"
},
"Timeout":{
"shape":"ConnectionDrainingTimeout",
"documentation":"<p>The maximum time, in seconds, to keep the existing connections open before deregistering the instances.</p>"
}
},
"documentation":"<p>Information about the <code>ConnectionDraining</code> attribute.</p>"
},
"ConnectionDrainingEnabled":{"type":"boolean"},
"ConnectionDrainingTimeout":{"type":"integer"},
"ConnectionSettings":{
"type":"structure",
"required":["IdleTimeout"],
"members":{
"IdleTimeout":{
"shape":"IdleTimeout",
"documentation":"<p>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.</p>"
}
},
"documentation":"<p>Information about the <code>ConnectionSettings</code> attribute.</p>"
},
"CookieExpirationPeriod":{"type":"long"},
"CookieName":{"type":"string"},
"CreateAccessPointInput":{
"type":"structure",
"required":[
"LoadBalancerName",
"Listeners"
],
"members":{
"LoadBalancerName":{
"shape":"AccessPointName",
"documentation":"<p>The name of the load balancer.</p> <p>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.</p>"
},
"Listeners":{
"shape":"Listeners",
"documentation":"<p>The listeners.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/elb-listener-config.html\">Listeners for Your Load Balancer</a> in the <i>Elastic Load Balancing Developer Guide</i>.</p>"
},
"AvailabilityZones":{
"shape":"AvailabilityZones",
"documentation":"<p>One or more Availability Zones from the same region as the load balancer. Traffic is equally distributed across all specified Availability Zones.</p> <p>You must specify at least one Availability Zone.</p> <p>You can add more Availability Zones after you create the load balancer using <a>EnableAvailabilityZonesForLoadBalancer</a>.</p>"
},
"Subnets":{
"shape":"Subnets",
"documentation":"<p>The IDs of the subnets in your VPC to attach to the load balancer. Specify one subnet per Availability Zone specified in <code>AvailabilityZones</code>.</p>"
},
"SecurityGroups":{
"shape":"SecurityGroups",
"documentation":"<p>The IDs of the security groups to assign to the load balancer.</p>"
},
"Scheme":{
"shape":"LoadBalancerScheme",
"documentation":"<p>The type of a load balancer. Valid only for load balancers in a VPC.</p> <p>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 <a href=\"http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/vpc-loadbalancer-types.html\">Internet-facing and Internal Load Balancers</a> in the <i>Elastic Load Balancing Developer Guide</i>.</p> <p>Specify <code>internal</code> to create an internal load balancer with a DNS name that resolves to private IP addresses.</p>"
},
"Tags":{
"shape":"TagList",
"documentation":"<p>A list of tags to assign to the load balancer.</p> <p>For more information about tagging your load balancer, see <a href=\"http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/TerminologyandKeyConcepts.html#tagging-elb\">Tagging</a> in the <i>Elastic Load Balancing Developer Guide</i>.</p>"
}
}
},
"CreateAccessPointOutput":{
"type":"structure",
"members":{
"DNSName":{
"shape":"DNSName",
"documentation":"<p>The DNS name of the load balancer.</p>"
}
}
},
"CreateAppCookieStickinessPolicyInput":{
"type":"structure",
"required":[
"LoadBalancerName",
"PolicyName",
"CookieName"
],
"members":{
"LoadBalancerName":{
"shape":"AccessPointName",
"documentation":"<p>The name of the load balancer.</p>"
},
"PolicyName":{
"shape":"PolicyName",
"documentation":"<p>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.</p>"
},
"CookieName":{
"shape":"CookieName",
"documentation":"<p>The name of the application cookie used for stickiness.</p>"
}
}
},
"CreateAppCookieStickinessPolicyOutput":{
"type":"structure",
"members":{
}
},
"CreateLBCookieStickinessPolicyInput":{
"type":"structure",
"required":[
"LoadBalancerName",
"PolicyName"
],
"members":{
"LoadBalancerName":{
"shape":"AccessPointName",
"documentation":"<p>The name of the load balancer.</p>"
},
"PolicyName":{
"shape":"PolicyName",
"documentation":"<p>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.</p>"
},
"CookieExpirationPeriod":{
"shape":"CookieExpirationPeriod",
"documentation":"<p>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.</p>"
}
}
},
"CreateLBCookieStickinessPolicyOutput":{
"type":"structure",
"members":{
}
},
"CreateLoadBalancerListenerInput":{
"type":"structure",
"required":[
"LoadBalancerName",
"Listeners"
],
"members":{
"LoadBalancerName":{
"shape":"AccessPointName",
"documentation":"<p>The name of the load balancer.</p>"
},
"Listeners":{
"shape":"Listeners",
"documentation":"<p>The listeners.</p>"
}
}
},
"CreateLoadBalancerListenerOutput":{
"type":"structure",
"members":{
}
},
"CreateLoadBalancerPolicyInput":{
"type":"structure",
"required":[
"LoadBalancerName",
"PolicyName",
"PolicyTypeName"
],
"members":{
"LoadBalancerName":{
"shape":"AccessPointName",
"documentation":"<p>The name of the load balancer.</p>"
},
"PolicyName":{
"shape":"PolicyName",
"documentation":"<p>The name of the load balancer policy to be created. This name must be unique within the set of policies for this load balancer.</p>"
},
"PolicyTypeName":{
"shape":"PolicyTypeName",
"documentation":"<p>The name of the base policy type. To get the list of policy types, use <a>DescribeLoadBalancerPolicyTypes</a>.</p>"
},
"PolicyAttributes":{
"shape":"PolicyAttributes",
"documentation":"<p>The attributes for the policy.</p>"
}
}
},
"CreateLoadBalancerPolicyOutput":{
"type":"structure",
"members":{
}
},
"CreatedTime":{"type":"timestamp"},
"CrossZoneLoadBalancing":{
"type":"structure",
"required":["Enabled"],
"members":{
"Enabled":{
"shape":"CrossZoneLoadBalancingEnabled",
"documentation":"<p>Specifies whether cross-zone load balancing is enabled for the load balancer.</p>"
}
},
"documentation":"<p>Information about the <code>CrossZoneLoadBalancing</code> attribute.</p>"
},
"CrossZoneLoadBalancingEnabled":{"type":"boolean"},
"DNSName":{"type":"string"},
"DefaultValue":{"type":"string"},
"DeleteAccessPointInput":{
"type":"structure",
"required":["LoadBalancerName"],
"members":{
"LoadBalancerName":{
"shape":"AccessPointName",
"documentation":"<p>The name of the load balancer.</p>"
}
}
},
"DeleteAccessPointOutput":{
"type":"structure",
"members":{
}
},
"DeleteLoadBalancerListenerInput":{
"type":"structure",
"required":[
"LoadBalancerName",
"LoadBalancerPorts"
],
"members":{
"LoadBalancerName":{
"shape":"AccessPointName",
"documentation":"<p>The name of the load balancer.</p>"
},
"LoadBalancerPorts":{
"shape":"Ports",
"documentation":"<p>The client port numbers of the listeners.</p>"
}
}
},
"DeleteLoadBalancerListenerOutput":{
"type":"structure",
"members":{
}
},
"DeleteLoadBalancerPolicyInput":{
"type":"structure",
"required":[
"LoadBalancerName",
"PolicyName"
],
"members":{
"LoadBalancerName":{
"shape":"AccessPointName",
"documentation":"<p>The name of the load balancer.</p>"
},
"PolicyName":{
"shape":"PolicyName",
"documentation":"<p>The name of the policy.</p>"
}
},
"documentation":"="
},
"DeleteLoadBalancerPolicyOutput":{
"type":"structure",
"members":{
}
},
"DeregisterEndPointsInput":{
"type":"structure",
"required":[
"LoadBalancerName",
"Instances"
],
"members":{
"LoadBalancerName":{
"shape":"AccessPointName",
"documentation":"<p>The name of the load balancer.</p>"
},
"Instances":{
"shape":"Instances",
"documentation":"<p>The IDs of the instances.</p>"
}
}
},
"DeregisterEndPointsOutput":{
"type":"structure",
"members":{
"Instances":{
"shape":"Instances",
"documentation":"<p>The remaining instances registered with the load balancer.</p>"
}
}
},
"DescribeAccessPointsInput":{
"type":"structure",
"members":{
"LoadBalancerNames":{
"shape":"LoadBalancerNames",
"documentation":"<p>The names of the load balancers.</p>"
},
"Marker":{
"shape":"Marker",
"documentation":"<p>The marker for the next set of results. (You received this marker from a previous call.)</p>"
},
"PageSize":{
"shape":"PageSize",
"documentation":"<p>The maximum number of results to return with this call (a number from 1 to 400). The default is 400.</p>"
}
}
},
"DescribeAccessPointsOutput":{
"type":"structure",
"members":{
"LoadBalancerDescriptions":{
"shape":"LoadBalancerDescriptions",
"documentation":"<p>Information about the load balancers.</p>"
},
"NextMarker":{
"shape":"Marker",
"documentation":"<p>The marker to use when requesting the next set of results. If there are no additional results, the string is empty.</p>"
}
}
},
"DescribeEndPointStateInput":{
"type":"structure",
"required":["LoadBalancerName"],
"members":{
"LoadBalancerName":{
"shape":"AccessPointName",
"documentation":"<p>The name of the load balancer.</p>"
},
"Instances":{
"shape":"Instances",
"documentation":"<p>The IDs of the instances.</p>"
}
}
},
"DescribeEndPointStateOutput":{
"type":"structure",
"members":{
"InstanceStates":{
"shape":"InstanceStates",
"documentation":"<p>Information about the health of the instances.</p>"
}
}
},
"DescribeLoadBalancerAttributesInput":{
"type":"structure",
"required":["LoadBalancerName"],
"members":{
"LoadBalancerName":{
"shape":"AccessPointName",
"documentation":"<p>The name of the load balancer.</p>"
}
}
},
"DescribeLoadBalancerAttributesOutput":{
"type":"structure",
"members":{
"LoadBalancerAttributes":{
"shape":"LoadBalancerAttributes",
"documentation":"<p>Information about the load balancer attributes.</p>"
}
}
},
"DescribeLoadBalancerPoliciesInput":{
"type":"structure",
"members":{
"LoadBalancerName":{
"shape":"AccessPointName",
"documentation":"<p>The name of the load balancer.</p>"
},
"PolicyNames":{
"shape":"PolicyNames",
"documentation":"<p>The names of the policies.</p>"
}
}
},
"DescribeLoadBalancerPoliciesOutput":{
"type":"structure",
"members":{
"PolicyDescriptions":{
"shape":"PolicyDescriptions",
"documentation":"<p>Information about the policies.</p>"
}
}
},
"DescribeLoadBalancerPolicyTypesInput":{
"type":"structure",
"members":{
"PolicyTypeNames":{
"shape":"PolicyTypeNames",
"documentation":"<p>The names of the policy types. If no names are specified, describes all policy types defined by Elastic Load Balancing.</p>"
}
}
},
"DescribeLoadBalancerPolicyTypesOutput":{
"type":"structure",
"members":{
"PolicyTypeDescriptions":{
"shape":"PolicyTypeDescriptions",
"documentation":"<p>Information about the policy types.</p>"
}
}
},
"DescribeTagsInput":{
"type":"structure",
"required":["LoadBalancerNames"],
"members":{
"LoadBalancerNames":{
"shape":"LoadBalancerNamesMax20",
"documentation":"<p>The names of the load balancers.</p>"
}
}
},
"DescribeTagsOutput":{
"type":"structure",
"members":{
"TagDescriptions":{
"shape":"TagDescriptions",
"documentation":"<p>Information about the tags.</p>"
}
}
},
"Description":{"type":"string"},
"DetachLoadBalancerFromSubnetsInput":{
"type":"structure",
"required":[
"LoadBalancerName",
"Subnets"
],
"members":{
"LoadBalancerName":{
"shape":"AccessPointName",
"documentation":"<p>The name of the load balancer.</p>"
},
"Subnets":{
"shape":"Subnets",
"documentation":"<p>The IDs of the subnets.</p>"
}
}
},
"DetachLoadBalancerFromSubnetsOutput":{
"type":"structure",
"members":{
"Subnets":{
"shape":"Subnets",
"documentation":"<p>The IDs of the remaining subnets for the load balancer.</p>"
}
}
},
"DuplicateAccessPointNameException":{
"type":"structure",
"members":{
},
"error":{
"code":"DuplicateLoadBalancerName",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>The specified load balancer name already exists for this account.</p>"
},
"DuplicateListenerException":{
"type":"structure",
"members":{
},
"error":{
"code":"DuplicateListener",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>A listener already exists for the specified <code>LoadBalancerName</code> and <code>LoadBalancerPort</code>, but with a different <code>InstancePort</code>, <code>Protocol</code>, or <code>SSLCertificateId</code>.</p>"
},
"DuplicatePolicyNameException":{
"type":"structure",
"members":{
},
"error":{
"code":"DuplicatePolicyName",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>A policy with the specified name already exists for this load balancer.</p>"
},
"DuplicateTagKeysException":{
"type":"structure",
"members":{
},
"error":{
"code":"DuplicateTagKeys",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>A tag key was specified more than once.</p>"
},
"EndPointPort":{"type":"integer"},
"HealthCheck":{
"type":"structure",
"required":[
"Target",
"Interval",
"Timeout",
"UnhealthyThreshold",
"HealthyThreshold"
],
"members":{
"Target":{
"shape":"HealthCheckTarget",
"documentation":"<p>The instance being checked. The protocol is either TCP, HTTP, HTTPS, or SSL. The range of valid ports is one (1) through 65535.</p> <p>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.</p> <p>SSL is also specified as SSL: port pair, for example, SSL:5000.</p> <p>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.</p> <p>The total length of the HTTP ping target must be 1024 16-bit Unicode characters or less.</p>"
},
"Interval":{
"shape":"HealthCheckInterval",
"documentation":"<p>The approximate interval, in seconds, between health checks of an individual instance.</p>"
},
"Timeout":{
"shape":"HealthCheckTimeout",
"documentation":"<p>The amount of time, in seconds, during which no response means a failed health check.</p> <p>This value must be less than the <code>Interval</code> value.</p>"
},
"UnhealthyThreshold":{
"shape":"UnhealthyThreshold",
"documentation":"<p>The number of consecutive health check failures required before moving the instance to the <code>Unhealthy</code> state.</p>"
},
"HealthyThreshold":{
"shape":"HealthyThreshold",
"documentation":"<p>The number of consecutive health checks successes required before moving the instance to the <code>Healthy</code> state.</p>"
}
},
"documentation":"<p>Information about a health check.</p>"
},
"HealthCheckInterval":{
"type":"integer",
"min":1,
"max":300
},
"HealthCheckTarget":{"type":"string"},
"HealthCheckTimeout":{
"type":"integer",
"min":1,
"max":300
},
"HealthyThreshold":{
"type":"integer",
"min":2,
"max":10
},
"IdleTimeout":{
"type":"integer",
"min":1,
"max":3600
},
"Instance":{
"type":"structure",
"members":{
"InstanceId":{
"shape":"InstanceId",
"documentation":"<p>The ID of the instance.</p>"
}
},
"documentation":"<p>The ID of a back-end instance.</p>"
},
"InstanceId":{"type":"string"},
"InstancePort":{
"type":"integer",
"min":1,
"max":65535
},
"InstanceState":{
"type":"structure",
"members":{
"InstanceId":{
"shape":"InstanceId",
"documentation":"<p>The ID of the instance.</p>"
},
"State":{
"shape":"State",
"documentation":"<p>The current state of the instance.</p> <p>Valid values: <code>InService</code> | <code>OutOfService</code> | <code>Unknown</code></p>"
},
"ReasonCode":{
"shape":"ReasonCode",
"documentation":"<p>Information about the cause of <code>OutOfService</code> instances. Specifically, whether the cause is Elastic Load Balancing or the instance.</p> <p>Valid values: <code>ELB</code> | <code>Instance</code> | <code>N/A</code></p>"
},
"Description":{
"shape":"Description",
"documentation":"<p>A description of the instance state. This string can contain one or more of the following messages.</p> <ul> <li> <p><code>N/A</code></p> </li> <li> <p><code>A transient error occurred. Please try again later.</code></p> </li> <li> <p><code>Instance has failed at least the UnhealthyThreshold number of health checks consecutively.</code></p> </li> <li> <p><code>Instance has not passed the configured HealthyThreshold number of health checks consecutively.</code></p> </li> <li> <p><code>Instance registration is still in progress.</code></p> </li> <li> <p><code>Instance is in the EC2 Availability Zone for which LoadBalancer is not configured to route traffic to.</code></p> </li> <li> <p><code>Instance is not currently registered with the LoadBalancer.</code></p> </li> <li> <p><code>Instance deregistration currently in progress.</code></p> </li> <li> <p><code>Disable Availability Zone is currently in progress.</code></p> </li> <li> <p><code>Instance is in pending state.</code></p> </li> <li> <p><code>Instance is in stopped state.</code></p> </li> <li> <p><code>Instance is in terminated state.</code></p> </li> </ul>"
}
},
"documentation":"<p>Information about the state of a back-end instance.</p>"
},
"InstanceStates":{
"type":"list",
"member":{"shape":"InstanceState"}
},
"Instances":{
"type":"list",
"member":{"shape":"Instance"}
},
"InvalidConfigurationRequestException":{
"type":"structure",
"members":{
},
"error":{
"code":"InvalidConfigurationRequest",
"httpStatusCode":409,
"senderFault":true
},
"exception":true,
"documentation":"<p>The requested configuration change is not valid.</p>"
},
"InvalidEndPointException":{
"type":"structure",
"members":{
},
"error":{
"code":"InvalidInstance",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>The specified endpoint is not valid.</p>"
},
"InvalidSchemeException":{
"type":"structure",
"members":{
},
"error":{
"code":"InvalidScheme",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>The specified value for the schema is not valid. You can only specify a scheme for load balancers in a VPC.</p>"
},
"InvalidSecurityGroupException":{
"type":"structure",
"members":{
},
"error":{
"code":"InvalidSecurityGroup",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>One or more of the specified security groups do not exist.</p>"
},
"InvalidSubnetException":{
"type":"structure",
"members":{
},
"error":{
"code":"InvalidSubnet",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>The specified VPC has no associated Internet gateway.</p>"
},
"LBCookieStickinessPolicies":{
"type":"list",
"member":{"shape":"LBCookieStickinessPolicy"}
},
"LBCookieStickinessPolicy":{
"type":"structure",
"members":{
"PolicyName":{
"shape":"PolicyName",
"documentation":"<p>The name for the policy being created. The name must be unique within the set of policies for this load balancer.</p>"
},
"CookieExpirationPeriod":{
"shape":"CookieExpirationPeriod",
"documentation":"<p>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.</p>"
}
},
"documentation":"<p>Information about a policy for duration-based session stickiness.</p>"
},
"Listener":{
"type":"structure",
"required":[
"Protocol",
"LoadBalancerPort",
"InstancePort"
],
"members":{
"Protocol":{
"shape":"Protocol",
"documentation":"<p>The load balancer transport protocol to use for routing: HTTP, HTTPS, TCP, or SSL.</p>"
},
"LoadBalancerPort":{
"shape":"AccessPointPort",
"documentation":"<p>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.</p>"
},
"InstanceProtocol":{
"shape":"Protocol",
"documentation":"<p>The protocol to use for routing traffic to back-end instances: HTTP, HTTPS, TCP, or SSL.</p> <p>If the front-end protocol is HTTP, HTTPS, TCP, or SSL, <code>InstanceProtocol</code> must be at the same protocol.</p> <p>If there is another listener with the same <code>InstancePort</code> whose <code>InstanceProtocol</code> is secure, (HTTPS or SSL), the listener's <code>InstanceProtocol</code> must also be secure.</p> <p>If there is another listener with the same <code>InstancePort</code> whose <code>InstanceProtocol</code> is HTTP or TCP, the listener's <code>InstanceProtocol</code> must be HTTP or TCP.</p>"
},
"InstancePort":{
"shape":"InstancePort",
"documentation":"<p>The port on which the instance is listening.</p>"
},
"SSLCertificateId":{
"shape":"SSLCertificateId",
"documentation":"<p>The Amazon Resource Name (ARN) of the server certificate.</p>"
}
},
"documentation":"<p>Information about a listener.</p> <p>For information about the protocols and the ports supported by Elastic Load Balancing, see <a href=\"http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/elb-listener-config.html\">Listener Configurations for Elastic Load Balancing</a> in the <i>Elastic Load Balancing Developer Guide</i>.</p>"
},
"ListenerDescription":{
"type":"structure",
"members":{
"Listener":{"shape":"Listener"},
"PolicyNames":{
"shape":"PolicyNames",
"documentation":"<p>The policies. If there are no policies enabled, the list is empty.</p>"
}
},
"documentation":"<p>The policies enabled for a listener.</p>"
},
"ListenerDescriptions":{
"type":"list",
"member":{"shape":"ListenerDescription"}
},
"ListenerNotFoundException":{
"type":"structure",
"members":{
},
"error":{
"code":"ListenerNotFound",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>The load balancer does not have a listener configured at the specified port.</p>"
},
"Listeners":{
"type":"list",
"member":{"shape":"Listener"}
},
"LoadBalancerAttributeNotFoundException":{
"type":"structure",
"members":{
},
"error":{
"code":"LoadBalancerAttributeNotFound",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>The specified load balancer attribute does not exist.</p>"
},
"LoadBalancerAttributes":{
"type":"structure",
"members":{
"CrossZoneLoadBalancing":{
"shape":"CrossZoneLoadBalancing",
"documentation":"<p>If enabled, the load balancer routes the request traffic evenly across all back-end instances regardless of the Availability Zones.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/enable-disable-crosszone-lb.html\">Enable Cross-Zone Load Balancing</a> in the <i>Elastic Load Balancing Developer Guide</i>.</p>"
},
"AccessLog":{
"shape":"AccessLog",
"documentation":"<p>If enabled, the load balancer captures detailed information of all requests and delivers the information to the Amazon S3 bucket that you specify.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/enable-access-logs.html\">Enable Access Logs</a> in the <i>Elastic Load Balancing Developer Guide</i>.</p>"
},
"ConnectionDraining":{
"shape":"ConnectionDraining",
"documentation":"<p>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.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/config-conn-drain.html\">Enable Connection Draining</a> in the <i>Elastic Load Balancing Developer Guide</i>.</p>"
},
"ConnectionSettings":{
"shape":"ConnectionSettings",
"documentation":"<p>If enabled, the load balancer allows the connections to remain idle (no data is sent over the connection) for the specified duration.</p> <p>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 <a href=\"http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/config-idle-timeout.html\">Configure Idle Connection Timeout</a> in the <i>Elastic Load Balancing Developer Guide</i>.</p>"
},
"AdditionalAttributes":{
"shape":"AdditionalAttributes",
"documentation":"<p>This parameter is reserved.</p>"
}
},
"documentation":"<p>The attributes for a load balancer.</p>"
},
"LoadBalancerDescription":{
"type":"structure",
"members":{
"LoadBalancerName":{
"shape":"AccessPointName",
"documentation":"<p>The name of the load balancer.</p>"
},
"DNSName":{
"shape":"DNSName",
"documentation":"<p>The external DNS name of the load balancer.</p>"
},
"CanonicalHostedZoneName":{
"shape":"DNSName",
"documentation":"<p>The Amazon Route 53 hosted zone associated with the load balancer.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/using-domain-names-with-elb.html\">Using Domain Names With Elastic Load Balancing</a> in the <i>Elastic Load Balancing Developer Guide</i>.</p>"
},
"CanonicalHostedZoneNameID":{
"shape":"DNSName",
"documentation":"<p>The ID of the Amazon Route 53 hosted zone name associated with the load balancer.</p>"
},
"ListenerDescriptions":{
"shape":"ListenerDescriptions",
"documentation":"<p>The listeners for the load balancer.</p>"
},
"Policies":{
"shape":"Policies",
"documentation":"<p>The policies defined for the load balancer.</p>"
},
"BackendServerDescriptions":{
"shape":"BackendServerDescriptions",
"documentation":"<p>Information about the back-end servers.</p>"
},
"AvailabilityZones":{
"shape":"AvailabilityZones",
"documentation":"<p>The Availability Zones for the load balancer.</p>"
},
"Subnets":{
"shape":"Subnets",
"documentation":"<p>The IDs of the subnets for the load balancer.</p>"
},
"VPCId":{
"shape":"VPCId",
"documentation":"<p>The ID of the VPC for the load balancer.</p>"
},
"Instances":{
"shape":"Instances",
"documentation":"<p>The IDs of the instances for the load balancer.</p>"
},
"HealthCheck":{
"shape":"HealthCheck",
"documentation":"<p>Information about the health checks conducted on the load balancer.</p>"
},
"SourceSecurityGroup":{
"shape":"SourceSecurityGroup",
"documentation":"<p>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.</p>"
},
"SecurityGroups":{
"shape":"SecurityGroups",
"documentation":"<p>The security groups for the load balancer. Valid only for load balancers in a VPC.</p>"
},
"CreatedTime":{
"shape":"CreatedTime",
"documentation":"<p>The date and time the load balancer was created.</p>"
},
"Scheme":{
"shape":"LoadBalancerScheme",
"documentation":"<p>The type of load balancer. Valid only for load balancers in a VPC.</p> <p>If <code>Scheme</code> is <code>internet-facing</code>, the load balancer has a public DNS name that resolves to a public IP address.</p> <p>If <code>Scheme</code> is <code>internal</code>, the load balancer has a public DNS name that resolves to a private IP address.</p>"
}
},
"documentation":"<p>Information about a load balancer.</p>"
},
"LoadBalancerDescriptions":{
"type":"list",
"member":{"shape":"LoadBalancerDescription"}
},
"LoadBalancerNames":{
"type":"list",
"member":{"shape":"AccessPointName"}
},
"LoadBalancerNamesMax20":{
"type":"list",
"member":{"shape":"AccessPointName"},
"min":1,
"max":20
},
"LoadBalancerScheme":{"type":"string"},
"Marker":{"type":"string"},
"ModifyLoadBalancerAttributesInput":{
"type":"structure",
"required":[
"LoadBalancerName",
"LoadBalancerAttributes"
],
"members":{
"LoadBalancerName":{
"shape":"AccessPointName",
"documentation":"<p>The name of the load balancer.</p>"
},
"LoadBalancerAttributes":{
"shape":"LoadBalancerAttributes",
"documentation":"<p>The attributes of the load balancer.</p>"
}
}
},
"ModifyLoadBalancerAttributesOutput":{
"type":"structure",
"members":{
"LoadBalancerName":{
"shape":"AccessPointName",
"documentation":"<p>The name of the load balancer.</p>"
},
"LoadBalancerAttributes":{"shape":"LoadBalancerAttributes"}
}
},
"PageSize":{
"type":"integer",
"min":1,
"max":400
},
"Policies":{
"type":"structure",
"members":{
"AppCookieStickinessPolicies":{
"shape":"AppCookieStickinessPolicies",
"documentation":"<p>The stickiness policies created using <a>CreateAppCookieStickinessPolicy</a>.</p>"
},
"LBCookieStickinessPolicies":{
"shape":"LBCookieStickinessPolicies",
"documentation":"<p>The stickiness policies created using <a>CreateLBCookieStickinessPolicy</a>.</p>"
},
"OtherPolicies":{
"shape":"PolicyNames",
"documentation":"<p>The policies other than the stickiness policies.</p>"
}
},
"documentation":"<p>The policies for a load balancer.</p>"
},
"PolicyAttribute":{
"type":"structure",
"members":{
"AttributeName":{
"shape":"AttributeName",
"documentation":"<p>The name of the attribute.</p>"
},
"AttributeValue":{
"shape":"AttributeValue",
"documentation":"<p>The value of the attribute.</p>"
}
},
"documentation":"<p>Information about a policy attribute.</p>"
},
"PolicyAttributeDescription":{
"type":"structure",
"members":{
"AttributeName":{
"shape":"AttributeName",
"documentation":"<p>The name of the attribute.</p>"
},
"AttributeValue":{
"shape":"AttributeValue",
"documentation":"<p>The value of the attribute.</p>"
}
},
"documentation":"<p>Information about a policy attribute.</p>"
},
"PolicyAttributeDescriptions":{
"type":"list",
"member":{"shape":"PolicyAttributeDescription"}
},
"PolicyAttributeTypeDescription":{
"type":"structure",
"members":{
"AttributeName":{
"shape":"AttributeName",
"documentation":"<p>The name of the attribute.</p>"
},
"AttributeType":{
"shape":"AttributeType",
"documentation":"<p>The type of the attribute. For example, <code>Boolean</code> or <code>Integer</code>.</p>"
},
"Description":{
"shape":"Description",
"documentation":"<p>A description of the attribute.</p>"
},
"DefaultValue":{
"shape":"DefaultValue",
"documentation":"<p>The default value of the attribute, if applicable.</p>"
},
"Cardinality":{
"shape":"Cardinality",
"documentation":"<p>The cardinality of the attribute.</p> <p>Valid values:</p> <ul> <li>ONE(1) : Single value required</li> <li>ZERO_OR_ONE(0..1) : Up to one value can be supplied</li> <li>ZERO_OR_MORE(0..*) : Optional. Multiple values are allowed</li> <li>ONE_OR_MORE(1..*0) : Required. Multiple values are allowed</li> </ul>"
}
},
"documentation":"<p>Information about a policy attribute type.</p>"
},
"PolicyAttributeTypeDescriptions":{
"type":"list",
"member":{"shape":"PolicyAttributeTypeDescription"}
},
"PolicyAttributes":{
"type":"list",
"member":{"shape":"PolicyAttribute"}
},
"PolicyDescription":{
"type":"structure",
"members":{
"PolicyName":{
"shape":"PolicyName",
"documentation":"<p>The name of the policy.</p>"
},
"PolicyTypeName":{
"shape":"PolicyTypeName",
"documentation":"<p>The name of the policy type.</p>"
},
"PolicyAttributeDescriptions":{
"shape":"PolicyAttributeDescriptions",
"documentation":"<p>The policy attributes.</p>"
}
},
"documentation":"<p>Information about a policy.</p>"
},
"PolicyDescriptions":{
"type":"list",
"member":{"shape":"PolicyDescription"}
},
"PolicyName":{"type":"string"},
"PolicyNames":{
"type":"list",
"member":{"shape":"PolicyName"}
},
"PolicyNotFoundException":{
"type":"structure",
"members":{
},
"error":{
"code":"PolicyNotFound",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>One or more of the specified policies do not exist.</p>"
},
"PolicyTypeDescription":{
"type":"structure",
"members":{
"PolicyTypeName":{
"shape":"PolicyTypeName",
"documentation":"<p>The name of the policy type.</p>"
},
"Description":{
"shape":"Description",
"documentation":"<p>A description of the policy type.</p>"
},
"PolicyAttributeTypeDescriptions":{
"shape":"PolicyAttributeTypeDescriptions",
"documentation":"<p>The description of the policy attributes associated with the policies defined by Elastic Load Balancing.</p>"
}
},
"documentation":"<p>Information about a policy type.</p>"
},
"PolicyTypeDescriptions":{
"type":"list",
"member":{"shape":"PolicyTypeDescription"}
},
"PolicyTypeName":{"type":"string"},
"PolicyTypeNames":{
"type":"list",
"member":{"shape":"PolicyTypeName"}
},
"PolicyTypeNotFoundException":{
"type":"structure",
"members":{
},
"error":{
"code":"PolicyTypeNotFound",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>One or more of the specified policy types do not exist.</p>"
},
"Ports":{
"type":"list",
"member":{"shape":"AccessPointPort"}
},
"Protocol":{"type":"string"},
"ReasonCode":{"type":"string"},
"RegisterEndPointsInput":{
"type":"structure",
"required":[
"LoadBalancerName",
"Instances"
],
"members":{
"LoadBalancerName":{
"shape":"AccessPointName",
"documentation":"<p>The name of the load balancer.</p>"
},
"Instances":{
"shape":"Instances",
"documentation":"<p>The IDs of the instances.</p>"
}
}
},
"RegisterEndPointsOutput":{
"type":"structure",
"members":{
"Instances":{
"shape":"Instances",
"documentation":"<p>The updated list of instances for the load balancer.</p>"
}
}
},
"RemoveAvailabilityZonesInput":{
"type":"structure",
"required":[
"LoadBalancerName",
"AvailabilityZones"
],
"members":{
"LoadBalancerName":{
"shape":"AccessPointName",
"documentation":"<p>The name of the load balancer.</p>"
},
"AvailabilityZones":{
"shape":"AvailabilityZones",
"documentation":"<p>The Availability Zones.</p>"
}
}
},
"RemoveAvailabilityZonesOutput":{
"type":"structure",
"members":{
"AvailabilityZones":{
"shape":"AvailabilityZones",
"documentation":"<p>The remaining Availability Zones for the load balancer.</p>"
}
}
},
"RemoveTagsInput":{
"type":"structure",
"required":[
"LoadBalancerNames",
"Tags"
],
"members":{
"LoadBalancerNames":{
"shape":"LoadBalancerNames",
"documentation":"<p>The name of the load balancer. You can specify a maximum of one load balancer name.</p>"
},
"Tags":{
"shape":"TagKeyList",
"documentation":"<p>The list of tag keys to remove.</p>"
}
}
},
"RemoveTagsOutput":{
"type":"structure",
"members":{
}
},
"S3BucketName":{"type":"string"},
"SSLCertificateId":{"type":"string"},
"SecurityGroupId":{"type":"string"},
"SecurityGroupName":{"type":"string"},
"SecurityGroupOwnerAlias":{"type":"string"},
"SecurityGroups":{
"type":"list",
"member":{"shape":"SecurityGroupId"}
},
"SetLoadBalancerListenerSSLCertificateInput":{
"type":"structure",
"required":[
"LoadBalancerName",
"LoadBalancerPort",
"SSLCertificateId"
],
"members":{
"LoadBalancerName":{
"shape":"AccessPointName",
"documentation":"<p>The name of the load balancer.</p>"
},
"LoadBalancerPort":{
"shape":"AccessPointPort",
"documentation":"<p>The port that uses the specified SSL certificate.</p>"
},
"SSLCertificateId":{
"shape":"SSLCertificateId",
"documentation":"<p>The Amazon Resource Name (ARN) of the SSL certificate.</p>"
}
}
},
"SetLoadBalancerListenerSSLCertificateOutput":{
"type":"structure",
"members":{
}
},
"SetLoadBalancerPoliciesForBackendServerInput":{
"type":"structure",
"required":[
"LoadBalancerName",
"InstancePort",
"PolicyNames"
],
"members":{
"LoadBalancerName":{
"shape":"AccessPointName",
"documentation":"<p>The name of the load balancer.</p>"
},
"InstancePort":{
"shape":"EndPointPort",
"documentation":"<p>The port number associated with the back-end server.</p>"
},
"PolicyNames":{
"shape":"PolicyNames",
"documentation":"<p>The names of the policies. If the list is empty, then all current polices are removed from the back-end server.</p>"
}
}
},
"SetLoadBalancerPoliciesForBackendServerOutput":{
"type":"structure",
"members":{
}
},
"SetLoadBalancerPoliciesOfListenerInput":{
"type":"structure",
"required":[
"LoadBalancerName",
"LoadBalancerPort",
"PolicyNames"
],
"members":{
"LoadBalancerName":{
"shape":"AccessPointName",
"documentation":"<p>The name of the load balancer.</p>"
},
"LoadBalancerPort":{
"shape":"AccessPointPort",
"documentation":"<p>The external port of the load balancer for the policy.</p>"
},
"PolicyNames":{
"shape":"PolicyNames",
"documentation":"<p>The names of the policies. If the list is empty, the current policy is removed from the listener.</p>"
}
}
},
"SetLoadBalancerPoliciesOfListenerOutput":{
"type":"structure",
"members":{
}
},
"SourceSecurityGroup":{
"type":"structure",
"members":{
"OwnerAlias":{
"shape":"SecurityGroupOwnerAlias",
"documentation":"<p>The owner of the security group.</p>"
},
"GroupName":{
"shape":"SecurityGroupName",
"documentation":"<p>The name of the security group.</p>"
}
},
"documentation":"<p>Information about a source security group.</p>"
},
"State":{"type":"string"},
"StringVal":{"type":"string"},
"SubnetId":{"type":"string"},
"SubnetNotFoundException":{
"type":"structure",
"members":{
},
"error":{
"code":"SubnetNotFound",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>One or more of the specified subnets do not exist.</p>"
},
"Subnets":{
"type":"list",
"member":{"shape":"SubnetId"}
},
"Tag":{
"type":"structure",
"required":["Key"],
"members":{
"Key":{
"shape":"TagKey",
"documentation":"<p>The key of the tag.</p>"
},
"Value":{
"shape":"TagValue",
"documentation":"<p>The value of the tag.</p>"
}
},
"documentation":"<p>Information about a tag.</p>"
},
"TagDescription":{
"type":"structure",
"members":{
"LoadBalancerName":{
"shape":"AccessPointName",
"documentation":"<p>The name of the load balancer.</p>"
},
"Tags":{
"shape":"TagList",
"documentation":"<p>The tags.</p>"
}
},
"documentation":"<p>The tags associated with a load balancer.</p>"
},
"TagDescriptions":{
"type":"list",
"member":{"shape":"TagDescription"}
},
"TagKey":{
"type":"string",
"min":1,
"max":128,
"pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
},
"TagKeyList":{
"type":"list",
"member":{"shape":"TagKeyOnly"},
"min":1
},
"TagKeyOnly":{
"type":"structure",
"members":{
"Key":{
"shape":"TagKey",
"documentation":"<p>The name of the key.</p>"
}
},
"documentation":"<p>The key of a tag.</p>"
},
"TagList":{
"type":"list",
"member":{"shape":"Tag"},
"min":1
},
"TagValue":{
"type":"string",
"min":0,
"max":256,
"pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
},
"TooManyAccessPointsException":{
"type":"structure",
"members":{
},
"error":{
"code":"TooManyLoadBalancers",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>The quota for the number of load balancers has been reached.</p>"
},
"TooManyPoliciesException":{
"type":"structure",
"members":{
},
"error":{
"code":"TooManyPolicies",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>The quota for the number of policies for this load balancer has been reached.</p>"
},
"TooManyTagsException":{
"type":"structure",
"members":{
},
"error":{
"code":"TooManyTags",
"httpStatusCode":400,
"senderFault":true
},
"exception":true,
"documentation":"<p>The quota for the number of tags that can be assigned to a load balancer has been reached.</p>"
},
"UnhealthyThreshold":{
"type":"integer",
"min":2,
"max":10
},
"VPCId":{"type":"string"}
},
"examples":{
}
}