aws-sdk-core 2.0.39 → 2.0.40

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,5 @@
1
1
  {
2
+ "version":"2.0",
2
3
  "metadata":{
3
4
  "apiVersion":"2012-06-01",
4
5
  "endpointPrefix":"elasticloadbalancing",
@@ -1,40 +1,41 @@
1
1
  {
2
+ "version": "2.0",
2
3
  "operations": {
3
- "AddTags": "<p>Adds one or more tags for the specified load balancer. Each load balancer can have a maximum of 10 tags. Each tag consists of a key and an optional value.</p> <p>Tag keys must be unique for each load balancer. If a tag with the same key is already associated with the load balancer, this action will update the value of the key.</p> <p>For more information, 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>",
4
- "ApplySecurityGroupsToLoadBalancer": "<p> Associates one or more security groups with your load balancer in Amazon Virtual Private Cloud (Amazon VPC). The provided security group IDs will override any currently applied security groups. </p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/USVPC_ApplySG.html\">Manage Security Groups in Amazon VPC</a> in the <i>Elastic Load Balancing Developer Guide</i>.</p>",
5
- "AttachLoadBalancerToSubnets": "<p> Adds one or more subnets to the set of configured subnets in the Amazon Virtual Private Cloud (Amazon VPC) for the load balancer. </p> <p> The load balancers evenly distribute requests across all of the registered subnets. For more information, see <a href=\"http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/UserScenariosForVPC.html\">Deploy Elastic Load Balancing in Amazon VPC</a> in the <i>Elastic Load Balancing Developer Guide</i>. </p>",
6
- "ConfigureHealthCheck": "<p> Specifies the health check settings to use for 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/TerminologyandKeyConcepts.html#healthcheck\">Health Check</a> in the <i>Elastic Load Balancing Developer Guide</i>.</p>",
7
- "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 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> <note> An application client must receive and send two cookies: the application-generated cookie and the special Elastic Load Balancing cookie named <code>AWSELB</code>. This is the default behavior for many common web browsers. </note> <p>For more information, see <a href=\"http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/US_StickySessions.html#US_EnableStickySessionsAppCookies\">Enabling Application-Controlled Session Stickiness</a> in the <i>Elastic Load Balancing Developer Guide</i>.</p>",
8
- "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 backend 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/US_StickySessions.html#US_EnableStickySessionsLBCookies\">Enabling Duration-Based Session Stickiness</a> in the <i>Elastic Load Balancing Developer Guide</i>.</p>",
9
- "CreateLoadBalancer": "<p> Creates a new load balancer. </p> <p> After the call has completed successfully, a new load balancer is created with a unique Domain Name Service (DNS) name. The DNS name includes the name of the AWS region in which the load balance was created. For example, if your load balancer was created in the United States, the DNS name might end with either of the following:</p> <ul> <li> <i>us-east-1.elb.amazonaws.com</i> (for the Northern Virginia region) </li> <li> <i>us-west-1.elb.amazonaws.com</i> (for the Northern California region) </li> </ul> <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</a>.</p> <p>You can create up to 20 load balancers per region per account.</p> <p>Elastic Load Balancing supports load balancing your Amazon EC2 instances launched within any one of the following platforms:</p> <ul> <li> <i>EC2-Classic</i> <p>For information on creating and managing your load balancers in EC2-Classic, see <a href=\"http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/UserScenariosForEC2.html\">Deploy Elastic Load Balancing in Amazon EC2-Classic</a>.</p> </li> <li> <i>EC2-VPC</i> <p>For information on creating and managing your load balancers in EC2-VPC, see <a href=\"http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/UserScenariosForVPC.html\">Deploy Elastic Load Balancing in Amazon VPC</a>.</p> </li> </ul>",
10
- "CreateLoadBalancerListeners": "<p> Creates one or more listeners on a load balancer for the specified port. If a listener with the given port does not already exist, it will be 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>",
11
- "CreateLoadBalancerPolicy": "<p> Creates a new policy that contains the necessary attributes depending on the policy type. Policies are settings that are saved for your load balancer and that can be applied to the front-end listener, or the back-end application server, depending on your policy type. </p>",
12
- "DeleteLoadBalancer": "<p> Deletes the specified load balancer. </p> <p> If attempting to recreate the load balancer, you must reconfigure all the settings. The DNS name associated with a deleted load balancer will no longer be usable. Once deleted, the name and associated DNS record of the load balancer no longer exist and traffic sent to any of its IP addresses will no longer be delivered to back-end instances. </p> <p> To successfully call this API, you must provide the same account credentials as were used to create the load balancer. </p> <note> By design, if the load balancer does not exist or has already been deleted, a call to <code>DeleteLoadBalancer</code> action still succeeds. </note>",
13
- "DeleteLoadBalancerListeners": "<p> Deletes listeners from the load balancer for the specified port. </p>",
14
- "DeleteLoadBalancerPolicy": "<p> Deletes a policy from the load balancer. The specified policy must not be enabled for any listeners. </p>",
15
- "DeregisterInstancesFromLoadBalancer": "<p> Deregisters instances from the load balancer. Once the instance is deregistered, it will stop receiving traffic from the load balancer. </p> <p> In order to successfully call this API, the same account credentials as those used to create the load balancer must be provided. </p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/US_DeReg_Reg_Instances.html\">De-register and Register Amazon EC2 Instances</a> in the <i>Elastic Load Balancing Developer Guide</i>.</p> <p>You can use <a>DescribeLoadBalancers</a> to verify if the instance is deregistered from the load balancer.</p>",
16
- "DescribeInstanceHealth": "<p> Returns the current state of the specified instances registered with the specified load balancer. If no instances are specified, the state of all the instances registered with the load balancer is returned. </p> <note> You must provide the same account credentials as those that were used to create the load balancer. </note>",
17
- "DescribeLoadBalancerAttributes": "<p>Returns detailed information about all of the attributes associated with the specified load balancer.</p>",
18
- "DescribeLoadBalancerPolicies": "<p>Returns detailed descriptions of the policies. If you specify a load balancer name, the action returns the descriptions of all the 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 the sample policies. The names of the sample policies have the <code>ELBSample-</code> prefix. </p>",
19
- "DescribeLoadBalancerPolicyTypes": "<p> Returns meta-information on the specified load balancer policies defined by the Elastic Load Balancing service. The policy types that are returned from this action can be used in a <a>CreateLoadBalancerPolicy</a> action to instantiate specific policy configurations that will be applied to a load balancer. </p>",
20
- "DescribeLoadBalancers": "<p> Returns detailed configuration information for all the load balancers created for the account. If you specify load balancer names, the action returns configuration information of the specified load balancers. </p> <note> In order to retrieve this information, you must provide the same account credentials that was used to create the load balancer.</note>",
21
- "DescribeTags": "<p>Describes the tags associated with one or more load balancers.</p>",
22
- "DetachLoadBalancerFromSubnets": "<p> Removes subnets from the set of configured subnets in the Amazon Virtual Private Cloud (Amazon VPC) for the load balancer. </p> <p> After a subnet is removed all of the EC2 instances registered with the load balancer that are in the removed subnet will go into the <i>OutOfService</i> state. When a subnet is removed, the load balancer will balance the traffic among the remaining routable subnets for the load balancer. </p>",
23
- "DisableAvailabilityZonesForLoadBalancer": "<p> Removes the specified EC2 Availability Zones from the set of configured Availability Zones for the load balancer. </p> <p> There must be at least one Availability Zone registered with a load balancer at all times. Once an Availability Zone is removed, all the instances registered with the load balancer that are in the removed Availability Zone go into the <i>OutOfService</i> state. Upon Availability Zone removal, the load balancer attempts to equally balance the traffic among its remaining usable Availability Zones. Trying to remove an Availability Zone that was not associated with the load balancer does nothing. </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>",
24
- "EnableAvailabilityZonesForLoadBalancer": "<p> Adds one or more EC2 Availability Zones to the load balancer. </p> <p> The load balancer evenly distributes requests across all its registered Availability Zones that contain instances. </p> <note> The new EC2 Availability Zones to be added must be in the same EC2 Region as the Availability Zones for which the load balancer was created. </note> <p>For more information, see <a href=\"http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/US_AddLBAvailabilityZone.html\">Expand a Load Balanced Application to an Additional Availability Zone</a> in the <i>Elastic Load Balancing Developer Guide</i>.</p>",
25
- "ModifyLoadBalancerAttributes": "<p>Modifies the attributes of a 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:</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>",
26
- "RegisterInstancesWithLoadBalancer": "<p> Adds new instances to the load balancer. </p> <p> Once the instance is registered, it starts receiving traffic and requests from the load balancer. Any instance that is not in any of the Availability Zones registered for the load balancer will be moved to the <i>OutOfService</i> state. It will move to the <i>InService</i> state when the Availability Zone is added to the load balancer. </p> <p>When an instance registered with a load balancer is stopped and then restarted, 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 de-register your Amazon EC2 instances from your load balancer after you stop your instance, and then register the load balancer with your instance after you've restarted. To de-register your instances from load balancer, use <a>DeregisterInstancesFromLoadBalancer</a> action.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/US_DeReg_Reg_Instances.html\">De-register and Register Amazon EC2 Instances</a> in the <i>Elastic Load Balancing Developer Guide</i>.</p> <note> In order for this call to be successful, you must provide the same account credentials as those that were used to create the load balancer. </note> <note> Completion of this API does not guarantee that operation has completed. Rather, it means that the request has been registered and the changes will happen shortly. </note> <p>You can use <a>DescribeLoadBalancers</a> or <a>DescribeInstanceHealth</a> action to check the state of the newly registered instances.</p>",
4
+ "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/DeveloperGuide/TerminologyandKeyConcepts.html#tagging-elb\">Tagging</a> in the <i>Elastic Load Balancing Developer Guide</i>.</p>",
5
+ "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/DeveloperGuide/USVPC_ApplySG.html\">Manage Security Groups for Amazon VPC</a> in the <i>Elastic Load Balancing Developer Guide</i>.</p>",
6
+ "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/DeveloperGuide/UserScenariosForVPC.html\">Elastic Load Balancing in Amazon VPC</a> in the <i>Elastic Load Balancing Developer Guide</i>.</p>",
7
+ "ConfigureHealthCheck": "<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/TerminologyandKeyConcepts.html#healthcheck\">Health Checks</a> in the <i>Elastic Load Balancing Developer Guide</i>.</p>",
8
+ "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/DeveloperGuide/US_StickySessions.html#US_EnableStickySessionsAppCookies\">Application-Controlled Session Stickiness</a> in the <i>Elastic Load Balancing Developer Guide</i>.</p>",
9
+ "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 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/US_StickySessions.html#US_EnableStickySessionsLBCookies\">Duration-Based Session Stickiness</a> in the <i>Elastic Load Balancing Developer Guide</i>.</p>",
10
+ "CreateLoadBalancer": "<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 DNS name includes the name of the AWS region in which the load balancer was created. For example, the DNS name might end with either of the following:</p> <ul> <li> <code>us-east-1.elb.amazonaws.com</code> </li> <li> <code>us-west-2.elb.amazonaws.com</code> </li> </ul> <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</a> in the <i>Amazon Web Services General Reference</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> <p>Elastic Load Balancing supports load balancing your EC2 instances launched in either the EC2-Classic or EC2-VPC platform. For more information, see <a href=\"http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/UserScenariosForEC2.html\">Elastic Load Balancing in EC2-Classic</a> or <a href=\"http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/UserScenariosForVPC.html\">Elastic Load Balancing in a VPC</a> in the <i>Elastic Load Balancing Developer Guide</i>.</p>",
11
+ "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/DeveloperGuide/us-add-listener.html\">Add a Listener to Your Load Balancer</a> in the <i>Elastic Load Balancing Developer Guide</i>.</p>",
12
+ "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 front-end listener or the back-end application server, depending on the policy type.</p>",
13
+ "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 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>",
14
+ "DeleteLoadBalancerListeners": "<p>Deletes the specified listeners from the specified load balancer.</p>",
15
+ "DeleteLoadBalancerPolicy": "<p>Deletes the specified policy from the specified load balancer. This policy must not be enabled for any listeners.</p>",
16
+ "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/DeveloperGuide/US_DeReg_Reg_Instances.html\">Deregister and Register Amazon EC2 Instances</a> in the <i>Elastic Load Balancing Developer Guide</i>.</p>",
17
+ "DescribeInstanceHealth": "<p>Describes the state of the specified instances registered with the specified load balancer. If no instances are specified, the call describes the state of all instances registered with the load balancer, not including any terminated instances.</p>",
18
+ "DescribeLoadBalancerAttributes": "<p>Describes the attributes for the specified load balancer.</p>",
19
+ "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>",
20
+ "DescribeLoadBalancerPolicyTypes": "<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>",
21
+ "DescribeLoadBalancers": "<p>Describes the specified the load balancers. If no load balancers are specified, the call describes all of your load balancers.</p>",
22
+ "DescribeTags": "<p>Describes the tags associated with the specified load balancers.</p>",
23
+ "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>",
24
+ "DisableAvailabilityZonesForLoadBalancer": "<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>",
25
+ "EnableAvailabilityZonesForLoadBalancer": "<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>",
26
+ "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>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>",
27
+ "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 happens shortly afterwards. 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>",
27
28
  "RemoveTags": "<p>Removes one or more tags from the specified load balancer.</p>",
28
- "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 on 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>",
29
- "SetLoadBalancerPoliciesForBackendServer": "<p> Replaces the current set of policies associated with a port on which the back-end server is listening with a new set of policies. After the policies have been created using <a>CreateLoadBalancerPolicy</a>, they can be applied here as a list. 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> <note> <p>The <i>SetLoadBalancerPoliciesForBackendServer</i> replaces the current set of policies associated with the specified instance port. Every time you use this action to enable the policies, use the <code>PolicyNames</code> parameter to list all the policies you want to enable.</p> </note> <p>You can use <a>DescribeLoadBalancers</a> or <a>DescribeLoadBalancerPolicies</a> action to verify that the policy has been associated with the back-end server.</p>",
30
- "SetLoadBalancerPoliciesOfListener": "<p> Associates, updates, or disables a policy with a listener on the load balancer. You can associate multiple policies with a listener. </p>"
29
+ "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/DeveloperGuide/US_UpdatingLoadBalancerSSL.html\">Updating an SSL Certificate for a Load Balancer</a> in the <i>Elastic Load Balancing Developer Guide</i>.</p>",
30
+ "SetLoadBalancerPoliciesForBackendServer": "<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>",
31
+ "SetLoadBalancerPoliciesOfListener": "<p>Associates, updates, or disables a policy with a listener for the specified load balancer. You can associate multiple policies with a listener.</p>"
31
32
  },
32
- "service": "<fullname>Elastic Load Balancing</fullname> <p>Elastic Load Balancing is a way to automatically distribute incoming web traffic across applications that run on multiple Amazon Elastic Compute Cloud (Amazon EC2) instances. </p> <p>You can create, access, and manage Elastic Load Balancing using the AWS Management Console, the AWS Command Line Interface (AWS CLI), the Query API, or the AWS SDKs. For more information about Elastic Load Balancing interfaces, see <a href=\"http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/SvcIntro_Interfaces.html\">Accessing Elastic Load Balancing</a>.</p> <p>This reference guide contains documentation for the Query API and the AWS CLI commands, to manage Elastic Load Balancing. </p> <p>For detailed information about Elastic Load Balancing features and their associated actions or commands, go to <a href=\"http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/UserScenarios.html\">Managing Load Balancers</a> in the <i>Elastic Load Balancing Developer Guide</i>.</p> <p>This reference guide is based on the current WSDL, which is available at: <a href=\"http://ec2-downloads.s3.amazonaws.com/ElasticLoadBalancing.wsdl\"></a>. </p> <p><b>Endpoints</b></p> <p>The examples in this guide assume that your load balancers are created in the US East (Northern Virginia) region and use us-east-1 as the endpoint.</p> <p>You can create your load balancers in other AWS regions. For information about regions and endpoints supported by Elastic Load Balancing, see <a href=\"http://docs.aws.amazon.com/general/latest/gr/index.html?rande.html\">Regions and Endpoints</a> in the Amazon Web Services General Reference. </p> <p><b>Idempotency</b></p> <p>All Elastic Load Balancing Query API actions and AWS CLI commands are designed to be idempotent. An <i>idempotent</i> action or command completes no more than one time. If you repeat a request or a command using the same values the action will succeed with a 200 OK response code. </p>",
33
+ "service": "<fullname>Elastic Load Balancing</fullname> <p>Elastic Load Balancing automatically distributes incoming web traffic across multiple Amazon EC2 instances.</p> <p>All Elastic Load Balancing actions and commands are <i>idempotent</i>, which means that they complete no more than one time. If you repeat a request or a command, the action succeeds with a 200 OK response code.</p> <p>For detailed information about the features of Elastic Load Balancing, see <a href=\"http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/UserScenarios.html\">Managing Load Balancers</a> in the <i>Elastic Load Balancing Developer Guide</i>.</p>",
33
34
  "shapes": {
34
35
  "AccessLog": {
35
- "base": "<p>The <code>AccessLog</code> data type.</p>",
36
+ "base": "<p>Information about the <code>AccessLog</code> attribute.</p>",
36
37
  "refs": {
37
- "LoadBalancerAttributes$AccessLog": "<p>The name of the load balancer attribute. If enabled, the load balancer captures detailed information of all the 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>.</p>"
38
+ "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/DeveloperGuide/enable-access-logs.html\">Enable Access Logs</a> in the <i>Elastic Load Balancing Developer Guide</i>.</p>"
38
39
  }
39
40
  },
40
41
  "AccessLogEnabled": {
@@ -58,72 +59,72 @@
58
59
  "AccessPointName": {
59
60
  "base": null,
60
61
  "refs": {
61
- "AddAvailabilityZonesInput$LoadBalancerName": "<p> The name associated with the load balancer. </p>",
62
- "ApplySecurityGroupsToLoadBalancerInput$LoadBalancerName": "<p> The name associated with the load balancer. The name must be unique within the set of load balancers associated with your AWS account. </p>",
63
- "AttachLoadBalancerToSubnetsInput$LoadBalancerName": "<p> The name associated with the load balancer. The name must be unique within the set of load balancers associated with your AWS account. </p>",
64
- "ConfigureHealthCheckInput$LoadBalancerName": "<p> The mnemonic name associated with the load balancer. The name must be unique within the set of load balancers associated with your AWS account. </p>",
65
- "CreateAccessPointInput$LoadBalancerName": "<p> The name associated with the load balancer. </p> <p> The name must be unique within your set of load balancers, must have a maximum of 32 characters, and must only contain alphanumeric characters or hyphens. </p>",
66
- "CreateAppCookieStickinessPolicyInput$LoadBalancerName": "<p> The name of the load balancer. </p>",
67
- "CreateLBCookieStickinessPolicyInput$LoadBalancerName": "<p> The name associated with the load balancer. </p>",
68
- "CreateLoadBalancerListenerInput$LoadBalancerName": "<p> The name of the load balancer. </p>",
69
- "CreateLoadBalancerPolicyInput$LoadBalancerName": "<p> The name associated with the LoadBalancer for which the policy is being created. </p>",
70
- "DeleteAccessPointInput$LoadBalancerName": "<p> The name associated with the load balancer. </p>",
71
- "DeleteLoadBalancerListenerInput$LoadBalancerName": "<p> The mnemonic name associated with the load balancer. </p>",
72
- "DeleteLoadBalancerPolicyInput$LoadBalancerName": "<p> The mnemonic name associated with the load balancer. </p>",
73
- "DeregisterEndPointsInput$LoadBalancerName": "<p> The name associated with the load balancer. </p>",
74
- "DescribeEndPointStateInput$LoadBalancerName": "<p> The name of the load balancer. </p>",
62
+ "AddAvailabilityZonesInput$LoadBalancerName": "<p>The name of the load balancer.</p>",
63
+ "ApplySecurityGroupsToLoadBalancerInput$LoadBalancerName": "<p>The name of the load balancer.</p>",
64
+ "AttachLoadBalancerToSubnetsInput$LoadBalancerName": "<p>The name of the load balancer.</p>",
65
+ "ConfigureHealthCheckInput$LoadBalancerName": "<p>The name of the load balancer.</p>",
66
+ "CreateAccessPointInput$LoadBalancerName": "<p>The name of the load balancer.</p> <p>This name must be unique within your AWS account, must have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and cannot begin or end with a hyphen.</p>",
67
+ "CreateAppCookieStickinessPolicyInput$LoadBalancerName": "<p>The name of the load balancer.</p>",
68
+ "CreateLBCookieStickinessPolicyInput$LoadBalancerName": "<p>The name of the load balancer.</p>",
69
+ "CreateLoadBalancerListenerInput$LoadBalancerName": "<p>The name of the load balancer.</p>",
70
+ "CreateLoadBalancerPolicyInput$LoadBalancerName": "<p>The name of the load balancer.</p>",
71
+ "DeleteAccessPointInput$LoadBalancerName": "<p>The name of the load balancer.</p>",
72
+ "DeleteLoadBalancerListenerInput$LoadBalancerName": "<p>The name of the load balancer.</p>",
73
+ "DeleteLoadBalancerPolicyInput$LoadBalancerName": "<p>The name of the load balancer.</p>",
74
+ "DeregisterEndPointsInput$LoadBalancerName": "<p>The name of the load balancer.</p>",
75
+ "DescribeEndPointStateInput$LoadBalancerName": "<p>The name of the load balancer.</p>",
75
76
  "DescribeLoadBalancerAttributesInput$LoadBalancerName": "<p>The name of the load balancer.</p>",
76
- "DescribeLoadBalancerPoliciesInput$LoadBalancerName": "<p> The mnemonic name associated with the load balancer. If no name is specified, the operation returns the attributes of either all the sample policies pre-defined by Elastic Load Balancing or the specified sample polices. </p>",
77
- "DetachLoadBalancerFromSubnetsInput$LoadBalancerName": "<p> The name associated with the load balancer to be detached. </p>",
78
- "LoadBalancerDescription$LoadBalancerName": "<p> Specifies the name associated with the load balancer. </p>",
77
+ "DescribeLoadBalancerPoliciesInput$LoadBalancerName": "<p>The name of the load balancer.</p>",
78
+ "DetachLoadBalancerFromSubnetsInput$LoadBalancerName": "<p>The name of the load balancer.</p>",
79
+ "LoadBalancerDescription$LoadBalancerName": "<p>The name of the load balancer.</p>",
79
80
  "LoadBalancerNames$member": null,
80
81
  "LoadBalancerNamesMax20$member": null,
81
82
  "ModifyLoadBalancerAttributesInput$LoadBalancerName": "<p>The name of the load balancer.</p>",
82
83
  "ModifyLoadBalancerAttributesOutput$LoadBalancerName": "<p>The name of the load balancer.</p>",
83
- "RegisterEndPointsInput$LoadBalancerName": "<p> The name associated with the load balancer. The name must be unique within your set of load balancers. </p>",
84
- "RemoveAvailabilityZonesInput$LoadBalancerName": "<p> The name associated with the load balancer. </p>",
85
- "SetLoadBalancerListenerSSLCertificateInput$LoadBalancerName": "<p> The name of the load balancer. </p>",
86
- "SetLoadBalancerPoliciesForBackendServerInput$LoadBalancerName": "<p> The mnemonic name associated with the load balancer. This name must be unique within the set of your load balancers. </p>",
87
- "SetLoadBalancerPoliciesOfListenerInput$LoadBalancerName": "<p> The name of the load balancer. </p>",
84
+ "RegisterEndPointsInput$LoadBalancerName": "<p>The name of the load balancer.</p>",
85
+ "RemoveAvailabilityZonesInput$LoadBalancerName": "<p>The name of the load balancer.</p>",
86
+ "SetLoadBalancerListenerSSLCertificateInput$LoadBalancerName": "<p>The name of the load balancer.</p>",
87
+ "SetLoadBalancerPoliciesForBackendServerInput$LoadBalancerName": "<p>The name of the load balancer.</p>",
88
+ "SetLoadBalancerPoliciesOfListenerInput$LoadBalancerName": "<p>The name of the load balancer.</p>",
88
89
  "TagDescription$LoadBalancerName": "<p>The name of the load balancer.</p>"
89
90
  }
90
91
  },
91
92
  "AccessPointNotFoundException": {
92
- "base": "<p> The specified load balancer could not be found. </p>",
93
+ "base": "<p>The specified load balancer does not exist.</p>",
93
94
  "refs": {
94
95
  }
95
96
  },
96
97
  "AccessPointPort": {
97
98
  "base": null,
98
99
  "refs": {
99
- "Listener$LoadBalancerPort": "<p> Specifies the port on which the load balancer is listening - 25, 80, 443, 465, 587, or 1024-65535. This property cannot be modified for the life of the load balancer. </p>",
100
+ "Listener$LoadBalancerPort": "<p>The port on which the load balancer is listening: 25, 80, 443, 465, 587, or 1024-65535.</p>",
100
101
  "Ports$member": null,
101
- "SetLoadBalancerListenerSSLCertificateInput$LoadBalancerPort": "<p> The port that uses the specified SSL certificate. </p>",
102
- "SetLoadBalancerPoliciesOfListenerInput$LoadBalancerPort": "<p> The external port of the load balancer to associate the policy. </p>"
102
+ "SetLoadBalancerListenerSSLCertificateInput$LoadBalancerPort": "<p>The port that uses the specified SSL certificate.</p>",
103
+ "SetLoadBalancerPoliciesOfListenerInput$LoadBalancerPort": "<p>The external port of the load balancer for the policy.</p>"
103
104
  }
104
105
  },
105
106
  "AddAvailabilityZonesInput": {
106
- "base": "<p> The input for the <a>EnableAvailabilityZonesForLoadBalancer</a> action. </p>",
107
+ "base": null,
107
108
  "refs": {
108
109
  }
109
110
  },
110
111
  "AddAvailabilityZonesOutput": {
111
- "base": "<p> The output for the <a>EnableAvailabilityZonesForLoadBalancer</a> action. </p>",
112
+ "base": null,
112
113
  "refs": {
113
114
  }
114
115
  },
115
116
  "AddTagsInput": {
116
- "base": "The input for the <a>AddTags</a> action",
117
+ "base": null,
117
118
  "refs": {
118
119
  }
119
120
  },
120
121
  "AddTagsOutput": {
121
- "base": "The output for the <a>AddTags</a> action.",
122
+ "base": null,
122
123
  "refs": {
123
124
  }
124
125
  },
125
126
  "AdditionalAttribute": {
126
- "base": "<p>The <code>AdditionalAttribute</code> data type.</p>",
127
+ "base": "<p>This data type is reserved.</p>",
127
128
  "refs": {
128
129
  "AdditionalAttributes$member": null
129
130
  }
@@ -131,60 +132,60 @@
131
132
  "AdditionalAttributes": {
132
133
  "base": null,
133
134
  "refs": {
134
- "LoadBalancerAttributes$AdditionalAttributes": "<p>This parameter is reserved for future use.</p>"
135
+ "LoadBalancerAttributes$AdditionalAttributes": "<p>This parameter is reserved.</p>"
135
136
  }
136
137
  },
137
138
  "AppCookieStickinessPolicies": {
138
139
  "base": null,
139
140
  "refs": {
140
- "Policies$AppCookieStickinessPolicies": "<p> A list of the <a>AppCookieStickinessPolicy</a> objects created with <a>CreateAppCookieStickinessPolicy</a>. </p>"
141
+ "Policies$AppCookieStickinessPolicies": "<p>The stickiness policies created using <a>CreateAppCookieStickinessPolicy</a>.</p>"
141
142
  }
142
143
  },
143
144
  "AppCookieStickinessPolicy": {
144
- "base": "<p>The AppCookieStickinessPolicy data type. </p>",
145
+ "base": "<p>Information about a policy for application-controlled session stickiness.</p>",
145
146
  "refs": {
146
147
  "AppCookieStickinessPolicies$member": null
147
148
  }
148
149
  },
149
150
  "ApplySecurityGroupsToLoadBalancerInput": {
150
- "base": "<p> The input for the <a>ApplySecurityGroupsToLoadBalancer</a> action. </p>",
151
+ "base": null,
151
152
  "refs": {
152
153
  }
153
154
  },
154
155
  "ApplySecurityGroupsToLoadBalancerOutput": {
155
- "base": "<p> The out for the <a>ApplySecurityGroupsToLoadBalancer</a> action. </p>",
156
+ "base": null,
156
157
  "refs": {
157
158
  }
158
159
  },
159
160
  "AttachLoadBalancerToSubnetsInput": {
160
- "base": "<p> The input for the <a>AttachLoadBalancerToSubnets</a> action. </p>",
161
+ "base": null,
161
162
  "refs": {
162
163
  }
163
164
  },
164
165
  "AttachLoadBalancerToSubnetsOutput": {
165
- "base": "<p> The output for the <a>AttachLoadBalancerToSubnets</a> action. </p>",
166
+ "base": null,
166
167
  "refs": {
167
168
  }
168
169
  },
169
170
  "AttributeName": {
170
171
  "base": null,
171
172
  "refs": {
172
- "PolicyAttribute$AttributeName": "<p> The name of the attribute associated with the policy. </p>",
173
- "PolicyAttributeDescription$AttributeName": "<p> The name of the attribute associated with the policy. </p>",
174
- "PolicyAttributeTypeDescription$AttributeName": "<p> The name of the attribute associated with the policy type. </p>"
173
+ "PolicyAttribute$AttributeName": "<p>The name of the attribute.</p>",
174
+ "PolicyAttributeDescription$AttributeName": "<p>The name of the attribute.</p>",
175
+ "PolicyAttributeTypeDescription$AttributeName": "<p>The name of the attribute.</p>"
175
176
  }
176
177
  },
177
178
  "AttributeType": {
178
179
  "base": null,
179
180
  "refs": {
180
- "PolicyAttributeTypeDescription$AttributeType": "<p> The type of attribute. For example, Boolean, Integer, etc. </p>"
181
+ "PolicyAttributeTypeDescription$AttributeType": "<p>The type of the attribute. For example, <code>Boolean</code> or <code>Integer</code>.</p>"
181
182
  }
182
183
  },
183
184
  "AttributeValue": {
184
185
  "base": null,
185
186
  "refs": {
186
- "PolicyAttribute$AttributeValue": "<p> The value of the attribute associated with the policy. </p>",
187
- "PolicyAttributeDescription$AttributeValue": "<p> The value of the attribute associated with the policy. </p>"
187
+ "PolicyAttribute$AttributeValue": "<p>The value of the attribute.</p>",
188
+ "PolicyAttributeDescription$AttributeValue": "<p>The value of the attribute.</p>"
188
189
  }
189
190
  },
190
191
  "AvailabilityZone": {
@@ -196,16 +197,16 @@
196
197
  "AvailabilityZones": {
197
198
  "base": null,
198
199
  "refs": {
199
- "AddAvailabilityZonesInput$AvailabilityZones": "<p> A list of new Availability Zones for the load balancer. Each Availability Zone must be in the same region as the load balancer. </p>",
200
- "AddAvailabilityZonesOutput$AvailabilityZones": "<p> An updated list of Availability Zones for the load balancer. </p>",
201
- "CreateAccessPointInput$AvailabilityZones": "<p> A list of Availability Zones. </p> <p> At least one Availability Zone must be specified. Specified Availability Zones must be in the same EC2 Region as the load balancer. Traffic will be equally distributed across all zones. </p> <p> You can later add more Availability Zones after the creation of the load balancer by calling <a>EnableAvailabilityZonesForLoadBalancer</a> action. </p>",
202
- "LoadBalancerDescription$AvailabilityZones": "<p> Specifies a list of Availability Zones. </p>",
203
- "RemoveAvailabilityZonesInput$AvailabilityZones": "<p> A list of Availability Zones to be removed from the load balancer. </p> <note> There must be at least one Availability Zone registered with a load balancer at all times. Specified Availability Zones must be in the same region. </note>",
204
- "RemoveAvailabilityZonesOutput$AvailabilityZones": "<p> A list of updated Availability Zones for the load balancer. </p>"
200
+ "AddAvailabilityZonesInput$AvailabilityZones": "<p>The Availability Zones. These must be in the same region as the load balancer.</p>",
201
+ "AddAvailabilityZonesOutput$AvailabilityZones": "<p>The updated list of Availability Zones for the load balancer.</p>",
202
+ "CreateAccessPointInput$AvailabilityZones": "<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>",
203
+ "LoadBalancerDescription$AvailabilityZones": "<p>The Availability Zones for the load balancer.</p>",
204
+ "RemoveAvailabilityZonesInput$AvailabilityZones": "<p>The Availability Zones.</p>",
205
+ "RemoveAvailabilityZonesOutput$AvailabilityZones": "<p>The remaining Availability Zones for the load balancer.</p>"
205
206
  }
206
207
  },
207
208
  "BackendServerDescription": {
208
- "base": "<p> This data type is used as a response element in the <a>DescribeLoadBalancers</a> action to describe the configuration of the back-end server. </p>",
209
+ "base": "<p>Information about the configuration of a back-end server.</p>",
209
210
  "refs": {
210
211
  "BackendServerDescriptions$member": null
211
212
  }
@@ -213,34 +214,34 @@
213
214
  "BackendServerDescriptions": {
214
215
  "base": null,
215
216
  "refs": {
216
- "LoadBalancerDescription$BackendServerDescriptions": "<p> Contains a list of back-end server descriptions. </p>"
217
+ "LoadBalancerDescription$BackendServerDescriptions": "<p>Information about the back-end servers.</p>"
217
218
  }
218
219
  },
219
220
  "Cardinality": {
220
221
  "base": null,
221
222
  "refs": {
222
- "PolicyAttributeTypeDescription$Cardinality": "<p> The cardinality of the attribute. Valid Values: <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> </p>"
223
+ "PolicyAttributeTypeDescription$Cardinality": "<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>"
223
224
  }
224
225
  },
225
226
  "CertificateNotFoundException": {
226
- "base": "<p> The specified SSL ID does not refer to a valid SSL certificate in the AWS Identity and Access Management Service. </p>",
227
+ "base": "<p>The specified SSL ID does not refer to a valid SSL certificate in AWS Identity and Access Management (IAM).</p>",
227
228
  "refs": {
228
229
  }
229
230
  },
230
231
  "ConfigureHealthCheckInput": {
231
- "base": "<p> Input for the <a>ConfigureHealthCheck</a> action. </p>",
232
+ "base": null,
232
233
  "refs": {
233
234
  }
234
235
  },
235
236
  "ConfigureHealthCheckOutput": {
236
- "base": "<p> The output for the <a>ConfigureHealthCheck</a> action. </p>",
237
+ "base": null,
237
238
  "refs": {
238
239
  }
239
240
  },
240
241
  "ConnectionDraining": {
241
- "base": "<p>The <code>ConnectionDraining</code> data type.</p>",
242
+ "base": "<p>Information about the <code>ConnectionDraining</code> attribute.</p>",
242
243
  "refs": {
243
- "LoadBalancerAttributes$ConnectionDraining": "<p>The name of the load balancer attribute. 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>.</p>"
244
+ "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 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>"
244
245
  }
245
246
  },
246
247
  "ConnectionDrainingEnabled": {
@@ -252,66 +253,66 @@
252
253
  "ConnectionDrainingTimeout": {
253
254
  "base": null,
254
255
  "refs": {
255
- "ConnectionDraining$Timeout": "<p>Specifies the maximum time (in seconds) to keep the existing connections open before deregistering the instances.</p>"
256
+ "ConnectionDraining$Timeout": "<p>The maximum time, in seconds, to keep the existing connections open before deregistering the instances.</p>"
256
257
  }
257
258
  },
258
259
  "ConnectionSettings": {
259
- "base": "<p>The <code>ConnectionSettings</code> data type.</p>",
260
+ "base": "<p>Information about the <code>ConnectionSettings</code> attribute.</p>",
260
261
  "refs": {
261
- "LoadBalancerAttributes$ConnectionSettings": "<p>The name of the load balancer attribute. </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. If the <code>ConnectionSettings</code> attribute is set, Elastic Load Balancing will allow the connections to remain idle (no data is sent over the connection) for the specified duration.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/config-idle-timeout.html\">Configure Idle Connection Timeout</a>.</p>"
262
+ "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/DeveloperGuide/config-idle-timeout.html\">Configure Idle Connection Timeout</a> in the <i>Elastic Load Balancing Developer Guide</i>.</p>"
262
263
  }
263
264
  },
264
265
  "CookieExpirationPeriod": {
265
266
  "base": null,
266
267
  "refs": {
267
- "CreateLBCookieStickinessPolicyInput$CookieExpirationPeriod": "<p> The time period in seconds after which the cookie should be considered stale. Not specifying this parameter indicates that the sticky session will last for the duration of the browser session. </p>",
268
- "LBCookieStickinessPolicy$CookieExpirationPeriod": "<p>The time period in seconds after which the cookie should be considered stale. Not specifying this parameter indicates that the stickiness session will last for the duration of the browser session. </p>"
268
+ "CreateLBCookieStickinessPolicyInput$CookieExpirationPeriod": "<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>",
269
+ "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>"
269
270
  }
270
271
  },
271
272
  "CookieName": {
272
273
  "base": null,
273
274
  "refs": {
274
- "AppCookieStickinessPolicy$CookieName": "<p>The name of the application cookie used for stickiness. </p>",
275
- "CreateAppCookieStickinessPolicyInput$CookieName": "<p> Name of the application cookie used for stickiness. </p>"
275
+ "AppCookieStickinessPolicy$CookieName": "<p>The name of the application cookie used for stickiness.</p>",
276
+ "CreateAppCookieStickinessPolicyInput$CookieName": "<p>The name of the application cookie used for stickiness.</p>"
276
277
  }
277
278
  },
278
279
  "CreateAccessPointInput": {
279
- "base": "<p> The input for the <a>CreateLoadBalancer</a> action. </p>",
280
+ "base": null,
280
281
  "refs": {
281
282
  }
282
283
  },
283
284
  "CreateAccessPointOutput": {
284
- "base": "<p> The output for the <a>CreateLoadBalancer</a> action. </p>",
285
+ "base": null,
285
286
  "refs": {
286
287
  }
287
288
  },
288
289
  "CreateAppCookieStickinessPolicyInput": {
289
- "base": "<p> The input for the <a>CreateAppCookieStickinessPolicy</a> action. </p>",
290
+ "base": null,
290
291
  "refs": {
291
292
  }
292
293
  },
293
294
  "CreateAppCookieStickinessPolicyOutput": {
294
- "base": "<p> The output for the <a>CreateAppCookieStickinessPolicy</a> action. </p>",
295
+ "base": null,
295
296
  "refs": {
296
297
  }
297
298
  },
298
299
  "CreateLBCookieStickinessPolicyInput": {
299
- "base": "<p> The input for the <a>CreateLBCookieStickinessPolicy</a> action. </p>",
300
+ "base": null,
300
301
  "refs": {
301
302
  }
302
303
  },
303
304
  "CreateLBCookieStickinessPolicyOutput": {
304
- "base": "<p> The output for the <a>CreateLBCookieStickinessPolicy</a> action. </p>",
305
+ "base": null,
305
306
  "refs": {
306
307
  }
307
308
  },
308
309
  "CreateLoadBalancerListenerInput": {
309
- "base": "<p> The input for the <a>CreateLoadBalancerListeners</a> action. </p>",
310
+ "base": null,
310
311
  "refs": {
311
312
  }
312
313
  },
313
314
  "CreateLoadBalancerListenerOutput": {
314
- "base": "<p> The output for the <a>CreateLoadBalancerListeners</a> action. </p>",
315
+ "base": null,
315
316
  "refs": {
316
317
  }
317
318
  },
@@ -321,20 +322,20 @@
321
322
  }
322
323
  },
323
324
  "CreateLoadBalancerPolicyOutput": {
324
- "base": "<p>The output for the <a>CreateLoadBalancerPolicy</a> action. </p>",
325
+ "base": null,
325
326
  "refs": {
326
327
  }
327
328
  },
328
329
  "CreatedTime": {
329
330
  "base": null,
330
331
  "refs": {
331
- "LoadBalancerDescription$CreatedTime": "<p> Provides the date and time the load balancer was created. </p>"
332
+ "LoadBalancerDescription$CreatedTime": "<p>The date and time the load balancer was created.</p>"
332
333
  }
333
334
  },
334
335
  "CrossZoneLoadBalancing": {
335
- "base": "<p>The <code>CrossZoneLoadBalancing</code> data type.</p>",
336
+ "base": "<p>Information about the <code>CrossZoneLoadBalancing</code> attribute.</p>",
336
337
  "refs": {
337
- "LoadBalancerAttributes$CrossZoneLoadBalancing": "<p>The name of the load balancer attribute. 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>.</p>"
338
+ "LoadBalancerAttributes$CrossZoneLoadBalancing": "<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>"
338
339
  }
339
340
  },
340
341
  "CrossZoneLoadBalancingEnabled": {
@@ -346,85 +347,85 @@
346
347
  "DNSName": {
347
348
  "base": null,
348
349
  "refs": {
349
- "CreateAccessPointOutput$DNSName": "<p> The DNS name for the load balancer. </p>",
350
- "LoadBalancerDescription$DNSName": "<p> Specifies the external DNS name associated with the load balancer. </p>",
351
- "LoadBalancerDescription$CanonicalHostedZoneName": "<p> Provides the name of the Amazon Route 53 hosted zone that is associated with the load balancer. For information on how to associate your load balancer with a hosted zone, go to <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>",
352
- "LoadBalancerDescription$CanonicalHostedZoneNameID": "<p> Provides the ID of the Amazon Route 53 hosted zone name that is associated with the load balancer. For information on how to associate or disassociate your load balancer with a hosted zone, go to <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>"
350
+ "CreateAccessPointOutput$DNSName": "<p>The DNS name of the load balancer.</p>",
351
+ "LoadBalancerDescription$DNSName": "<p>The external DNS name of the load balancer.</p>",
352
+ "LoadBalancerDescription$CanonicalHostedZoneName": "<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>",
353
+ "LoadBalancerDescription$CanonicalHostedZoneNameID": "<p>The ID of the Amazon Route 53 hosted zone name associated with the load balancer.</p>"
353
354
  }
354
355
  },
355
356
  "DefaultValue": {
356
357
  "base": null,
357
358
  "refs": {
358
- "PolicyAttributeTypeDescription$DefaultValue": "<p> The default value of the attribute, if applicable. </p>"
359
+ "PolicyAttributeTypeDescription$DefaultValue": "<p>The default value of the attribute, if applicable.</p>"
359
360
  }
360
361
  },
361
362
  "DeleteAccessPointInput": {
362
- "base": "<p> The input for the <a>DeleteLoadBalancer</a> action. </p>",
363
+ "base": null,
363
364
  "refs": {
364
365
  }
365
366
  },
366
367
  "DeleteAccessPointOutput": {
367
- "base": "<p> The output for the <a>DeleteLoadBalancer</a> action. </p>",
368
+ "base": null,
368
369
  "refs": {
369
370
  }
370
371
  },
371
372
  "DeleteLoadBalancerListenerInput": {
372
- "base": "<p> The input for the <a>DeleteLoadBalancerListeners</a> action. </p>",
373
+ "base": null,
373
374
  "refs": {
374
375
  }
375
376
  },
376
377
  "DeleteLoadBalancerListenerOutput": {
377
- "base": "<p> The output for the <a>DeleteLoadBalancerListeners</a> action. </p>",
378
+ "base": null,
378
379
  "refs": {
379
380
  }
380
381
  },
381
382
  "DeleteLoadBalancerPolicyInput": {
382
- "base": "<p> The input for the <a>DeleteLoadBalancerPolicy</a> action. </p>",
383
+ "base": "=",
383
384
  "refs": {
384
385
  }
385
386
  },
386
387
  "DeleteLoadBalancerPolicyOutput": {
387
- "base": "<p> The output for the <a>DeleteLoadBalancerPolicy</a> action. </p>",
388
+ "base": null,
388
389
  "refs": {
389
390
  }
390
391
  },
391
392
  "DeregisterEndPointsInput": {
392
- "base": "<p> The input for the <a>DeregisterInstancesFromLoadBalancer</a> action. </p>",
393
+ "base": null,
393
394
  "refs": {
394
395
  }
395
396
  },
396
397
  "DeregisterEndPointsOutput": {
397
- "base": "<p> The output for the <a>DeregisterInstancesFromLoadBalancer</a> action. </p>",
398
+ "base": null,
398
399
  "refs": {
399
400
  }
400
401
  },
401
402
  "DescribeAccessPointsInput": {
402
- "base": "<p> The input for the <a>DescribeLoadBalancers</a> action. </p>",
403
+ "base": null,
403
404
  "refs": {
404
405
  }
405
406
  },
406
407
  "DescribeAccessPointsOutput": {
407
- "base": "<p> The output for the <a>DescribeLoadBalancers</a> action. </p>",
408
+ "base": null,
408
409
  "refs": {
409
410
  }
410
411
  },
411
412
  "DescribeEndPointStateInput": {
412
- "base": "<p> The input for the <a>DescribeEndPointState</a> action. </p>",
413
+ "base": null,
413
414
  "refs": {
414
415
  }
415
416
  },
416
417
  "DescribeEndPointStateOutput": {
417
- "base": "<p> The output for the <a>DescribeInstanceHealth</a> action. </p>",
418
+ "base": null,
418
419
  "refs": {
419
420
  }
420
421
  },
421
422
  "DescribeLoadBalancerAttributesInput": {
422
- "base": "<p>The input for the <a>DescribeLoadBalancerAttributes</a> action.</p>",
423
+ "base": null,
423
424
  "refs": {
424
425
  }
425
426
  },
426
427
  "DescribeLoadBalancerAttributesOutput": {
427
- "base": "<p>The following element is returned in a structure named <code>DescribeLoadBalancerAttributesResult</code>.</p>",
428
+ "base": null,
428
429
  "refs": {
429
430
  }
430
431
  },
@@ -434,7 +435,7 @@
434
435
  }
435
436
  },
436
437
  "DescribeLoadBalancerPoliciesOutput": {
437
- "base": "<p>The output for the <a>DescribeLoadBalancerPolicies</a> action. </p>",
438
+ "base": null,
438
439
  "refs": {
439
440
  }
440
441
  },
@@ -444,104 +445,104 @@
444
445
  }
445
446
  },
446
447
  "DescribeLoadBalancerPolicyTypesOutput": {
447
- "base": "<p> The output for the <a>DescribeLoadBalancerPolicyTypes</a> action. </p>",
448
+ "base": null,
448
449
  "refs": {
449
450
  }
450
451
  },
451
452
  "DescribeTagsInput": {
452
- "base": "<p> The input for the <a>DescribeTags</a> action. </p>",
453
+ "base": null,
453
454
  "refs": {
454
455
  }
455
456
  },
456
457
  "DescribeTagsOutput": {
457
- "base": "<p> The output for the <a>DescribeTags</a> action. </p>",
458
+ "base": null,
458
459
  "refs": {
459
460
  }
460
461
  },
461
462
  "Description": {
462
463
  "base": null,
463
464
  "refs": {
464
- "InstanceState$Description": "<p> Provides a description of the instance state. </p>",
465
- "PolicyAttributeTypeDescription$Description": "<p> A human-readable description of the attribute. </p>",
466
- "PolicyTypeDescription$Description": "<p> A human-readable description of the policy type. </p>"
465
+ "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>",
466
+ "PolicyAttributeTypeDescription$Description": "<p>A description of the attribute.</p>",
467
+ "PolicyTypeDescription$Description": "<p>A description of the policy type.</p>"
467
468
  }
468
469
  },
469
470
  "DetachLoadBalancerFromSubnetsInput": {
470
- "base": "<p> The input for the <a>DetachLoadBalancerFromSubnets</a> action. </p>",
471
+ "base": null,
471
472
  "refs": {
472
473
  }
473
474
  },
474
475
  "DetachLoadBalancerFromSubnetsOutput": {
475
- "base": "<p> The output for the <a>DetachLoadBalancerFromSubnets</a> action. </p>",
476
+ "base": null,
476
477
  "refs": {
477
478
  }
478
479
  },
479
480
  "DuplicateAccessPointNameException": {
480
- "base": "<p> The load balancer name already exists for this account. Please choose another name. </p>",
481
+ "base": "<p>The specified load balancer name already exists for this account.</p>",
481
482
  "refs": {
482
483
  }
483
484
  },
484
485
  "DuplicateListenerException": {
485
- "base": "<p> A <code>Listener</code> already exists for the given <code>LoadBalancerName</code> and <code>LoadBalancerPort</code>, but with a different <code>InstancePort</code>, <code>Protocol</code>, or <code>SSLCertificateId</code>. </p>",
486
+ "base": "<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>",
486
487
  "refs": {
487
488
  }
488
489
  },
489
490
  "DuplicatePolicyNameException": {
490
- "base": "<p> Policy with the same name exists for this load balancer. Please choose another name. </p>",
491
+ "base": "<p>A policy with the specified name already exists for this load balancer.</p>",
491
492
  "refs": {
492
493
  }
493
494
  },
494
495
  "DuplicateTagKeysException": {
495
- "base": "<p>The same tag key specified multiple times.</p>",
496
+ "base": "<p>A tag key was specified more than once.</p>",
496
497
  "refs": {
497
498
  }
498
499
  },
499
500
  "EndPointPort": {
500
501
  "base": null,
501
502
  "refs": {
502
- "SetLoadBalancerPoliciesForBackendServerInput$InstancePort": "<p> The port number associated with the back-end server. </p>"
503
+ "SetLoadBalancerPoliciesForBackendServerInput$InstancePort": "<p>The port number associated with the back-end server.</p>"
503
504
  }
504
505
  },
505
506
  "HealthCheck": {
506
- "base": "<p> The HealthCheck data type. </p>",
507
+ "base": "<p>Information about a health check.</p>",
507
508
  "refs": {
508
- "ConfigureHealthCheckInput$HealthCheck": "<p> A structure containing the configuration information for the new healthcheck. </p>",
509
- "ConfigureHealthCheckOutput$HealthCheck": "<p> The updated healthcheck for the instances. </p>",
510
- "LoadBalancerDescription$HealthCheck": "<p> Specifies information regarding the various health probes conducted on the load balancer. </p>"
509
+ "ConfigureHealthCheckInput$HealthCheck": "<p>The configuration information for the new health check.</p>",
510
+ "ConfigureHealthCheckOutput$HealthCheck": "<p>The updated health check.</p>",
511
+ "LoadBalancerDescription$HealthCheck": "<p>Information about the health checks conducted on the load balancer.</p>"
511
512
  }
512
513
  },
513
514
  "HealthCheckInterval": {
514
515
  "base": null,
515
516
  "refs": {
516
- "HealthCheck$Interval": "<p> Specifies the approximate interval, in seconds, between health checks of an individual instance. </p>"
517
+ "HealthCheck$Interval": "<p>The approximate interval, in seconds, between health checks of an individual instance.</p>"
517
518
  }
518
519
  },
519
520
  "HealthCheckTarget": {
520
521
  "base": null,
521
522
  "refs": {
522
- "HealthCheck$Target": "<p> Specifies the instance being checked. The protocol is either TCP, HTTP, HTTPS, or SSL. The range of valid ports is one (1) through 65535. </p> <note> <p> TCP is the default, specified as a TCP: port pair, for example \"TCP:5000\". In this case a healthcheck 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 or HTTPS protocol, the situation is different. You have to 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 needs to be 1024 16-bit Unicode characters or less. </p> </note>"
523
+ "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>"
523
524
  }
524
525
  },
525
526
  "HealthCheckTimeout": {
526
527
  "base": null,
527
528
  "refs": {
528
- "HealthCheck$Timeout": "<p> Specifies the amount of time, in seconds, during which no response means a failed health probe. </p> <note> This value must be less than the <i>Interval</i> value. </note>"
529
+ "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>"
529
530
  }
530
531
  },
531
532
  "HealthyThreshold": {
532
533
  "base": null,
533
534
  "refs": {
534
- "HealthCheck$HealthyThreshold": "<p> Specifies the number of consecutive health probe successes required before moving the instance to the <i>Healthy</i> state. </p>"
535
+ "HealthCheck$HealthyThreshold": "<p>The number of consecutive health checks successes required before moving the instance to the <code>Healthy</code> state.</p>"
535
536
  }
536
537
  },
537
538
  "IdleTimeout": {
538
539
  "base": null,
539
540
  "refs": {
540
- "ConnectionSettings$IdleTimeout": "<p>Specifies the time (in seconds) the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer.</p>"
541
+ "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>"
541
542
  }
542
543
  },
543
544
  "Instance": {
544
- "base": "<p> The Instance data type. </p>",
545
+ "base": "<p>The ID of a back-end instance.</p>",
545
546
  "refs": {
546
547
  "Instances$member": null
547
548
  }
@@ -549,19 +550,19 @@
549
550
  "InstanceId": {
550
551
  "base": null,
551
552
  "refs": {
552
- "Instance$InstanceId": "<p> Provides an EC2 instance ID. </p>",
553
- "InstanceState$InstanceId": "<p> Provides an EC2 instance ID. </p>"
553
+ "Instance$InstanceId": "<p>The ID of the instance.</p>",
554
+ "InstanceState$InstanceId": "<p>The ID of the instance.</p>"
554
555
  }
555
556
  },
556
557
  "InstancePort": {
557
558
  "base": null,
558
559
  "refs": {
559
- "BackendServerDescription$InstancePort": "<p> Provides the port on which the back-end server is listening. </p>",
560
- "Listener$InstancePort": "<p> Specifies the port on which the instance server is listening - 25, 80, 443, 465, 587, or 1024-65535. This property cannot be modified for the life of the load balancer. </p>"
560
+ "BackendServerDescription$InstancePort": "<p>The port on which the back-end server is listening.</p>",
561
+ "Listener$InstancePort": "<p>The port on which the instance server is listening - 25, 80, 443, 465, 587, or 1024-65535.</p>"
561
562
  }
562
563
  },
563
564
  "InstanceState": {
564
- "base": "<p> The InstanceState data type. </p>",
565
+ "base": "<p>Information about the state of a back-end instance.</p>",
565
566
  "refs": {
566
567
  "InstanceStates$member": null
567
568
  }
@@ -569,66 +570,66 @@
569
570
  "InstanceStates": {
570
571
  "base": null,
571
572
  "refs": {
572
- "DescribeEndPointStateOutput$InstanceStates": "<p> A list containing health information for the specified instances. </p>"
573
+ "DescribeEndPointStateOutput$InstanceStates": "<p>Information about the health of the instances.</p>"
573
574
  }
574
575
  },
575
576
  "Instances": {
576
577
  "base": null,
577
578
  "refs": {
578
- "DeregisterEndPointsInput$Instances": "<p> A list of EC2 instance IDs consisting of all instances to be deregistered. </p>",
579
- "DeregisterEndPointsOutput$Instances": "<p> An updated list of remaining instances registered with the load balancer. </p>",
580
- "DescribeEndPointStateInput$Instances": "<p> A list of instance IDs whose states are being queried. </p>",
581
- "LoadBalancerDescription$Instances": "<p> Provides a list of EC2 instance IDs for the load balancer. </p>",
582
- "RegisterEndPointsInput$Instances": "<p> A list of instance IDs that should be registered with the load balancer.</p>",
583
- "RegisterEndPointsOutput$Instances": "<p> An updated list of instances for the load balancer. </p>"
579
+ "DeregisterEndPointsInput$Instances": "<p>The IDs of the instances.</p>",
580
+ "DeregisterEndPointsOutput$Instances": "<p>The remaining instances registered with the load balancer.</p>",
581
+ "DescribeEndPointStateInput$Instances": "<p>The IDs of the instances.</p>",
582
+ "LoadBalancerDescription$Instances": "<p>The IDs of the instances for the load balancer.</p>",
583
+ "RegisterEndPointsInput$Instances": "<p>The IDs of the instances.</p>",
584
+ "RegisterEndPointsOutput$Instances": "<p>The updated list of instances for the load balancer.</p>"
584
585
  }
585
586
  },
586
587
  "InvalidConfigurationRequestException": {
587
- "base": "<p> Requested configuration change is invalid. </p>",
588
+ "base": "<p>The requested configuration change is not valid.</p>",
588
589
  "refs": {
589
590
  }
590
591
  },
591
592
  "InvalidEndPointException": {
592
- "base": "<p> The specified EndPoint is not valid. </p>",
593
+ "base": "<p>The specified endpoint is not valid.</p>",
593
594
  "refs": {
594
595
  }
595
596
  },
596
597
  "InvalidSchemeException": {
597
- "base": "<p> Invalid value for scheme. Scheme can only be specified for load balancers in VPC. </p>",
598
+ "base": "<p>The specified value for the schema is not valid. You can only specify a scheme for load balancers in a VPC.</p>",
598
599
  "refs": {
599
600
  }
600
601
  },
601
602
  "InvalidSecurityGroupException": {
602
- "base": "<p> One or more specified security groups do not exist. </p>",
603
+ "base": "<p>One or more of the specified security groups do not exist.</p>",
603
604
  "refs": {
604
605
  }
605
606
  },
606
607
  "InvalidSubnetException": {
607
- "base": "<p> The VPC has no Internet gateway. </p>",
608
+ "base": "<p>The specified VPC has no associated Internet gateway.</p>",
608
609
  "refs": {
609
610
  }
610
611
  },
611
612
  "LBCookieStickinessPolicies": {
612
613
  "base": null,
613
614
  "refs": {
614
- "Policies$LBCookieStickinessPolicies": "<p> A list of <a>LBCookieStickinessPolicy</a> objects created with <a>CreateAppCookieStickinessPolicy</a>. </p>"
615
+ "Policies$LBCookieStickinessPolicies": "<p>The stickiness policies created using <a>CreateLBCookieStickinessPolicy</a>.</p>"
615
616
  }
616
617
  },
617
618
  "LBCookieStickinessPolicy": {
618
- "base": "<p>The LBCookieStickinessPolicy data type. </p>",
619
+ "base": "<p>Information about a policy for duration-based session stickiness.</p>",
619
620
  "refs": {
620
621
  "LBCookieStickinessPolicies$member": null
621
622
  }
622
623
  },
623
624
  "Listener": {
624
- "base": "<p> The Listener data type. </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>.</p>",
625
+ "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/DeveloperGuide/elb-listener-config.html\">Listener Configurations for Elastic Load Balancing</a> in the <i>Elastic Load Balancing Developer Guide</i>.</p>",
625
626
  "refs": {
626
627
  "ListenerDescription$Listener": null,
627
628
  "Listeners$member": null
628
629
  }
629
630
  },
630
631
  "ListenerDescription": {
631
- "base": "<p> The ListenerDescription data type. </p>",
632
+ "base": "<p>The policies enabled for a listener.</p>",
632
633
  "refs": {
633
634
  "ListenerDescriptions$member": null
634
635
  }
@@ -636,36 +637,36 @@
636
637
  "ListenerDescriptions": {
637
638
  "base": null,
638
639
  "refs": {
639
- "LoadBalancerDescription$ListenerDescriptions": "<p> LoadBalancerPort, InstancePort, Protocol, InstanceProtocol, and PolicyNames are returned in a list of tuples in the ListenerDescriptions element. </p>"
640
+ "LoadBalancerDescription$ListenerDescriptions": "<p>The listeners for the load balancer.</p>"
640
641
  }
641
642
  },
642
643
  "ListenerNotFoundException": {
643
- "base": "<p> Load balancer does not have a listener configured at the given port. </p>",
644
+ "base": "<p>The load balancer does not have a listener configured at the specified port.</p>",
644
645
  "refs": {
645
646
  }
646
647
  },
647
648
  "Listeners": {
648
649
  "base": null,
649
650
  "refs": {
650
- "CreateAccessPointInput$Listeners": "<p> A list of the following tuples: Protocol, LoadBalancerPort, InstanceProtocol, InstancePort, and SSLCertificateId. </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>.</p>",
651
- "CreateLoadBalancerListenerInput$Listeners": "<p> A list of <code>LoadBalancerPort</code>, <code>InstancePort</code>, <code>Protocol</code>, <code>InstanceProtocol</code>, and <code>SSLCertificateId</code> items. </p>"
651
+ "CreateAccessPointInput$Listeners": "<p>The listeners.</p> <p>For more information, 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>",
652
+ "CreateLoadBalancerListenerInput$Listeners": "<p>The listeners.</p>"
652
653
  }
653
654
  },
654
655
  "LoadBalancerAttributeNotFoundException": {
655
- "base": "<p>The specified load balancer attribute could not be found.</p>",
656
+ "base": "<p>The specified load balancer attribute does not exist.</p>",
656
657
  "refs": {
657
658
  }
658
659
  },
659
660
  "LoadBalancerAttributes": {
660
- "base": "<p>The <code>LoadBalancerAttributes</code> data type.</p>",
661
+ "base": "<p>The attributes for a load balancer.</p>",
661
662
  "refs": {
662
- "DescribeLoadBalancerAttributesOutput$LoadBalancerAttributes": "<p>The load balancer attributes structure.</p>",
663
- "ModifyLoadBalancerAttributesInput$LoadBalancerAttributes": "<p>Attributes of the load balancer.</p>",
663
+ "DescribeLoadBalancerAttributesOutput$LoadBalancerAttributes": "<p>Information about the load balancer attributes.</p>",
664
+ "ModifyLoadBalancerAttributesInput$LoadBalancerAttributes": "<p>The attributes of the load balancer.</p>",
664
665
  "ModifyLoadBalancerAttributesOutput$LoadBalancerAttributes": null
665
666
  }
666
667
  },
667
668
  "LoadBalancerDescription": {
668
- "base": "<p> Contains the result of a successful invocation of <a>DescribeLoadBalancers</a>. </p>",
669
+ "base": "<p>Information about a load balancer.</p>",
669
670
  "refs": {
670
671
  "LoadBalancerDescriptions$member": null
671
672
  }
@@ -673,67 +674,67 @@
673
674
  "LoadBalancerDescriptions": {
674
675
  "base": null,
675
676
  "refs": {
676
- "DescribeAccessPointsOutput$LoadBalancerDescriptions": "<p> A list of load balancer description structures. </p>"
677
+ "DescribeAccessPointsOutput$LoadBalancerDescriptions": "<p>Information about the load balancers.</p>"
677
678
  }
678
679
  },
679
680
  "LoadBalancerNames": {
680
681
  "base": null,
681
682
  "refs": {
682
- "AddTagsInput$LoadBalancerNames": "<p>The name of the load balancer to tag. You can specify a maximum of one load balancer name.</p>",
683
- "DescribeAccessPointsInput$LoadBalancerNames": "<p> A list of load balancer names associated with the account. </p>",
683
+ "AddTagsInput$LoadBalancerNames": "<p>The name of the load balancer. You can specify one load balancer only.</p>",
684
+ "DescribeAccessPointsInput$LoadBalancerNames": "<p>The names of the load balancers.</p>",
684
685
  "RemoveTagsInput$LoadBalancerNames": "<p>The name of the load balancer. You can specify a maximum of one load balancer name.</p>"
685
686
  }
686
687
  },
687
688
  "LoadBalancerNamesMax20": {
688
689
  "base": null,
689
690
  "refs": {
690
- "DescribeTagsInput$LoadBalancerNames": "<p> The names of the load balancers. </p>"
691
+ "DescribeTagsInput$LoadBalancerNames": "<p>The names of the load balancers.</p>"
691
692
  }
692
693
  },
693
694
  "LoadBalancerScheme": {
694
695
  "base": null,
695
696
  "refs": {
696
- "CreateAccessPointInput$Scheme": "<p>The type of a load balancer. </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>.</p> <p>Specify the value <code>internal</code> for this option to create an internal load balancer with a DNS name that resolves to private IP addresses.</p> <note> <p>This option is only available for load balancers created within EC2-VPC.</p> </note>",
697
- "LoadBalancerDescription$Scheme": "<p>Specifies the type of load balancer.</p> <p>If the <code>Scheme</code> is <code>internet-facing</code>, the load balancer has a publicly resolvable DNS name that resolves to public IP addresses.</p> <p>If the <code>Scheme</code> is <code>internal</code>, the load balancer has a publicly resolvable DNS name that resolves to private IP addresses.</p> <p> This option is only available for load balancers attached to an Amazon VPC. </p>"
697
+ "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 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>",
698
+ "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>"
698
699
  }
699
700
  },
700
701
  "Marker": {
701
702
  "base": null,
702
703
  "refs": {
703
- "DescribeAccessPointsInput$Marker": "<p> An optional parameter used for pagination of results from this call. If specified, the response includes only records beyond the marker. </p>",
704
- "DescribeAccessPointsOutput$NextMarker": "<p> Specifies the value of next marker if the request returned more than one page of results. </p>"
704
+ "DescribeAccessPointsInput$Marker": "<p>The marker for the next set of results. (You received this marker from a previous call.)</p>",
705
+ "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>"
705
706
  }
706
707
  },
707
708
  "ModifyLoadBalancerAttributesInput": {
708
- "base": "<p>The input for the <a>ModifyLoadBalancerAttributes</a> action.</p>",
709
+ "base": null,
709
710
  "refs": {
710
711
  }
711
712
  },
712
713
  "ModifyLoadBalancerAttributesOutput": {
713
- "base": "<p>The output for the <a>ModifyLoadBalancerAttributes</a> action.</p>",
714
+ "base": null,
714
715
  "refs": {
715
716
  }
716
717
  },
717
718
  "PageSize": {
718
719
  "base": null,
719
720
  "refs": {
720
- "DescribeAccessPointsInput$PageSize": "<p> The number of results returned in each page. The default is 400. You cannot specify a page size greater than 400 or less than 1. </p>"
721
+ "DescribeAccessPointsInput$PageSize": "<p>The maximum number of results to return with this call (a number from 1 to 400). The default is 400.</p>"
721
722
  }
722
723
  },
723
724
  "Policies": {
724
- "base": "<p> The policies data type. </p>",
725
+ "base": "<p>The policies for a load balancer.</p>",
725
726
  "refs": {
726
- "LoadBalancerDescription$Policies": "<p> Provides a list of policies defined for the load balancer. </p>"
727
+ "LoadBalancerDescription$Policies": "<p>The policies defined for the load balancer.</p>"
727
728
  }
728
729
  },
729
730
  "PolicyAttribute": {
730
- "base": "<p> The <a>PolicyAttribute</a> data type. This data type contains a key/value pair that defines properties of a specific policy. </p>",
731
+ "base": "<p>Information about a policy attribute.</p>",
731
732
  "refs": {
732
733
  "PolicyAttributes$member": null
733
734
  }
734
735
  },
735
736
  "PolicyAttributeDescription": {
736
- "base": "<p> The <code>PolicyAttributeDescription</code> data type. This data type is used to describe the attributes and values associated with a policy. </p>",
737
+ "base": "<p>Information about a policy attribute.</p>",
737
738
  "refs": {
738
739
  "PolicyAttributeDescriptions$member": null
739
740
  }
@@ -741,11 +742,11 @@
741
742
  "PolicyAttributeDescriptions": {
742
743
  "base": null,
743
744
  "refs": {
744
- "PolicyDescription$PolicyAttributeDescriptions": "<p> A list of policy attribute description structures. </p>"
745
+ "PolicyDescription$PolicyAttributeDescriptions": "<p>The policy attributes.</p>"
745
746
  }
746
747
  },
747
748
  "PolicyAttributeTypeDescription": {
748
- "base": "<p> The <code>PolicyAttributeTypeDescription</code> data type. This data type is used to describe values that are acceptable for the policy attribute. </p>",
749
+ "base": "<p>Information about a policy attribute type.</p>",
749
750
  "refs": {
750
751
  "PolicyAttributeTypeDescriptions$member": null
751
752
  }
@@ -753,17 +754,17 @@
753
754
  "PolicyAttributeTypeDescriptions": {
754
755
  "base": null,
755
756
  "refs": {
756
- "PolicyTypeDescription$PolicyAttributeTypeDescriptions": "<p> The description of the policy attributes associated with the load balancer policies defined by the Elastic Load Balancing service. </p>"
757
+ "PolicyTypeDescription$PolicyAttributeTypeDescriptions": "<p>The description of the policy attributes associated with the policies defined by Elastic Load Balancing.</p>"
757
758
  }
758
759
  },
759
760
  "PolicyAttributes": {
760
761
  "base": null,
761
762
  "refs": {
762
- "CreateLoadBalancerPolicyInput$PolicyAttributes": "<p> A list of attributes associated with the policy being created. </p>"
763
+ "CreateLoadBalancerPolicyInput$PolicyAttributes": "<p>The attributes for the policy.</p>"
763
764
  }
764
765
  },
765
766
  "PolicyDescription": {
766
- "base": "<p> The <code>PolicyDescription</code> data type. </p>",
767
+ "base": "<p>Information about a policy.</p>",
767
768
  "refs": {
768
769
  "PolicyDescriptions$member": null
769
770
  }
@@ -771,40 +772,40 @@
771
772
  "PolicyDescriptions": {
772
773
  "base": null,
773
774
  "refs": {
774
- "DescribeLoadBalancerPoliciesOutput$PolicyDescriptions": "<p> A list of policy description structures. </p>"
775
+ "DescribeLoadBalancerPoliciesOutput$PolicyDescriptions": "<p>Information about the policies.</p>"
775
776
  }
776
777
  },
777
778
  "PolicyName": {
778
779
  "base": null,
779
780
  "refs": {
780
- "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>",
781
- "CreateAppCookieStickinessPolicyInput$PolicyName": "<p> The name of the policy being created. The name must be unique within the set of policies for this load balancer. </p>",
782
- "CreateLBCookieStickinessPolicyInput$PolicyName": "<p> The name of the policy being created. The name must be unique within the set of policies for this load balancer. </p>",
783
- "CreateLoadBalancerPolicyInput$PolicyName": "<p> The name of the load balancer policy being created. The name must be unique within the set of policies for this load balancer. </p>",
784
- "DeleteLoadBalancerPolicyInput$PolicyName": "<p> The mnemonic name for the policy being deleted. </p>",
785
- "LBCookieStickinessPolicy$PolicyName": "<p>The name for the policy being created. The name must be unique within the set of policies for this load balancer. </p>",
786
- "PolicyDescription$PolicyName": "<p> The name of the policy associated with the load balancer. </p>",
781
+ "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>",
782
+ "CreateAppCookieStickinessPolicyInput$PolicyName": "<p>The name of the policy being created. This name must be unique within the set of policies for this load balancer.</p>",
783
+ "CreateLBCookieStickinessPolicyInput$PolicyName": "<p>The name of the policy being created. This name must be unique within the set of policies for this load balancer.</p>",
784
+ "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>",
785
+ "DeleteLoadBalancerPolicyInput$PolicyName": "<p>The name of the policy.</p>",
786
+ "LBCookieStickinessPolicy$PolicyName": "<p>The name for the policy being created. The name must be unique within the set of policies for this load balancer.</p>",
787
+ "PolicyDescription$PolicyName": "<p>The name of the policy.</p>",
787
788
  "PolicyNames$member": null
788
789
  }
789
790
  },
790
791
  "PolicyNames": {
791
792
  "base": null,
792
793
  "refs": {
793
- "BackendServerDescription$PolicyNames": "<p> Provides a list of policy names enabled for the back-end server. </p>",
794
- "DescribeLoadBalancerPoliciesInput$PolicyNames": "<p> The names of load balancer policies you've created or Elastic Load Balancing sample policy names. </p>",
795
- "ListenerDescription$PolicyNames": "<p> A list of policies enabled for this listener. An empty list indicates that no policies are enabled. </p>",
796
- "Policies$OtherPolicies": "<p> A list of policy names other than the stickiness policies. </p>",
797
- "SetLoadBalancerPoliciesForBackendServerInput$PolicyNames": "<p> List of policy names to be set. If the list is empty, then all current polices are removed from the back-end server. </p>",
798
- "SetLoadBalancerPoliciesOfListenerInput$PolicyNames": "<p> List of policies to be associated with the listener. If the list is empty, the current policy is removed from the listener. </p>"
794
+ "BackendServerDescription$PolicyNames": "<p>The names of the policies enabled for the back-end server.</p>",
795
+ "DescribeLoadBalancerPoliciesInput$PolicyNames": "<p>The names of the policies.</p>",
796
+ "ListenerDescription$PolicyNames": "<p>The policies. If there are no policies enabled, the list is empty.</p>",
797
+ "Policies$OtherPolicies": "<p>The policies other than the stickiness policies.</p>",
798
+ "SetLoadBalancerPoliciesForBackendServerInput$PolicyNames": "<p>The names of the policies. If the list is empty, then all current polices are removed from the back-end server.</p>",
799
+ "SetLoadBalancerPoliciesOfListenerInput$PolicyNames": "<p>The names of the policies. If the list is empty, the current policy is removed from the listener.</p>"
799
800
  }
800
801
  },
801
802
  "PolicyNotFoundException": {
802
- "base": "<p> One or more specified policies were not found. </p>",
803
+ "base": "<p>One or more of the specified policies do not exist.</p>",
803
804
  "refs": {
804
805
  }
805
806
  },
806
807
  "PolicyTypeDescription": {
807
- "base": "<p> The <a>PolicyTypeDescription</a> data type. </p>",
808
+ "base": "<p>Information about a policy type.</p>",
808
809
  "refs": {
809
810
  "PolicyTypeDescriptions$member": null
810
811
  }
@@ -812,75 +813,75 @@
812
813
  "PolicyTypeDescriptions": {
813
814
  "base": null,
814
815
  "refs": {
815
- "DescribeLoadBalancerPolicyTypesOutput$PolicyTypeDescriptions": "<p> List of policy type description structures of the specified policy type. If no policy type names are specified, returns the description of all the policy types defined by Elastic Load Balancing service. </p>"
816
+ "DescribeLoadBalancerPolicyTypesOutput$PolicyTypeDescriptions": "<p>Information about the policy types.</p>"
816
817
  }
817
818
  },
818
819
  "PolicyTypeName": {
819
820
  "base": null,
820
821
  "refs": {
821
- "CreateLoadBalancerPolicyInput$PolicyTypeName": "<p> The name of the base policy type being used to create this policy. To get the list of policy types, use the <a>DescribeLoadBalancerPolicyTypes</a> action. </p>",
822
- "PolicyDescription$PolicyTypeName": "<p> The name of the policy type associated with the load balancer. </p>",
823
- "PolicyTypeDescription$PolicyTypeName": "<p> The name of the policy type. </p>",
822
+ "CreateLoadBalancerPolicyInput$PolicyTypeName": "<p>The name of the base policy type. To get the list of policy types, use <a>DescribeLoadBalancerPolicyTypes</a>.</p>",
823
+ "PolicyDescription$PolicyTypeName": "<p>The name of the policy type.</p>",
824
+ "PolicyTypeDescription$PolicyTypeName": "<p>The name of the policy type.</p>",
824
825
  "PolicyTypeNames$member": null
825
826
  }
826
827
  },
827
828
  "PolicyTypeNames": {
828
829
  "base": null,
829
830
  "refs": {
830
- "DescribeLoadBalancerPolicyTypesInput$PolicyTypeNames": "<p> Specifies the name of the policy types. If no names are specified, returns the description of all the policy types defined by Elastic Load Balancing service. </p>"
831
+ "DescribeLoadBalancerPolicyTypesInput$PolicyTypeNames": "<p>The names of the policy types. If no names are specified, describes all policy types defined by Elastic Load Balancing.</p>"
831
832
  }
832
833
  },
833
834
  "PolicyTypeNotFoundException": {
834
- "base": "<p> One or more of the specified policy types do not exist. </p>",
835
+ "base": "<p>One or more of the specified policy types do not exist.</p>",
835
836
  "refs": {
836
837
  }
837
838
  },
838
839
  "Ports": {
839
840
  "base": null,
840
841
  "refs": {
841
- "DeleteLoadBalancerListenerInput$LoadBalancerPorts": "<p> The client port number(s) of the load balancer listener(s) to be removed. </p>"
842
+ "DeleteLoadBalancerListenerInput$LoadBalancerPorts": "<p>The client port numbers of the listeners.</p>"
842
843
  }
843
844
  },
844
845
  "Protocol": {
845
846
  "base": null,
846
847
  "refs": {
847
- "Listener$Protocol": "<p> Specifies the load balancer transport protocol to use for routing - HTTP, HTTPS, TCP or SSL. This property cannot be modified for the life of the load balancer. </p>",
848
- "Listener$InstanceProtocol": "<p> Specifies the protocol to use for routing traffic to back-end instances - HTTP, HTTPS, TCP, or SSL. This property cannot be modified for the life of the load balancer. </p> <note> If the front-end protocol is HTTP or HTTPS, <code>InstanceProtocol</code> has to be at the same protocol layer, i.e., HTTP or HTTPS. Likewise, if the front-end protocol is TCP or SSL, InstanceProtocol has to be TCP or SSL. </note> <note> If there is another listener with the same <code>InstancePort</code> whose <code>InstanceProtocol</code> is secure, i.e., HTTPS or SSL, the listener's <code>InstanceProtocol</code> has to be secure, i.e., HTTPS or SSL. 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 either HTTP or TCP. </note>"
848
+ "Listener$Protocol": "<p>The load balancer transport protocol to use for routing: HTTP, HTTPS, TCP, or SSL.</p>",
849
+ "Listener$InstanceProtocol": "<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>"
849
850
  }
850
851
  },
851
852
  "ReasonCode": {
852
853
  "base": null,
853
854
  "refs": {
854
- "InstanceState$ReasonCode": "<p> Provides information about the cause of <i>OutOfService</i> instances. Specifically, it indicates whether the cause is Elastic Load Balancing or the instance behind the load balancer. </p> <p>Valid value: <code>ELB</code>|<code>Instance</code>|<code>N/A</code></p>"
855
+ "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>"
855
856
  }
856
857
  },
857
858
  "RegisterEndPointsInput": {
858
- "base": "<p> The input for the <a>RegisterInstancesWithLoadBalancer</a> action. </p>",
859
+ "base": null,
859
860
  "refs": {
860
861
  }
861
862
  },
862
863
  "RegisterEndPointsOutput": {
863
- "base": "<p> The output for the <a>RegisterInstancesWithLoadBalancer</a> action. </p>",
864
+ "base": null,
864
865
  "refs": {
865
866
  }
866
867
  },
867
868
  "RemoveAvailabilityZonesInput": {
868
- "base": "<p> The input for the <a>DisableAvailabilityZonesForLoadBalancer</a> action. </p>",
869
+ "base": null,
869
870
  "refs": {
870
871
  }
871
872
  },
872
873
  "RemoveAvailabilityZonesOutput": {
873
- "base": "<p> The output for the <a>DisableAvailabilityZonesForLoadBalancer</a> action. </p>",
874
+ "base": null,
874
875
  "refs": {
875
876
  }
876
877
  },
877
878
  "RemoveTagsInput": {
878
- "base": "<p> The input for the <a>RemoveTags</a> action. </p>",
879
+ "base": null,
879
880
  "refs": {
880
881
  }
881
882
  },
882
883
  "RemoveTagsOutput": {
883
- "base": "<p> The output for the <a>RemoveTags</a> action. </p>",
884
+ "base": null,
884
885
  "refs": {
885
886
  }
886
887
  },
@@ -893,8 +894,8 @@
893
894
  "SSLCertificateId": {
894
895
  "base": null,
895
896
  "refs": {
896
- "Listener$SSLCertificateId": "<p> The ARN string of the server certificate. To get the ARN of the server certificate, call the AWS Identity and Access Management <a href=\"http://docs.aws.amazon.com/IAM/latest/APIReference/index.html?API_UploadServerCertificate.html\">UploadServerCertificate </a> API. </p>",
897
- "SetLoadBalancerListenerSSLCertificateInput$SSLCertificateId": "<p> The Amazon Resource Number (ARN) of the SSL certificate chain to use. For more information on SSL certificates, see <a href=\"http://docs.aws.amazon.com/IAM/latest/UserGuide/ManagingServerCerts.html\"> Managing Server Certificates</a> in the <i>AWS Identity and Access Management User Guide</i>.</p>"
897
+ "Listener$SSLCertificateId": "<p>The Amazon Resource Name (ARN) of the server certificate.</p>",
898
+ "SetLoadBalancerListenerSSLCertificateInput$SSLCertificateId": "<p>The Amazon Resource Name (ARN) of the SSL certificate.</p>"
898
899
  }
899
900
  },
900
901
  "SecurityGroupId": {
@@ -906,71 +907,71 @@
906
907
  "SecurityGroupName": {
907
908
  "base": null,
908
909
  "refs": {
909
- "SourceSecurityGroup$GroupName": "<p> Name of the source security group. Use this value for the <code>--source-group</code> parameter of the <code>ec2-authorize</code> command in the Amazon EC2 command line tool. </p>"
910
+ "SourceSecurityGroup$GroupName": "<p>The name of the security group.</p>"
910
911
  }
911
912
  },
912
913
  "SecurityGroupOwnerAlias": {
913
914
  "base": null,
914
915
  "refs": {
915
- "SourceSecurityGroup$OwnerAlias": "<p> Owner of the source security group. Use this value for the <code>--source-group-user</code> parameter of the <code>ec2-authorize</code> command in the Amazon EC2 command line tool. </p>"
916
+ "SourceSecurityGroup$OwnerAlias": "<p>The owner of the security group.</p>"
916
917
  }
917
918
  },
918
919
  "SecurityGroups": {
919
920
  "base": null,
920
921
  "refs": {
921
- "ApplySecurityGroupsToLoadBalancerInput$SecurityGroups": "<p> A list of security group IDs to associate with your load balancer in VPC. The security group IDs must be provided as the ID and not the security group name (For example, sg-1234). </p>",
922
- "ApplySecurityGroupsToLoadBalancerOutput$SecurityGroups": "<p> A list of security group IDs associated with your load balancer. </p>",
923
- "CreateAccessPointInput$SecurityGroups": "<p> The security groups to assign to your load balancer within your VPC. </p>",
924
- "LoadBalancerDescription$SecurityGroups": "<p> The security groups the load balancer is a member of (VPC only). </p>"
922
+ "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>",
923
+ "ApplySecurityGroupsToLoadBalancerOutput$SecurityGroups": "<p>The IDs of the security groups associated with the load balancer.</p>",
924
+ "CreateAccessPointInput$SecurityGroups": "<p>The IDs of the security groups to assign to the load balancer.</p>",
925
+ "LoadBalancerDescription$SecurityGroups": "<p>The security groups for the load balancer. Valid only for load balancers in a VPC.</p>"
925
926
  }
926
927
  },
927
928
  "SetLoadBalancerListenerSSLCertificateInput": {
928
- "base": "<p> The input for the <a>SetLoadBalancerListenerSSLCertificate</a> action. </p>",
929
+ "base": null,
929
930
  "refs": {
930
931
  }
931
932
  },
932
933
  "SetLoadBalancerListenerSSLCertificateOutput": {
933
- "base": "<p> The output for the <a>SetLoadBalancerListenerSSLCertificate</a> action. </p>",
934
+ "base": null,
934
935
  "refs": {
935
936
  }
936
937
  },
937
938
  "SetLoadBalancerPoliciesForBackendServerInput": {
938
- "base": "<p>The input for the <a>SetLoadBalancerPoliciesForBackendServer</a> action.</p>",
939
+ "base": null,
939
940
  "refs": {
940
941
  }
941
942
  },
942
943
  "SetLoadBalancerPoliciesForBackendServerOutput": {
943
- "base": "<p> The output for the <a>SetLoadBalancerPoliciesForBackendServer</a> action. </p>",
944
+ "base": null,
944
945
  "refs": {
945
946
  }
946
947
  },
947
948
  "SetLoadBalancerPoliciesOfListenerInput": {
948
- "base": "<p> The input for the <a>SetLoadBalancerPoliciesOfListener</a> action. </p>",
949
+ "base": null,
949
950
  "refs": {
950
951
  }
951
952
  },
952
953
  "SetLoadBalancerPoliciesOfListenerOutput": {
953
- "base": "<p> The output for the <a>SetLoadBalancerPoliciesOfListener</a> action. </p>",
954
+ "base": null,
954
955
  "refs": {
955
956
  }
956
957
  },
957
958
  "SourceSecurityGroup": {
958
- "base": "<p> This data type is used as a response element in the <a>DescribeLoadBalancers</a> action. For information about Elastic Load Balancing security groups, go to <a href=\"http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/elb-security-features.html#using-elb-security-groups\">Using Security Groups With Elastic Load Balancing</a> in the <i>Elastic Load Balancing Developer Guide</i>. </p>",
959
+ "base": "<p>Information about a source security group.</p>",
959
960
  "refs": {
960
- "LoadBalancerDescription$SourceSecurityGroup": "<p> The security group that you can use as part of your inbound rules for your load balancer's back-end Amazon EC2 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>"
961
+ "LoadBalancerDescription$SourceSecurityGroup": "<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>"
961
962
  }
962
963
  },
963
964
  "State": {
964
965
  "base": null,
965
966
  "refs": {
966
- "InstanceState$State": "<p>Specifies the current state of the instance.</p> <p>Valid value: <code>InService</code>|<code>OutOfService</code>|<code>Unknown</code></p>"
967
+ "InstanceState$State": "<p>The current state of the instance.</p> <p>Valid values: <code>InService</code> | <code>OutOfService</code> | <code>Unknown</code></p>"
967
968
  }
968
969
  },
969
970
  "StringVal": {
970
971
  "base": null,
971
972
  "refs": {
972
- "AdditionalAttribute$Key": "<p>Reserved for future use.</p>",
973
- "AdditionalAttribute$Value": "<p>Reserved for future use.</p>"
973
+ "AdditionalAttribute$Key": "<p>This parameter is reserved.</p>",
974
+ "AdditionalAttribute$Value": "<p>This parameter is reserved.</p>"
974
975
  }
975
976
  },
976
977
  "SubnetId": {
@@ -980,29 +981,29 @@
980
981
  }
981
982
  },
982
983
  "SubnetNotFoundException": {
983
- "base": "<p> One or more subnets were not found. </p>",
984
+ "base": "<p>One or more of the specified subnets do not exist.</p>",
984
985
  "refs": {
985
986
  }
986
987
  },
987
988
  "Subnets": {
988
989
  "base": null,
989
990
  "refs": {
990
- "AttachLoadBalancerToSubnetsInput$Subnets": "<p> A list of subnet IDs to add for the load balancer. You can add only one subnet per Availability Zone. </p>",
991
- "AttachLoadBalancerToSubnetsOutput$Subnets": "<p> A list of subnet IDs attached to the load balancer. </p>",
992
- "CreateAccessPointInput$Subnets": "<p> A list of subnet IDs in your VPC to attach to your load balancer. Specify one subnet per Availability Zone. </p>",
993
- "DetachLoadBalancerFromSubnetsInput$Subnets": "<p> A list of subnet IDs to remove from the set of configured subnets for the load balancer. </p>",
994
- "DetachLoadBalancerFromSubnetsOutput$Subnets": "<p> A list of subnet IDs the load balancer is now attached to. </p>",
995
- "LoadBalancerDescription$Subnets": "<p> Provides a list of VPC subnet IDs for the load balancer. </p>"
991
+ "AttachLoadBalancerToSubnetsInput$Subnets": "<p>The IDs of the subnets to add for the load balancer. You can add only one subnet per Availability Zone.</p>",
992
+ "AttachLoadBalancerToSubnetsOutput$Subnets": "<p>The IDs of the subnets attached to the load balancer.</p>",
993
+ "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>",
994
+ "DetachLoadBalancerFromSubnetsInput$Subnets": "<p>The IDs of the subnets.</p>",
995
+ "DetachLoadBalancerFromSubnetsOutput$Subnets": "<p>The IDs of the remaining subnets for the load balancer.</p>",
996
+ "LoadBalancerDescription$Subnets": "<p>The IDs of the subnets for the load balancer.</p>"
996
997
  }
997
998
  },
998
999
  "Tag": {
999
- "base": "<p>Metadata assigned to a load balancer consisting of key-value pair.</p> <p>For more information, 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>",
1000
+ "base": "<p>Information about a tag.</p>",
1000
1001
  "refs": {
1001
1002
  "TagList$member": null
1002
1003
  }
1003
1004
  },
1004
1005
  "TagDescription": {
1005
- "base": "<p>The descriptions of all the tags associated with load balancer.</p>",
1006
+ "base": "<p>The tags associated with a load balancer.</p>",
1006
1007
  "refs": {
1007
1008
  "TagDescriptions$member": null
1008
1009
  }
@@ -1010,7 +1011,7 @@
1010
1011
  "TagDescriptions": {
1011
1012
  "base": null,
1012
1013
  "refs": {
1013
- "DescribeTagsOutput$TagDescriptions": "<p> A list of tag description structures. </p>"
1014
+ "DescribeTagsOutput$TagDescriptions": "<p>Information about the tags.</p>"
1014
1015
  }
1015
1016
  },
1016
1017
  "TagKey": {
@@ -1023,11 +1024,11 @@
1023
1024
  "TagKeyList": {
1024
1025
  "base": null,
1025
1026
  "refs": {
1026
- "RemoveTagsInput$Tags": "<p>A list of tag keys to remove.</p>"
1027
+ "RemoveTagsInput$Tags": "<p>The list of tag keys to remove.</p>"
1027
1028
  }
1028
1029
  },
1029
1030
  "TagKeyOnly": {
1030
- "base": "<p>The key of a tag to be removed.</p>",
1031
+ "base": "<p>The key of a tag.</p>",
1031
1032
  "refs": {
1032
1033
  "TagKeyList$member": null
1033
1034
  }
@@ -1035,9 +1036,9 @@
1035
1036
  "TagList": {
1036
1037
  "base": null,
1037
1038
  "refs": {
1038
- "AddTagsInput$Tags": "<p>A list of tags for each load balancer.</p>",
1039
- "CreateAccessPointInput$Tags": "<p>A list of tags to assign to the load balancer.</p> <p>For more information about setting tags for your load balancer, see <a href=\"http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/TerminologyandKeyConcepts.html#tagging-elb\">Tagging</a>.</p>",
1040
- "TagDescription$Tags": "<p>List of tags associated with the load balancer.</p>"
1039
+ "AddTagsInput$Tags": "<p>The tags.</p>",
1040
+ "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/DeveloperGuide/TerminologyandKeyConcepts.html#tagging-elb\">Tagging</a> in the <i>Elastic Load Balancing Developer Guide</i>.</p>",
1041
+ "TagDescription$Tags": "<p>The tags.</p>"
1041
1042
  }
1042
1043
  },
1043
1044
  "TagValue": {
@@ -1047,12 +1048,12 @@
1047
1048
  }
1048
1049
  },
1049
1050
  "TooManyAccessPointsException": {
1050
- "base": "<p> The quota for the number of load balancers has already been reached. </p>",
1051
+ "base": "<p>The quota for the number of load balancers has been reached.</p>",
1051
1052
  "refs": {
1052
1053
  }
1053
1054
  },
1054
1055
  "TooManyPoliciesException": {
1055
- "base": "<p> Quota for number of policies for this load balancer has already been reached. </p>",
1056
+ "base": "<p>The quota for the number of policies for this load balancer has been reached.</p>",
1056
1057
  "refs": {
1057
1058
  }
1058
1059
  },
@@ -1064,13 +1065,13 @@
1064
1065
  "UnhealthyThreshold": {
1065
1066
  "base": null,
1066
1067
  "refs": {
1067
- "HealthCheck$UnhealthyThreshold": "<p> Specifies the number of consecutive health probe failures required before moving the instance to the <i>Unhealthy</i> state. </p>"
1068
+ "HealthCheck$UnhealthyThreshold": "<p>The number of consecutive health check failures required before moving the instance to the <code>Unhealthy</code> state.</p>"
1068
1069
  }
1069
1070
  },
1070
1071
  "VPCId": {
1071
1072
  "base": null,
1072
1073
  "refs": {
1073
- "LoadBalancerDescription$VPCId": "<p> Provides the ID of the VPC attached to the load balancer. </p>"
1074
+ "LoadBalancerDescription$VPCId": "<p>The ID of the VPC for the load balancer.</p>"
1074
1075
  }
1075
1076
  }
1076
1077
  }