openapi-directory
Version:
Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS
1 lines • 282 kB
JSON
{"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, Gateway Load Balancers, and Classic Load Balancers. This reference covers the following load balancer types:</p> <ul> <li> <p>Application Load Balancer - Operates at the application layer (layer 7) and supports HTTP and HTTPS.</p> </li> <li> <p>Network Load Balancer - Operates at the transport layer (layer 4) and supports TCP, TLS, and UDP.</p> </li> <li> <p>Gateway Load Balancer - Operates at the network layer (layer 3).</p> </li> </ul> <p>For more information, see the <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/userguide/\">Elastic Load Balancing User Guide</a>.</p> <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-driver":"external"}],"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://docs.aws.amazon.com/elasticloadbalancing/"},"servers":[{"url":"http://elasticloadbalancing.{region}.amazonaws.com","variables":{"region":{"description":"The AWS region","enum":["us-east-1","us-east-2","us-west-1","us-west-2","us-gov-west-1","us-gov-east-1","ca-central-1","eu-north-1","eu-west-1","eu-west-2","eu-west-3","eu-central-1","eu-south-1","af-south-1","ap-northeast-1","ap-northeast-2","ap-northeast-3","ap-southeast-1","ap-southeast-2","ap-east-1","ap-south-1","sa-east-1","me-south-1"],"default":"us-east-1"}},"description":"The Elastic Load Balancing v2 multi-region endpoint"},{"url":"https://elasticloadbalancing.{region}.amazonaws.com","variables":{"region":{"description":"The AWS region","enum":["us-east-1","us-east-2","us-west-1","us-west-2","us-gov-west-1","us-gov-east-1","ca-central-1","eu-north-1","eu-west-1","eu-west-2","eu-west-3","eu-central-1","eu-south-1","af-south-1","ap-northeast-1","ap-northeast-2","ap-northeast-3","ap-southeast-1","ap-southeast-2","ap-east-1","ap-south-1","sa-east-1","me-south-1"],"default":"us-east-1"}},"description":"The Elastic Load Balancing v2 multi-region endpoint"},{"url":"http://elasticloadbalancing.amazonaws.com","variables":{},"description":"The general Elastic Load Balancing v2 endpoint for US East (N. Virginia)"},{"url":"https://elasticloadbalancing.amazonaws.com","variables":{},"description":"The general Elastic Load Balancing v2 endpoint for US East (N. Virginia)"},{"url":"http://elasticloadbalancing.{region}.amazonaws.com.cn","variables":{"region":{"description":"The AWS region","enum":["cn-north-1","cn-northwest-1"],"default":"cn-north-1"}},"description":"The Elastic Load Balancing v2 endpoint for China (Beijing) and China (Ningxia)"},{"url":"https://elasticloadbalancing.{region}.amazonaws.com.cn","variables":{"region":{"description":"The AWS region","enum":["cn-north-1","cn-northwest-1"],"default":"cn-north-1"}},"description":"The Elastic Load Balancing v2 endpoint for China (Beijing) and China (Ningxia)"}],"x-hasEquivalentPaths":true,"paths":{"/#Action=AddListenerCertificates":{"get":{"x-aws-operation-name":"AddListenerCertificates","operationId":"GET_AddListenerCertificates","description":"<p>Adds the specified SSL server certificate to the certificate list for the specified HTTPS or TLS listener.</p> <p>If the certificate in already in the certificate list, the call is successful but the certificate is not added again.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/application/create-https-listener.html\">HTTPS listeners</a> in the <i>Application Load Balancers Guide</i> or <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-tls-listener.html\">TLS listeners</a> in the <i>Network Load Balancers Guide</i>.</p>","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/AddListenerCertificatesOutput"}}}},"480":{"description":"ListenerNotFoundException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/ListenerNotFoundException"}}}},"481":{"description":"TooManyCertificatesException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyCertificatesException"}}}},"482":{"description":"CertificateNotFoundException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CertificateNotFoundException"}}}}},"parameters":[{"name":"ListenerArn","in":"query","required":true,"description":"The Amazon Resource Name (ARN) of the listener.","schema":{"type":"string"}},{"name":"Certificates","in":"query","required":true,"description":"The certificate to add. You can specify one certificate per call. Set <code>CertificateArn</code> to the certificate ARN but do not set <code>IsDefault</code>.","schema":{"type":"array","items":{"$ref":"#/components/schemas/Certificate"}}},{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["AddListenerCertificates"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2015-12-01"]}}]},"parameters":[{"$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"}],"post":{"x-aws-operation-name":"AddListenerCertificates","operationId":"POST_AddListenerCertificates","description":"<p>Adds the specified SSL server certificate to the certificate list for the specified HTTPS or TLS listener.</p> <p>If the certificate in already in the certificate list, the call is successful but the certificate is not added again.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/application/create-https-listener.html\">HTTPS listeners</a> in the <i>Application Load Balancers Guide</i> or <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-tls-listener.html\">TLS listeners</a> in the <i>Network Load Balancers Guide</i>.</p>","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/AddListenerCertificatesOutput"}}}},"480":{"description":"ListenerNotFoundException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/ListenerNotFoundException"}}}},"481":{"description":"TooManyCertificatesException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyCertificatesException"}}}},"482":{"description":"CertificateNotFoundException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CertificateNotFoundException"}}}}},"requestBody":{"content":{"text/xml":{"schema":{"$ref":"#/components/schemas/AddListenerCertificatesInput"}}}},"parameters":[{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["AddListenerCertificates"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2015-12-01"]}}]}},"/#Action=AddTags":{"get":{"x-aws-operation-name":"AddTags","operationId":"GET_AddTags","description":"<p>Adds the specified tags to the specified Elastic Load Balancing resource. You can tag your Application Load Balancers, Network Load Balancers, Gateway Load Balancers, target groups, listeners, and rules.</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>","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/AddTagsOutput"}}}},"480":{"description":"DuplicateTagKeysException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DuplicateTagKeysException"}}}},"481":{"description":"TooManyTagsException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyTagsException"}}}},"482":{"description":"LoadBalancerNotFoundException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/LoadBalancerNotFoundException"}}}},"483":{"description":"TargetGroupNotFoundException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TargetGroupNotFoundException"}}}},"484":{"description":"ListenerNotFoundException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/ListenerNotFoundException"}}}},"485":{"description":"RuleNotFoundException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/RuleNotFoundException"}}}}},"parameters":[{"name":"ResourceArns","in":"query","required":true,"description":"The Amazon Resource Name (ARN) of the resource.","schema":{"type":"array","items":{"$ref":"#/components/schemas/ResourceArn"}}},{"name":"Tags","in":"query","required":true,"description":"The tags.","schema":{"type":"array","items":{"$ref":"#/components/schemas/Tag"},"minItems":1}},{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["AddTags"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2015-12-01"]}}]},"parameters":[{"$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"}],"post":{"x-aws-operation-name":"AddTags","operationId":"POST_AddTags","description":"<p>Adds the specified tags to the specified Elastic Load Balancing resource. You can tag your Application Load Balancers, Network Load Balancers, Gateway Load Balancers, target groups, listeners, and rules.</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>","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/AddTagsOutput"}}}},"480":{"description":"DuplicateTagKeysException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DuplicateTagKeysException"}}}},"481":{"description":"TooManyTagsException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyTagsException"}}}},"482":{"description":"LoadBalancerNotFoundException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/LoadBalancerNotFoundException"}}}},"483":{"description":"TargetGroupNotFoundException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TargetGroupNotFoundException"}}}},"484":{"description":"ListenerNotFoundException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/ListenerNotFoundException"}}}},"485":{"description":"RuleNotFoundException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/RuleNotFoundException"}}}}},"requestBody":{"content":{"text/xml":{"schema":{"$ref":"#/components/schemas/AddTagsInput"}}}},"parameters":[{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["AddTags"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2015-12-01"]}}]}},"/#Action=CreateListener":{"get":{"x-aws-operation-name":"CreateListener","operationId":"GET_CreateListener","description":"<p>Creates a listener for the specified Application Load Balancer, Network Load Balancer, or Gateway Load Balancer.</p> <p>For more information, see the following:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-listeners.html\">Listeners for your Application Load Balancers</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-listeners.html\">Listeners for your Network Load Balancers</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/gateway/gateway-listeners.html\">Listeners for your Gateway Load Balancers</a> </p> </li> </ul> <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>","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CreateListenerOutput"}}}},"480":{"description":"DuplicateListenerException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DuplicateListenerException"}}}},"481":{"description":"TooManyListenersException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyListenersException"}}}},"482":{"description":"TooManyCertificatesException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyCertificatesException"}}}},"483":{"description":"LoadBalancerNotFoundException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/LoadBalancerNotFoundException"}}}},"484":{"description":"TargetGroupNotFoundException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TargetGroupNotFoundException"}}}},"485":{"description":"TargetGroupAssociationLimitException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TargetGroupAssociationLimitException"}}}},"486":{"description":"InvalidConfigurationRequestException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidConfigurationRequestException"}}}},"487":{"description":"IncompatibleProtocolsException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/IncompatibleProtocolsException"}}}},"488":{"description":"SSLPolicyNotFoundException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/SSLPolicyNotFoundException"}}}},"489":{"description":"CertificateNotFoundException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CertificateNotFoundException"}}}},"490":{"description":"UnsupportedProtocolException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/UnsupportedProtocolException"}}}},"491":{"description":"TooManyRegistrationsForTargetIdException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyRegistrationsForTargetIdException"}}}},"492":{"description":"TooManyTargetsException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyTargetsException"}}}},"493":{"description":"TooManyActionsException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyActionsException"}}}},"494":{"description":"InvalidLoadBalancerActionException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidLoadBalancerActionException"}}}},"495":{"description":"TooManyUniqueTargetGroupsPerLoadBalancerException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyUniqueTargetGroupsPerLoadBalancerException"}}}},"496":{"description":"ALPNPolicyNotSupportedException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/ALPNPolicyNotSupportedException"}}}},"497":{"description":"TooManyTagsException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyTagsException"}}}}},"parameters":[{"name":"LoadBalancerArn","in":"query","required":true,"description":"The Amazon Resource Name (ARN) of the load balancer.","schema":{"type":"string"}},{"name":"Protocol","in":"query","required":false,"description":"The protocol for connections from clients to the load balancer. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, and TCP_UDP. You can’t specify the UDP or TCP_UDP protocol if dual-stack mode is enabled. You cannot specify a protocol for a Gateway Load Balancer.","schema":{"type":"string","enum":["HTTP","HTTPS","TCP","TLS","UDP","TCP_UDP","GENEVE"]}},{"name":"Port","in":"query","required":false,"description":"The port on which the load balancer is listening. You cannot specify a port for a Gateway Load Balancer.","schema":{"type":"integer","minimum":1,"maximum":65535}},{"name":"SslPolicy","in":"query","required":false,"description":"<p>[HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported.</p> <p>For more information, see <a href=\"https://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> and <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-tls-listener.html#describe-ssl-policies\">Security policies</a> in the <i>Network Load Balancers Guide</i>.</p>","schema":{"type":"string"}},{"name":"Certificates","in":"query","required":false,"description":"[HTTPS and TLS listeners] The default certificate for the listener. You must provide exactly one certificate. Set <code>CertificateArn</code> to the certificate ARN but do not set <code>IsDefault</code>.","schema":{"type":"array","items":{"$ref":"#/components/schemas/Certificate"}}},{"name":"DefaultActions","in":"query","required":true,"description":"The actions for the default rule.","schema":{"type":"array","items":{"$ref":"#/components/schemas/Action"}}},{"name":"AlpnPolicy","in":"query","required":false,"description":"<p>[TLS listeners] The name of the Application-Layer Protocol Negotiation (ALPN) policy. You can specify one policy name. The following are the possible values:</p> <ul> <li> <p> <code>HTTP1Only</code> </p> </li> <li> <p> <code>HTTP2Only</code> </p> </li> <li> <p> <code>HTTP2Optional</code> </p> </li> <li> <p> <code>HTTP2Preferred</code> </p> </li> <li> <p> <code>None</code> </p> </li> </ul> <p>For more information, see <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-tls-listener.html#alpn-policies\">ALPN policies</a> in the <i>Network Load Balancers Guide</i>.</p>","schema":{"type":"array","items":{"$ref":"#/components/schemas/AlpnPolicyValue"}}},{"name":"Tags","in":"query","required":false,"description":"The tags to assign to the listener.","schema":{"type":"array","items":{"$ref":"#/components/schemas/Tag"},"minItems":1}},{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["CreateListener"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2015-12-01"]}}]},"parameters":[{"$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"}],"post":{"x-aws-operation-name":"CreateListener","operationId":"POST_CreateListener","description":"<p>Creates a listener for the specified Application Load Balancer, Network Load Balancer, or Gateway Load Balancer.</p> <p>For more information, see the following:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-listeners.html\">Listeners for your Application Load Balancers</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-listeners.html\">Listeners for your Network Load Balancers</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/gateway/gateway-listeners.html\">Listeners for your Gateway Load Balancers</a> </p> </li> </ul> <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>","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CreateListenerOutput"}}}},"480":{"description":"DuplicateListenerException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DuplicateListenerException"}}}},"481":{"description":"TooManyListenersException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyListenersException"}}}},"482":{"description":"TooManyCertificatesException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyCertificatesException"}}}},"483":{"description":"LoadBalancerNotFoundException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/LoadBalancerNotFoundException"}}}},"484":{"description":"TargetGroupNotFoundException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TargetGroupNotFoundException"}}}},"485":{"description":"TargetGroupAssociationLimitException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TargetGroupAssociationLimitException"}}}},"486":{"description":"InvalidConfigurationRequestException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidConfigurationRequestException"}}}},"487":{"description":"IncompatibleProtocolsException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/IncompatibleProtocolsException"}}}},"488":{"description":"SSLPolicyNotFoundException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/SSLPolicyNotFoundException"}}}},"489":{"description":"CertificateNotFoundException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CertificateNotFoundException"}}}},"490":{"description":"UnsupportedProtocolException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/UnsupportedProtocolException"}}}},"491":{"description":"TooManyRegistrationsForTargetIdException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyRegistrationsForTargetIdException"}}}},"492":{"description":"TooManyTargetsException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyTargetsException"}}}},"493":{"description":"TooManyActionsException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyActionsException"}}}},"494":{"description":"InvalidLoadBalancerActionException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidLoadBalancerActionException"}}}},"495":{"description":"TooManyUniqueTargetGroupsPerLoadBalancerException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyUniqueTargetGroupsPerLoadBalancerException"}}}},"496":{"description":"ALPNPolicyNotSupportedException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/ALPNPolicyNotSupportedException"}}}},"497":{"description":"TooManyTagsException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyTagsException"}}}}},"requestBody":{"content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CreateListenerInput"}}}},"parameters":[{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["CreateListener"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2015-12-01"]}}]}},"/#Action=CreateLoadBalancer":{"get":{"x-aws-operation-name":"CreateLoadBalancer","operationId":"GET_CreateLoadBalancer","description":"<p>Creates an Application Load Balancer, Network Load Balancer, or Gateway Load Balancer.</p> <p>For more information, see the following:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/application/application-load-balancers.html\">Application Load Balancers</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/network/network-load-balancers.html\">Network Load Balancers</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/gateway/gateway-load-balancers.html\">Gateway Load Balancers</a> </p> </li> </ul> <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>","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CreateLoadBalancerOutput"}}}},"480":{"description":"DuplicateLoadBalancerNameException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DuplicateLoadBalancerNameException"}}}},"481":{"description":"TooManyLoadBalancersException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyLoadBalancersException"}}}},"482":{"description":"InvalidConfigurationRequestException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidConfigurationRequestException"}}}},"483":{"description":"SubnetNotFoundException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/SubnetNotFoundException"}}}},"484":{"description":"InvalidSubnetException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidSubnetException"}}}},"485":{"description":"InvalidSecurityGroupException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidSecurityGroupException"}}}},"486":{"description":"InvalidSchemeException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidSchemeException"}}}},"487":{"description":"TooManyTagsException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyTagsException"}}}},"488":{"description":"DuplicateTagKeysException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DuplicateTagKeysException"}}}},"489":{"description":"ResourceInUseException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/ResourceInUseException"}}}},"490":{"description":"AllocationIdNotFoundException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/AllocationIdNotFoundException"}}}},"491":{"description":"AvailabilityZoneNotSupportedException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/AvailabilityZoneNotSupportedException"}}}},"492":{"description":"OperationNotPermittedException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/OperationNotPermittedException"}}}}},"parameters":[{"name":"Name","in":"query","required":true,"description":"<p>The name of the load balancer.</p> <p>This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, must not begin or end with a hyphen, and must not begin with \"internal-\".</p>","schema":{"type":"string"}},{"name":"Subnets","in":"query","required":false,"description":"<p>The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings, but not both. To specify an Elastic IP address, specify subnet mappings instead of subnets.</p> <p>[Application Load Balancers] You must specify subnets from at least two Availability Zones.</p> <p>[Application Load Balancers on Outposts] You must specify one Outpost subnet.</p> <p>[Application Load Balancers on Local Zones] You can specify subnets from one or more Local Zones.</p> <p>[Network Load Balancers] You can specify subnets from one or more Availability Zones.</p> <p>[Gateway Load Balancers] You can specify subnets from one or more Availability Zones.</p>","schema":{"type":"array","items":{"$ref":"#/components/schemas/SubnetId"}}},{"name":"SubnetMappings","in":"query","required":false,"description":"<p>The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings, but not both.</p> <p>[Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.</p> <p>[Application Load Balancers on Outposts] You must specify one Outpost subnet.</p> <p>[Application Load Balancers on Local Zones] You can specify subnets from one or more Local Zones.</p> <p>[Network Load Balancers] You can specify subnets from one or more Availability Zones. You can specify one Elastic IP address per subnet if you need static IP addresses for your internet-facing load balancer. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet. For internet-facing load balancer, you can specify one IPv6 address per subnet.</p> <p>[Gateway Load Balancers] You can specify subnets from one or more Availability Zones. You cannot specify Elastic IP addresses for your subnets.</p>","schema":{"type":"array","items":{"$ref":"#/components/schemas/SubnetMapping"}}},{"name":"SecurityGroups","in":"query","required":false,"description":"[Application Load Balancers] The IDs of the security groups for the load balancer.","schema":{"type":"array","items":{"$ref":"#/components/schemas/SecurityGroupId"}}},{"name":"Scheme","in":"query","required":false,"description":"<p>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.</p> <p>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 route requests only from clients with access to the VPC for the load balancer.</p> <p>The default is an Internet-facing load balancer.</p> <p>You cannot specify a scheme for a Gateway Load Balancer.</p>","schema":{"type":"string","enum":["internet-facing","internal"]}},{"name":"Tags","in":"query","required":false,"description":"The tags to assign to the load balancer.","schema":{"type":"array","items":{"$ref":"#/components/schemas/Tag"},"minItems":1}},{"name":"Type","in":"query","required":false,"description":"The type of load balancer. The default is <code>application</code>.","schema":{"type":"string","enum":["application","network","gateway"]}},{"name":"IpAddressType","in":"query","required":false,"description":"The type of IP addresses used by the subnets for your load balancer. The possible values are <code>ipv4</code> (for IPv4 addresses) and <code>dualstack</code> (for IPv4 and IPv6 addresses). ","schema":{"type":"string","enum":["ipv4","dualstack"]}},{"name":"CustomerOwnedIpv4Pool","in":"query","required":false,"description":"[Application Load Balancers on Outposts] The ID of the customer-owned address pool (CoIP pool).","schema":{"type":"string","pattern":"^(ipv4pool-coip-)[a-zA-Z0-9]+$","maxLength":256}},{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["CreateLoadBalancer"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2015-12-01"]}}]},"parameters":[{"$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"}],"post":{"x-aws-operation-name":"CreateLoadBalancer","operationId":"POST_CreateLoadBalancer","description":"<p>Creates an Application Load Balancer, Network Load Balancer, or Gateway Load Balancer.</p> <p>For more information, see the following:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/application/application-load-balancers.html\">Application Load Balancers</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/network/network-load-balancers.html\">Network Load Balancers</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/gateway/gateway-load-balancers.html\">Gateway Load Balancers</a> </p> </li> </ul> <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>","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CreateLoadBalancerOutput"}}}},"480":{"description":"DuplicateLoadBalancerNameException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DuplicateLoadBalancerNameException"}}}},"481":{"description":"TooManyLoadBalancersException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyLoadBalancersException"}}}},"482":{"description":"InvalidConfigurationRequestException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidConfigurationRequestException"}}}},"483":{"description":"SubnetNotFoundException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/SubnetNotFoundException"}}}},"484":{"description":"InvalidSubnetException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidSubnetException"}}}},"485":{"description":"InvalidSecurityGroupException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidSecurityGroupException"}}}},"486":{"description":"InvalidSchemeException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidSchemeException"}}}},"487":{"description":"TooManyTagsException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyTagsException"}}}},"488":{"description":"DuplicateTagKeysException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DuplicateTagKeysException"}}}},"489":{"description":"ResourceInUseException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/ResourceInUseException"}}}},"490":{"description":"AllocationIdNotFoundException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/AllocationIdNotFoundException"}}}},"491":{"description":"AvailabilityZoneNotSupportedException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/AvailabilityZoneNotSupportedException"}}}},"492":{"description":"OperationNotPermittedException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/OperationNotPermittedException"}}}}},"requestBody":{"content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CreateLoadBalancerInput"}}}},"parameters":[{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["CreateLoadBalancer"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2015-12-01"]}}]}},"/#Action=CreateRule":{"get":{"x-aws-operation-name":"CreateRule","operationId":"GET_CreateRule","description":"<p>Creates a rule for the specified listener. The listener must be associated with an Application Load Balancer.</p> <p>Each rule consists of a priority, one or more actions, and one or more conditions. 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=\"https://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>","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CreateRuleOutput"}}}},"480":{"description":"PriorityInUseException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/PriorityInUseException"}}}},"481":{"description":"TooManyTargetGroupsException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyTargetGroupsException"}}}},"482":{"description":"TooManyRulesException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyRulesException"}}}},"483":{"description":"TargetGroupAssociationLimitException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TargetGroupAssociationLimitException"}}}},"484":{"description":"IncompatibleProtocolsException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/IncompatibleProtocolsException"}}}},"485":{"description":"ListenerNotFoundException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/ListenerNotFoundException"}}}},"486":{"description":"TargetGroupNotFoundException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TargetGroupNotFoundException"}}}},"487":{"description":"InvalidConfigurationRequestException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidConfigurationRequestException"}}}},"488":{"description":"TooManyRegistrationsForTargetIdException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyRegistrationsForTargetIdException"}}}},"489":{"description":"TooManyTargetsException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyTargetsException"}}}},"490":{"description":"UnsupportedProtocolException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/UnsupportedProtocolException"}}}},"491":{"description":"TooManyActionsException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyActionsException"}}}},"492":{"description":"InvalidLoadBalancerActionException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidLoadBalancerActionException"}}}},"493":{"description":"TooManyUniqueTargetGroupsPerLoadBalancerException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyUniqueTargetGroupsPerLoadBalancerException"}}}},"494":{"description":"TooManyTagsException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyTagsException"}}}}},"parameters":[{"name":"ListenerArn","in":"query","required":true,"description":"The Amazon Resource Name (ARN) of the listener.","schema":{"type":"string"}},{"name":"Conditions","in":"query","required":true,"description":"The conditions.","schema":{"type":"array","items":{"$ref":"#/components/schemas/RuleCondition"}}},{"name":"Priority","in":"query","required":true,"description":"The rule priority. A listener can't have multiple rules with the same priority.","schema":{"type":"integer","minimum":1,"maximum":50000}},{"name":"Actions","in":"query","required":true,"description":"The actions.","schema":{"type":"array","items":{"$ref":"#/components/schemas/Action"}}},{"name":"Tags","in":"query","required":false,"description":"The tags to assign to the rule.","schema":{"type":"array","items":{"$ref":"#/components/schemas/Tag"},"minItems":1}},{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["CreateRule"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2015-12-01"]}}]},"parameters":[{"$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"}],"post":{"x-aws-operation-name":"CreateRule","operationId":"POST_CreateRule","description":"<p>Creates a rule for the specified listener. The listener must be associated with an Application Load Balancer.</p> <p>Each rule consists of a priority, one or more actions, and one or more conditions. 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=\"https://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>","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CreateRuleOutput"}}}},"480":{"description":"PriorityInUseException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/PriorityInUseException"}}}},"481":{"description":"TooManyTargetGroupsException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyTargetGroupsException"}}}},"482":{"description":"TooManyRulesException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyRulesException"}}}},"483":{"description":"TargetGroupAssociationLimitException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TargetGroupAssociationLimitException"}}}},"484":{"description":"IncompatibleProtocolsException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/IncompatibleProtocolsException"}}}},"485":{"description":"ListenerNotFoundException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/ListenerNotFoundException"}}}},"486":{"description":"TargetGroupNotFoundException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TargetGroupNotFoundException"}}}},"487":{"description":"InvalidConfigurationRequestException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidConfigurationRequestException"}}}},"488":{"description":"TooManyRegistrationsForTargetIdException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyRegistrationsForTargetIdException"}}}},"489":{"description":"TooManyTargetsException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyTargetsException"}}}},"490":{"description":"UnsupportedProtocolException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/UnsupportedProtocolException"}}}},"491":{"description":"TooManyActionsException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyActionsException"}}}},"492":{"description":"InvalidLoadBalancerActionException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidLoadBalancerActionException"}}}},"493":{"description":"TooManyUniqueTargetGroupsPerLoadBalancerException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyUniqueTargetGroupsPerLoadBalancerException"}}}},"494":{"description":"TooManyTagsException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyTagsException"}}}}},"requestBody":{"content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CreateRuleInput"}}}},"parameters":[{"name":"Action","in":"query","required":true,"schema":{"type":"string","enum":["CreateRule"]}},{"name":"Version","in":"query","required":true,"schema":{"type":"string","enum":["2015-12-01"]}}]}},"/#Action=CreateTargetGroup":{"get":{"x-aws-operation-name":"CreateTargetGroup","operationId":"GET_CreateTargetGroup","description":"<p>Creates a target group.</p> <p>For more information, see the following:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-target-groups.html\">Target groups for your Application Load Balancers</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html\">Target groups for your Network Load Balancers</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/elasticloadbalancing/latest/gateway/target-groups.html\">Target groups for your Gateway Load Balancers</a> </p> </li> </ul> <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>","responses":{"200":{"description":"Success","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/CreateTargetGroupOutput"}}}},"480":{"description":"DuplicateTargetGroupNameException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/DuplicateTargetGroupNameException"}}}},"481":{"description":"TooManyTargetGroupsException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyTargetGroupsException"}}}},"482":{"description":"InvalidConfigurationRequestException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/InvalidConfigurationRequestException"}}}},"483":{"description":"TooManyTagsException","content":{"text/xml":{"schema":{"$ref":"#/components/schemas/TooManyTagsException"}}}}},"parameters":[{"name":"Name","in":"query","required":true,"description":"<p>The name of the target group.</p> <p>This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.</p>","schema":{"type":"string"}},{"name":"Protocol","in":"query","required":false,"description":"The protocol to use for routing traffic to the targets. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, or TCP_UDP. For Gateway Load Balancers, the supported protocol is GENEVE. A TCP_UDP listener must be associated with a TCP_UDP target group. If the target is a Lambda function, this parameter does not apply.","schema":{"type":"string","enum":["HTTP","HTTPS","TCP","TLS","UDP","TCP_UDP","GENEVE"]}},{"name":"ProtocolVersion","in":"query","required":false,"description":"[HTTP/HTTPS protocol] The protocol version. Specify <code>GRPC</code> to send requests to targets using gRPC. Specify <code>HTTP2</code> to send requests to targets using HTTP/2. The default is <code>HTTP1</code>, which sends requests to targets using HTTP/1.1.","schema":{"type":"string"}},{"name":"Port","in":"query","required":false,"description":"The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target. If the target is a Lambda function, this parameter does not apply. If the protocol is GENEVE, the supported port is 6081.","schema":{"type":"integer","minimum":1,"maximum":65535}},{"name":"VpcId","in":"query","required":false,"description":"The identifier of the virtual private cloud (VPC). If the target is a Lambda function, this parameter does not apply. Otherwise, this parameter is required.","schema":{"type":"string"}},{"name":"HealthCheckProtocol","in":"query","required":false,"description":"The protocol the load balancer uses when performing health checks on targets. For Application Load Balancers, the default is HTTP. For Network Load Balancers and Gateway Load Balancers, the default is TCP. The TCP protocol is not supported for health checks if the protocol of the target group is HTTP or HTTPS. The GENEVE, TLS, UDP, and TCP_UDP protocols are not supported for health checks.","schema":{"type":"string","enum":["HTTP","HTTPS","TCP","TLS","UDP","TCP_UDP","GENEVE"]}},{"name":"HealthCheckPort","in":"query","required":false,"description":"The port the load balancer uses when performing health checks on targets. If the protocol is HTTP, HTTPS, TCP, TLS, UDP, or TCP_UDP, the default is <code>traffic-port</code>, which is the port on which each target receives traffic from the load balancer. If the protocol is GENEVE, the default is port 80.","schema":{"type":"string"}},{"name":"HealthCheckEnabled","in":"query","required":false,"description":"Indicates whether health checks are enabled. If the target type is <code>lambda</code>, health checks are disabled by default but can be enabled. If the target type is <code>instance</code>, <code>ip</code>, or <code>alb</code>, health checks are always enabled and cannot be disabled.","schema":{"type":"boolean"}},{"name":"HealthCheckPath","in":"query","required":false,"description":"<p>[HTTP/HTTPS health checks] The destination for health checks on the targets.</p> <p>[HTTP1 or HTTP2 protocol version] The ping path. The default is /.</p> <p>[GRPC protocol version] The path of a custom health check method with the format /package.service/method. The default is /Amazon Web Services.ALB/healthcheck.</p>","schema":{"type":"string","minLength":1,"maxLength":1024}},{"name":"HealthCheckIntervalSeconds","in":"query","required":false,"description":"The approximate amount of time, in seconds, between health checks of an individual target. The range is 5-300. If the target group protocol is TCP, TLS, UDP, TCP_UDP, HTTP or HTTPS, the default is 30 seconds. If the target group protocol is GENEVE, the default is 10 seconds. If the target type is <code>lambda</code>, the default is 35 seconds.","schema":{"type":"integer","minimum":5,"maximum":300}},{"name":"HealthCheckTimeoutSeconds","in":"query","required":false,"description":"The amount of time, in seconds, during which no response from a target means a failed health check. The range is 2–120 seconds. For target groups with a protocol of HTTP, the default is 6 seconds. For target groups with a protocol of TCP, TLS