All Downloads are FREE. Search and download functionalities are using the official Maven repository.

models.elasticloadbalancing-2015-12-01-model.json Maven / Gradle / Ivy

Go to download

The AWS Java SDK for Elastic Load Balancing module holds the client classes that are used for communicating with Elastic Load Balancing Service (API Version 2015-12-01)

There is a newer version: 1.12.780
Show newest version
{
  "metadata" : {
    "apiVersion" : "2015-12-01",
    "endpointPrefix" : "elasticloadbalancing",
    "jsonVersion" : null,
    "protocol" : "query",
    "resultWrapped" : false,
    "serviceAbbreviation" : "Elastic Load Balancing v2",
    "serviceFullName" : "Elastic Load Balancing",
    "signatureVersion" : "v4",
    "signingName" : "elasticloadbalancing",
    "targetPrefix" : null,
    "xmlNamespace" : "http://elasticloadbalancing.amazonaws.com/doc/2015-12-01/"
  },
  "operations" : {
    "AddTags" : {
      "authtype" : null,
      "deprecated" : false,
      "documentation" : "

Adds the specified tags to the specified resource. You can tag your Application Load Balancers and your target groups.

Each tag consists of a key and an optional value. If a resource already has a tag with the same key, AddTags updates its value.

To list the current tags for your resources, use DescribeTags. To remove tags from your resources, use RemoveTags.

", "errors" : [ { "documentation" : null, "exception" : false, "fault" : false, "shape" : "DuplicateTagKeysException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "TooManyTagsException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "LoadBalancerNotFoundException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "TargetGroupNotFoundException" } ], "http" : { "method" : "POST", "requestUri" : "/", "responseCode" : null }, "input" : { "documentation" : null, "locationName" : null, "shape" : "AddTagsInput", "xmlNamespace" : null }, "name" : "AddTags", "output" : { "documentation" : null, "locationName" : null, "resultWrapper" : "AddTagsResult", "shape" : "AddTagsOutput" } }, "CreateListener" : { "authtype" : null, "deprecated" : false, "documentation" : "

Creates a listener for the specified Application Load Balancer.

You can create up to 10 listeners per load balancer.

To update a listener, use ModifyListener. When you are finished with a listener, you can delete it using DeleteListener. If you are finished with both the listener and the load balancer, you can delete them both using DeleteLoadBalancer.

For more information, see Listeners for Your Application Load Balancers in the Application Load Balancers Guide.

", "errors" : [ { "documentation" : null, "exception" : false, "fault" : false, "shape" : "DuplicateListenerException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "TooManyListenersException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "TooManyCertificatesException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "LoadBalancerNotFoundException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "TargetGroupNotFoundException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "TargetGroupAssociationLimitException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "InvalidConfigurationRequestException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "IncompatibleProtocolsException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "SSLPolicyNotFoundException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "CertificateNotFoundException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "UnsupportedProtocolException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "TooManyRegistrationsForTargetIdException" } ], "http" : { "method" : "POST", "requestUri" : "/", "responseCode" : null }, "input" : { "documentation" : null, "locationName" : null, "shape" : "CreateListenerInput", "xmlNamespace" : null }, "name" : "CreateListener", "output" : { "documentation" : null, "locationName" : null, "resultWrapper" : "CreateListenerResult", "shape" : "CreateListenerOutput" } }, "CreateLoadBalancer" : { "authtype" : null, "deprecated" : false, "documentation" : "

Creates an Application Load Balancer.

To create listeners for your load balancer, use CreateListener. You can add security groups, subnets, and tags when you create your load balancer, or you can add them later using SetSecurityGroups, SetSubnets, and AddTags.

To describe your current load balancers, see DescribeLoadBalancers. When you are finished with a load balancer, you can delete it using DeleteLoadBalancer.

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 Limits for Your Application Load Balancer in the Application Load Balancers Guide.

For more information, see Application Load Balancers in the Application Load Balancers Guide.

", "errors" : [ { "documentation" : null, "exception" : false, "fault" : false, "shape" : "DuplicateLoadBalancerNameException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "TooManyLoadBalancersException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "InvalidConfigurationRequestException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "SubnetNotFoundException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "InvalidSubnetException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "InvalidSecurityGroupException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "InvalidSchemeException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "TooManyTagsException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "DuplicateTagKeysException" } ], "http" : { "method" : "POST", "requestUri" : "/", "responseCode" : null }, "input" : { "documentation" : null, "locationName" : null, "shape" : "CreateLoadBalancerInput", "xmlNamespace" : null }, "name" : "CreateLoadBalancer", "output" : { "documentation" : null, "locationName" : null, "resultWrapper" : "CreateLoadBalancerResult", "shape" : "CreateLoadBalancerOutput" } }, "CreateRule" : { "authtype" : null, "deprecated" : false, "documentation" : "

Creates a rule for the specified listener.

Each rule can have one action and one condition. Rules are evaluated in priority order, from the lowest value to the highest value. When the condition for a rule is met, the specified action is taken. If no conditions are met, the default action for the default rule is taken. For more information, see Listener Rules in the Application Load Balancers Guide.

To view your current rules, use DescribeRules. To update a rule, use ModifyRule. To set the priorities of your rules, use SetRulePriorities. To delete a rule, use DeleteRule.

", "errors" : [ { "documentation" : null, "exception" : false, "fault" : false, "shape" : "PriorityInUseException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "TooManyTargetGroupsException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "TooManyRulesException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "TargetGroupAssociationLimitException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "ListenerNotFoundException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "TargetGroupNotFoundException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "InvalidConfigurationRequestException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "TooManyRegistrationsForTargetIdException" } ], "http" : { "method" : "POST", "requestUri" : "/", "responseCode" : null }, "input" : { "documentation" : null, "locationName" : null, "shape" : "CreateRuleInput", "xmlNamespace" : null }, "name" : "CreateRule", "output" : { "documentation" : null, "locationName" : null, "resultWrapper" : "CreateRuleResult", "shape" : "CreateRuleOutput" } }, "CreateTargetGroup" : { "authtype" : null, "deprecated" : false, "documentation" : "

Creates a target group.

To register targets with the target group, use RegisterTargets. To update the health check settings for the target group, use ModifyTargetGroup. To monitor the health of targets in the target group, use DescribeTargetHealth.

To route traffic to the targets in a target group, specify the target group in an action using CreateListener or CreateRule.

To delete a target group, use DeleteTargetGroup.

For more information, see Target Groups for Your Application Load Balancers in the Application Load Balancers Guide.

", "errors" : [ { "documentation" : null, "exception" : false, "fault" : false, "shape" : "DuplicateTargetGroupNameException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "TooManyTargetGroupsException" } ], "http" : { "method" : "POST", "requestUri" : "/", "responseCode" : null }, "input" : { "documentation" : null, "locationName" : null, "shape" : "CreateTargetGroupInput", "xmlNamespace" : null }, "name" : "CreateTargetGroup", "output" : { "documentation" : null, "locationName" : null, "resultWrapper" : "CreateTargetGroupResult", "shape" : "CreateTargetGroupOutput" } }, "DeleteListener" : { "authtype" : null, "deprecated" : false, "documentation" : "

Deletes the specified listener.

Alternatively, your listener is deleted when you delete the load balancer it is attached to using DeleteLoadBalancer.

", "errors" : [ { "documentation" : null, "exception" : false, "fault" : false, "shape" : "ListenerNotFoundException" } ], "http" : { "method" : "POST", "requestUri" : "/", "responseCode" : null }, "input" : { "documentation" : null, "locationName" : null, "shape" : "DeleteListenerInput", "xmlNamespace" : null }, "name" : "DeleteListener", "output" : { "documentation" : null, "locationName" : null, "resultWrapper" : "DeleteListenerResult", "shape" : "DeleteListenerOutput" } }, "DeleteLoadBalancer" : { "authtype" : null, "deprecated" : false, "documentation" : "

Deletes the specified Application Load Balancer and its attached listeners.

You can't delete a load balancer if deletion protection is enabled. If the load balancer does not exist or has already been deleted, the call succeeds.

Deleting a load balancer does not affect its registered targets. For example, your EC2 instances continue to run and are still registered to their target groups. If you no longer need these EC2 instances, you can stop or terminate them.

", "errors" : [ { "documentation" : null, "exception" : false, "fault" : false, "shape" : "LoadBalancerNotFoundException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "OperationNotPermittedException" } ], "http" : { "method" : "POST", "requestUri" : "/", "responseCode" : null }, "input" : { "documentation" : null, "locationName" : null, "shape" : "DeleteLoadBalancerInput", "xmlNamespace" : null }, "name" : "DeleteLoadBalancer", "output" : { "documentation" : null, "locationName" : null, "resultWrapper" : "DeleteLoadBalancerResult", "shape" : "DeleteLoadBalancerOutput" } }, "DeleteRule" : { "authtype" : null, "deprecated" : false, "documentation" : "

Deletes the specified rule.

", "errors" : [ { "documentation" : null, "exception" : false, "fault" : false, "shape" : "RuleNotFoundException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "OperationNotPermittedException" } ], "http" : { "method" : "POST", "requestUri" : "/", "responseCode" : null }, "input" : { "documentation" : null, "locationName" : null, "shape" : "DeleteRuleInput", "xmlNamespace" : null }, "name" : "DeleteRule", "output" : { "documentation" : null, "locationName" : null, "resultWrapper" : "DeleteRuleResult", "shape" : "DeleteRuleOutput" } }, "DeleteTargetGroup" : { "authtype" : null, "deprecated" : false, "documentation" : "

Deletes the specified target group.

You can delete a target group if it is not referenced by any actions. Deleting a target group also deletes any associated health checks.

", "errors" : [ { "documentation" : null, "exception" : false, "fault" : false, "shape" : "ResourceInUseException" } ], "http" : { "method" : "POST", "requestUri" : "/", "responseCode" : null }, "input" : { "documentation" : null, "locationName" : null, "shape" : "DeleteTargetGroupInput", "xmlNamespace" : null }, "name" : "DeleteTargetGroup", "output" : { "documentation" : null, "locationName" : null, "resultWrapper" : "DeleteTargetGroupResult", "shape" : "DeleteTargetGroupOutput" } }, "DeregisterTargets" : { "authtype" : null, "deprecated" : false, "documentation" : "

Deregisters the specified targets from the specified target group. After the targets are deregistered, they no longer receive traffic from the load balancer.

", "errors" : [ { "documentation" : null, "exception" : false, "fault" : false, "shape" : "TargetGroupNotFoundException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "InvalidTargetException" } ], "http" : { "method" : "POST", "requestUri" : "/", "responseCode" : null }, "input" : { "documentation" : null, "locationName" : null, "shape" : "DeregisterTargetsInput", "xmlNamespace" : null }, "name" : "DeregisterTargets", "output" : { "documentation" : null, "locationName" : null, "resultWrapper" : "DeregisterTargetsResult", "shape" : "DeregisterTargetsOutput" } }, "DescribeListeners" : { "authtype" : null, "deprecated" : false, "documentation" : "

Describes the specified listeners or the listeners for the specified Application Load Balancer. You must specify either a load balancer or one or more listeners.

", "errors" : [ { "documentation" : null, "exception" : false, "fault" : false, "shape" : "ListenerNotFoundException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "LoadBalancerNotFoundException" } ], "http" : { "method" : "POST", "requestUri" : "/", "responseCode" : null }, "input" : { "documentation" : null, "locationName" : null, "shape" : "DescribeListenersInput", "xmlNamespace" : null }, "name" : "DescribeListeners", "output" : { "documentation" : null, "locationName" : null, "resultWrapper" : "DescribeListenersResult", "shape" : "DescribeListenersOutput" } }, "DescribeLoadBalancerAttributes" : { "authtype" : null, "deprecated" : false, "documentation" : "

Describes the attributes for the specified Application Load Balancer.

", "errors" : [ { "documentation" : null, "exception" : false, "fault" : false, "shape" : "LoadBalancerNotFoundException" } ], "http" : { "method" : "POST", "requestUri" : "/", "responseCode" : null }, "input" : { "documentation" : null, "locationName" : null, "shape" : "DescribeLoadBalancerAttributesInput", "xmlNamespace" : null }, "name" : "DescribeLoadBalancerAttributes", "output" : { "documentation" : null, "locationName" : null, "resultWrapper" : "DescribeLoadBalancerAttributesResult", "shape" : "DescribeLoadBalancerAttributesOutput" } }, "DescribeLoadBalancers" : { "authtype" : null, "deprecated" : false, "documentation" : "

Describes the specified Application Load Balancers or all of your Application Load Balancers.

To describe the listeners for a load balancer, use DescribeListeners. To describe the attributes for a load balancer, use DescribeLoadBalancerAttributes.

", "errors" : [ { "documentation" : null, "exception" : false, "fault" : false, "shape" : "LoadBalancerNotFoundException" } ], "http" : { "method" : "POST", "requestUri" : "/", "responseCode" : null }, "input" : { "documentation" : null, "locationName" : null, "shape" : "DescribeLoadBalancersInput", "xmlNamespace" : null }, "name" : "DescribeLoadBalancers", "output" : { "documentation" : null, "locationName" : null, "resultWrapper" : "DescribeLoadBalancersResult", "shape" : "DescribeLoadBalancersOutput" } }, "DescribeRules" : { "authtype" : null, "deprecated" : false, "documentation" : "

Describes the specified rules or the rules for the specified listener. You must specify either a listener or one or more rules.

", "errors" : [ { "documentation" : null, "exception" : false, "fault" : false, "shape" : "ListenerNotFoundException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "RuleNotFoundException" } ], "http" : { "method" : "POST", "requestUri" : "/", "responseCode" : null }, "input" : { "documentation" : null, "locationName" : null, "shape" : "DescribeRulesInput", "xmlNamespace" : null }, "name" : "DescribeRules", "output" : { "documentation" : null, "locationName" : null, "resultWrapper" : "DescribeRulesResult", "shape" : "DescribeRulesOutput" } }, "DescribeSSLPolicies" : { "authtype" : null, "deprecated" : false, "documentation" : "

Describes the specified policies or all policies used for SSL negotiation.

Note that the only supported policy at this time is ELBSecurityPolicy-2015-05.

", "errors" : [ { "documentation" : null, "exception" : false, "fault" : false, "shape" : "SSLPolicyNotFoundException" } ], "http" : { "method" : "POST", "requestUri" : "/", "responseCode" : null }, "input" : { "documentation" : null, "locationName" : null, "shape" : "DescribeSSLPoliciesInput", "xmlNamespace" : null }, "name" : "DescribeSSLPolicies", "output" : { "documentation" : null, "locationName" : null, "resultWrapper" : "DescribeSSLPoliciesResult", "shape" : "DescribeSSLPoliciesOutput" } }, "DescribeTags" : { "authtype" : null, "deprecated" : false, "documentation" : "

Describes the tags for the specified resources.

", "errors" : [ { "documentation" : null, "exception" : false, "fault" : false, "shape" : "LoadBalancerNotFoundException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "TargetGroupNotFoundException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "ListenerNotFoundException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "RuleNotFoundException" } ], "http" : { "method" : "POST", "requestUri" : "/", "responseCode" : null }, "input" : { "documentation" : null, "locationName" : null, "shape" : "DescribeTagsInput", "xmlNamespace" : null }, "name" : "DescribeTags", "output" : { "documentation" : null, "locationName" : null, "resultWrapper" : "DescribeTagsResult", "shape" : "DescribeTagsOutput" } }, "DescribeTargetGroupAttributes" : { "authtype" : null, "deprecated" : false, "documentation" : "

Describes the attributes for the specified target group.

", "errors" : [ { "documentation" : null, "exception" : false, "fault" : false, "shape" : "TargetGroupNotFoundException" } ], "http" : { "method" : "POST", "requestUri" : "/", "responseCode" : null }, "input" : { "documentation" : null, "locationName" : null, "shape" : "DescribeTargetGroupAttributesInput", "xmlNamespace" : null }, "name" : "DescribeTargetGroupAttributes", "output" : { "documentation" : null, "locationName" : null, "resultWrapper" : "DescribeTargetGroupAttributesResult", "shape" : "DescribeTargetGroupAttributesOutput" } }, "DescribeTargetGroups" : { "authtype" : null, "deprecated" : false, "documentation" : "

Describes the specified target groups or all of your target groups. By default, all target groups are described. Alternatively, you can specify one of the following to filter the results: the ARN of the load balancer, the names of one or more target groups, or the ARNs of one or more target groups.

To describe the targets for a target group, use DescribeTargetHealth. To describe the attributes of a target group, use DescribeTargetGroupAttributes.

", "errors" : [ { "documentation" : null, "exception" : false, "fault" : false, "shape" : "LoadBalancerNotFoundException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "TargetGroupNotFoundException" } ], "http" : { "method" : "POST", "requestUri" : "/", "responseCode" : null }, "input" : { "documentation" : null, "locationName" : null, "shape" : "DescribeTargetGroupsInput", "xmlNamespace" : null }, "name" : "DescribeTargetGroups", "output" : { "documentation" : null, "locationName" : null, "resultWrapper" : "DescribeTargetGroupsResult", "shape" : "DescribeTargetGroupsOutput" } }, "DescribeTargetHealth" : { "authtype" : null, "deprecated" : false, "documentation" : "

Describes the health of the specified targets or all of your targets.

", "errors" : [ { "documentation" : null, "exception" : false, "fault" : false, "shape" : "InvalidTargetException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "TargetGroupNotFoundException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "HealthUnavailableException" } ], "http" : { "method" : "POST", "requestUri" : "/", "responseCode" : null }, "input" : { "documentation" : null, "locationName" : null, "shape" : "DescribeTargetHealthInput", "xmlNamespace" : null }, "name" : "DescribeTargetHealth", "output" : { "documentation" : null, "locationName" : null, "resultWrapper" : "DescribeTargetHealthResult", "shape" : "DescribeTargetHealthOutput" } }, "ModifyListener" : { "authtype" : null, "deprecated" : false, "documentation" : "

Modifies the specified properties of the specified listener.

Any properties that you do not specify retain their current values. However, changing the protocol from HTTPS to HTTP removes the security policy and SSL certificate properties. If you change the protocol from HTTP to HTTPS, you must add the security policy.

", "errors" : [ { "documentation" : null, "exception" : false, "fault" : false, "shape" : "DuplicateListenerException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "TooManyListenersException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "TooManyCertificatesException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "ListenerNotFoundException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "TargetGroupNotFoundException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "TargetGroupAssociationLimitException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "IncompatibleProtocolsException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "SSLPolicyNotFoundException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "CertificateNotFoundException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "InvalidConfigurationRequestException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "UnsupportedProtocolException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "TooManyRegistrationsForTargetIdException" } ], "http" : { "method" : "POST", "requestUri" : "/", "responseCode" : null }, "input" : { "documentation" : null, "locationName" : null, "shape" : "ModifyListenerInput", "xmlNamespace" : null }, "name" : "ModifyListener", "output" : { "documentation" : null, "locationName" : null, "resultWrapper" : "ModifyListenerResult", "shape" : "ModifyListenerOutput" } }, "ModifyLoadBalancerAttributes" : { "authtype" : null, "deprecated" : false, "documentation" : "

Modifies the specified attributes of the specified Application Load Balancer.

If any of the specified attributes can't be modified as requested, the call fails. Any existing attributes that you do not modify retain their current values.

", "errors" : [ { "documentation" : null, "exception" : false, "fault" : false, "shape" : "LoadBalancerNotFoundException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "InvalidConfigurationRequestException" } ], "http" : { "method" : "POST", "requestUri" : "/", "responseCode" : null }, "input" : { "documentation" : null, "locationName" : null, "shape" : "ModifyLoadBalancerAttributesInput", "xmlNamespace" : null }, "name" : "ModifyLoadBalancerAttributes", "output" : { "documentation" : null, "locationName" : null, "resultWrapper" : "ModifyLoadBalancerAttributesResult", "shape" : "ModifyLoadBalancerAttributesOutput" } }, "ModifyRule" : { "authtype" : null, "deprecated" : false, "documentation" : "

Modifies the specified rule.

Any existing properties that you do not modify retain their current values.

To modify the default action, use ModifyListener.

", "errors" : [ { "documentation" : null, "exception" : false, "fault" : false, "shape" : "TargetGroupAssociationLimitException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "RuleNotFoundException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "OperationNotPermittedException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "TooManyRegistrationsForTargetIdException" } ], "http" : { "method" : "POST", "requestUri" : "/", "responseCode" : null }, "input" : { "documentation" : null, "locationName" : null, "shape" : "ModifyRuleInput", "xmlNamespace" : null }, "name" : "ModifyRule", "output" : { "documentation" : null, "locationName" : null, "resultWrapper" : "ModifyRuleResult", "shape" : "ModifyRuleOutput" } }, "ModifyTargetGroup" : { "authtype" : null, "deprecated" : false, "documentation" : "

Modifies the health checks used when evaluating the health state of the targets in the specified target group.

To monitor the health of the targets, use DescribeTargetHealth.

", "errors" : [ { "documentation" : null, "exception" : false, "fault" : false, "shape" : "TargetGroupNotFoundException" } ], "http" : { "method" : "POST", "requestUri" : "/", "responseCode" : null }, "input" : { "documentation" : null, "locationName" : null, "shape" : "ModifyTargetGroupInput", "xmlNamespace" : null }, "name" : "ModifyTargetGroup", "output" : { "documentation" : null, "locationName" : null, "resultWrapper" : "ModifyTargetGroupResult", "shape" : "ModifyTargetGroupOutput" } }, "ModifyTargetGroupAttributes" : { "authtype" : null, "deprecated" : false, "documentation" : "

Modifies the specified attributes of the specified target group.

", "errors" : [ { "documentation" : null, "exception" : false, "fault" : false, "shape" : "TargetGroupNotFoundException" } ], "http" : { "method" : "POST", "requestUri" : "/", "responseCode" : null }, "input" : { "documentation" : null, "locationName" : null, "shape" : "ModifyTargetGroupAttributesInput", "xmlNamespace" : null }, "name" : "ModifyTargetGroupAttributes", "output" : { "documentation" : null, "locationName" : null, "resultWrapper" : "ModifyTargetGroupAttributesResult", "shape" : "ModifyTargetGroupAttributesOutput" } }, "RegisterTargets" : { "authtype" : null, "deprecated" : false, "documentation" : "

Registers the specified targets with the specified target group.

By default, the load balancer routes requests to registered targets using the protocol and port number for the target group. Alternatively, you can override the port for a target when you register it.

The target must be in the virtual private cloud (VPC) that you specified for the target group. If the target is an EC2 instance, it can't be in the stopped or running state when you register it.

To remove a target from a target group, use DeregisterTargets.

", "errors" : [ { "documentation" : null, "exception" : false, "fault" : false, "shape" : "TargetGroupNotFoundException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "TooManyTargetsException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "InvalidTargetException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "TooManyRegistrationsForTargetIdException" } ], "http" : { "method" : "POST", "requestUri" : "/", "responseCode" : null }, "input" : { "documentation" : null, "locationName" : null, "shape" : "RegisterTargetsInput", "xmlNamespace" : null }, "name" : "RegisterTargets", "output" : { "documentation" : null, "locationName" : null, "resultWrapper" : "RegisterTargetsResult", "shape" : "RegisterTargetsOutput" } }, "RemoveTags" : { "authtype" : null, "deprecated" : false, "documentation" : "

Removes the specified tags from the specified resource.

To list the current tags for your resources, use DescribeTags.

", "errors" : [ { "documentation" : null, "exception" : false, "fault" : false, "shape" : "LoadBalancerNotFoundException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "TargetGroupNotFoundException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "ListenerNotFoundException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "RuleNotFoundException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "TooManyTagsException" } ], "http" : { "method" : "POST", "requestUri" : "/", "responseCode" : null }, "input" : { "documentation" : null, "locationName" : null, "shape" : "RemoveTagsInput", "xmlNamespace" : null }, "name" : "RemoveTags", "output" : { "documentation" : null, "locationName" : null, "resultWrapper" : "RemoveTagsResult", "shape" : "RemoveTagsOutput" } }, "SetRulePriorities" : { "authtype" : null, "deprecated" : false, "documentation" : "

Sets the priorities of the specified rules.

You can reorder the rules as long as there are no priority conflicts in the new order. Any existing rules that you do not specify retain their current priority.

", "errors" : [ { "documentation" : null, "exception" : false, "fault" : false, "shape" : "RuleNotFoundException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "PriorityInUseException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "OperationNotPermittedException" } ], "http" : { "method" : "POST", "requestUri" : "/", "responseCode" : null }, "input" : { "documentation" : null, "locationName" : null, "shape" : "SetRulePrioritiesInput", "xmlNamespace" : null }, "name" : "SetRulePriorities", "output" : { "documentation" : null, "locationName" : null, "resultWrapper" : "SetRulePrioritiesResult", "shape" : "SetRulePrioritiesOutput" } }, "SetSecurityGroups" : { "authtype" : null, "deprecated" : false, "documentation" : "

Associates the specified security groups with the specified load balancer. The specified security groups override the previously associated security groups.

", "errors" : [ { "documentation" : null, "exception" : false, "fault" : false, "shape" : "LoadBalancerNotFoundException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "InvalidConfigurationRequestException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "InvalidSecurityGroupException" } ], "http" : { "method" : "POST", "requestUri" : "/", "responseCode" : null }, "input" : { "documentation" : null, "locationName" : null, "shape" : "SetSecurityGroupsInput", "xmlNamespace" : null }, "name" : "SetSecurityGroups", "output" : { "documentation" : null, "locationName" : null, "resultWrapper" : "SetSecurityGroupsResult", "shape" : "SetSecurityGroupsOutput" } }, "SetSubnets" : { "authtype" : null, "deprecated" : false, "documentation" : "

Enables the Availability Zone for the specified subnets for the specified load balancer. The specified subnets replace the previously enabled subnets.

", "errors" : [ { "documentation" : null, "exception" : false, "fault" : false, "shape" : "LoadBalancerNotFoundException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "InvalidConfigurationRequestException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "SubnetNotFoundException" }, { "documentation" : null, "exception" : false, "fault" : false, "shape" : "InvalidSubnetException" } ], "http" : { "method" : "POST", "requestUri" : "/", "responseCode" : null }, "input" : { "documentation" : null, "locationName" : null, "shape" : "SetSubnetsInput", "xmlNamespace" : null }, "name" : "SetSubnets", "output" : { "documentation" : null, "locationName" : null, "resultWrapper" : "SetSubnetsResult", "shape" : "SetSubnetsOutput" } } }, "shapes" : { "Action" : { "deprecated" : false, "documentation" : "

Information about an action.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "TargetGroupArn" : { "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the target group.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "TargetGroupArn", "streaming" : false, "xmlNamespace" : null }, "Type" : { "deprecated" : false, "documentation" : "

The type of action.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "ActionTypeEnum", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : [ "Type", "TargetGroupArn" ], "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "ActionTypeEnum" : { "deprecated" : false, "documentation" : null, "enum" : [ "forward" ], "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "string", "value" : null, "wrapper" : false }, "Actions" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : { "deprecated" : false, "documentation" : null, "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "Action", "streaming" : false, "xmlNamespace" : null }, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "list", "value" : null, "wrapper" : false }, "AddTagsInput" : { "deprecated" : false, "documentation" : "

Contains the parameters for AddTags.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "ResourceArns" : { "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the resource.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "ResourceArns", "streaming" : false, "xmlNamespace" : null }, "Tags" : { "deprecated" : false, "documentation" : "

The tags. Each resource can have a maximum of 10 tags.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "TagList", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : [ "ResourceArns", "Tags" ], "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "AddTagsOutput" : { "deprecated" : false, "documentation" : "

Contains the output of AddTags.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "AvailabilityZone" : { "deprecated" : false, "documentation" : "

Information about an Availability Zone.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "SubnetId" : { "deprecated" : false, "documentation" : "

The ID of the subnet.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "SubnetId", "streaming" : false, "xmlNamespace" : null }, "ZoneName" : { "deprecated" : false, "documentation" : "

The name of the Availability Zone.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "ZoneName", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "AvailabilityZones" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : { "deprecated" : false, "documentation" : null, "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "AvailabilityZone", "streaming" : false, "xmlNamespace" : null }, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "list", "value" : null, "wrapper" : false }, "CanonicalHostedZoneId" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "string", "value" : null, "wrapper" : false }, "Certificate" : { "deprecated" : false, "documentation" : "

Information about an SSL server certificate deployed on a load balancer.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "CertificateArn" : { "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the certificate.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "CertificateArn", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "CertificateArn" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "string", "value" : null, "wrapper" : false }, "CertificateList" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : { "deprecated" : false, "documentation" : null, "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "Certificate", "streaming" : false, "xmlNamespace" : null }, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "list", "value" : null, "wrapper" : false }, "CertificateNotFoundException" : { "deprecated" : false, "documentation" : "

The specified certificate does not exist.

", "enum" : null, "error" : { "code" : "CertificateNotFound" }, "exception" : true, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "Cipher" : { "deprecated" : false, "documentation" : "

Information about a cipher used in a policy.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "Name" : { "deprecated" : false, "documentation" : "

The name of the cipher.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "CipherName", "streaming" : false, "xmlNamespace" : null }, "Priority" : { "deprecated" : false, "documentation" : "

The priority of the cipher.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "CipherPriority", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "CipherName" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "string", "value" : null, "wrapper" : false }, "CipherPriority" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "integer", "value" : null, "wrapper" : false }, "Ciphers" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : { "deprecated" : false, "documentation" : null, "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "Cipher", "streaming" : false, "xmlNamespace" : null }, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "list", "value" : null, "wrapper" : false }, "ConditionFieldName" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 64, "member" : null, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "string", "value" : null, "wrapper" : false }, "CreateListenerInput" : { "deprecated" : false, "documentation" : "

Contains the parameters for CreateListener.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "Certificates" : { "deprecated" : false, "documentation" : "

The SSL server certificate. You must provide exactly one certificate if the protocol is HTTPS.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "CertificateList", "streaming" : false, "xmlNamespace" : null }, "DefaultActions" : { "deprecated" : false, "documentation" : "

The default action for the listener.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "Actions", "streaming" : false, "xmlNamespace" : null }, "LoadBalancerArn" : { "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the load balancer.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "LoadBalancerArn", "streaming" : false, "xmlNamespace" : null }, "Port" : { "deprecated" : false, "documentation" : "

The port on which the load balancer is listening.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "Port", "streaming" : false, "xmlNamespace" : null }, "Protocol" : { "deprecated" : false, "documentation" : "

The protocol for connections from clients to the load balancer.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "ProtocolEnum", "streaming" : false, "xmlNamespace" : null }, "SslPolicy" : { "deprecated" : false, "documentation" : "

The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "SslPolicyName", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : [ "LoadBalancerArn", "Protocol", "Port", "DefaultActions" ], "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "CreateListenerOutput" : { "deprecated" : false, "documentation" : "

Contains the output of CreateListener.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "Listeners" : { "deprecated" : false, "documentation" : "

Information about the listener.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "Listeners", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "CreateLoadBalancerInput" : { "deprecated" : false, "documentation" : "

Contains the parameters for CreateLoadBalancer.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "Name" : { "deprecated" : false, "documentation" : "

The name of the load balancer.

This name must be unique within your AWS account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "LoadBalancerName", "streaming" : false, "xmlNamespace" : null }, "Scheme" : { "deprecated" : false, "documentation" : "

The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the Internet.

The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.

The default is an Internet-facing load balancer.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "LoadBalancerSchemeEnum", "streaming" : false, "xmlNamespace" : null }, "SecurityGroups" : { "deprecated" : false, "documentation" : "

The IDs of the security groups to assign to the load balancer.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "SecurityGroups", "streaming" : false, "xmlNamespace" : null }, "Subnets" : { "deprecated" : false, "documentation" : "

The IDs of the subnets to attach to the load balancer. You can specify only one subnet per Availability Zone. You must specify subnets from at least two Availability Zones.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "Subnets", "streaming" : false, "xmlNamespace" : null }, "Tags" : { "deprecated" : false, "documentation" : "

One or more tags to assign to the load balancer.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "TagList", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : [ "Name", "Subnets" ], "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "CreateLoadBalancerOutput" : { "deprecated" : false, "documentation" : "

Contains the output of CreateLoadBalancer.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "LoadBalancers" : { "deprecated" : false, "documentation" : "

Information about the load balancer.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "LoadBalancers", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "CreateRuleInput" : { "deprecated" : false, "documentation" : "

Contains the parameters for CreateRule.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "Actions" : { "deprecated" : false, "documentation" : "

An action. Each action has the type forward and specifies a target group.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "Actions", "streaming" : false, "xmlNamespace" : null }, "Conditions" : { "deprecated" : false, "documentation" : "

A condition. Each condition has the field path-pattern and specifies one path pattern. A path pattern is case sensitive, can be up to 255 characters in length, and can contain any of the following characters:

  • A-Z, a-z, 0-9

  • _ - . $ / ~ \" ' @ : +

  • & (using &)

  • * (matches 0 or more characters)

  • ? (matches exactly 1 character)

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "RuleConditionList", "streaming" : false, "xmlNamespace" : null }, "ListenerArn" : { "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the listener.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "ListenerArn", "streaming" : false, "xmlNamespace" : null }, "Priority" : { "deprecated" : false, "documentation" : "

The priority for the rule. A listener can't have multiple rules with the same priority.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "RulePriority", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : [ "ListenerArn", "Conditions", "Priority", "Actions" ], "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "CreateRuleOutput" : { "deprecated" : false, "documentation" : "

Contains the output of CreateRule.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "Rules" : { "deprecated" : false, "documentation" : "

Information about the rule.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "Rules", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "CreateTargetGroupInput" : { "deprecated" : false, "documentation" : "

Contains the parameters for CreateTargetGroup.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "HealthCheckIntervalSeconds" : { "deprecated" : false, "documentation" : "

The approximate amount of time, in seconds, between health checks of an individual target. The default is 30 seconds.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "HealthCheckIntervalSeconds", "streaming" : false, "xmlNamespace" : null }, "HealthCheckPath" : { "deprecated" : false, "documentation" : "

The ping path that is the destination on the targets for health checks. The default is /.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "Path", "streaming" : false, "xmlNamespace" : null }, "HealthCheckPort" : { "deprecated" : false, "documentation" : "

The port the load balancer uses when performing health checks on targets. The default is traffic-port, which indicates the port on which each target receives traffic from the load balancer.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "HealthCheckPort", "streaming" : false, "xmlNamespace" : null }, "HealthCheckProtocol" : { "deprecated" : false, "documentation" : "

The protocol the load balancer uses when performing health checks on targets. The default is the HTTP protocol.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "ProtocolEnum", "streaming" : false, "xmlNamespace" : null }, "HealthCheckTimeoutSeconds" : { "deprecated" : false, "documentation" : "

The amount of time, in seconds, during which no response from a target means a failed health check. The default is 5 seconds.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "HealthCheckTimeoutSeconds", "streaming" : false, "xmlNamespace" : null }, "HealthyThresholdCount" : { "deprecated" : false, "documentation" : "

The number of consecutive health checks successes required before considering an unhealthy target healthy. The default is 5.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "HealthCheckThresholdCount", "streaming" : false, "xmlNamespace" : null }, "Matcher" : { "deprecated" : false, "documentation" : "

The HTTP codes to use when checking for a successful response from a target. The default is 200.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "Matcher", "streaming" : false, "xmlNamespace" : null }, "Name" : { "deprecated" : false, "documentation" : "

The name of the target group.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "TargetGroupName", "streaming" : false, "xmlNamespace" : null }, "Port" : { "deprecated" : false, "documentation" : "

The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "Port", "streaming" : false, "xmlNamespace" : null }, "Protocol" : { "deprecated" : false, "documentation" : "

The protocol to use for routing traffic to the targets.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "ProtocolEnum", "streaming" : false, "xmlNamespace" : null }, "UnhealthyThresholdCount" : { "deprecated" : false, "documentation" : "

The number of consecutive health check failures required before considering a target unhealthy. The default is 2.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "HealthCheckThresholdCount", "streaming" : false, "xmlNamespace" : null }, "VpcId" : { "deprecated" : false, "documentation" : "

The identifier of the virtual private cloud (VPC).

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "VpcId", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : [ "Name", "Protocol", "Port", "VpcId" ], "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "CreateTargetGroupOutput" : { "deprecated" : false, "documentation" : "

Contains the output of CreateTargetGroup.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "TargetGroups" : { "deprecated" : false, "documentation" : "

Information about the target group.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "TargetGroups", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "CreatedTime" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "timestamp", "value" : null, "wrapper" : false }, "DNSName" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "string", "value" : null, "wrapper" : false }, "DeleteListenerInput" : { "deprecated" : false, "documentation" : "

Contains the parameters for DeleteListener.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "ListenerArn" : { "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the listener.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "ListenerArn", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : [ "ListenerArn" ], "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "DeleteListenerOutput" : { "deprecated" : false, "documentation" : "

Contains the output of DeleteListener.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "DeleteLoadBalancerInput" : { "deprecated" : false, "documentation" : "

Contains the parameters for DeleteLoadBalancer.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "LoadBalancerArn" : { "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the load balancer.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "LoadBalancerArn", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : [ "LoadBalancerArn" ], "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "DeleteLoadBalancerOutput" : { "deprecated" : false, "documentation" : "

Contains the output of DeleteLoadBalancer.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "DeleteRuleInput" : { "deprecated" : false, "documentation" : "

Contains the parameters for DeleteRule.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "RuleArn" : { "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the rule.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "RuleArn", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : [ "RuleArn" ], "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "DeleteRuleOutput" : { "deprecated" : false, "documentation" : "

Contains the output of DeleteRule.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "DeleteTargetGroupInput" : { "deprecated" : false, "documentation" : "

Contains the parameters for DeleteTargetGroup.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "TargetGroupArn" : { "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the target group.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "TargetGroupArn", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : [ "TargetGroupArn" ], "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "DeleteTargetGroupOutput" : { "deprecated" : false, "documentation" : "

Contains the output of DeleteTargetGroup.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "DeregisterTargetsInput" : { "deprecated" : false, "documentation" : "

Contains the parameters for DeregisterTargets.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "TargetGroupArn" : { "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the target group.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "TargetGroupArn", "streaming" : false, "xmlNamespace" : null }, "Targets" : { "deprecated" : false, "documentation" : "

The targets. If you specified a port override when you registered a target, you must specify both the target ID and the port when you deregister it.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "TargetDescriptions", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : [ "TargetGroupArn", "Targets" ], "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "DeregisterTargetsOutput" : { "deprecated" : false, "documentation" : "

Contains the output of DeregisterTargets.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "DescribeListenersInput" : { "deprecated" : false, "documentation" : "

Contains the parameters for DescribeListeners.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "ListenerArns" : { "deprecated" : false, "documentation" : "

The Amazon Resource Names (ARN) of the listeners.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "ListenerArns", "streaming" : false, "xmlNamespace" : null }, "LoadBalancerArn" : { "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the load balancer.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "LoadBalancerArn", "streaming" : false, "xmlNamespace" : null }, "Marker" : { "deprecated" : false, "documentation" : "

The marker for the next set of results. (You received this marker from a previous call.)

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "Marker", "streaming" : false, "xmlNamespace" : null }, "PageSize" : { "deprecated" : false, "documentation" : "

The maximum number of results to return with this call.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "PageSize", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "DescribeListenersOutput" : { "deprecated" : false, "documentation" : "

Contains the output of DescribeListeners.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "Listeners" : { "deprecated" : false, "documentation" : "

Information about the listeners.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "Listeners", "streaming" : false, "xmlNamespace" : null }, "NextMarker" : { "deprecated" : false, "documentation" : "

The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "Marker", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "DescribeLoadBalancerAttributesInput" : { "deprecated" : false, "documentation" : "

Contains the parameters for DescribeLoadBalancerAttributes.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "LoadBalancerArn" : { "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the load balancer.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "LoadBalancerArn", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : [ "LoadBalancerArn" ], "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "DescribeLoadBalancerAttributesOutput" : { "deprecated" : false, "documentation" : "

Contains the output of DescribeLoadBalancerAttributes.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "Attributes" : { "deprecated" : false, "documentation" : "

Information about the load balancer attributes.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "LoadBalancerAttributes", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "DescribeLoadBalancersInput" : { "deprecated" : false, "documentation" : "

Contains the parameters for DescribeLoadBalancers.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "LoadBalancerArns" : { "deprecated" : false, "documentation" : "

The Amazon Resource Names (ARN) of the load balancers.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "LoadBalancerArns", "streaming" : false, "xmlNamespace" : null }, "Marker" : { "deprecated" : false, "documentation" : "

The marker for the next set of results. (You received this marker from a previous call.)

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "Marker", "streaming" : false, "xmlNamespace" : null }, "Names" : { "deprecated" : false, "documentation" : "

The names of the load balancers.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "LoadBalancerNames", "streaming" : false, "xmlNamespace" : null }, "PageSize" : { "deprecated" : false, "documentation" : "

The maximum number of results to return with this call.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "PageSize", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "DescribeLoadBalancersOutput" : { "deprecated" : false, "documentation" : "

Contains the output of DescribeLoadBalancers.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "LoadBalancers" : { "deprecated" : false, "documentation" : "

Information about the load balancers.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "LoadBalancers", "streaming" : false, "xmlNamespace" : null }, "NextMarker" : { "deprecated" : false, "documentation" : "

The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "Marker", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "DescribeRulesInput" : { "deprecated" : false, "documentation" : "

Contains the parameters for DescribeRules.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "ListenerArn" : { "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the listener.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "ListenerArn", "streaming" : false, "xmlNamespace" : null }, "RuleArns" : { "deprecated" : false, "documentation" : "

The Amazon Resource Names (ARN) of the rules.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "RuleArns", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "DescribeRulesOutput" : { "deprecated" : false, "documentation" : "

Contains the output of DescribeRules.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "Rules" : { "deprecated" : false, "documentation" : "

Information about the rules.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "Rules", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "DescribeSSLPoliciesInput" : { "deprecated" : false, "documentation" : "

Contains the parameters for DescribeSSLPolicies.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "Marker" : { "deprecated" : false, "documentation" : "

The marker for the next set of results. (You received this marker from a previous call.)

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "Marker", "streaming" : false, "xmlNamespace" : null }, "Names" : { "deprecated" : false, "documentation" : "

The names of the policies.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "SslPolicyNames", "streaming" : false, "xmlNamespace" : null }, "PageSize" : { "deprecated" : false, "documentation" : "

The maximum number of results to return with this call.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "PageSize", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "DescribeSSLPoliciesOutput" : { "deprecated" : false, "documentation" : "

Contains the output of DescribeSSLPolicies.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "NextMarker" : { "deprecated" : false, "documentation" : "

The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "Marker", "streaming" : false, "xmlNamespace" : null }, "SslPolicies" : { "deprecated" : false, "documentation" : "

Information about the policies.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "SslPolicies", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "DescribeTagsInput" : { "deprecated" : false, "documentation" : "

Contains the parameters for DescribeTags.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "ResourceArns" : { "deprecated" : false, "documentation" : "

The Amazon Resource Names (ARN) of the resources.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "ResourceArns", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : [ "ResourceArns" ], "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "DescribeTagsOutput" : { "deprecated" : false, "documentation" : "

Contains the output of DescribeTags.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "TagDescriptions" : { "deprecated" : false, "documentation" : "

Information about the tags.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "TagDescriptions", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "DescribeTargetGroupAttributesInput" : { "deprecated" : false, "documentation" : "

Contains the parameters for DescribeTargetGroupAttributes.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "TargetGroupArn" : { "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the target group.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "TargetGroupArn", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : [ "TargetGroupArn" ], "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "DescribeTargetGroupAttributesOutput" : { "deprecated" : false, "documentation" : "

Contains the output of DescribeTargetGroupAttributes.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "Attributes" : { "deprecated" : false, "documentation" : "

Information about the target group attributes

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "TargetGroupAttributes", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "DescribeTargetGroupsInput" : { "deprecated" : false, "documentation" : "

Contains the parameters for DescribeTargetGroups.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "LoadBalancerArn" : { "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the load balancer.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "LoadBalancerArn", "streaming" : false, "xmlNamespace" : null }, "Marker" : { "deprecated" : false, "documentation" : "

The marker for the next set of results. (You received this marker from a previous call.)

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "Marker", "streaming" : false, "xmlNamespace" : null }, "Names" : { "deprecated" : false, "documentation" : "

The names of the target groups.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "TargetGroupNames", "streaming" : false, "xmlNamespace" : null }, "PageSize" : { "deprecated" : false, "documentation" : "

The maximum number of results to return with this call.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "PageSize", "streaming" : false, "xmlNamespace" : null }, "TargetGroupArns" : { "deprecated" : false, "documentation" : "

The Amazon Resource Names (ARN) of the target groups.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "TargetGroupArns", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "DescribeTargetGroupsOutput" : { "deprecated" : false, "documentation" : "

Contains the output of DescribeTargetGroups.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "NextMarker" : { "deprecated" : false, "documentation" : "

The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "Marker", "streaming" : false, "xmlNamespace" : null }, "TargetGroups" : { "deprecated" : false, "documentation" : "

Information about the target groups.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "TargetGroups", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "DescribeTargetHealthInput" : { "deprecated" : false, "documentation" : "

Contains the parameters for DescribeTargetHealth.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "TargetGroupArn" : { "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the target group.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "TargetGroupArn", "streaming" : false, "xmlNamespace" : null }, "Targets" : { "deprecated" : false, "documentation" : "

The targets.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "TargetDescriptions", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : [ "TargetGroupArn" ], "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "DescribeTargetHealthOutput" : { "deprecated" : false, "documentation" : "

Contains the output of DescribeTargetHealth.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "TargetHealthDescriptions" : { "deprecated" : false, "documentation" : "

Information about the health of the targets.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "TargetHealthDescriptions", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "Description" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "string", "value" : null, "wrapper" : false }, "DuplicateListenerException" : { "deprecated" : false, "documentation" : "

A listener with the specified port already exists.

", "enum" : null, "error" : { "code" : "DuplicateListener" }, "exception" : true, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "DuplicateLoadBalancerNameException" : { "deprecated" : false, "documentation" : "

A load balancer with the specified name already exists for this account.

", "enum" : null, "error" : { "code" : "DuplicateLoadBalancerName" }, "exception" : true, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "DuplicateTagKeysException" : { "deprecated" : false, "documentation" : "

A tag key was specified more than once.

", "enum" : null, "error" : { "code" : "DuplicateTagKeys" }, "exception" : true, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "DuplicateTargetGroupNameException" : { "deprecated" : false, "documentation" : "

A target group with the specified name already exists.

", "enum" : null, "error" : { "code" : "DuplicateTargetGroupName" }, "exception" : true, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "HealthCheckIntervalSeconds" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 300, "member" : null, "members" : null, "min" : 5, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "integer", "value" : null, "wrapper" : false }, "HealthCheckPort" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "string", "value" : null, "wrapper" : false }, "HealthCheckThresholdCount" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 10, "member" : null, "members" : null, "min" : 2, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "integer", "value" : null, "wrapper" : false }, "HealthCheckTimeoutSeconds" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 60, "member" : null, "members" : null, "min" : 2, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "integer", "value" : null, "wrapper" : false }, "HealthUnavailableException" : { "deprecated" : false, "documentation" : "

The health of the specified targets could not be retrieved due to an internal error.

", "enum" : null, "error" : { "code" : "HealthUnavailable" }, "exception" : true, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "HttpCode" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "string", "value" : null, "wrapper" : false }, "IncompatibleProtocolsException" : { "deprecated" : false, "documentation" : "

The specified configuration is not valid with this protocol.

", "enum" : null, "error" : { "code" : "IncompatibleProtocols" }, "exception" : true, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "InvalidConfigurationRequestException" : { "deprecated" : false, "documentation" : "

The requested configuration is not valid.

", "enum" : null, "error" : { "code" : "InvalidConfigurationRequest" }, "exception" : true, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "InvalidSchemeException" : { "deprecated" : false, "documentation" : "

The requested scheme is not valid.

", "enum" : null, "error" : { "code" : "InvalidScheme" }, "exception" : true, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "InvalidSecurityGroupException" : { "deprecated" : false, "documentation" : "

The specified security group does not exist.

", "enum" : null, "error" : { "code" : "InvalidSecurityGroup" }, "exception" : true, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "InvalidSubnetException" : { "deprecated" : false, "documentation" : "

The specified subnet is out of available addresses.

", "enum" : null, "error" : { "code" : "InvalidSubnet" }, "exception" : true, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "InvalidTargetException" : { "deprecated" : false, "documentation" : "

The specified target does not exist or is not in the same VPC as the target group.

", "enum" : null, "error" : { "code" : "InvalidTarget" }, "exception" : true, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "IsDefault" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "boolean", "value" : null, "wrapper" : false }, "ListOfString" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : { "deprecated" : false, "documentation" : null, "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "StringValue", "streaming" : false, "xmlNamespace" : null }, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "list", "value" : null, "wrapper" : false }, "Listener" : { "deprecated" : false, "documentation" : "

Information about a listener.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "Certificates" : { "deprecated" : false, "documentation" : "

The SSL server certificate. You must provide a certificate if the protocol is HTTPS.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "CertificateList", "streaming" : false, "xmlNamespace" : null }, "DefaultActions" : { "deprecated" : false, "documentation" : "

The default actions for the listener.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "Actions", "streaming" : false, "xmlNamespace" : null }, "ListenerArn" : { "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the listener.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "ListenerArn", "streaming" : false, "xmlNamespace" : null }, "LoadBalancerArn" : { "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the load balancer.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "LoadBalancerArn", "streaming" : false, "xmlNamespace" : null }, "Port" : { "deprecated" : false, "documentation" : "

The port on which the load balancer is listening.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "Port", "streaming" : false, "xmlNamespace" : null }, "Protocol" : { "deprecated" : false, "documentation" : "

The protocol for connections from clients to the load balancer.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "ProtocolEnum", "streaming" : false, "xmlNamespace" : null }, "SslPolicy" : { "deprecated" : false, "documentation" : "

The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "SslPolicyName", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "ListenerArn" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "string", "value" : null, "wrapper" : false }, "ListenerArns" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : { "deprecated" : false, "documentation" : null, "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "ListenerArn", "streaming" : false, "xmlNamespace" : null }, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "list", "value" : null, "wrapper" : false }, "ListenerNotFoundException" : { "deprecated" : false, "documentation" : "

The specified listener does not exist.

", "enum" : null, "error" : { "code" : "ListenerNotFound" }, "exception" : true, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "Listeners" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : { "deprecated" : false, "documentation" : null, "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "Listener", "streaming" : false, "xmlNamespace" : null }, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "list", "value" : null, "wrapper" : false }, "LoadBalancer" : { "deprecated" : false, "documentation" : "

Information about a load balancer.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "AvailabilityZones" : { "deprecated" : false, "documentation" : "

The Availability Zones for the load balancer.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "AvailabilityZones", "streaming" : false, "xmlNamespace" : null }, "CanonicalHostedZoneId" : { "deprecated" : false, "documentation" : "

The ID of the Amazon Route 53 hosted zone associated with the load balancer.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "CanonicalHostedZoneId", "streaming" : false, "xmlNamespace" : null }, "CreatedTime" : { "deprecated" : false, "documentation" : "

The date and time the load balancer was created.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "CreatedTime", "streaming" : false, "xmlNamespace" : null }, "DNSName" : { "deprecated" : false, "documentation" : "

The public DNS name of the load balancer.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "DNSName", "streaming" : false, "xmlNamespace" : null }, "LoadBalancerArn" : { "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the load balancer.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "LoadBalancerArn", "streaming" : false, "xmlNamespace" : null }, "LoadBalancerName" : { "deprecated" : false, "documentation" : "

The name of the load balancer.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "LoadBalancerName", "streaming" : false, "xmlNamespace" : null }, "Scheme" : { "deprecated" : false, "documentation" : "

The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the Internet.

The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "LoadBalancerSchemeEnum", "streaming" : false, "xmlNamespace" : null }, "SecurityGroups" : { "deprecated" : false, "documentation" : "

The IDs of the security groups for the load balancer.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "SecurityGroups", "streaming" : false, "xmlNamespace" : null }, "State" : { "deprecated" : false, "documentation" : "

The state of the load balancer.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "LoadBalancerState", "streaming" : false, "xmlNamespace" : null }, "Type" : { "deprecated" : false, "documentation" : "

The type of load balancer.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "LoadBalancerTypeEnum", "streaming" : false, "xmlNamespace" : null }, "VpcId" : { "deprecated" : false, "documentation" : "

The ID of the VPC for the load balancer.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "VpcId", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "LoadBalancerArn" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "string", "value" : null, "wrapper" : false }, "LoadBalancerArns" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : { "deprecated" : false, "documentation" : null, "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "LoadBalancerArn", "streaming" : false, "xmlNamespace" : null }, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "list", "value" : null, "wrapper" : false }, "LoadBalancerAttribute" : { "deprecated" : false, "documentation" : "

Information about a load balancer attribute.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "Key" : { "deprecated" : false, "documentation" : "

The name of the attribute.

  • access_logs.s3.enabled - Indicates whether access logs stored in Amazon S3 are enabled. The value is true or false.

  • access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs in Amazon S3 are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permission to write to the bucket.

  • access_logs.s3.prefix - The prefix for the location in the S3 bucket. If you don't specify a prefix, the access logs are stored in the root of the bucket.

  • deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false.

  • idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-3600. The default is 60 seconds.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "LoadBalancerAttributeKey", "streaming" : false, "xmlNamespace" : null }, "Value" : { "deprecated" : false, "documentation" : "

The value of the attribute.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "LoadBalancerAttributeValue", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "LoadBalancerAttributeKey" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 256, "member" : null, "members" : null, "min" : 0, "pattern" : "^[a-zA-Z0-9._]+$", "payload" : null, "required" : null, "streaming" : false, "type" : "string", "value" : null, "wrapper" : false }, "LoadBalancerAttributeValue" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 1024, "member" : null, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "string", "value" : null, "wrapper" : false }, "LoadBalancerAttributes" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 20, "member" : { "deprecated" : false, "documentation" : null, "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "LoadBalancerAttribute", "streaming" : false, "xmlNamespace" : null }, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "list", "value" : null, "wrapper" : false }, "LoadBalancerName" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "string", "value" : null, "wrapper" : false }, "LoadBalancerNames" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : { "deprecated" : false, "documentation" : null, "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "LoadBalancerName", "streaming" : false, "xmlNamespace" : null }, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "list", "value" : null, "wrapper" : false }, "LoadBalancerNotFoundException" : { "deprecated" : false, "documentation" : "

The specified load balancer does not exist.

", "enum" : null, "error" : { "code" : "LoadBalancerNotFound" }, "exception" : true, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "LoadBalancerSchemeEnum" : { "deprecated" : false, "documentation" : null, "enum" : [ "internet-facing", "internal" ], "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "string", "value" : null, "wrapper" : false }, "LoadBalancerState" : { "deprecated" : false, "documentation" : "

Information about the state of the load balancer.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "Code" : { "deprecated" : false, "documentation" : "

The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If the load balancer could not be set up, its state is failed.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "LoadBalancerStateEnum", "streaming" : false, "xmlNamespace" : null }, "Reason" : { "deprecated" : false, "documentation" : "

A description of the state.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "StateReason", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "LoadBalancerStateEnum" : { "deprecated" : false, "documentation" : null, "enum" : [ "active", "provisioning", "failed" ], "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "string", "value" : null, "wrapper" : false }, "LoadBalancerTypeEnum" : { "deprecated" : false, "documentation" : null, "enum" : [ "application" ], "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "string", "value" : null, "wrapper" : false }, "LoadBalancers" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : { "deprecated" : false, "documentation" : null, "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "LoadBalancer", "streaming" : false, "xmlNamespace" : null }, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "list", "value" : null, "wrapper" : false }, "Marker" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "string", "value" : null, "wrapper" : false }, "Matcher" : { "deprecated" : false, "documentation" : "

Information to use when checking for a successful response from a target.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "HttpCode" : { "deprecated" : false, "documentation" : "

The HTTP codes. The default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "HttpCode", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : [ "HttpCode" ], "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "ModifyListenerInput" : { "deprecated" : false, "documentation" : "

Contains the parameters for ModifyListener.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "Certificates" : { "deprecated" : false, "documentation" : "

The SSL server certificate.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "CertificateList", "streaming" : false, "xmlNamespace" : null }, "DefaultActions" : { "deprecated" : false, "documentation" : "

The default actions.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "Actions", "streaming" : false, "xmlNamespace" : null }, "ListenerArn" : { "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the listener.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "ListenerArn", "streaming" : false, "xmlNamespace" : null }, "Port" : { "deprecated" : false, "documentation" : "

The port for connections from clients to the load balancer.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "Port", "streaming" : false, "xmlNamespace" : null }, "Protocol" : { "deprecated" : false, "documentation" : "

The protocol for connections from clients to the load balancer.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "ProtocolEnum", "streaming" : false, "xmlNamespace" : null }, "SslPolicy" : { "deprecated" : false, "documentation" : "

The security policy that defines which ciphers and protocols are supported.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "SslPolicyName", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : [ "ListenerArn" ], "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "ModifyListenerOutput" : { "deprecated" : false, "documentation" : "

Contains the output of ModifyListener.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "Listeners" : { "deprecated" : false, "documentation" : "

Information about the modified listeners.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "Listeners", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "ModifyLoadBalancerAttributesInput" : { "deprecated" : false, "documentation" : "

Contains the parameters for ModifyLoadBalancerAttributes.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "Attributes" : { "deprecated" : false, "documentation" : "

The load balancer attributes.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "LoadBalancerAttributes", "streaming" : false, "xmlNamespace" : null }, "LoadBalancerArn" : { "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the load balancer.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "LoadBalancerArn", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : [ "LoadBalancerArn", "Attributes" ], "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "ModifyLoadBalancerAttributesOutput" : { "deprecated" : false, "documentation" : "

Contains the output of ModifyLoadBalancerAttributes.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "Attributes" : { "deprecated" : false, "documentation" : "

Information about the load balancer attributes.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "LoadBalancerAttributes", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "ModifyRuleInput" : { "deprecated" : false, "documentation" : "

Contains the parameters for ModifyRules.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "Actions" : { "deprecated" : false, "documentation" : "

The actions.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "Actions", "streaming" : false, "xmlNamespace" : null }, "Conditions" : { "deprecated" : false, "documentation" : "

The conditions.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "RuleConditionList", "streaming" : false, "xmlNamespace" : null }, "RuleArn" : { "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the rule.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "RuleArn", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : [ "RuleArn" ], "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "ModifyRuleOutput" : { "deprecated" : false, "documentation" : "

Contains the output of ModifyRules.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "Rules" : { "deprecated" : false, "documentation" : "

Information about the rule.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "Rules", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "ModifyTargetGroupAttributesInput" : { "deprecated" : false, "documentation" : "

Contains the parameters for ModifyTargetGroupAttributes.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "Attributes" : { "deprecated" : false, "documentation" : "

The attributes.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "TargetGroupAttributes", "streaming" : false, "xmlNamespace" : null }, "TargetGroupArn" : { "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the target group.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "TargetGroupArn", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : [ "TargetGroupArn", "Attributes" ], "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "ModifyTargetGroupAttributesOutput" : { "deprecated" : false, "documentation" : "

Contains the output of ModifyTargetGroupAttributes.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "Attributes" : { "deprecated" : false, "documentation" : "

Information about the attributes.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "TargetGroupAttributes", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "ModifyTargetGroupInput" : { "deprecated" : false, "documentation" : "

Contains the parameters for ModifyTargetGroup.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "HealthCheckIntervalSeconds" : { "deprecated" : false, "documentation" : "

The approximate amount of time, in seconds, between health checks of an individual target.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "HealthCheckIntervalSeconds", "streaming" : false, "xmlNamespace" : null }, "HealthCheckPath" : { "deprecated" : false, "documentation" : "

The ping path that is the destination for the health check request.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "Path", "streaming" : false, "xmlNamespace" : null }, "HealthCheckPort" : { "deprecated" : false, "documentation" : "

The port to use to connect with the target.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "HealthCheckPort", "streaming" : false, "xmlNamespace" : null }, "HealthCheckProtocol" : { "deprecated" : false, "documentation" : "

The protocol to use to connect with the target.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "ProtocolEnum", "streaming" : false, "xmlNamespace" : null }, "HealthCheckTimeoutSeconds" : { "deprecated" : false, "documentation" : "

The amount of time, in seconds, during which no response means a failed health check.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "HealthCheckTimeoutSeconds", "streaming" : false, "xmlNamespace" : null }, "HealthyThresholdCount" : { "deprecated" : false, "documentation" : "

The number of consecutive health checks successes required before considering an unhealthy target healthy.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "HealthCheckThresholdCount", "streaming" : false, "xmlNamespace" : null }, "Matcher" : { "deprecated" : false, "documentation" : "

The HTTP codes to use when checking for a successful response from a target.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "Matcher", "streaming" : false, "xmlNamespace" : null }, "TargetGroupArn" : { "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the target group.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "TargetGroupArn", "streaming" : false, "xmlNamespace" : null }, "UnhealthyThresholdCount" : { "deprecated" : false, "documentation" : "

The number of consecutive health check failures required before considering the target unhealthy.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "HealthCheckThresholdCount", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : [ "TargetGroupArn" ], "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "ModifyTargetGroupOutput" : { "deprecated" : false, "documentation" : "

Contains the output of ModifyTargetGroup.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "TargetGroups" : { "deprecated" : false, "documentation" : "

Information about the target group.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "TargetGroups", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "OperationNotPermittedException" : { "deprecated" : false, "documentation" : "

This operation is not allowed.

", "enum" : null, "error" : { "code" : "OperationNotPermitted" }, "exception" : true, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "PageSize" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 400, "member" : null, "members" : null, "min" : 1, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "integer", "value" : null, "wrapper" : false }, "Path" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 1024, "member" : null, "members" : null, "min" : 1, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "string", "value" : null, "wrapper" : false }, "Port" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 65535, "member" : null, "members" : null, "min" : 1, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "integer", "value" : null, "wrapper" : false }, "PriorityInUseException" : { "deprecated" : false, "documentation" : "

The specified priority is in use.

", "enum" : null, "error" : { "code" : "PriorityInUse" }, "exception" : true, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "ProtocolEnum" : { "deprecated" : false, "documentation" : null, "enum" : [ "HTTP", "HTTPS" ], "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "string", "value" : null, "wrapper" : false }, "RegisterTargetsInput" : { "deprecated" : false, "documentation" : "

Contains the parameters for RegisterTargets.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "TargetGroupArn" : { "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the target group.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "TargetGroupArn", "streaming" : false, "xmlNamespace" : null }, "Targets" : { "deprecated" : false, "documentation" : "

The targets. The default port for a target is the port for the target group. You can specify a port override. If a target is already registered, you can register it again using a different port.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "TargetDescriptions", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : [ "TargetGroupArn", "Targets" ], "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "RegisterTargetsOutput" : { "deprecated" : false, "documentation" : "

Contains the output of RegisterTargets.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "RemoveTagsInput" : { "deprecated" : false, "documentation" : "

Contains the parameters for RemoveTags.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "ResourceArns" : { "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the resource.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "ResourceArns", "streaming" : false, "xmlNamespace" : null }, "TagKeys" : { "deprecated" : false, "documentation" : "

The tag keys for the tags to remove.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "TagKeys", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : [ "ResourceArns", "TagKeys" ], "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "RemoveTagsOutput" : { "deprecated" : false, "documentation" : "

Contains the output of RemoveTags.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "ResourceArn" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "string", "value" : null, "wrapper" : false }, "ResourceArns" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : { "deprecated" : false, "documentation" : null, "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "ResourceArn", "streaming" : false, "xmlNamespace" : null }, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "list", "value" : null, "wrapper" : false }, "ResourceInUseException" : { "deprecated" : false, "documentation" : "

A specified resource is in use.

", "enum" : null, "error" : { "code" : "ResourceInUse" }, "exception" : true, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "Rule" : { "deprecated" : false, "documentation" : "

Information about a rule.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "Actions" : { "deprecated" : false, "documentation" : "

The actions.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "Actions", "streaming" : false, "xmlNamespace" : null }, "Conditions" : { "deprecated" : false, "documentation" : "

The conditions.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "RuleConditionList", "streaming" : false, "xmlNamespace" : null }, "IsDefault" : { "deprecated" : false, "documentation" : "

Indicates whether this is the default rule.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "IsDefault", "streaming" : false, "xmlNamespace" : null }, "Priority" : { "deprecated" : false, "documentation" : "

The priority.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "String", "streaming" : false, "xmlNamespace" : null }, "RuleArn" : { "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the rule.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "RuleArn", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "RuleArn" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "string", "value" : null, "wrapper" : false }, "RuleArns" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : { "deprecated" : false, "documentation" : null, "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "RuleArn", "streaming" : false, "xmlNamespace" : null }, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "list", "value" : null, "wrapper" : false }, "RuleCondition" : { "deprecated" : false, "documentation" : "

Information about a condition for a rule.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "Field" : { "deprecated" : false, "documentation" : "

The only possible value is path-pattern.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "ConditionFieldName", "streaming" : false, "xmlNamespace" : null }, "Values" : { "deprecated" : false, "documentation" : "

The path pattern. You can specify a single path pattern.

A path pattern is case sensitive, can be up to 255 characters in length, and can contain any of the following characters:

  • A-Z, a-z, 0-9

  • _ - . $ / ~ \" ' @ : +

  • & (using &)

  • * (matches 0 or more characters)

  • ? (matches exactly 1 character)

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "ListOfString", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "RuleConditionList" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : { "deprecated" : false, "documentation" : null, "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "RuleCondition", "streaming" : false, "xmlNamespace" : null }, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "list", "value" : null, "wrapper" : false }, "RuleNotFoundException" : { "deprecated" : false, "documentation" : "

The specified rule does not exist.

", "enum" : null, "error" : { "code" : "RuleNotFound" }, "exception" : true, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "RulePriority" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 99999, "member" : null, "members" : null, "min" : 1, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "integer", "value" : null, "wrapper" : false }, "RulePriorityList" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : { "deprecated" : false, "documentation" : null, "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "RulePriorityPair", "streaming" : false, "xmlNamespace" : null }, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "list", "value" : null, "wrapper" : false }, "RulePriorityPair" : { "deprecated" : false, "documentation" : "

Information about the priorities for the rules for a listener.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "Priority" : { "deprecated" : false, "documentation" : "

The rule priority.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "RulePriority", "streaming" : false, "xmlNamespace" : null }, "RuleArn" : { "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the rule.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "RuleArn", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "Rules" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : { "deprecated" : false, "documentation" : null, "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "Rule", "streaming" : false, "xmlNamespace" : null }, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "list", "value" : null, "wrapper" : false }, "SSLPolicyNotFoundException" : { "deprecated" : false, "documentation" : "

The specified SSL policy does not exist.

", "enum" : null, "error" : { "code" : "SSLPolicyNotFound" }, "exception" : true, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "SecurityGroupId" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "string", "value" : null, "wrapper" : false }, "SecurityGroups" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : { "deprecated" : false, "documentation" : null, "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "SecurityGroupId", "streaming" : false, "xmlNamespace" : null }, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "list", "value" : null, "wrapper" : false }, "SetRulePrioritiesInput" : { "deprecated" : false, "documentation" : "

Contains the parameters for SetRulePriorities.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "RulePriorities" : { "deprecated" : false, "documentation" : "

The rule priorities.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "RulePriorityList", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : [ "RulePriorities" ], "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "SetRulePrioritiesOutput" : { "deprecated" : false, "documentation" : "

Contains the output of SetRulePriorities.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "Rules" : { "deprecated" : false, "documentation" : "

Information about the rules.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "Rules", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "SetSecurityGroupsInput" : { "deprecated" : false, "documentation" : "

Contains the parameters for SetSecurityGroups.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "LoadBalancerArn" : { "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the load balancer.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "LoadBalancerArn", "streaming" : false, "xmlNamespace" : null }, "SecurityGroups" : { "deprecated" : false, "documentation" : "

The IDs of the security groups.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "SecurityGroups", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : [ "LoadBalancerArn", "SecurityGroups" ], "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "SetSecurityGroupsOutput" : { "deprecated" : false, "documentation" : "

Contains the output of SetSecurityGroups.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "SecurityGroupIds" : { "deprecated" : false, "documentation" : "

The IDs of the security groups associated with the load balancer.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "SecurityGroups", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "SetSubnetsInput" : { "deprecated" : false, "documentation" : "

Contains the parameters for SetSubnets.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "LoadBalancerArn" : { "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the load balancer.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "LoadBalancerArn", "streaming" : false, "xmlNamespace" : null }, "Subnets" : { "deprecated" : false, "documentation" : "

The IDs of the subnets. You must specify at least two subnets. You can add only one subnet per Availability Zone.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "Subnets", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : [ "LoadBalancerArn", "Subnets" ], "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "SetSubnetsOutput" : { "deprecated" : false, "documentation" : "

Contains the output of SetSubnets.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "AvailabilityZones" : { "deprecated" : false, "documentation" : "

Information about the subnet and Availability Zone.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "AvailabilityZones", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "SslPolicies" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : { "deprecated" : false, "documentation" : null, "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "SslPolicy", "streaming" : false, "xmlNamespace" : null }, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "list", "value" : null, "wrapper" : false }, "SslPolicy" : { "deprecated" : false, "documentation" : "

Information about a policy used for SSL negotiation.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "Ciphers" : { "deprecated" : false, "documentation" : "

The ciphers.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "Ciphers", "streaming" : false, "xmlNamespace" : null }, "Name" : { "deprecated" : false, "documentation" : "

The name of the policy.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "SslPolicyName", "streaming" : false, "xmlNamespace" : null }, "SslProtocols" : { "deprecated" : false, "documentation" : "

The protocols.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "SslProtocols", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "SslPolicyName" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "string", "value" : null, "wrapper" : false }, "SslPolicyNames" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : { "deprecated" : false, "documentation" : null, "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "SslPolicyName", "streaming" : false, "xmlNamespace" : null }, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "list", "value" : null, "wrapper" : false }, "SslProtocol" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "string", "value" : null, "wrapper" : false }, "SslProtocols" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : { "deprecated" : false, "documentation" : null, "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "SslProtocol", "streaming" : false, "xmlNamespace" : null }, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "list", "value" : null, "wrapper" : false }, "StateReason" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "string", "value" : null, "wrapper" : false }, "String" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "string", "value" : null, "wrapper" : false }, "StringValue" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "string", "value" : null, "wrapper" : false }, "SubnetId" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "string", "value" : null, "wrapper" : false }, "SubnetNotFoundException" : { "deprecated" : false, "documentation" : "

The specified subnet does not exist.

", "enum" : null, "error" : { "code" : "SubnetNotFound" }, "exception" : true, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "Subnets" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : { "deprecated" : false, "documentation" : null, "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "SubnetId", "streaming" : false, "xmlNamespace" : null }, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "list", "value" : null, "wrapper" : false }, "Tag" : { "deprecated" : false, "documentation" : "

Information about a tag.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "Key" : { "deprecated" : false, "documentation" : "

The key of the tag.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "TagKey", "streaming" : false, "xmlNamespace" : null }, "Value" : { "deprecated" : false, "documentation" : "

The value of the tag.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "TagValue", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : [ "Key" ], "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "TagDescription" : { "deprecated" : false, "documentation" : "

The tags associated with a resource.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "ResourceArn" : { "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the resource.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "ResourceArn", "streaming" : false, "xmlNamespace" : null }, "Tags" : { "deprecated" : false, "documentation" : "

Information about the tags.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "TagList", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "TagDescriptions" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : { "deprecated" : false, "documentation" : null, "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "TagDescription", "streaming" : false, "xmlNamespace" : null }, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "list", "value" : null, "wrapper" : false }, "TagKey" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 128, "member" : null, "members" : null, "min" : 1, "pattern" : "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$", "payload" : null, "required" : null, "streaming" : false, "type" : "string", "value" : null, "wrapper" : false }, "TagKeys" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : { "deprecated" : false, "documentation" : null, "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "TagKey", "streaming" : false, "xmlNamespace" : null }, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "list", "value" : null, "wrapper" : false }, "TagList" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : { "deprecated" : false, "documentation" : null, "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "Tag", "streaming" : false, "xmlNamespace" : null }, "members" : null, "min" : 1, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "list", "value" : null, "wrapper" : false }, "TagValue" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 256, "member" : null, "members" : null, "min" : 0, "pattern" : "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$", "payload" : null, "required" : null, "streaming" : false, "type" : "string", "value" : null, "wrapper" : false }, "TargetDescription" : { "deprecated" : false, "documentation" : "

Information about a target.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "Id" : { "deprecated" : false, "documentation" : "

The ID of the target.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "TargetId", "streaming" : false, "xmlNamespace" : null }, "Port" : { "deprecated" : false, "documentation" : "

The port on which the target is listening.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "Port", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : [ "Id" ], "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "TargetDescriptions" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : { "deprecated" : false, "documentation" : null, "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "TargetDescription", "streaming" : false, "xmlNamespace" : null }, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "list", "value" : null, "wrapper" : false }, "TargetGroup" : { "deprecated" : false, "documentation" : "

Information about a target group.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "HealthCheckIntervalSeconds" : { "deprecated" : false, "documentation" : "

The approximate amount of time, in seconds, between health checks of an individual target.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "HealthCheckIntervalSeconds", "streaming" : false, "xmlNamespace" : null }, "HealthCheckPath" : { "deprecated" : false, "documentation" : "

The destination for the health check request.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "Path", "streaming" : false, "xmlNamespace" : null }, "HealthCheckPort" : { "deprecated" : false, "documentation" : "

The port to use to connect with the target.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "HealthCheckPort", "streaming" : false, "xmlNamespace" : null }, "HealthCheckProtocol" : { "deprecated" : false, "documentation" : "

The protocol to use to connect with the target.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "ProtocolEnum", "streaming" : false, "xmlNamespace" : null }, "HealthCheckTimeoutSeconds" : { "deprecated" : false, "documentation" : "

The amount of time, in seconds, during which no response means a failed health check.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "HealthCheckTimeoutSeconds", "streaming" : false, "xmlNamespace" : null }, "HealthyThresholdCount" : { "deprecated" : false, "documentation" : "

The number of consecutive health checks successes required before considering an unhealthy target healthy.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "HealthCheckThresholdCount", "streaming" : false, "xmlNamespace" : null }, "LoadBalancerArns" : { "deprecated" : false, "documentation" : "

The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "LoadBalancerArns", "streaming" : false, "xmlNamespace" : null }, "Matcher" : { "deprecated" : false, "documentation" : "

The HTTP codes to use when checking for a successful response from a target.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "Matcher", "streaming" : false, "xmlNamespace" : null }, "Port" : { "deprecated" : false, "documentation" : "

The port on which the targets are listening.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "Port", "streaming" : false, "xmlNamespace" : null }, "Protocol" : { "deprecated" : false, "documentation" : "

The protocol to use for routing traffic to the targets.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "ProtocolEnum", "streaming" : false, "xmlNamespace" : null }, "TargetGroupArn" : { "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the target group.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "TargetGroupArn", "streaming" : false, "xmlNamespace" : null }, "TargetGroupName" : { "deprecated" : false, "documentation" : "

The name of the target group.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "TargetGroupName", "streaming" : false, "xmlNamespace" : null }, "UnhealthyThresholdCount" : { "deprecated" : false, "documentation" : "

The number of consecutive health check failures required before considering the target unhealthy.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "HealthCheckThresholdCount", "streaming" : false, "xmlNamespace" : null }, "VpcId" : { "deprecated" : false, "documentation" : "

The ID of the VPC for the targets.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "VpcId", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "TargetGroupArn" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "string", "value" : null, "wrapper" : false }, "TargetGroupArns" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : { "deprecated" : false, "documentation" : null, "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "TargetGroupArn", "streaming" : false, "xmlNamespace" : null }, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "list", "value" : null, "wrapper" : false }, "TargetGroupAssociationLimitException" : { "deprecated" : false, "documentation" : "

You've reached the limit on the number of load balancers per target group.

", "enum" : null, "error" : { "code" : "TargetGroupAssociationLimit" }, "exception" : true, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "TargetGroupAttribute" : { "deprecated" : false, "documentation" : "

Information about a target group attribute.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "Key" : { "deprecated" : false, "documentation" : "

The name of the attribute.

  • deregistration_delay.timeout_seconds - The amount time for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds.

  • stickiness.enabled - Indicates whether sticky sessions are enabled. The value is true or false.

  • stickiness.type - The type of sticky sessions. The possible value is lb_cookie.

  • stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "TargetGroupAttributeKey", "streaming" : false, "xmlNamespace" : null }, "Value" : { "deprecated" : false, "documentation" : "

The value of the attribute.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "TargetGroupAttributeValue", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "TargetGroupAttributeKey" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 256, "member" : null, "members" : null, "min" : 0, "pattern" : "^[a-zA-Z0-9._]+$", "payload" : null, "required" : null, "streaming" : false, "type" : "string", "value" : null, "wrapper" : false }, "TargetGroupAttributeValue" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "string", "value" : null, "wrapper" : false }, "TargetGroupAttributes" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : { "deprecated" : false, "documentation" : null, "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "TargetGroupAttribute", "streaming" : false, "xmlNamespace" : null }, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "list", "value" : null, "wrapper" : false }, "TargetGroupName" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "string", "value" : null, "wrapper" : false }, "TargetGroupNames" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : { "deprecated" : false, "documentation" : null, "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "TargetGroupName", "streaming" : false, "xmlNamespace" : null }, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "list", "value" : null, "wrapper" : false }, "TargetGroupNotFoundException" : { "deprecated" : false, "documentation" : "

The specified target group does not exist.

", "enum" : null, "error" : { "code" : "TargetGroupNotFound" }, "exception" : true, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "TargetGroups" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : { "deprecated" : false, "documentation" : null, "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "TargetGroup", "streaming" : false, "xmlNamespace" : null }, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "list", "value" : null, "wrapper" : false }, "TargetHealth" : { "deprecated" : false, "documentation" : "

Information about the current health of a target.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "Description" : { "deprecated" : false, "documentation" : "

A description of the target health that provides additional details. If the state is healthy, a description is not provided.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "Description", "streaming" : false, "xmlNamespace" : null }, "Reason" : { "deprecated" : false, "documentation" : "

The reason code. If the target state is healthy, a reason code is not provided.

If the target state is initial, the reason code can be one of the following values:

  • Elb.RegistrationInProgress - The target is in the process of being registered with the load balancer.

  • Elb.InitialHealthChecking - The load balancer is still sending the target the minimum number of health checks required to determine its health status.

If the target state is unhealthy, the reason code can be one of the following values:

  • Target.ResponseCodeMismatch - The health checks did not return an expected HTTP code.

  • Target.Timeout - The health check requests timed out.

  • Target.FailedHealthChecks - The health checks failed because the connection to the target timed out, the target response was malformed, or the target failed the health check for an unknown reason.

  • Elb.InternalError - The health checks failed due to an internal error.

If the target state is unused, the reason code can be one of the following values:

  • Target.NotRegistered - The target is not registered with the target group.

  • Target.NotInUse - The target group is not used by any load balancer or the target is in an Availability Zone that is not enabled for its load balancer.

  • Target.InvalidState - The target is in the stopped or terminated state.

If the target state is draining, the reason code can be the following value:

  • Target.DeregistrationInProgress - The target is in the process of being deregistered and the deregistration delay period has not expired.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "TargetHealthReasonEnum", "streaming" : false, "xmlNamespace" : null }, "State" : { "deprecated" : false, "documentation" : "

The state of the target.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "TargetHealthStateEnum", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "TargetHealthDescription" : { "deprecated" : false, "documentation" : "

Information about the health of a target.

", "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { "HealthCheckPort" : { "deprecated" : false, "documentation" : "

The port to use to connect with the target.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "HealthCheckPort", "streaming" : false, "xmlNamespace" : null }, "Target" : { "deprecated" : false, "documentation" : "

The description of the target.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "TargetDescription", "streaming" : false, "xmlNamespace" : null }, "TargetHealth" : { "deprecated" : false, "documentation" : "

The health information for the target.

", "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "TargetHealth", "streaming" : false, "xmlNamespace" : null } }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "TargetHealthDescriptions" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : { "deprecated" : false, "documentation" : null, "flattened" : false, "idempotencyToken" : false, "location" : null, "locationName" : null, "payload" : false, "queryName" : null, "shape" : "TargetHealthDescription", "streaming" : false, "xmlNamespace" : null }, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "list", "value" : null, "wrapper" : false }, "TargetHealthReasonEnum" : { "deprecated" : false, "documentation" : null, "enum" : [ "Elb.RegistrationInProgress", "Elb.InitialHealthChecking", "Target.ResponseCodeMismatch", "Target.Timeout", "Target.FailedHealthChecks", "Target.NotRegistered", "Target.NotInUse", "Target.DeregistrationInProgress", "Target.InvalidState", "Elb.InternalError" ], "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "string", "value" : null, "wrapper" : false }, "TargetHealthStateEnum" : { "deprecated" : false, "documentation" : null, "enum" : [ "initial", "healthy", "unhealthy", "unused", "draining" ], "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "string", "value" : null, "wrapper" : false }, "TargetId" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "string", "value" : null, "wrapper" : false }, "TooManyCertificatesException" : { "deprecated" : false, "documentation" : "

You've reached the limit on the number of certificates per listener.

", "enum" : null, "error" : { "code" : "TooManyCertificates" }, "exception" : true, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "TooManyListenersException" : { "deprecated" : false, "documentation" : "

You've reached the limit on the number of listeners per load balancer.

", "enum" : null, "error" : { "code" : "TooManyListeners" }, "exception" : true, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "TooManyLoadBalancersException" : { "deprecated" : false, "documentation" : "

You've reached the limit on the number of load balancers for your AWS account.

", "enum" : null, "error" : { "code" : "TooManyLoadBalancers" }, "exception" : true, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "TooManyRegistrationsForTargetIdException" : { "deprecated" : false, "documentation" : "

You've reached the limit on the number of times a target can be registered with a load balancer.

", "enum" : null, "error" : { "code" : "TooManyRegistrationsForTargetId" }, "exception" : true, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "TooManyRulesException" : { "deprecated" : false, "documentation" : "

You've reached the limit on the number of rules per load balancer.

", "enum" : null, "error" : { "code" : "TooManyRules" }, "exception" : true, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "TooManyTagsException" : { "deprecated" : false, "documentation" : "

You've reached the limit on the number of tags per load balancer.

", "enum" : null, "error" : { "code" : "TooManyTags" }, "exception" : true, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "TooManyTargetGroupsException" : { "deprecated" : false, "documentation" : "

You've reached the limit on the number of target groups for your AWS account.

", "enum" : null, "error" : { "code" : "TooManyTargetGroups" }, "exception" : true, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "TooManyTargetsException" : { "deprecated" : false, "documentation" : "

You've reached the limit on the number of targets.

", "enum" : null, "error" : { "code" : "TooManyTargets" }, "exception" : true, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "UnsupportedProtocolException" : { "deprecated" : false, "documentation" : "

The specified protocol is not supported.

", "enum" : null, "error" : { "code" : "UnsupportedProtocol" }, "exception" : true, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : { }, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "structure", "value" : null, "wrapper" : false }, "VpcId" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "string", "value" : null, "wrapper" : false }, "ZoneName" : { "deprecated" : false, "documentation" : null, "enum" : null, "error" : null, "exception" : false, "fault" : false, "flattened" : false, "key" : null, "max" : 0, "member" : null, "members" : null, "min" : 0, "pattern" : null, "payload" : null, "required" : null, "streaming" : false, "type" : "string", "value" : null, "wrapper" : false } }, "documentation" : "Elastic Load Balancing

A load balancer distributes incoming traffic across targets, such as your EC2 instances. This enables you to increase the availability of your application. The load balancer also monitors the health of its registered targets and ensures that it routes traffic only to healthy targets. You configure your load balancer to accept incoming traffic by specifying one or more listeners, which are configured with a protocol and port number for connections from clients to the load balancer. You configure a target group with a protocol and port number for connections from the load balancer to the targets, and with health check settings to be used when checking the health status of the targets.

Elastic Load Balancing supports two types of load balancers: Classic Load Balancers and Application Load Balancers. A Classic Load Balancer makes routing and load balancing decisions either at the transport layer (TCP/SSL) or the application layer (HTTP/HTTPS), and supports either EC2-Classic or a VPC. An Application Load Balancer makes routing and load balancing decisions at the application layer (HTTP/HTTPS), supports path-based routing, and can route requests to one or more ports on each EC2 instance or container instance in your virtual private cloud (VPC). For more information, see the Elastic Load Balancing User Guide.

This reference covers the 2015-12-01 API, which supports Application Load Balancers. The 2012-06-01 API supports Classic Load Balancers.

To get started, complete the following tasks:

  1. Create an Application Load Balancer using CreateLoadBalancer.

  2. Create a target group using CreateTargetGroup.

  3. Register targets for the target group using RegisterTargets.

  4. Create one or more listeners for your load balancer using CreateListener.

  5. (Optional) Create one or more rules for content routing based on URL using CreateRule.

To delete an Application Load Balancer and its related resources, complete the following tasks:

  1. Delete the load balancer using DeleteLoadBalancer.

  2. Delete the target group using DeleteTargetGroup.

All Elastic Load Balancing operations are idempotent, which means that they complete at most one time. If you repeat an operation, it succeeds.

" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy