UNPKG

openapi-directory

Version:

Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS

1 lines 115 kB
{"openapi":"3.0.0","info":{"version":"2015-12-01","x-release":"v4","title":"Elastic Load Balancing","description":"<fullname>Elastic Load Balancing</fullname> <p>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.</p> <p>Elastic Load Balancing supports the following types of load balancers: Application Load Balancers, Network Load Balancers, and Classic Load Balancers.</p> <p>An Application Load Balancer makes routing and load balancing decisions at the application layer (HTTP/HTTPS). A Network Load Balancer makes routing and load balancing decisions at the transport layer (TCP/TLS). Both Application Load Balancers and Network Load Balancers can route requests to one or more ports on each EC2 instance or container instance in your virtual private cloud (VPC).</p> <p>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. For more information, see the <a href=\"http://docs.aws.amazon.com/elasticloadbalancing/latest/userguide/\">Elastic Load Balancing User Guide</a>.</p> <p>This reference covers the 2015-12-01 API, which supports Application Load Balancers and Network Load Balancers. The 2012-06-01 API supports Classic Load Balancers.</p> <p>To get started, complete the following tasks:</p> <ol> <li> <p>Create a load balancer using <a>CreateLoadBalancer</a>.</p> </li> <li> <p>Create a target group using <a>CreateTargetGroup</a>.</p> </li> <li> <p>Register targets for the target group using <a>RegisterTargets</a>.</p> </li> <li> <p>Create one or more listeners for your load balancer using <a>CreateListener</a>.</p> </li> </ol> <p>To delete a load balancer and its related resources, complete the following tasks:</p> <ol> <li> <p>Delete the load balancer using <a>DeleteLoadBalancer</a>.</p> </li> <li> <p>Delete the target group using <a>DeleteTargetGroup</a>.</p> </li> </ol> <p>All Elastic Load Balancing operations are idempotent, which means that they complete at most one time. If you repeat an operation, it succeeds.</p>","x-logo":{"url":"https://twitter.com/awscloud/profile_image?size=original","backgroundColor":"#FFFFFF"},"termsOfService":"https://aws.amazon.com/service-terms/","contact":{"name":"Mike Ralphson","email":"mike.ralphson@gmail.com","url":"https://github.com/mermade/aws2openapi","x-twitter":"PermittedSoc"},"license":{"name":"Apache 2.0 License","url":"http://www.apache.org/licenses/"},"x-providerName":"amazonaws.com","x-serviceName":"elasticloadbalancingv2","x-origin":[{"contentType":"application/json","url":"https://raw.githubusercontent.com/aws/aws-sdk-js/master/apis/elasticloadbalancingv2-2015-12-01.normal.json","converter":{"url":"https://github.com/mermade/aws2openapi","version":"1.0.0"},"x-apisguru-direct":true}],"x-apiClientRegistration":{"url":"https://portal.aws.amazon.com/gp/aws/developer/registration/index.html?nc2=h_ct"},"x-apisguru-categories":["cloud"],"x-preferred":true},"externalDocs":{"description":"Amazon Web Services documentation","url":"https://aws.amazon.com/elasticloadbalancing/"},"x-hasEquivalentPaths":true,"security":[{"hmac":[]}],"paths":{"/":{"post":{"operationId":"AddListenerCertificates","description":"<p>Adds the specified certificate to the specified HTTPS listener.</p> <p>If the certificate was already added, the call is successful but the certificate is not added again.</p> <p>To list the certificates for your listener, use <a>DescribeListenerCertificates</a>. To remove certificates from your listener, use <a>RemoveListenerCertificates</a>. To specify the default SSL server certificate, use <a>ModifyListener</a>.</p>","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/AddListenerCertificatesOutput"}}}},"480":{"description":"ListenerNotFoundException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ListenerNotFoundException"}}}},"481":{"description":"TooManyCertificatesException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TooManyCertificatesException"}}}},"482":{"description":"CertificateNotFoundException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CertificateNotFoundException"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AddListenerCertificatesInput"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#AddTags":{"post":{"operationId":"AddTags","description":"<p>Adds the specified tags to the specified Elastic Load Balancing resource. You can tag your Application Load Balancers, Network Load Balancers, and your target groups.</p> <p>Each tag consists of a key and an optional value. If a resource already has a tag with the same key, <code>AddTags</code> updates its value.</p> <p>To list the current tags for your resources, use <a>DescribeTags</a>. To remove tags from your resources, use <a>RemoveTags</a>.</p>","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/AddTagsOutput"}}}},"480":{"description":"DuplicateTagKeysException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DuplicateTagKeysException"}}}},"481":{"description":"TooManyTagsException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TooManyTagsException"}}}},"482":{"description":"LoadBalancerNotFoundException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/LoadBalancerNotFoundException"}}}},"483":{"description":"TargetGroupNotFoundException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TargetGroupNotFoundException"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AddTagsInput"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#CreateListener":{"post":{"operationId":"CreateListener","description":"<p>Creates a listener for the specified Application Load Balancer or Network Load Balancer.</p> <p>To update a listener, use <a>ModifyListener</a>. When you are finished with a listener, you can delete it using <a>DeleteListener</a>. If you are finished with both the listener and the load balancer, you can delete them both using <a>DeleteLoadBalancer</a>.</p> <p>This operation is idempotent, which means that it completes at most one time. If you attempt to create multiple listeners with the same settings, each call succeeds.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-listeners.html\">Listeners for Your Application Load Balancers</a> in the <i>Application Load Balancers Guide</i> and <a href=\"http://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-listeners.html\">Listeners for Your Network Load Balancers</a> in the <i>Network Load Balancers Guide</i>.</p>","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CreateListenerOutput"}}}},"480":{"description":"DuplicateListenerException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DuplicateListenerException"}}}},"481":{"description":"TooManyListenersException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TooManyListenersException"}}}},"482":{"description":"TooManyCertificatesException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TooManyCertificatesException"}}}},"483":{"description":"LoadBalancerNotFoundException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/LoadBalancerNotFoundException"}}}},"484":{"description":"TargetGroupNotFoundException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TargetGroupNotFoundException"}}}},"485":{"description":"TargetGroupAssociationLimitException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TargetGroupAssociationLimitException"}}}},"486":{"description":"InvalidConfigurationRequestException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidConfigurationRequestException"}}}},"487":{"description":"IncompatibleProtocolsException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/IncompatibleProtocolsException"}}}},"488":{"description":"SSLPolicyNotFoundException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SSLPolicyNotFoundException"}}}},"489":{"description":"CertificateNotFoundException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CertificateNotFoundException"}}}},"490":{"description":"UnsupportedProtocolException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/UnsupportedProtocolException"}}}},"491":{"description":"TooManyRegistrationsForTargetIdException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TooManyRegistrationsForTargetIdException"}}}},"492":{"description":"TooManyTargetsException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TooManyTargetsException"}}}},"493":{"description":"TooManyActionsException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TooManyActionsException"}}}},"494":{"description":"InvalidLoadBalancerActionException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidLoadBalancerActionException"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateListenerInput"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#CreateLoadBalancer":{"post":{"operationId":"CreateLoadBalancer","description":"<p>Creates an Application Load Balancer or a Network Load Balancer.</p> <p>When you create a load balancer, you can specify security groups, public subnets, IP address type, and tags. Otherwise, you could do so later using <a>SetSecurityGroups</a>, <a>SetSubnets</a>, <a>SetIpAddressType</a>, and <a>AddTags</a>.</p> <p>To create listeners for your load balancer, use <a>CreateListener</a>. To describe your current load balancers, see <a>DescribeLoadBalancers</a>. When you are finished with a load balancer, you can delete it using <a>DeleteLoadBalancer</a>.</p> <p>For limit information, see <a href=\"http://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-limits.html\">Limits for Your Application Load Balancer</a> in the <i>Application Load Balancers Guide</i> and <a href=\"http://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-limits.html\">Limits for Your Network Load Balancer</a> in the <i>Network Load Balancers Guide</i>.</p> <p>This operation is idempotent, which means that it completes at most one time. If you attempt to create multiple load balancers with the same settings, each call succeeds.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/elasticloadbalancing/latest/application/application-load-balancers.html\">Application Load Balancers</a> in the <i>Application Load Balancers Guide</i> and <a href=\"http://docs.aws.amazon.com/elasticloadbalancing/latest/network/network-load-balancers.html\">Network Load Balancers</a> in the <i>Network Load Balancers Guide</i>.</p>","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CreateLoadBalancerOutput"}}}},"480":{"description":"DuplicateLoadBalancerNameException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DuplicateLoadBalancerNameException"}}}},"481":{"description":"TooManyLoadBalancersException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TooManyLoadBalancersException"}}}},"482":{"description":"InvalidConfigurationRequestException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidConfigurationRequestException"}}}},"483":{"description":"SubnetNotFoundException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SubnetNotFoundException"}}}},"484":{"description":"InvalidSubnetException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidSubnetException"}}}},"485":{"description":"InvalidSecurityGroupException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidSecurityGroupException"}}}},"486":{"description":"InvalidSchemeException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidSchemeException"}}}},"487":{"description":"TooManyTagsException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TooManyTagsException"}}}},"488":{"description":"DuplicateTagKeysException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DuplicateTagKeysException"}}}},"489":{"description":"ResourceInUseException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResourceInUseException"}}}},"490":{"description":"AllocationIdNotFoundException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/AllocationIdNotFoundException"}}}},"491":{"description":"AvailabilityZoneNotSupportedException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/AvailabilityZoneNotSupportedException"}}}},"492":{"description":"OperationNotPermittedException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/OperationNotPermittedException"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateLoadBalancerInput"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#CreateRule":{"post":{"operationId":"CreateRule","description":"<p>Creates a rule for the specified listener. The listener must be associated with an Application Load Balancer.</p> <p>Rules are evaluated in priority order, from the lowest value to the highest value. When the conditions for a rule are met, its actions are performed. If the conditions for no rules are met, the actions for the default rule are performed. For more information, see <a href=\"http://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-listeners.html#listener-rules\">Listener Rules</a> in the <i>Application Load Balancers Guide</i>.</p> <p>To view your current rules, use <a>DescribeRules</a>. To update a rule, use <a>ModifyRule</a>. To set the priorities of your rules, use <a>SetRulePriorities</a>. To delete a rule, use <a>DeleteRule</a>.</p>","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CreateRuleOutput"}}}},"480":{"description":"PriorityInUseException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PriorityInUseException"}}}},"481":{"description":"TooManyTargetGroupsException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TooManyTargetGroupsException"}}}},"482":{"description":"TooManyRulesException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TooManyRulesException"}}}},"483":{"description":"TargetGroupAssociationLimitException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TargetGroupAssociationLimitException"}}}},"484":{"description":"IncompatibleProtocolsException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/IncompatibleProtocolsException"}}}},"485":{"description":"ListenerNotFoundException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ListenerNotFoundException"}}}},"486":{"description":"TargetGroupNotFoundException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TargetGroupNotFoundException"}}}},"487":{"description":"InvalidConfigurationRequestException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidConfigurationRequestException"}}}},"488":{"description":"TooManyRegistrationsForTargetIdException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TooManyRegistrationsForTargetIdException"}}}},"489":{"description":"TooManyTargetsException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TooManyTargetsException"}}}},"490":{"description":"UnsupportedProtocolException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/UnsupportedProtocolException"}}}},"491":{"description":"TooManyActionsException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TooManyActionsException"}}}},"492":{"description":"InvalidLoadBalancerActionException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidLoadBalancerActionException"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateRuleInput"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#CreateTargetGroup":{"post":{"operationId":"CreateTargetGroup","description":"<p>Creates a target group.</p> <p>To register targets with the target group, use <a>RegisterTargets</a>. To update the health check settings for the target group, use <a>ModifyTargetGroup</a>. To monitor the health of targets in the target group, use <a>DescribeTargetHealth</a>.</p> <p>To route traffic to the targets in a target group, specify the target group in an action using <a>CreateListener</a> or <a>CreateRule</a>.</p> <p>To delete a target group, use <a>DeleteTargetGroup</a>.</p> <p>This operation is idempotent, which means that it completes at most one time. If you attempt to create multiple target groups with the same settings, each call succeeds.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-target-groups.html\">Target Groups for Your Application Load Balancers</a> in the <i>Application Load Balancers Guide</i> or <a href=\"http://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html\">Target Groups for Your Network Load Balancers</a> in the <i>Network Load Balancers Guide</i>.</p>","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CreateTargetGroupOutput"}}}},"480":{"description":"DuplicateTargetGroupNameException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DuplicateTargetGroupNameException"}}}},"481":{"description":"TooManyTargetGroupsException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TooManyTargetGroupsException"}}}},"482":{"description":"InvalidConfigurationRequestException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidConfigurationRequestException"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateTargetGroupInput"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#DeleteListener":{"post":{"operationId":"DeleteListener","description":"<p>Deletes the specified listener.</p> <p>Alternatively, your listener is deleted when you delete the load balancer to which it is attached, using <a>DeleteLoadBalancer</a>.</p>","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DeleteListenerOutput"}}}},"480":{"description":"ListenerNotFoundException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ListenerNotFoundException"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteListenerInput"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#DeleteLoadBalancer":{"post":{"operationId":"DeleteLoadBalancer","description":"<p>Deletes the specified Application Load Balancer or Network Load Balancer and its attached listeners.</p> <p>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.</p> <p>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.</p>","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DeleteLoadBalancerOutput"}}}},"480":{"description":"LoadBalancerNotFoundException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/LoadBalancerNotFoundException"}}}},"481":{"description":"OperationNotPermittedException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/OperationNotPermittedException"}}}},"482":{"description":"ResourceInUseException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResourceInUseException"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteLoadBalancerInput"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#DeleteRule":{"post":{"operationId":"DeleteRule","description":"Deletes the specified rule.","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DeleteRuleOutput"}}}},"480":{"description":"RuleNotFoundException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RuleNotFoundException"}}}},"481":{"description":"OperationNotPermittedException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/OperationNotPermittedException"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteRuleInput"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#DeleteTargetGroup":{"post":{"operationId":"DeleteTargetGroup","description":"<p>Deletes the specified target group.</p> <p>You can delete a target group if it is not referenced by any actions. Deleting a target group also deletes any associated health checks.</p>","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DeleteTargetGroupOutput"}}}},"480":{"description":"ResourceInUseException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResourceInUseException"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteTargetGroupInput"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#DeregisterTargets":{"post":{"operationId":"DeregisterTargets","description":"Deregisters the specified targets from the specified target group. After the targets are deregistered, they no longer receive traffic from the load balancer.","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DeregisterTargetsOutput"}}}},"480":{"description":"TargetGroupNotFoundException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TargetGroupNotFoundException"}}}},"481":{"description":"InvalidTargetException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidTargetException"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeregisterTargetsInput"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#DescribeAccountLimits":{"post":{"operationId":"DescribeAccountLimits","description":"<p>Describes the current Elastic Load Balancing resource limits for your AWS account.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-limits.html\">Limits for Your Application Load Balancers</a> in the <i>Application Load Balancer Guide</i> or <a href=\"http://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-limits.html\">Limits for Your Network Load Balancers</a> in the <i>Network Load Balancers Guide</i>.</p>","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DescribeAccountLimitsOutput"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeAccountLimitsInput"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#DescribeListenerCertificates":{"post":{"operationId":"DescribeListenerCertificates","description":"Describes the certificates for the specified HTTPS listener.","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DescribeListenerCertificatesOutput"}}}},"480":{"description":"ListenerNotFoundException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ListenerNotFoundException"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeListenerCertificatesInput"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#DescribeListeners":{"post":{"operationId":"DescribeListeners","description":"Describes the specified listeners or the listeners for the specified Application Load Balancer or Network Load Balancer. You must specify either a load balancer or one or more listeners.","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DescribeListenersOutput"}}}},"480":{"description":"ListenerNotFoundException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ListenerNotFoundException"}}}},"481":{"description":"LoadBalancerNotFoundException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/LoadBalancerNotFoundException"}}}},"482":{"description":"UnsupportedProtocolException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/UnsupportedProtocolException"}}}}},"parameters":[{"name":"Marker","in":"query","description":"Pagination token","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeListenersInput"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#DescribeLoadBalancerAttributes":{"post":{"operationId":"DescribeLoadBalancerAttributes","description":"<p>Describes the attributes for the specified Application Load Balancer or Network Load Balancer.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/elasticloadbalancing/latest/application/application-load-balancers.html#load-balancer-attributes\">Load Balancer Attributes</a> in the <i>Application Load Balancers Guide</i> or <a href=\"http://docs.aws.amazon.com/elasticloadbalancing/latest/network/network-load-balancers.html#load-balancer-attributes\">Load Balancer Attributes</a> in the <i>Network Load Balancers Guide</i>.</p>","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DescribeLoadBalancerAttributesOutput"}}}},"480":{"description":"LoadBalancerNotFoundException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/LoadBalancerNotFoundException"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeLoadBalancerAttributesInput"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#DescribeLoadBalancers":{"post":{"operationId":"DescribeLoadBalancers","description":"<p>Describes the specified load balancers or all of your load balancers.</p> <p>To describe the listeners for a load balancer, use <a>DescribeListeners</a>. To describe the attributes for a load balancer, use <a>DescribeLoadBalancerAttributes</a>.</p>","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DescribeLoadBalancersOutput"}}}},"480":{"description":"LoadBalancerNotFoundException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/LoadBalancerNotFoundException"}}}}},"parameters":[{"name":"Marker","in":"query","description":"Pagination token","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeLoadBalancersInput"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#DescribeRules":{"post":{"operationId":"DescribeRules","description":"Describes the specified rules or the rules for the specified listener. You must specify either a listener or one or more rules.","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DescribeRulesOutput"}}}},"480":{"description":"ListenerNotFoundException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ListenerNotFoundException"}}}},"481":{"description":"RuleNotFoundException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RuleNotFoundException"}}}},"482":{"description":"UnsupportedProtocolException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/UnsupportedProtocolException"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeRulesInput"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#DescribeSSLPolicies":{"post":{"operationId":"DescribeSSLPolicies","description":"<p>Describes the specified policies or all policies used for SSL negotiation.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/elasticloadbalancing/latest/application/create-https-listener.html#describe-ssl-policies\">Security Policies</a> in the <i>Application Load Balancers Guide</i>.</p>","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DescribeSSLPoliciesOutput"}}}},"480":{"description":"SSLPolicyNotFoundException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SSLPolicyNotFoundException"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeSSLPoliciesInput"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#DescribeTags":{"post":{"operationId":"DescribeTags","description":"Describes the tags for the specified resources. You can describe the tags for one or more Application Load Balancers, Network Load Balancers, and target groups.","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DescribeTagsOutput"}}}},"480":{"description":"LoadBalancerNotFoundException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/LoadBalancerNotFoundException"}}}},"481":{"description":"TargetGroupNotFoundException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TargetGroupNotFoundException"}}}},"482":{"description":"ListenerNotFoundException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ListenerNotFoundException"}}}},"483":{"description":"RuleNotFoundException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RuleNotFoundException"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeTagsInput"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#DescribeTargetGroupAttributes":{"post":{"operationId":"DescribeTargetGroupAttributes","description":"<p>Describes the attributes for the specified target group.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-target-groups.html#target-group-attributes\">Target Group Attributes</a> in the <i>Application Load Balancers Guide</i> or <a href=\"http://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html#target-group-attributes\">Target Group Attributes</a> in the <i>Network Load Balancers Guide</i>.</p>","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DescribeTargetGroupAttributesOutput"}}}},"480":{"description":"TargetGroupNotFoundException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TargetGroupNotFoundException"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeTargetGroupAttributesInput"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#DescribeTargetGroups":{"post":{"operationId":"DescribeTargetGroups","description":"<p>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.</p> <p>To describe the targets for a target group, use <a>DescribeTargetHealth</a>. To describe the attributes of a target group, use <a>DescribeTargetGroupAttributes</a>.</p>","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DescribeTargetGroupsOutput"}}}},"480":{"description":"LoadBalancerNotFoundException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/LoadBalancerNotFoundException"}}}},"481":{"description":"TargetGroupNotFoundException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TargetGroupNotFoundException"}}}}},"parameters":[{"name":"Marker","in":"query","description":"Pagination token","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeTargetGroupsInput"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#DescribeTargetHealth":{"post":{"operationId":"DescribeTargetHealth","description":"Describes the health of the specified targets or all of your targets.","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DescribeTargetHealthOutput"}}}},"480":{"description":"InvalidTargetException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidTargetException"}}}},"481":{"description":"TargetGroupNotFoundException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TargetGroupNotFoundException"}}}},"482":{"description":"HealthUnavailableException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/HealthUnavailableException"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DescribeTargetHealthInput"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#ModifyListener":{"post":{"operationId":"ModifyListener","description":"<p>Modifies the specified properties of the specified listener.</p> <p>Any properties that you do not specify retain their current values. However, changing the protocol from HTTPS to HTTP, or from TLS to TCP, removes the security policy and server certificate properties. If you change the protocol from HTTP to HTTPS, or from TCP to TLS, you must add the security policy and server certificate properties.</p>","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ModifyListenerOutput"}}}},"480":{"description":"DuplicateListenerException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/DuplicateListenerException"}}}},"481":{"description":"TooManyListenersException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TooManyListenersException"}}}},"482":{"description":"TooManyCertificatesException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TooManyCertificatesException"}}}},"483":{"description":"ListenerNotFoundException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ListenerNotFoundException"}}}},"484":{"description":"TargetGroupNotFoundException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TargetGroupNotFoundException"}}}},"485":{"description":"TargetGroupAssociationLimitException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TargetGroupAssociationLimitException"}}}},"486":{"description":"IncompatibleProtocolsException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/IncompatibleProtocolsException"}}}},"487":{"description":"SSLPolicyNotFoundException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SSLPolicyNotFoundException"}}}},"488":{"description":"CertificateNotFoundException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CertificateNotFoundException"}}}},"489":{"description":"InvalidConfigurationRequestException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidConfigurationRequestException"}}}},"490":{"description":"UnsupportedProtocolException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/UnsupportedProtocolException"}}}},"491":{"description":"TooManyRegistrationsForTargetIdException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TooManyRegistrationsForTargetIdException"}}}},"492":{"description":"TooManyTargetsException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TooManyTargetsException"}}}},"493":{"description":"TooManyActionsException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TooManyActionsException"}}}},"494":{"description":"InvalidLoadBalancerActionException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidLoadBalancerActionException"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ModifyListenerInput"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#ModifyLoadBalancerAttributes":{"post":{"operationId":"ModifyLoadBalancerAttributes","description":"<p>Modifies the specified attributes of the specified Application Load Balancer or Network Load Balancer.</p> <p>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.</p>","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ModifyLoadBalancerAttributesOutput"}}}},"480":{"description":"LoadBalancerNotFoundException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/LoadBalancerNotFoundException"}}}},"481":{"description":"InvalidConfigurationRequestException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidConfigurationRequestException"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ModifyLoadBalancerAttributesInput"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/#ModifyRule":{"post":{"operationId":"ModifyRule","description":"<p>Modifies the specified rule.</p> <p>Any existing properties that you do not modify retain their current values.</p> <p>To modify the actions for the default rule, use <a>ModifyListener</a>.</p>","responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ModifyRuleOutput"}}}},"480":{"description":"TargetGroupAssociationLimitException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TargetGroupAssociationLimitException"}}}},"481":{"description":"IncompatibleProtocolsException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/IncompatibleProtocolsException"}}}},"482":{"description":"RuleNotFoundException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RuleNotFoundException"}}}},"483":{"description":"OperationNotPermittedException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/OperationNotPermittedException"}}}},"484":{"description":"TooManyRegistrationsForTargetIdException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TooManyRegistrationsForTargetIdException"}}}},"485":{"description":"TooManyTargetsException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TooManyTargetsException"}}}},"486":{"description":"TargetGroupNotFoundException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TargetGroupNotFoundException"}}}},"487":{"description":"UnsupportedProtocolException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/UnsupportedProtocolException"}}}},"488":{"description":"TooManyActionsException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/TooManyActionsException"}}}},"489":{"description":"InvalidLoadBalancerActionException","content":{"*/*":{"schema":{"$ref":"#/components/schemas/InvalidLoadBalancerActionException"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ModifyRuleInput"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$r