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.
- checksums.yaml +4 -4
- data/apis/cloudsearchdomain/2013-01-01/api-2.json +6 -0
- data/apis/cloudsearchdomain/2013-01-01/docs-2.json +8 -0
- data/apis/ec2/2014-10-01/waiters-2.json +0 -36
- data/apis/ec2/2015-03-01/api-2.json +10722 -0
- data/apis/ec2/2015-03-01/docs-2.json +4909 -0
- data/apis/ec2/2015-03-01/paginators-1.json +125 -0
- data/apis/ec2/2015-03-01/resources-1.json +2479 -0
- data/apis/ec2/2015-03-01/waiters-2.json +453 -0
- data/apis/elasticache/2015-02-02/{waiters-1.json → waiters-2.json} +0 -0
- data/apis/elasticloadbalancing/2012-06-01/api-2.json +1 -0
- data/apis/elasticloadbalancing/2012-06-01/docs-2.json +271 -270
- data/apis/email/2010-12-01/api-2.json +1 -0
- data/apis/email/2010-12-01/docs-2.json +14 -13
- data/apis/iam/2010-05-08/api-2.json +51 -0
- data/apis/iam/2010-05-08/docs-2.json +59 -32
- data/apis/opsworks/2013-02-18/{waiters-1.json → waiters-2.json} +0 -0
- data/lib/aws-sdk-core/ec2.rb +5 -5
- data/lib/aws-sdk-core/elasticache.rb +1 -1
- data/lib/aws-sdk-core/opsworks.rb +1 -1
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +10 -5
File without changes
|
@@ -1,40 +1,41 @@
|
|
1
1
|
{
|
2
|
+
"version": "2.0",
|
2
3
|
"operations": {
|
3
|
-
"AddTags": "<p>Adds
|
4
|
-
"ApplySecurityGroupsToLoadBalancer": "<p>
|
5
|
-
"AttachLoadBalancerToSubnets": "<p>
|
6
|
-
"ConfigureHealthCheck": "<p>
|
7
|
-
"CreateAppCookieStickinessPolicy": "<p>
|
8
|
-
"CreateLBCookieStickinessPolicy": "<p>
|
9
|
-
"CreateLoadBalancer": "<p>
|
10
|
-
"CreateLoadBalancerListeners": "<p>
|
11
|
-
"CreateLoadBalancerPolicy": "<p>
|
12
|
-
"DeleteLoadBalancer": "<p>
|
13
|
-
"DeleteLoadBalancerListeners": "<p>
|
14
|
-
"DeleteLoadBalancerPolicy": "<p>
|
15
|
-
"DeregisterInstancesFromLoadBalancer": "<p>
|
16
|
-
"DescribeInstanceHealth": "<p>
|
17
|
-
"DescribeLoadBalancerAttributes": "<p>
|
18
|
-
"DescribeLoadBalancerPolicies": "<p>
|
19
|
-
"DescribeLoadBalancerPolicyTypes": "<p>
|
20
|
-
"DescribeLoadBalancers": "<p>
|
21
|
-
"DescribeTags": "<p>Describes the tags associated with
|
22
|
-
"DetachLoadBalancerFromSubnets": "<p>
|
23
|
-
"DisableAvailabilityZonesForLoadBalancer": "<p>
|
24
|
-
"EnableAvailabilityZonesForLoadBalancer": "<p>
|
25
|
-
"ModifyLoadBalancerAttributes": "<p>Modifies the attributes of
|
26
|
-
"RegisterInstancesWithLoadBalancer": "<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>
|
29
|
-
"SetLoadBalancerPoliciesForBackendServer": "<p>
|
30
|
-
"SetLoadBalancerPoliciesOfListener": "<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
|
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>
|
36
|
+
"base": "<p>Information about the <code>AccessLog</code> attribute.</p>",
|
36
37
|
"refs": {
|
37
|
-
"LoadBalancerAttributes$AccessLog": "<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>
|
62
|
-
"ApplySecurityGroupsToLoadBalancerInput$LoadBalancerName": "<p>
|
63
|
-
"AttachLoadBalancerToSubnetsInput$LoadBalancerName": "<p>
|
64
|
-
"ConfigureHealthCheckInput$LoadBalancerName": "<p>
|
65
|
-
"CreateAccessPointInput$LoadBalancerName": "<p>
|
66
|
-
"CreateAppCookieStickinessPolicyInput$LoadBalancerName": "<p>
|
67
|
-
"CreateLBCookieStickinessPolicyInput$LoadBalancerName": "<p>
|
68
|
-
"CreateLoadBalancerListenerInput$LoadBalancerName": "<p>
|
69
|
-
"CreateLoadBalancerPolicyInput$LoadBalancerName": "<p>
|
70
|
-
"DeleteAccessPointInput$LoadBalancerName": "<p>
|
71
|
-
"DeleteLoadBalancerListenerInput$LoadBalancerName": "<p>
|
72
|
-
"DeleteLoadBalancerPolicyInput$LoadBalancerName": "<p>
|
73
|
-
"DeregisterEndPointsInput$LoadBalancerName": "<p>
|
74
|
-
"DescribeEndPointStateInput$LoadBalancerName": "<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>
|
77
|
-
"DetachLoadBalancerFromSubnetsInput$LoadBalancerName": "<p>
|
78
|
-
"LoadBalancerDescription$LoadBalancerName": "<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>
|
84
|
-
"RemoveAvailabilityZonesInput$LoadBalancerName": "<p>
|
85
|
-
"SetLoadBalancerListenerSSLCertificateInput$LoadBalancerName": "<p>
|
86
|
-
"SetLoadBalancerPoliciesForBackendServerInput$LoadBalancerName": "<p>
|
87
|
-
"SetLoadBalancerPoliciesOfListenerInput$LoadBalancerName": "<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>
|
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>
|
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>
|
102
|
-
"SetLoadBalancerPoliciesOfListenerInput$LoadBalancerPort": "<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":
|
107
|
+
"base": null,
|
107
108
|
"refs": {
|
108
109
|
}
|
109
110
|
},
|
110
111
|
"AddAvailabilityZonesOutput": {
|
111
|
-
"base":
|
112
|
+
"base": null,
|
112
113
|
"refs": {
|
113
114
|
}
|
114
115
|
},
|
115
116
|
"AddTagsInput": {
|
116
|
-
"base":
|
117
|
+
"base": null,
|
117
118
|
"refs": {
|
118
119
|
}
|
119
120
|
},
|
120
121
|
"AddTagsOutput": {
|
121
|
-
"base":
|
122
|
+
"base": null,
|
122
123
|
"refs": {
|
123
124
|
}
|
124
125
|
},
|
125
126
|
"AdditionalAttribute": {
|
126
|
-
"base": "<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
|
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>
|
141
|
+
"Policies$AppCookieStickinessPolicies": "<p>The stickiness policies created using <a>CreateAppCookieStickinessPolicy</a>.</p>"
|
141
142
|
}
|
142
143
|
},
|
143
144
|
"AppCookieStickinessPolicy": {
|
144
|
-
"base": "<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":
|
151
|
+
"base": null,
|
151
152
|
"refs": {
|
152
153
|
}
|
153
154
|
},
|
154
155
|
"ApplySecurityGroupsToLoadBalancerOutput": {
|
155
|
-
"base":
|
156
|
+
"base": null,
|
156
157
|
"refs": {
|
157
158
|
}
|
158
159
|
},
|
159
160
|
"AttachLoadBalancerToSubnetsInput": {
|
160
|
-
"base":
|
161
|
+
"base": null,
|
161
162
|
"refs": {
|
162
163
|
}
|
163
164
|
},
|
164
165
|
"AttachLoadBalancerToSubnetsOutput": {
|
165
|
-
"base":
|
166
|
+
"base": null,
|
166
167
|
"refs": {
|
167
168
|
}
|
168
169
|
},
|
169
170
|
"AttributeName": {
|
170
171
|
"base": null,
|
171
172
|
"refs": {
|
172
|
-
"PolicyAttribute$AttributeName": "<p>
|
173
|
-
"PolicyAttributeDescription$AttributeName": "<p>
|
174
|
-
"PolicyAttributeTypeDescription$AttributeName": "<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>
|
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>
|
187
|
-
"PolicyAttributeDescription$AttributeValue": "<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>
|
200
|
-
"AddAvailabilityZonesOutput$AvailabilityZones": "<p>
|
201
|
-
"CreateAccessPointInput$AvailabilityZones": "<p>
|
202
|
-
"LoadBalancerDescription$AvailabilityZones": "<p>
|
203
|
-
"RemoveAvailabilityZonesInput$AvailabilityZones": "<p>
|
204
|
-
"RemoveAvailabilityZonesOutput$AvailabilityZones": "<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>
|
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>
|
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>
|
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>
|
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":
|
232
|
+
"base": null,
|
232
233
|
"refs": {
|
233
234
|
}
|
234
235
|
},
|
235
236
|
"ConfigureHealthCheckOutput": {
|
236
|
-
"base":
|
237
|
+
"base": null,
|
237
238
|
"refs": {
|
238
239
|
}
|
239
240
|
},
|
240
241
|
"ConnectionDraining": {
|
241
|
-
"base": "<p>
|
242
|
+
"base": "<p>Information about the <code>ConnectionDraining</code> attribute.</p>",
|
242
243
|
"refs": {
|
243
|
-
"LoadBalancerAttributes$ConnectionDraining": "<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>
|
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>
|
260
|
+
"base": "<p>Information about the <code>ConnectionSettings</code> attribute.</p>",
|
260
261
|
"refs": {
|
261
|
-
"LoadBalancerAttributes$ConnectionSettings": "<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>
|
268
|
-
"LBCookieStickinessPolicy$CookieExpirationPeriod": "<p>The time period in seconds after which the cookie should be considered stale.
|
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
|
275
|
-
"CreateAppCookieStickinessPolicyInput$CookieName": "<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":
|
280
|
+
"base": null,
|
280
281
|
"refs": {
|
281
282
|
}
|
282
283
|
},
|
283
284
|
"CreateAccessPointOutput": {
|
284
|
-
"base":
|
285
|
+
"base": null,
|
285
286
|
"refs": {
|
286
287
|
}
|
287
288
|
},
|
288
289
|
"CreateAppCookieStickinessPolicyInput": {
|
289
|
-
"base":
|
290
|
+
"base": null,
|
290
291
|
"refs": {
|
291
292
|
}
|
292
293
|
},
|
293
294
|
"CreateAppCookieStickinessPolicyOutput": {
|
294
|
-
"base":
|
295
|
+
"base": null,
|
295
296
|
"refs": {
|
296
297
|
}
|
297
298
|
},
|
298
299
|
"CreateLBCookieStickinessPolicyInput": {
|
299
|
-
"base":
|
300
|
+
"base": null,
|
300
301
|
"refs": {
|
301
302
|
}
|
302
303
|
},
|
303
304
|
"CreateLBCookieStickinessPolicyOutput": {
|
304
|
-
"base":
|
305
|
+
"base": null,
|
305
306
|
"refs": {
|
306
307
|
}
|
307
308
|
},
|
308
309
|
"CreateLoadBalancerListenerInput": {
|
309
|
-
"base":
|
310
|
+
"base": null,
|
310
311
|
"refs": {
|
311
312
|
}
|
312
313
|
},
|
313
314
|
"CreateLoadBalancerListenerOutput": {
|
314
|
-
"base":
|
315
|
+
"base": null,
|
315
316
|
"refs": {
|
316
317
|
}
|
317
318
|
},
|
@@ -321,20 +322,20 @@
|
|
321
322
|
}
|
322
323
|
},
|
323
324
|
"CreateLoadBalancerPolicyOutput": {
|
324
|
-
"base":
|
325
|
+
"base": null,
|
325
326
|
"refs": {
|
326
327
|
}
|
327
328
|
},
|
328
329
|
"CreatedTime": {
|
329
330
|
"base": null,
|
330
331
|
"refs": {
|
331
|
-
"LoadBalancerDescription$CreatedTime": "<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>
|
336
|
+
"base": "<p>Information about the <code>CrossZoneLoadBalancing</code> attribute.</p>",
|
336
337
|
"refs": {
|
337
|
-
"LoadBalancerAttributes$CrossZoneLoadBalancing": "<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>
|
350
|
-
"LoadBalancerDescription$DNSName": "<p>
|
351
|
-
"LoadBalancerDescription$CanonicalHostedZoneName": "<p>
|
352
|
-
"LoadBalancerDescription$CanonicalHostedZoneNameID": "<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>
|
359
|
+
"PolicyAttributeTypeDescription$DefaultValue": "<p>The default value of the attribute, if applicable.</p>"
|
359
360
|
}
|
360
361
|
},
|
361
362
|
"DeleteAccessPointInput": {
|
362
|
-
"base":
|
363
|
+
"base": null,
|
363
364
|
"refs": {
|
364
365
|
}
|
365
366
|
},
|
366
367
|
"DeleteAccessPointOutput": {
|
367
|
-
"base":
|
368
|
+
"base": null,
|
368
369
|
"refs": {
|
369
370
|
}
|
370
371
|
},
|
371
372
|
"DeleteLoadBalancerListenerInput": {
|
372
|
-
"base":
|
373
|
+
"base": null,
|
373
374
|
"refs": {
|
374
375
|
}
|
375
376
|
},
|
376
377
|
"DeleteLoadBalancerListenerOutput": {
|
377
|
-
"base":
|
378
|
+
"base": null,
|
378
379
|
"refs": {
|
379
380
|
}
|
380
381
|
},
|
381
382
|
"DeleteLoadBalancerPolicyInput": {
|
382
|
-
"base": "
|
383
|
+
"base": "=",
|
383
384
|
"refs": {
|
384
385
|
}
|
385
386
|
},
|
386
387
|
"DeleteLoadBalancerPolicyOutput": {
|
387
|
-
"base":
|
388
|
+
"base": null,
|
388
389
|
"refs": {
|
389
390
|
}
|
390
391
|
},
|
391
392
|
"DeregisterEndPointsInput": {
|
392
|
-
"base":
|
393
|
+
"base": null,
|
393
394
|
"refs": {
|
394
395
|
}
|
395
396
|
},
|
396
397
|
"DeregisterEndPointsOutput": {
|
397
|
-
"base":
|
398
|
+
"base": null,
|
398
399
|
"refs": {
|
399
400
|
}
|
400
401
|
},
|
401
402
|
"DescribeAccessPointsInput": {
|
402
|
-
"base":
|
403
|
+
"base": null,
|
403
404
|
"refs": {
|
404
405
|
}
|
405
406
|
},
|
406
407
|
"DescribeAccessPointsOutput": {
|
407
|
-
"base":
|
408
|
+
"base": null,
|
408
409
|
"refs": {
|
409
410
|
}
|
410
411
|
},
|
411
412
|
"DescribeEndPointStateInput": {
|
412
|
-
"base":
|
413
|
+
"base": null,
|
413
414
|
"refs": {
|
414
415
|
}
|
415
416
|
},
|
416
417
|
"DescribeEndPointStateOutput": {
|
417
|
-
"base":
|
418
|
+
"base": null,
|
418
419
|
"refs": {
|
419
420
|
}
|
420
421
|
},
|
421
422
|
"DescribeLoadBalancerAttributesInput": {
|
422
|
-
"base":
|
423
|
+
"base": null,
|
423
424
|
"refs": {
|
424
425
|
}
|
425
426
|
},
|
426
427
|
"DescribeLoadBalancerAttributesOutput": {
|
427
|
-
"base":
|
428
|
+
"base": null,
|
428
429
|
"refs": {
|
429
430
|
}
|
430
431
|
},
|
@@ -434,7 +435,7 @@
|
|
434
435
|
}
|
435
436
|
},
|
436
437
|
"DescribeLoadBalancerPoliciesOutput": {
|
437
|
-
"base":
|
438
|
+
"base": null,
|
438
439
|
"refs": {
|
439
440
|
}
|
440
441
|
},
|
@@ -444,104 +445,104 @@
|
|
444
445
|
}
|
445
446
|
},
|
446
447
|
"DescribeLoadBalancerPolicyTypesOutput": {
|
447
|
-
"base":
|
448
|
+
"base": null,
|
448
449
|
"refs": {
|
449
450
|
}
|
450
451
|
},
|
451
452
|
"DescribeTagsInput": {
|
452
|
-
"base":
|
453
|
+
"base": null,
|
453
454
|
"refs": {
|
454
455
|
}
|
455
456
|
},
|
456
457
|
"DescribeTagsOutput": {
|
457
|
-
"base":
|
458
|
+
"base": null,
|
458
459
|
"refs": {
|
459
460
|
}
|
460
461
|
},
|
461
462
|
"Description": {
|
462
463
|
"base": null,
|
463
464
|
"refs": {
|
464
|
-
"InstanceState$Description": "<p>
|
465
|
-
"PolicyAttributeTypeDescription$Description": "<p>
|
466
|
-
"PolicyTypeDescription$Description": "<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":
|
471
|
+
"base": null,
|
471
472
|
"refs": {
|
472
473
|
}
|
473
474
|
},
|
474
475
|
"DetachLoadBalancerFromSubnetsOutput": {
|
475
|
-
"base":
|
476
|
+
"base": null,
|
476
477
|
"refs": {
|
477
478
|
}
|
478
479
|
},
|
479
480
|
"DuplicateAccessPointNameException": {
|
480
|
-
"base": "<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>
|
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>
|
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>
|
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>
|
503
|
+
"SetLoadBalancerPoliciesForBackendServerInput$InstancePort": "<p>The port number associated with the back-end server.</p>"
|
503
504
|
}
|
504
505
|
},
|
505
506
|
"HealthCheck": {
|
506
|
-
"base": "<p>
|
507
|
+
"base": "<p>Information about a health check.</p>",
|
507
508
|
"refs": {
|
508
|
-
"ConfigureHealthCheckInput$HealthCheck": "<p>
|
509
|
-
"ConfigureHealthCheckOutput$HealthCheck": "<p>
|
510
|
-
"LoadBalancerDescription$HealthCheck": "<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>
|
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>
|
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>
|
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>
|
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>
|
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>
|
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>
|
553
|
-
"InstanceState$InstanceId": "<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>
|
560
|
-
"Listener$InstancePort": "<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>
|
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>
|
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>
|
579
|
-
"DeregisterEndPointsOutput$Instances": "<p>
|
580
|
-
"DescribeEndPointStateInput$Instances": "<p>
|
581
|
-
"LoadBalancerDescription$Instances": "<p>
|
582
|
-
"RegisterEndPointsInput$Instances": "<p>
|
583
|
-
"RegisterEndPointsOutput$Instances": "<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>
|
588
|
+
"base": "<p>The requested configuration change is not valid.</p>",
|
588
589
|
"refs": {
|
589
590
|
}
|
590
591
|
},
|
591
592
|
"InvalidEndPointException": {
|
592
|
-
"base": "<p>
|
593
|
+
"base": "<p>The specified endpoint is not valid.</p>",
|
593
594
|
"refs": {
|
594
595
|
}
|
595
596
|
},
|
596
597
|
"InvalidSchemeException": {
|
597
|
-
"base": "<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>
|
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>
|
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>
|
615
|
+
"Policies$LBCookieStickinessPolicies": "<p>The stickiness policies created using <a>CreateLBCookieStickinessPolicy</a>.</p>"
|
615
616
|
}
|
616
617
|
},
|
617
618
|
"LBCookieStickinessPolicy": {
|
618
|
-
"base": "<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>
|
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>
|
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>
|
640
|
+
"LoadBalancerDescription$ListenerDescriptions": "<p>The listeners for the load balancer.</p>"
|
640
641
|
}
|
641
642
|
},
|
642
643
|
"ListenerNotFoundException": {
|
643
|
-
"base": "<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>
|
651
|
-
"CreateLoadBalancerListenerInput$Listeners": "<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
|
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
|
661
|
+
"base": "<p>The attributes for a load balancer.</p>",
|
661
662
|
"refs": {
|
662
|
-
"DescribeLoadBalancerAttributesOutput$LoadBalancerAttributes": "<p>
|
663
|
-
"ModifyLoadBalancerAttributesInput$LoadBalancerAttributes": "<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>
|
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>
|
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
|
683
|
-
"DescribeAccessPointsInput$LoadBalancerNames": "<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>
|
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.
|
697
|
-
"LoadBalancerDescription$Scheme": "<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>
|
704
|
-
"DescribeAccessPointsOutput$NextMarker": "<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":
|
709
|
+
"base": null,
|
709
710
|
"refs": {
|
710
711
|
}
|
711
712
|
},
|
712
713
|
"ModifyLoadBalancerAttributesOutput": {
|
713
|
-
"base":
|
714
|
+
"base": null,
|
714
715
|
"refs": {
|
715
716
|
}
|
716
717
|
},
|
717
718
|
"PageSize": {
|
718
719
|
"base": null,
|
719
720
|
"refs": {
|
720
|
-
"DescribeAccessPointsInput$PageSize": "<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>
|
725
|
+
"base": "<p>The policies for a load balancer.</p>",
|
725
726
|
"refs": {
|
726
|
-
"LoadBalancerDescription$Policies": "<p>
|
727
|
+
"LoadBalancerDescription$Policies": "<p>The policies defined for the load balancer.</p>"
|
727
728
|
}
|
728
729
|
},
|
729
730
|
"PolicyAttribute": {
|
730
|
-
"base": "<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>
|
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>
|
745
|
+
"PolicyDescription$PolicyAttributeDescriptions": "<p>The policy attributes.</p>"
|
745
746
|
}
|
746
747
|
},
|
747
748
|
"PolicyAttributeTypeDescription": {
|
748
|
-
"base": "<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>
|
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>
|
763
|
+
"CreateLoadBalancerPolicyInput$PolicyAttributes": "<p>The attributes for the policy.</p>"
|
763
764
|
}
|
764
765
|
},
|
765
766
|
"PolicyDescription": {
|
766
|
-
"base": "<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>
|
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
|
781
|
-
"CreateAppCookieStickinessPolicyInput$PolicyName": "<p>
|
782
|
-
"CreateLBCookieStickinessPolicyInput$PolicyName": "<p>
|
783
|
-
"CreateLoadBalancerPolicyInput$PolicyName": "<p>
|
784
|
-
"DeleteLoadBalancerPolicyInput$PolicyName": "<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
|
786
|
-
"PolicyDescription$PolicyName": "<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>
|
794
|
-
"DescribeLoadBalancerPoliciesInput$PolicyNames": "<p>
|
795
|
-
"ListenerDescription$PolicyNames": "<p>
|
796
|
-
"Policies$OtherPolicies": "<p>
|
797
|
-
"SetLoadBalancerPoliciesForBackendServerInput$PolicyNames": "<p>
|
798
|
-
"SetLoadBalancerPoliciesOfListenerInput$PolicyNames": "<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>
|
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>
|
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>
|
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>
|
822
|
-
"PolicyDescription$PolicyTypeName": "<p>
|
823
|
-
"PolicyTypeDescription$PolicyTypeName": "<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>
|
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>
|
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>
|
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>
|
848
|
-
"Listener$InstanceProtocol": "<p>
|
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>
|
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":
|
859
|
+
"base": null,
|
859
860
|
"refs": {
|
860
861
|
}
|
861
862
|
},
|
862
863
|
"RegisterEndPointsOutput": {
|
863
|
-
"base":
|
864
|
+
"base": null,
|
864
865
|
"refs": {
|
865
866
|
}
|
866
867
|
},
|
867
868
|
"RemoveAvailabilityZonesInput": {
|
868
|
-
"base":
|
869
|
+
"base": null,
|
869
870
|
"refs": {
|
870
871
|
}
|
871
872
|
},
|
872
873
|
"RemoveAvailabilityZonesOutput": {
|
873
|
-
"base":
|
874
|
+
"base": null,
|
874
875
|
"refs": {
|
875
876
|
}
|
876
877
|
},
|
877
878
|
"RemoveTagsInput": {
|
878
|
-
"base":
|
879
|
+
"base": null,
|
879
880
|
"refs": {
|
880
881
|
}
|
881
882
|
},
|
882
883
|
"RemoveTagsOutput": {
|
883
|
-
"base":
|
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>
|
897
|
-
"SetLoadBalancerListenerSSLCertificateInput$SSLCertificateId": "<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>
|
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>
|
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>
|
922
|
-
"ApplySecurityGroupsToLoadBalancerOutput$SecurityGroups": "<p>
|
923
|
-
"CreateAccessPointInput$SecurityGroups": "<p>
|
924
|
-
"LoadBalancerDescription$SecurityGroups": "<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":
|
929
|
+
"base": null,
|
929
930
|
"refs": {
|
930
931
|
}
|
931
932
|
},
|
932
933
|
"SetLoadBalancerListenerSSLCertificateOutput": {
|
933
|
-
"base":
|
934
|
+
"base": null,
|
934
935
|
"refs": {
|
935
936
|
}
|
936
937
|
},
|
937
938
|
"SetLoadBalancerPoliciesForBackendServerInput": {
|
938
|
-
"base":
|
939
|
+
"base": null,
|
939
940
|
"refs": {
|
940
941
|
}
|
941
942
|
},
|
942
943
|
"SetLoadBalancerPoliciesForBackendServerOutput": {
|
943
|
-
"base":
|
944
|
+
"base": null,
|
944
945
|
"refs": {
|
945
946
|
}
|
946
947
|
},
|
947
948
|
"SetLoadBalancerPoliciesOfListenerInput": {
|
948
|
-
"base":
|
949
|
+
"base": null,
|
949
950
|
"refs": {
|
950
951
|
}
|
951
952
|
},
|
952
953
|
"SetLoadBalancerPoliciesOfListenerOutput": {
|
953
|
-
"base":
|
954
|
+
"base": null,
|
954
955
|
"refs": {
|
955
956
|
}
|
956
957
|
},
|
957
958
|
"SourceSecurityGroup": {
|
958
|
-
"base": "<p>
|
959
|
+
"base": "<p>Information about a source security group.</p>",
|
959
960
|
"refs": {
|
960
|
-
"LoadBalancerDescription$SourceSecurityGroup": "<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>
|
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>
|
973
|
-
"AdditionalAttribute$Value": "<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>
|
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>
|
991
|
-
"AttachLoadBalancerToSubnetsOutput$Subnets": "<p>
|
992
|
-
"CreateAccessPointInput$Subnets": "<p>
|
993
|
-
"DetachLoadBalancerFromSubnetsInput$Subnets": "<p>
|
994
|
-
"DetachLoadBalancerFromSubnetsOutput$Subnets": "<p>
|
995
|
-
"LoadBalancerDescription$Subnets": "<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>
|
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
|
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>
|
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>
|
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
|
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>
|
1039
|
-
"CreateAccessPointInput$Tags": "<p>A list of tags to assign to the load balancer.</p> <p>For more information about
|
1040
|
-
"TagDescription$Tags": "<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>
|
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>
|
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>
|
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>
|
1074
|
+
"LoadBalancerDescription$VPCId": "<p>The ID of the VPC for the load balancer.</p>"
|
1074
1075
|
}
|
1075
1076
|
}
|
1076
1077
|
}
|