1{
2  "version": "2.0",
3  "service": "<fullname>Elastic Load Balancing</fullname> <p>A load balancer can distribute incoming traffic across your EC2 instances. This enables you to increase the availability of your application. The load balancer also monitors the health of its registered instances and ensures that it routes traffic only to healthy instances. You configure your load balancer to accept incoming traffic by specifying one or more listeners, which are configured with a protocol and port number for connections from clients to the load balancer and a protocol and port number for connections from the load balancer to the instances.</p> <p>Elastic Load Balancing supports three types of load balancers: Application Load Balancers, Network Load Balancers, and Classic Load Balancers. You can select a load balancer based on your application needs. For more information, see the <a href=\"http://docs.aws.amazon.com/elasticloadbalancing/latest/userguide/\">Elastic Load Balancing User Guide</a>.</p> <p>This reference covers the 2012-06-01 API, which supports Classic Load Balancers. The 2015-12-01 API supports Application Load Balancers and Network Load Balancers.</p> <p>To get started, create a load balancer with one or more listeners using <a>CreateLoadBalancer</a>. Register your instances with the load balancer using <a>RegisterInstancesWithLoadBalancer</a>.</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>",
4  "operations": {
5    "AddTags": "<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/classic/add-remove-tags.html\">Tag Your Classic Load Balancer</a> in the <i>Classic Load Balancers Guide</i>.</p>",
6    "ApplySecurityGroupsToLoadBalancer": "<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/classic/elb-security-groups.html#elb-vpc-security-groups\">Security Groups for Load Balancers in a VPC</a> in the <i>Classic Load Balancers Guide</i>.</p>",
7    "AttachLoadBalancerToSubnets": "<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/classic/elb-manage-subnets.html\">Add or Remove Subnets for Your Load Balancer in a VPC</a> in the <i>Classic Load Balancers Guide</i>.</p>",
8    "ConfigureHealthCheck": "<p>Specifies the health check settings to use when evaluating the health state of your EC2 instances.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-healthchecks.html\">Configure Health Checks for Your Load Balancer</a> in the <i>Classic Load Balancers Guide</i>.</p>",
9    "CreateAppCookieStickinessPolicy": "<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/classic/elb-sticky-sessions.html#enable-sticky-sessions-application\">Application-Controlled Session Stickiness</a> in the <i>Classic Load Balancers Guide</i>.</p>",
10    "CreateLBCookieStickinessPolicy": "<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 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/classic/elb-sticky-sessions.html#enable-sticky-sessions-duration\">Duration-Based Session Stickiness</a> in the <i>Classic Load Balancers Guide</i>.</p>",
11    "CreateLoadBalancer": "<p>Creates a Classic Load Balancer.</p> <p>You can add listeners, security groups, subnets, and tags when you create your load balancer, or you can add them later using <a>CreateLoadBalancerListeners</a>, <a>ApplySecurityGroupsToLoadBalancer</a>, <a>AttachLoadBalancerToSubnets</a>, and <a>AddTags</a>.</p> <p>To describe your current load balancers, see <a>DescribeLoadBalancers</a>. When you are finished with a load balancer, you can delete it using <a>DeleteLoadBalancer</a>.</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/classic/elb-limits.html\">Limits for Your Classic Load Balancer</a> in the <i>Classic Load Balancers Guide</i>.</p>",
12    "CreateLoadBalancerListeners": "<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/classic/elb-listener-config.html\">Listeners for Your Classic Load Balancer</a> in the <i>Classic Load Balancers Guide</i>.</p>",
13    "CreateLoadBalancerPolicy": "<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 listener or the application server, depending on the policy type.</p>",
14    "DeleteLoadBalancer": "<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 your instances.</p> <p>If the load balancer does not exist or has already been deleted, the call to <code>DeleteLoadBalancer</code> still succeeds.</p>",
15    "DeleteLoadBalancerListeners": "<p>Deletes the specified listeners from the specified load balancer.</p>",
16    "DeleteLoadBalancerPolicy": "<p>Deletes the specified policy from the specified load balancer. This policy must not be enabled for any listeners.</p>",
17    "DeregisterInstancesFromLoadBalancer": "<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/classic/elb-deregister-register-instances.html\">Register or De-Register EC2 Instances</a> in the <i>Classic Load Balancers Guide</i>.</p>",
18    "DescribeAccountLimits": "<p>Describes the current Elastic Load Balancing resource limits for your AWS account.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-limits.html\">Limits for Your Classic Load Balancer</a> in the <i>Classic Load Balancers Guide</i>.</p>",
19    "DescribeInstanceHealth": "<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>",
20    "DescribeLoadBalancerAttributes": "<p>Describes the attributes for the specified load balancer.</p>",
21    "DescribeLoadBalancerPolicies": "<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>",
22    "DescribeLoadBalancerPolicyTypes": "<p>Describes the specified load balancer policy types or all load balancer policy types.</p> <p>The description of each type indicates how it can be used. For example, some policies can be used only with layer 7 listeners, some policies can be used only with layer 4 listeners, and some policies can be used only with your EC2 instances.</p> <p>You can use <a>CreateLoadBalancerPolicy</a> to create a policy configuration for any of these policy types. Then, depending on the policy type, use either <a>SetLoadBalancerPoliciesOfListener</a> or <a>SetLoadBalancerPoliciesForBackendServer</a> to set the policy.</p>",
23    "DescribeLoadBalancers": "<p>Describes the specified the load balancers. If no load balancers are specified, the call describes all of your load balancers.</p>",
24    "DescribeTags": "<p>Describes the tags associated with the specified load balancers.</p>",
25    "DetachLoadBalancerFromSubnets": "<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>",
26    "DisableAvailabilityZonesForLoadBalancer": "<p>Removes the specified Availability Zones from the set of Availability Zones for the specified load balancer in EC2-Classic or a default VPC.</p> <p>For load balancers in a non-default VPC, use <a>DetachLoadBalancerFromSubnets</a>.</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/classic/enable-disable-az.html\">Add or Remove Availability Zones</a> in the <i>Classic Load Balancers Guide</i>.</p>",
27    "EnableAvailabilityZonesForLoadBalancer": "<p>Adds the specified Availability Zones to the set of Availability Zones for the specified load balancer in EC2-Classic or a default VPC.</p> <p>For load balancers in a non-default VPC, use <a>AttachLoadBalancerToSubnets</a>.</p> <p>The load balancer evenly distributes requests across all its registered Availability Zones that contain instances. For more information, see <a href=\"http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/enable-disable-az.html\">Add or Remove Availability Zones</a> in the <i>Classic Load Balancers Guide</i>.</p>",
28    "ModifyLoadBalancerAttributes": "<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>Classic Load Balancers Guide</i>:</p> <ul> <li> <p> <a href=\"http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/enable-disable-crosszone-lb.html\">Cross-Zone Load Balancing</a> </p> </li> <li> <p> <a href=\"http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/config-conn-drain.html\">Connection Draining</a> </p> </li> <li> <p> <a href=\"http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/access-log-collection.html\">Access Logs</a> </p> </li> <li> <p> <a href=\"http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/config-idle-timeout.html\">Idle Connection Timeout</a> </p> </li> </ul>",
29    "RegisterInstancesWithLoadBalancer": "<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>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/classic/elb-deregister-register-instances.html\">Register or De-Register EC2 Instances</a> in the <i>Classic Load Balancers Guide</i>.</p>",
30    "RemoveTags": "<p>Removes one or more tags from the specified load balancer.</p>",
31    "SetLoadBalancerListenerSSLCertificate": "<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/classic/elb-update-ssl-cert.html\">Replace the SSL Certificate for Your Load Balancer</a> in the <i>Classic Load Balancers Guide</i>.</p>",
32    "SetLoadBalancerPoliciesForBackendServer": "<p>Replaces the set of policies associated with the specified port on which the EC2 instance is listening with a new set of policies. At this time, only the back-end server authentication policy type can be applied to the instance 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 EC2 instance.</p> <p>For more information about enabling back-end instance authentication, see <a href=\"http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-create-https-ssl-load-balancer.html#configure_backendauth_clt\">Configure Back-end Instance Authentication</a> in the <i>Classic Load Balancers Guide</i>. For more information about Proxy Protocol, see <a href=\"http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/enable-proxy-protocol.html\">Configure Proxy Protocol Support</a> in the <i>Classic Load Balancers Guide</i>.</p>",
33    "SetLoadBalancerPoliciesOfListener": "<p>Replaces the current set of policies for the specified load balancer port with the specified set of policies.</p> <p>To enable back-end server authentication, use <a>SetLoadBalancerPoliciesForBackendServer</a>.</p> <p>For more information about setting policies, see <a href=\"http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/ssl-config-update.html\">Update the SSL Negotiation Configuration</a>, <a href=\"http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-sticky-sessions.html#enable-sticky-sessions-duration\">Duration-Based Session Stickiness</a>, and <a href=\"http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-sticky-sessions.html#enable-sticky-sessions-application\">Application-Controlled Session Stickiness</a> in the <i>Classic Load Balancers Guide</i>.</p>"
34  },
35  "shapes": {
36    "AccessLog": {
37      "base": "<p>Information about the <code>AccessLog</code> attribute.</p>",
38      "refs": {
39        "LoadBalancerAttributes$AccessLog": "<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/classic/enable-access-logs.html\">Enable Access Logs</a> in the <i>Classic Load Balancers Guide</i>.</p>"
40      }
41    },
42    "AccessLogEnabled": {
43      "base": null,
44      "refs": {
45        "AccessLog$Enabled": "<p>Specifies whether access logs are enabled for the load balancer.</p>"
46      }
47    },
48    "AccessLogInterval": {
49      "base": null,
50      "refs": {
51        "AccessLog$EmitInterval": "<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>"
52      }
53    },
54    "AccessLogPrefix": {
55      "base": null,
56      "refs": {
57        "AccessLog$S3BucketPrefix": "<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>"
58      }
59    },
60    "AccessPointName": {
61      "base": null,
62      "refs": {
63        "AddAvailabilityZonesInput$LoadBalancerName": "<p>The name of the load balancer.</p>",
64        "ApplySecurityGroupsToLoadBalancerInput$LoadBalancerName": "<p>The name of the load balancer.</p>",
65        "AttachLoadBalancerToSubnetsInput$LoadBalancerName": "<p>The name of the load balancer.</p>",
66        "ConfigureHealthCheckInput$LoadBalancerName": "<p>The name of the load balancer.</p>",
67        "CreateAccessPointInput$LoadBalancerName": "<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>",
68        "CreateAppCookieStickinessPolicyInput$LoadBalancerName": "<p>The name of the load balancer.</p>",
69        "CreateLBCookieStickinessPolicyInput$LoadBalancerName": "<p>The name of the load balancer.</p>",
70        "CreateLoadBalancerListenerInput$LoadBalancerName": "<p>The name of the load balancer.</p>",
71        "CreateLoadBalancerPolicyInput$LoadBalancerName": "<p>The name of the load balancer.</p>",
72        "DeleteAccessPointInput$LoadBalancerName": "<p>The name of the load balancer.</p>",
73        "DeleteLoadBalancerListenerInput$LoadBalancerName": "<p>The name of the load balancer.</p>",
74        "DeleteLoadBalancerPolicyInput$LoadBalancerName": "<p>The name of the load balancer.</p>",
75        "DeregisterEndPointsInput$LoadBalancerName": "<p>The name of the load balancer.</p>",
76        "DescribeEndPointStateInput$LoadBalancerName": "<p>The name of the load balancer.</p>",
77        "DescribeLoadBalancerAttributesInput$LoadBalancerName": "<p>The name of the load balancer.</p>",
78        "DescribeLoadBalancerPoliciesInput$LoadBalancerName": "<p>The name of the load balancer.</p>",
79        "DetachLoadBalancerFromSubnetsInput$LoadBalancerName": "<p>The name of the load balancer.</p>",
80        "LoadBalancerDescription$LoadBalancerName": "<p>The name of the load balancer.</p>",
81        "LoadBalancerNames$member": null,
82        "LoadBalancerNamesMax20$member": null,
83        "ModifyLoadBalancerAttributesInput$LoadBalancerName": "<p>The name of the load balancer.</p>",
84        "ModifyLoadBalancerAttributesOutput$LoadBalancerName": "<p>The name of the load balancer.</p>",
85        "RegisterEndPointsInput$LoadBalancerName": "<p>The name of the load balancer.</p>",
86        "RemoveAvailabilityZonesInput$LoadBalancerName": "<p>The name of the load balancer.</p>",
87        "SetLoadBalancerListenerSSLCertificateInput$LoadBalancerName": "<p>The name of the load balancer.</p>",
88        "SetLoadBalancerPoliciesForBackendServerInput$LoadBalancerName": "<p>The name of the load balancer.</p>",
89        "SetLoadBalancerPoliciesOfListenerInput$LoadBalancerName": "<p>The name of the load balancer.</p>",
90        "TagDescription$LoadBalancerName": "<p>The name of the load balancer.</p>"
91      }
92    },
93    "AccessPointNotFoundException": {
94      "base": "<p>The specified load balancer does not exist.</p>",
95      "refs": {
96      }
97    },
98    "AccessPointPort": {
99      "base": null,
100      "refs": {
101        "Listener$LoadBalancerPort": "<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>",
102        "Ports$member": null,
103        "SetLoadBalancerListenerSSLCertificateInput$LoadBalancerPort": "<p>The port that uses the specified SSL certificate.</p>",
104        "SetLoadBalancerPoliciesOfListenerInput$LoadBalancerPort": "<p>The external port of the load balancer.</p>"
105      }
106    },
107    "AddAvailabilityZonesInput": {
108      "base": "<p>Contains the parameters for EnableAvailabilityZonesForLoadBalancer.</p>",
109      "refs": {
110      }
111    },
112    "AddAvailabilityZonesOutput": {
113      "base": "<p>Contains the output of EnableAvailabilityZonesForLoadBalancer.</p>",
114      "refs": {
115      }
116    },
117    "AddTagsInput": {
118      "base": "<p>Contains the parameters for AddTags.</p>",
119      "refs": {
120      }
121    },
122    "AddTagsOutput": {
123      "base": "<p>Contains the output of AddTags.</p>",
124      "refs": {
125      }
126    },
127    "AdditionalAttribute": {
128      "base": "<p>This data type is reserved.</p>",
129      "refs": {
130        "AdditionalAttributes$member": null
131      }
132    },
133    "AdditionalAttributeKey": {
134      "base": null,
135      "refs": {
136        "AdditionalAttribute$Key": "<p>This parameter is reserved.</p>"
137      }
138    },
139    "AdditionalAttributeValue": {
140      "base": null,
141      "refs": {
142        "AdditionalAttribute$Value": "<p>This parameter is reserved.</p>"
143      }
144    },
145    "AdditionalAttributes": {
146      "base": null,
147      "refs": {
148        "LoadBalancerAttributes$AdditionalAttributes": "<p>This parameter is reserved.</p>"
149      }
150    },
151    "AppCookieStickinessPolicies": {
152      "base": null,
153      "refs": {
154        "Policies$AppCookieStickinessPolicies": "<p>The stickiness policies created using <a>CreateAppCookieStickinessPolicy</a>.</p>"
155      }
156    },
157    "AppCookieStickinessPolicy": {
158      "base": "<p>Information about a policy for application-controlled session stickiness.</p>",
159      "refs": {
160        "AppCookieStickinessPolicies$member": null
161      }
162    },
163    "ApplySecurityGroupsToLoadBalancerInput": {
164      "base": "<p>Contains the parameters for ApplySecurityGroupsToLoadBalancer.</p>",
165      "refs": {
166      }
167    },
168    "ApplySecurityGroupsToLoadBalancerOutput": {
169      "base": "<p>Contains the output of ApplySecurityGroupsToLoadBalancer.</p>",
170      "refs": {
171      }
172    },
173    "AttachLoadBalancerToSubnetsInput": {
174      "base": "<p>Contains the parameters for AttachLoaBalancerToSubnets.</p>",
175      "refs": {
176      }
177    },
178    "AttachLoadBalancerToSubnetsOutput": {
179      "base": "<p>Contains the output of AttachLoadBalancerToSubnets.</p>",
180      "refs": {
181      }
182    },
183    "AttributeName": {
184      "base": null,
185      "refs": {
186        "PolicyAttribute$AttributeName": "<p>The name of the attribute.</p>",
187        "PolicyAttributeDescription$AttributeName": "<p>The name of the attribute.</p>",
188        "PolicyAttributeTypeDescription$AttributeName": "<p>The name of the attribute.</p>"
189      }
190    },
191    "AttributeType": {
192      "base": null,
193      "refs": {
194        "PolicyAttributeTypeDescription$AttributeType": "<p>The type of the attribute. For example, <code>Boolean</code> or <code>Integer</code>.</p>"
195      }
196    },
197    "AttributeValue": {
198      "base": null,
199      "refs": {
200        "PolicyAttribute$AttributeValue": "<p>The value of the attribute.</p>",
201        "PolicyAttributeDescription$AttributeValue": "<p>The value of the attribute.</p>"
202      }
203    },
204    "AvailabilityZone": {
205      "base": null,
206      "refs": {
207        "AvailabilityZones$member": null
208      }
209    },
210    "AvailabilityZones": {
211      "base": null,
212      "refs": {
213        "AddAvailabilityZonesInput$AvailabilityZones": "<p>The Availability Zones. These must be in the same region as the load balancer.</p>",
214        "AddAvailabilityZonesOutput$AvailabilityZones": "<p>The updated list of Availability Zones for the load balancer.</p>",
215        "CreateAccessPointInput$AvailabilityZones": "<p>One or more Availability Zones from the same region as the load balancer.</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>",
216        "LoadBalancerDescription$AvailabilityZones": "<p>The Availability Zones for the load balancer.</p>",
217        "RemoveAvailabilityZonesInput$AvailabilityZones": "<p>The Availability Zones.</p>",
218        "RemoveAvailabilityZonesOutput$AvailabilityZones": "<p>The remaining Availability Zones for the load balancer.</p>"
219      }
220    },
221    "BackendServerDescription": {
222      "base": "<p>Information about the configuration of an EC2 instance.</p>",
223      "refs": {
224        "BackendServerDescriptions$member": null
225      }
226    },
227    "BackendServerDescriptions": {
228      "base": null,
229      "refs": {
230        "LoadBalancerDescription$BackendServerDescriptions": "<p>Information about your EC2 instances.</p>"
231      }
232    },
233    "Cardinality": {
234      "base": null,
235      "refs": {
236        "PolicyAttributeTypeDescription$Cardinality": "<p>The cardinality of the attribute.</p> <p>Valid values:</p> <ul> <li> <p>ONE(1) : Single value required</p> </li> <li> <p>ZERO_OR_ONE(0..1) : Up to one value is allowed</p> </li> <li> <p>ZERO_OR_MORE(0..*) : Optional. Multiple values are allowed</p> </li> <li> <p>ONE_OR_MORE(1..*0) : Required. Multiple values are allowed</p> </li> </ul>"
237      }
238    },
239    "CertificateNotFoundException": {
240      "base": "<p>The specified ARN does not refer to a valid SSL certificate in AWS Identity and Access Management (IAM) or AWS Certificate Manager (ACM). Note that if you recently uploaded the certificate to IAM, this error might indicate that the certificate is not fully available yet.</p>",
241      "refs": {
242      }
243    },
244    "ConfigureHealthCheckInput": {
245      "base": "<p>Contains the parameters for ConfigureHealthCheck.</p>",
246      "refs": {
247      }
248    },
249    "ConfigureHealthCheckOutput": {
250      "base": "<p>Contains the output of ConfigureHealthCheck.</p>",
251      "refs": {
252      }
253    },
254    "ConnectionDraining": {
255      "base": "<p>Information about the <code>ConnectionDraining</code> attribute.</p>",
256      "refs": {
257        "LoadBalancerAttributes$ConnectionDraining": "<p>If enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic away from a deregistered or unhealthy instance.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/config-conn-drain.html\">Configure Connection Draining</a> in the <i>Classic Load Balancers Guide</i>.</p>"
258      }
259    },
260    "ConnectionDrainingEnabled": {
261      "base": null,
262      "refs": {
263        "ConnectionDraining$Enabled": "<p>Specifies whether connection draining is enabled for the load balancer.</p>"
264      }
265    },
266    "ConnectionDrainingTimeout": {
267      "base": null,
268      "refs": {
269        "ConnectionDraining$Timeout": "<p>The maximum time, in seconds, to keep the existing connections open before deregistering the instances.</p>"
270      }
271    },
272    "ConnectionSettings": {
273      "base": "<p>Information about the <code>ConnectionSettings</code> attribute.</p>",
274      "refs": {
275        "LoadBalancerAttributes$ConnectionSettings": "<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/classic/config-idle-timeout.html\">Configure Idle Connection Timeout</a> in the <i>Classic Load Balancers Guide</i>.</p>"
276      }
277    },
278    "CookieExpirationPeriod": {
279      "base": null,
280      "refs": {
281        "CreateLBCookieStickinessPolicyInput$CookieExpirationPeriod": "<p>The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the default value is 0, which indicates that the sticky session should last for the duration of the browser session.</p>",
282        "LBCookieStickinessPolicy$CookieExpirationPeriod": "<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>"
283      }
284    },
285    "CookieName": {
286      "base": null,
287      "refs": {
288        "AppCookieStickinessPolicy$CookieName": "<p>The name of the application cookie used for stickiness.</p>",
289        "CreateAppCookieStickinessPolicyInput$CookieName": "<p>The name of the application cookie used for stickiness.</p>"
290      }
291    },
292    "CreateAccessPointInput": {
293      "base": "<p>Contains the parameters for CreateLoadBalancer.</p>",
294      "refs": {
295      }
296    },
297    "CreateAccessPointOutput": {
298      "base": "<p>Contains the output for CreateLoadBalancer.</p>",
299      "refs": {
300      }
301    },
302    "CreateAppCookieStickinessPolicyInput": {
303      "base": "<p>Contains the parameters for CreateAppCookieStickinessPolicy.</p>",
304      "refs": {
305      }
306    },
307    "CreateAppCookieStickinessPolicyOutput": {
308      "base": "<p>Contains the output for CreateAppCookieStickinessPolicy.</p>",
309      "refs": {
310      }
311    },
312    "CreateLBCookieStickinessPolicyInput": {
313      "base": "<p>Contains the parameters for CreateLBCookieStickinessPolicy.</p>",
314      "refs": {
315      }
316    },
317    "CreateLBCookieStickinessPolicyOutput": {
318      "base": "<p>Contains the output for CreateLBCookieStickinessPolicy.</p>",
319      "refs": {
320      }
321    },
322    "CreateLoadBalancerListenerInput": {
323      "base": "<p>Contains the parameters for CreateLoadBalancerListeners.</p>",
324      "refs": {
325      }
326    },
327    "CreateLoadBalancerListenerOutput": {
328      "base": "<p>Contains the parameters for CreateLoadBalancerListener.</p>",
329      "refs": {
330      }
331    },
332    "CreateLoadBalancerPolicyInput": {
333      "base": "<p>Contains the parameters for CreateLoadBalancerPolicy.</p>",
334      "refs": {
335      }
336    },
337    "CreateLoadBalancerPolicyOutput": {
338      "base": "<p>Contains the output of CreateLoadBalancerPolicy.</p>",
339      "refs": {
340      }
341    },
342    "CreatedTime": {
343      "base": null,
344      "refs": {
345        "LoadBalancerDescription$CreatedTime": "<p>The date and time the load balancer was created.</p>"
346      }
347    },
348    "CrossZoneLoadBalancing": {
349      "base": "<p>Information about the <code>CrossZoneLoadBalancing</code> attribute.</p>",
350      "refs": {
351        "LoadBalancerAttributes$CrossZoneLoadBalancing": "<p>If enabled, the load balancer routes the request traffic evenly across all instances regardless of the Availability Zones.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/enable-disable-crosszone-lb.html\">Configure Cross-Zone Load Balancing</a> in the <i>Classic Load Balancers Guide</i>.</p>"
352      }
353    },
354    "CrossZoneLoadBalancingEnabled": {
355      "base": null,
356      "refs": {
357        "CrossZoneLoadBalancing$Enabled": "<p>Specifies whether cross-zone load balancing is enabled for the load balancer.</p>"
358      }
359    },
360    "DNSName": {
361      "base": null,
362      "refs": {
363        "CreateAccessPointOutput$DNSName": "<p>The DNS name of the load balancer.</p>",
364        "LoadBalancerDescription$DNSName": "<p>The DNS name of the load balancer.</p>",
365        "LoadBalancerDescription$CanonicalHostedZoneName": "<p>The DNS name of the load balancer.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/using-domain-names-with-elb.html\">Configure a Custom Domain Name</a> in the <i>Classic Load Balancers Guide</i>.</p>",
366        "LoadBalancerDescription$CanonicalHostedZoneNameID": "<p>The ID of the Amazon Route 53 hosted zone for the load balancer.</p>"
367      }
368    },
369    "DefaultValue": {
370      "base": null,
371      "refs": {
372        "PolicyAttributeTypeDescription$DefaultValue": "<p>The default value of the attribute, if applicable.</p>"
373      }
374    },
375    "DeleteAccessPointInput": {
376      "base": "<p>Contains the parameters for DeleteLoadBalancer.</p>",
377      "refs": {
378      }
379    },
380    "DeleteAccessPointOutput": {
381      "base": "<p>Contains the output of DeleteLoadBalancer.</p>",
382      "refs": {
383      }
384    },
385    "DeleteLoadBalancerListenerInput": {
386      "base": "<p>Contains the parameters for DeleteLoadBalancerListeners.</p>",
387      "refs": {
388      }
389    },
390    "DeleteLoadBalancerListenerOutput": {
391      "base": "<p>Contains the output of DeleteLoadBalancerListeners.</p>",
392      "refs": {
393      }
394    },
395    "DeleteLoadBalancerPolicyInput": {
396      "base": "<p>Contains the parameters for DeleteLoadBalancerPolicy.</p>",
397      "refs": {
398      }
399    },
400    "DeleteLoadBalancerPolicyOutput": {
401      "base": "<p>Contains the output of DeleteLoadBalancerPolicy.</p>",
402      "refs": {
403      }
404    },
405    "DependencyThrottleException": {
406      "base": "<p>A request made by Elastic Load Balancing to another service exceeds the maximum request rate permitted for your account.</p>",
407      "refs": {
408      }
409    },
410    "DeregisterEndPointsInput": {
411      "base": "<p>Contains the parameters for DeregisterInstancesFromLoadBalancer.</p>",
412      "refs": {
413      }
414    },
415    "DeregisterEndPointsOutput": {
416      "base": "<p>Contains the output of DeregisterInstancesFromLoadBalancer.</p>",
417      "refs": {
418      }
419    },
420    "DescribeAccessPointsInput": {
421      "base": "<p>Contains the parameters for DescribeLoadBalancers.</p>",
422      "refs": {
423      }
424    },
425    "DescribeAccessPointsOutput": {
426      "base": "<p>Contains the parameters for DescribeLoadBalancers.</p>",
427      "refs": {
428      }
429    },
430    "DescribeAccountLimitsInput": {
431      "base": null,
432      "refs": {
433      }
434    },
435    "DescribeAccountLimitsOutput": {
436      "base": null,
437      "refs": {
438      }
439    },
440    "DescribeEndPointStateInput": {
441      "base": "<p>Contains the parameters for DescribeInstanceHealth.</p>",
442      "refs": {
443      }
444    },
445    "DescribeEndPointStateOutput": {
446      "base": "<p>Contains the output for DescribeInstanceHealth.</p>",
447      "refs": {
448      }
449    },
450    "DescribeLoadBalancerAttributesInput": {
451      "base": "<p>Contains the parameters for DescribeLoadBalancerAttributes.</p>",
452      "refs": {
453      }
454    },
455    "DescribeLoadBalancerAttributesOutput": {
456      "base": "<p>Contains the output of DescribeLoadBalancerAttributes.</p>",
457      "refs": {
458      }
459    },
460    "DescribeLoadBalancerPoliciesInput": {
461      "base": "<p>Contains the parameters for DescribeLoadBalancerPolicies.</p>",
462      "refs": {
463      }
464    },
465    "DescribeLoadBalancerPoliciesOutput": {
466      "base": "<p>Contains the output of DescribeLoadBalancerPolicies.</p>",
467      "refs": {
468      }
469    },
470    "DescribeLoadBalancerPolicyTypesInput": {
471      "base": "<p>Contains the parameters for DescribeLoadBalancerPolicyTypes.</p>",
472      "refs": {
473      }
474    },
475    "DescribeLoadBalancerPolicyTypesOutput": {
476      "base": "<p>Contains the output of DescribeLoadBalancerPolicyTypes.</p>",
477      "refs": {
478      }
479    },
480    "DescribeTagsInput": {
481      "base": "<p>Contains the parameters for DescribeTags.</p>",
482      "refs": {
483      }
484    },
485    "DescribeTagsOutput": {
486      "base": "<p>Contains the output for DescribeTags.</p>",
487      "refs": {
488      }
489    },
490    "Description": {
491      "base": null,
492      "refs": {
493        "InstanceState$Description": "<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>",
494        "PolicyAttributeTypeDescription$Description": "<p>A description of the attribute.</p>",
495        "PolicyTypeDescription$Description": "<p>A description of the policy type.</p>"
496      }
497    },
498    "DetachLoadBalancerFromSubnetsInput": {
499      "base": "<p>Contains the parameters for DetachLoadBalancerFromSubnets.</p>",
500      "refs": {
501      }
502    },
503    "DetachLoadBalancerFromSubnetsOutput": {
504      "base": "<p>Contains the output of DetachLoadBalancerFromSubnets.</p>",
505      "refs": {
506      }
507    },
508    "DuplicateAccessPointNameException": {
509      "base": "<p>The specified load balancer name already exists for this account.</p>",
510      "refs": {
511      }
512    },
513    "DuplicateListenerException": {
514      "base": "<p>A listener already exists for the specified load balancer name and port, but with a different instance port, protocol, or SSL certificate.</p>",
515      "refs": {
516      }
517    },
518    "DuplicatePolicyNameException": {
519      "base": "<p>A policy with the specified name already exists for this load balancer.</p>",
520      "refs": {
521      }
522    },
523    "DuplicateTagKeysException": {
524      "base": "<p>A tag key was specified more than once.</p>",
525      "refs": {
526      }
527    },
528    "EndPointPort": {
529      "base": null,
530      "refs": {
531        "SetLoadBalancerPoliciesForBackendServerInput$InstancePort": "<p>The port number associated with the EC2 instance.</p>"
532      }
533    },
534    "HealthCheck": {
535      "base": "<p>Information about a health check.</p>",
536      "refs": {
537        "ConfigureHealthCheckInput$HealthCheck": "<p>The configuration information.</p>",
538        "ConfigureHealthCheckOutput$HealthCheck": "<p>The updated health check.</p>",
539        "LoadBalancerDescription$HealthCheck": "<p>Information about the health checks conducted on the load balancer.</p>"
540      }
541    },
542    "HealthCheckInterval": {
543      "base": null,
544      "refs": {
545        "HealthCheck$Interval": "<p>The approximate interval, in seconds, between health checks of an individual instance.</p>"
546      }
547    },
548    "HealthCheckTarget": {
549      "base": null,
550      "refs": {
551        "HealthCheck$Target": "<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>"
552      }
553    },
554    "HealthCheckTimeout": {
555      "base": null,
556      "refs": {
557        "HealthCheck$Timeout": "<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>"
558      }
559    },
560    "HealthyThreshold": {
561      "base": null,
562      "refs": {
563        "HealthCheck$HealthyThreshold": "<p>The number of consecutive health checks successes required before moving the instance to the <code>Healthy</code> state.</p>"
564      }
565    },
566    "IdleTimeout": {
567      "base": null,
568      "refs": {
569        "ConnectionSettings$IdleTimeout": "<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>"
570      }
571    },
572    "Instance": {
573      "base": "<p>The ID of an EC2 instance.</p>",
574      "refs": {
575        "Instances$member": null
576      }
577    },
578    "InstanceId": {
579      "base": null,
580      "refs": {
581        "Instance$InstanceId": "<p>The instance ID.</p>",
582        "InstanceState$InstanceId": "<p>The ID of the instance.</p>"
583      }
584    },
585    "InstancePort": {
586      "base": null,
587      "refs": {
588        "BackendServerDescription$InstancePort": "<p>The port on which the EC2 instance is listening.</p>",
589        "Listener$InstancePort": "<p>The port on which the instance is listening.</p>"
590      }
591    },
592    "InstanceState": {
593      "base": "<p>Information about the state of an EC2 instance.</p>",
594      "refs": {
595        "InstanceStates$member": null
596      }
597    },
598    "InstanceStates": {
599      "base": null,
600      "refs": {
601        "DescribeEndPointStateOutput$InstanceStates": "<p>Information about the health of the instances.</p>"
602      }
603    },
604    "Instances": {
605      "base": null,
606      "refs": {
607        "DeregisterEndPointsInput$Instances": "<p>The IDs of the instances.</p>",
608        "DeregisterEndPointsOutput$Instances": "<p>The remaining instances registered with the load balancer.</p>",
609        "DescribeEndPointStateInput$Instances": "<p>The IDs of the instances.</p>",
610        "LoadBalancerDescription$Instances": "<p>The IDs of the instances for the load balancer.</p>",
611        "RegisterEndPointsInput$Instances": "<p>The IDs of the instances.</p>",
612        "RegisterEndPointsOutput$Instances": "<p>The updated list of instances for the load balancer.</p>"
613      }
614    },
615    "InvalidConfigurationRequestException": {
616      "base": "<p>The requested configuration change is not valid.</p>",
617      "refs": {
618      }
619    },
620    "InvalidEndPointException": {
621      "base": "<p>The specified endpoint is not valid.</p>",
622      "refs": {
623      }
624    },
625    "InvalidSchemeException": {
626      "base": "<p>The specified value for the schema is not valid. You can only specify a scheme for load balancers in a VPC.</p>",
627      "refs": {
628      }
629    },
630    "InvalidSecurityGroupException": {
631      "base": "<p>One or more of the specified security groups do not exist.</p>",
632      "refs": {
633      }
634    },
635    "InvalidSubnetException": {
636      "base": "<p>The specified VPC has no associated Internet gateway.</p>",
637      "refs": {
638      }
639    },
640    "LBCookieStickinessPolicies": {
641      "base": null,
642      "refs": {
643        "Policies$LBCookieStickinessPolicies": "<p>The stickiness policies created using <a>CreateLBCookieStickinessPolicy</a>.</p>"
644      }
645    },
646    "LBCookieStickinessPolicy": {
647      "base": "<p>Information about a policy for duration-based session stickiness.</p>",
648      "refs": {
649        "LBCookieStickinessPolicies$member": null
650      }
651    },
652    "Limit": {
653      "base": "<p>Information about an Elastic Load Balancing resource limit for your AWS account.</p>",
654      "refs": {
655        "Limits$member": null
656      }
657    },
658    "Limits": {
659      "base": null,
660      "refs": {
661        "DescribeAccountLimitsOutput$Limits": "<p>Information about the limits.</p>"
662      }
663    },
664    "Listener": {
665      "base": "<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/classic/elb-listener-config.html\">Listeners for Your Classic Load Balancer</a> in the <i>Classic Load Balancers Guide</i>.</p>",
666      "refs": {
667        "ListenerDescription$Listener": "<p>The listener.</p>",
668        "Listeners$member": null
669      }
670    },
671    "ListenerDescription": {
672      "base": "<p>The policies enabled for a listener.</p>",
673      "refs": {
674        "ListenerDescriptions$member": null
675      }
676    },
677    "ListenerDescriptions": {
678      "base": null,
679      "refs": {
680        "LoadBalancerDescription$ListenerDescriptions": "<p>The listeners for the load balancer.</p>"
681      }
682    },
683    "ListenerNotFoundException": {
684      "base": "<p>The load balancer does not have a listener configured at the specified port.</p>",
685      "refs": {
686      }
687    },
688    "Listeners": {
689      "base": null,
690      "refs": {
691        "CreateAccessPointInput$Listeners": "<p>The listeners.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-listener-config.html\">Listeners for Your Classic Load Balancer</a> in the <i>Classic Load Balancers Guide</i>.</p>",
692        "CreateLoadBalancerListenerInput$Listeners": "<p>The listeners.</p>"
693      }
694    },
695    "LoadBalancerAttributeNotFoundException": {
696      "base": "<p>The specified load balancer attribute does not exist.</p>",
697      "refs": {
698      }
699    },
700    "LoadBalancerAttributes": {
701      "base": "<p>The attributes for a load balancer.</p>",
702      "refs": {
703        "DescribeLoadBalancerAttributesOutput$LoadBalancerAttributes": "<p>Information about the load balancer attributes.</p>",
704        "ModifyLoadBalancerAttributesInput$LoadBalancerAttributes": "<p>The attributes for the load balancer.</p>",
705        "ModifyLoadBalancerAttributesOutput$LoadBalancerAttributes": "<p>Information about the load balancer attributes.</p>"
706      }
707    },
708    "LoadBalancerDescription": {
709      "base": "<p>Information about a load balancer.</p>",
710      "refs": {
711        "LoadBalancerDescriptions$member": null
712      }
713    },
714    "LoadBalancerDescriptions": {
715      "base": null,
716      "refs": {
717        "DescribeAccessPointsOutput$LoadBalancerDescriptions": "<p>Information about the load balancers.</p>"
718      }
719    },
720    "LoadBalancerNames": {
721      "base": null,
722      "refs": {
723        "AddTagsInput$LoadBalancerNames": "<p>The name of the load balancer. You can specify one load balancer only.</p>",
724        "DescribeAccessPointsInput$LoadBalancerNames": "<p>The names of the load balancers.</p>",
725        "RemoveTagsInput$LoadBalancerNames": "<p>The name of the load balancer. You can specify a maximum of one load balancer name.</p>"
726      }
727    },
728    "LoadBalancerNamesMax20": {
729      "base": null,
730      "refs": {
731        "DescribeTagsInput$LoadBalancerNames": "<p>The names of the load balancers.</p>"
732      }
733    },
734    "LoadBalancerScheme": {
735      "base": null,
736      "refs": {
737        "CreateAccessPointInput$Scheme": "<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 DNS name that 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/userguide/how-elastic-load-balancing-works.html#load-balancer-scheme\">Load Balancer Scheme</a> in the <i>Elastic Load Balancing User Guide</i>.</p> <p>Specify <code>internal</code> to create a load balancer with a DNS name that resolves to private IP addresses.</p>",
738        "LoadBalancerDescription$Scheme": "<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>"
739      }
740    },
741    "Marker": {
742      "base": null,
743      "refs": {
744        "DescribeAccessPointsInput$Marker": "<p>The marker for the next set of results. (You received this marker from a previous call.)</p>",
745        "DescribeAccessPointsOutput$NextMarker": "<p>The marker to use when requesting the next set of results. If there are no additional results, the string is empty.</p>",
746        "DescribeAccountLimitsInput$Marker": "<p>The marker for the next set of results. (You received this marker from a previous call.)</p>",
747        "DescribeAccountLimitsOutput$NextMarker": "<p>The marker to use when requesting the next set of results. If there are no additional results, the string is empty.</p>"
748      }
749    },
750    "Max": {
751      "base": null,
752      "refs": {
753        "Limit$Max": "<p>The maximum value of the limit.</p>"
754      }
755    },
756    "ModifyLoadBalancerAttributesInput": {
757      "base": "<p>Contains the parameters for ModifyLoadBalancerAttributes.</p>",
758      "refs": {
759      }
760    },
761    "ModifyLoadBalancerAttributesOutput": {
762      "base": "<p>Contains the output of ModifyLoadBalancerAttributes.</p>",
763      "refs": {
764      }
765    },
766    "Name": {
767      "base": null,
768      "refs": {
769        "Limit$Name": "<p>The name of the limit. The possible values are:</p> <ul> <li> <p>classic-listeners</p> </li> <li> <p>classic-load-balancers</p> </li> <li> <p>classic-registered-instances</p> </li> </ul>"
770      }
771    },
772    "OperationNotPermittedException": {
773      "base": "<p>This operation is not allowed.</p>",
774      "refs": {
775      }
776    },
777    "PageSize": {
778      "base": null,
779      "refs": {
780        "DescribeAccessPointsInput$PageSize": "<p>The maximum number of results to return with this call (a number from 1 to 400). The default is 400.</p>",
781        "DescribeAccountLimitsInput$PageSize": "<p>The maximum number of results to return with this call.</p>"
782      }
783    },
784    "Policies": {
785      "base": "<p>The policies for a load balancer.</p>",
786      "refs": {
787        "LoadBalancerDescription$Policies": "<p>The policies defined for the load balancer.</p>"
788      }
789    },
790    "PolicyAttribute": {
791      "base": "<p>Information about a policy attribute.</p>",
792      "refs": {
793        "PolicyAttributes$member": null
794      }
795    },
796    "PolicyAttributeDescription": {
797      "base": "<p>Information about a policy attribute.</p>",
798      "refs": {
799        "PolicyAttributeDescriptions$member": null
800      }
801    },
802    "PolicyAttributeDescriptions": {
803      "base": null,
804      "refs": {
805        "PolicyDescription$PolicyAttributeDescriptions": "<p>The policy attributes.</p>"
806      }
807    },
808    "PolicyAttributeTypeDescription": {
809      "base": "<p>Information about a policy attribute type.</p>",
810      "refs": {
811        "PolicyAttributeTypeDescriptions$member": null
812      }
813    },
814    "PolicyAttributeTypeDescriptions": {
815      "base": null,
816      "refs": {
817        "PolicyTypeDescription$PolicyAttributeTypeDescriptions": "<p>The description of the policy attributes associated with the policies defined by Elastic Load Balancing.</p>"
818      }
819    },
820    "PolicyAttributes": {
821      "base": null,
822      "refs": {
823        "CreateLoadBalancerPolicyInput$PolicyAttributes": "<p>The policy attributes.</p>"
824      }
825    },
826    "PolicyDescription": {
827      "base": "<p>Information about a policy.</p>",
828      "refs": {
829        "PolicyDescriptions$member": null
830      }
831    },
832    "PolicyDescriptions": {
833      "base": null,
834      "refs": {
835        "DescribeLoadBalancerPoliciesOutput$PolicyDescriptions": "<p>Information about the policies.</p>"
836      }
837    },
838    "PolicyName": {
839      "base": null,
840      "refs": {
841        "AppCookieStickinessPolicy$PolicyName": "<p>The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer.</p>",
842        "CreateAppCookieStickinessPolicyInput$PolicyName": "<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>",
843        "CreateLBCookieStickinessPolicyInput$PolicyName": "<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>",
844        "CreateLoadBalancerPolicyInput$PolicyName": "<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>",
845        "DeleteLoadBalancerPolicyInput$PolicyName": "<p>The name of the policy.</p>",
846        "LBCookieStickinessPolicy$PolicyName": "<p>The name of the policy. This name must be unique within the set of policies for this load balancer.</p>",
847        "PolicyDescription$PolicyName": "<p>The name of the policy.</p>",
848        "PolicyNames$member": null
849      }
850    },
851    "PolicyNames": {
852      "base": null,
853      "refs": {
854        "BackendServerDescription$PolicyNames": "<p>The names of the policies enabled for the EC2 instance.</p>",
855        "DescribeLoadBalancerPoliciesInput$PolicyNames": "<p>The names of the policies.</p>",
856        "ListenerDescription$PolicyNames": "<p>The policies. If there are no policies enabled, the list is empty.</p>",
857        "Policies$OtherPolicies": "<p>The policies other than the stickiness policies.</p>",
858        "SetLoadBalancerPoliciesForBackendServerInput$PolicyNames": "<p>The names of the policies. If the list is empty, then all current polices are removed from the EC2 instance.</p>",
859        "SetLoadBalancerPoliciesOfListenerInput$PolicyNames": "<p>The names of the policies. This list must include all policies to be enabled. If you omit a policy that is currently enabled, it is disabled. If the list is empty, all current policies are disabled.</p>"
860      }
861    },
862    "PolicyNotFoundException": {
863      "base": "<p>One or more of the specified policies do not exist.</p>",
864      "refs": {
865      }
866    },
867    "PolicyTypeDescription": {
868      "base": "<p>Information about a policy type.</p>",
869      "refs": {
870        "PolicyTypeDescriptions$member": null
871      }
872    },
873    "PolicyTypeDescriptions": {
874      "base": null,
875      "refs": {
876        "DescribeLoadBalancerPolicyTypesOutput$PolicyTypeDescriptions": "<p>Information about the policy types.</p>"
877      }
878    },
879    "PolicyTypeName": {
880      "base": null,
881      "refs": {
882        "CreateLoadBalancerPolicyInput$PolicyTypeName": "<p>The name of the base policy type. To get the list of policy types, use <a>DescribeLoadBalancerPolicyTypes</a>.</p>",
883        "PolicyDescription$PolicyTypeName": "<p>The name of the policy type.</p>",
884        "PolicyTypeDescription$PolicyTypeName": "<p>The name of the policy type.</p>",
885        "PolicyTypeNames$member": null
886      }
887    },
888    "PolicyTypeNames": {
889      "base": null,
890      "refs": {
891        "DescribeLoadBalancerPolicyTypesInput$PolicyTypeNames": "<p>The names of the policy types. If no names are specified, describes all policy types defined by Elastic Load Balancing.</p>"
892      }
893    },
894    "PolicyTypeNotFoundException": {
895      "base": "<p>One or more of the specified policy types do not exist.</p>",
896      "refs": {
897      }
898    },
899    "Ports": {
900      "base": null,
901      "refs": {
902        "DeleteLoadBalancerListenerInput$LoadBalancerPorts": "<p>The client port numbers of the listeners.</p>"
903      }
904    },
905    "Protocol": {
906      "base": null,
907      "refs": {
908        "Listener$Protocol": "<p>The load balancer transport protocol to use for routing: HTTP, HTTPS, TCP, or SSL.</p>",
909        "Listener$InstanceProtocol": "<p>The protocol to use for routing traffic to 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>"
910      }
911    },
912    "ReasonCode": {
913      "base": null,
914      "refs": {
915        "InstanceState$ReasonCode": "<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>"
916      }
917    },
918    "RegisterEndPointsInput": {
919      "base": "<p>Contains the parameters for RegisterInstancesWithLoadBalancer.</p>",
920      "refs": {
921      }
922    },
923    "RegisterEndPointsOutput": {
924      "base": "<p>Contains the output of RegisterInstancesWithLoadBalancer.</p>",
925      "refs": {
926      }
927    },
928    "RemoveAvailabilityZonesInput": {
929      "base": "<p>Contains the parameters for DisableAvailabilityZonesForLoadBalancer.</p>",
930      "refs": {
931      }
932    },
933    "RemoveAvailabilityZonesOutput": {
934      "base": "<p>Contains the output for DisableAvailabilityZonesForLoadBalancer.</p>",
935      "refs": {
936      }
937    },
938    "RemoveTagsInput": {
939      "base": "<p>Contains the parameters for RemoveTags.</p>",
940      "refs": {
941      }
942    },
943    "RemoveTagsOutput": {
944      "base": "<p>Contains the output of RemoveTags.</p>",
945      "refs": {
946      }
947    },
948    "S3BucketName": {
949      "base": null,
950      "refs": {
951        "AccessLog$S3BucketName": "<p>The name of the Amazon S3 bucket where the access logs are stored.</p>"
952      }
953    },
954    "SSLCertificateId": {
955      "base": null,
956      "refs": {
957        "Listener$SSLCertificateId": "<p>The Amazon Resource Name (ARN) of the server certificate.</p>",
958        "SetLoadBalancerListenerSSLCertificateInput$SSLCertificateId": "<p>The Amazon Resource Name (ARN) of the SSL certificate.</p>"
959      }
960    },
961    "SecurityGroupId": {
962      "base": null,
963      "refs": {
964        "SecurityGroups$member": null
965      }
966    },
967    "SecurityGroupName": {
968      "base": null,
969      "refs": {
970        "SourceSecurityGroup$GroupName": "<p>The name of the security group.</p>"
971      }
972    },
973    "SecurityGroupOwnerAlias": {
974      "base": null,
975      "refs": {
976        "SourceSecurityGroup$OwnerAlias": "<p>The owner of the security group.</p>"
977      }
978    },
979    "SecurityGroups": {
980      "base": null,
981      "refs": {
982        "ApplySecurityGroupsToLoadBalancerInput$SecurityGroups": "<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>",
983        "ApplySecurityGroupsToLoadBalancerOutput$SecurityGroups": "<p>The IDs of the security groups associated with the load balancer.</p>",
984        "CreateAccessPointInput$SecurityGroups": "<p>The IDs of the security groups to assign to the load balancer.</p>",
985        "LoadBalancerDescription$SecurityGroups": "<p>The security groups for the load balancer. Valid only for load balancers in a VPC.</p>"
986      }
987    },
988    "SetLoadBalancerListenerSSLCertificateInput": {
989      "base": "<p>Contains the parameters for SetLoadBalancerListenerSSLCertificate.</p>",
990      "refs": {
991      }
992    },
993    "SetLoadBalancerListenerSSLCertificateOutput": {
994      "base": "<p>Contains the output of SetLoadBalancerListenerSSLCertificate.</p>",
995      "refs": {
996      }
997    },
998    "SetLoadBalancerPoliciesForBackendServerInput": {
999      "base": "<p>Contains the parameters for SetLoadBalancerPoliciesForBackendServer.</p>",
1000      "refs": {
1001      }
1002    },
1003    "SetLoadBalancerPoliciesForBackendServerOutput": {
1004      "base": "<p>Contains the output of SetLoadBalancerPoliciesForBackendServer.</p>",
1005      "refs": {
1006      }
1007    },
1008    "SetLoadBalancerPoliciesOfListenerInput": {
1009      "base": "<p>Contains the parameters for SetLoadBalancePoliciesOfListener.</p>",
1010      "refs": {
1011      }
1012    },
1013    "SetLoadBalancerPoliciesOfListenerOutput": {
1014      "base": "<p>Contains the output of SetLoadBalancePoliciesOfListener.</p>",
1015      "refs": {
1016      }
1017    },
1018    "SourceSecurityGroup": {
1019      "base": "<p>Information about a source security group.</p>",
1020      "refs": {
1021        "LoadBalancerDescription$SourceSecurityGroup": "<p>The security group for the load balancer, which you can use as part of your inbound rules for your registered instances. To only allow traffic from load balancers, add a security group rule that specifies this source security group as the inbound source.</p>"
1022      }
1023    },
1024    "State": {
1025      "base": null,
1026      "refs": {
1027        "InstanceState$State": "<p>The current state of the instance.</p> <p>Valid values: <code>InService</code> | <code>OutOfService</code> | <code>Unknown</code> </p>"
1028      }
1029    },
1030    "SubnetId": {
1031      "base": null,
1032      "refs": {
1033        "Subnets$member": null
1034      }
1035    },
1036    "SubnetNotFoundException": {
1037      "base": "<p>One or more of the specified subnets do not exist.</p>",
1038      "refs": {
1039      }
1040    },
1041    "Subnets": {
1042      "base": null,
1043      "refs": {
1044        "AttachLoadBalancerToSubnetsInput$Subnets": "<p>The IDs of the subnets to add. You can add only one subnet per Availability Zone.</p>",
1045        "AttachLoadBalancerToSubnetsOutput$Subnets": "<p>The IDs of the subnets attached to the load balancer.</p>",
1046        "CreateAccessPointInput$Subnets": "<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>",
1047        "DetachLoadBalancerFromSubnetsInput$Subnets": "<p>The IDs of the subnets.</p>",
1048        "DetachLoadBalancerFromSubnetsOutput$Subnets": "<p>The IDs of the remaining subnets for the load balancer.</p>",
1049        "LoadBalancerDescription$Subnets": "<p>The IDs of the subnets for the load balancer.</p>"
1050      }
1051    },
1052    "Tag": {
1053      "base": "<p>Information about a tag.</p>",
1054      "refs": {
1055        "TagList$member": null
1056      }
1057    },
1058    "TagDescription": {
1059      "base": "<p>The tags associated with a load balancer.</p>",
1060      "refs": {
1061        "TagDescriptions$member": null
1062      }
1063    },
1064    "TagDescriptions": {
1065      "base": null,
1066      "refs": {
1067        "DescribeTagsOutput$TagDescriptions": "<p>Information about the tags.</p>"
1068      }
1069    },
1070    "TagKey": {
1071      "base": null,
1072      "refs": {
1073        "Tag$Key": "<p>The key of the tag.</p>",
1074        "TagKeyOnly$Key": "<p>The name of the key.</p>"
1075      }
1076    },
1077    "TagKeyList": {
1078      "base": null,
1079      "refs": {
1080        "RemoveTagsInput$Tags": "<p>The list of tag keys to remove.</p>"
1081      }
1082    },
1083    "TagKeyOnly": {
1084      "base": "<p>The key of a tag.</p>",
1085      "refs": {
1086        "TagKeyList$member": null
1087      }
1088    },
1089    "TagList": {
1090      "base": null,
1091      "refs": {
1092        "AddTagsInput$Tags": "<p>The tags.</p>",
1093        "CreateAccessPointInput$Tags": "<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/classic/add-remove-tags.html\">Tag Your Classic Load Balancer</a> in the <i>Classic Load Balancers Guide</i>.</p>",
1094        "TagDescription$Tags": "<p>The tags.</p>"
1095      }
1096    },
1097    "TagValue": {
1098      "base": null,
1099      "refs": {
1100        "Tag$Value": "<p>The value of the tag.</p>"
1101      }
1102    },
1103    "TooManyAccessPointsException": {
1104      "base": "<p>The quota for the number of load balancers has been reached.</p>",
1105      "refs": {
1106      }
1107    },
1108    "TooManyPoliciesException": {
1109      "base": "<p>The quota for the number of policies for this load balancer has been reached.</p>",
1110      "refs": {
1111      }
1112    },
1113    "TooManyTagsException": {
1114      "base": "<p>The quota for the number of tags that can be assigned to a load balancer has been reached.</p>",
1115      "refs": {
1116      }
1117    },
1118    "UnhealthyThreshold": {
1119      "base": null,
1120      "refs": {
1121        "HealthCheck$UnhealthyThreshold": "<p>The number of consecutive health check failures required before moving the instance to the <code>Unhealthy</code> state.</p>"
1122      }
1123    },
1124    "UnsupportedProtocolException": {
1125      "base": "<p>The specified protocol or signature version is not supported.</p>",
1126      "refs": {
1127      }
1128    },
1129    "VPCId": {
1130      "base": null,
1131      "refs": {
1132        "LoadBalancerDescription$VPCId": "<p>The ID of the VPC for the load balancer.</p>"
1133      }
1134    }
1135  }
1136}
1137