![JAR search and dependency download from the Maven repository](/logo.png)
models.elasticloadbalancing-2012-06-01-intermediate.json Maven / Gradle / Ivy
Show all versions of aws-java-sdk-elasticloadbalancing Show documentation
{
"metadata" : {
"apiVersion" : "2012-06-01",
"protocol" : "query",
"checksumFormat" : null,
"documentation" : "Elastic Load Balancing Elastic Load Balancing distributes incoming traffic across your EC2 instances.
For information about the features of Elastic Load Balancing, see What Is Elastic Load Balancing? in the Elastic Load Balancing Developer Guide.
For information about the AWS regions supported by Elastic Load Balancing, see Regions and Endpoints - Elastic Load Balancing in the Amazon Web Services General Reference.
All Elastic Load Balancing operations are idempotent, which means that they complete at most one time. If you repeat an operation, it succeeds with a 200 OK response code.
",
"defaultEndpoint" : "elasticloadbalancing.amazonaws.com",
"defaultEndpointWithoutHttpProtocol" : "elasticloadbalancing.amazonaws.com",
"syncInterface" : "AmazonElasticLoadBalancing",
"syncClient" : "AmazonElasticLoadBalancingClient",
"asyncInterface" : "AmazonElasticLoadBalancingAsync",
"asyncClient" : "AmazonElasticLoadBalancingAsyncClient",
"packageName" : "com.amazonaws.services.elasticloadbalancing",
"packagePath" : "com/amazonaws/services/elasticloadbalancing",
"serviceAbbreviation" : null,
"serviceFullName" : "Elastic Load Balancing",
"hasApiWithStreamInput" : false,
"contentType" : null,
"jsonVersion" : null,
"endpointPrefix" : "elasticloadbalancing",
"signingName" : "elasticloadbalancing",
"syncClientBuilderClassName" : "AmazonElasticLoadBalancingClientBuilder",
"asyncClientBuilderClassName" : "AmazonElasticLoadBalancingAsyncClientBuilder",
"serviceName" : "Elastic Load Balancing",
"cborProtocol" : false,
"xmlProtocol" : true,
"unmarshallerContextClassName" : "StaxUnmarshallerContext",
"unmarshallerClassSuffix" : "StaxUnmarshaller",
"protocolDefaultExceptionUmarshallerImpl" : "StandardErrorUnmarshaller",
"jsonProtocol" : false
},
"operations" : {
"AddTags" : {
"documentation" : "Adds the specified tags to the specified load balancer. Each load balancer can have a maximum of 10 tags.
Each tag consists of a key and an optional value. If a tag with the same key is already associated with the load balancer, AddTags
updates its value.
For more information, see Tag Your Load Balancer in the Elastic Load Balancing Developer Guide.
",
"operationName" : "AddTags",
"deprecated" : false,
"input" : {
"variableName" : "addTagsRequest",
"variableType" : "AddTagsRequest",
"variableDeclarationType" : "AddTagsRequest",
"documentation" : "",
"simpleType" : "AddTagsRequest",
"variableSetterType" : "AddTagsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "AddTagsResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "TooManyTagsException",
"documentation" : "The quota for the number of tags that can be assigned to a load balancer has been reached.
"
}, {
"exceptionName" : "DuplicateTagKeysException",
"documentation" : "A tag key was specified more than once.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "addTags",
"authenticated" : true,
"syncReturnType" : "AddTagsResult",
"asyncReturnType" : "AddTagsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"ApplySecurityGroupsToLoadBalancer" : {
"documentation" : "Associates one or more security groups with your load balancer in a virtual private cloud (VPC). The specified security groups override the previously associated security groups.
For more information, see Security Groups for Load Balancers in a VPC in the Elastic Load Balancing Developer Guide.
",
"operationName" : "ApplySecurityGroupsToLoadBalancer",
"deprecated" : false,
"input" : {
"variableName" : "applySecurityGroupsToLoadBalancerRequest",
"variableType" : "ApplySecurityGroupsToLoadBalancerRequest",
"variableDeclarationType" : "ApplySecurityGroupsToLoadBalancerRequest",
"documentation" : "",
"simpleType" : "ApplySecurityGroupsToLoadBalancerRequest",
"variableSetterType" : "ApplySecurityGroupsToLoadBalancerRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ApplySecurityGroupsToLoadBalancerResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "InvalidConfigurationRequestException",
"documentation" : "The requested configuration change is not valid.
"
}, {
"exceptionName" : "InvalidSecurityGroupException",
"documentation" : "One or more of the specified security groups do not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "applySecurityGroupsToLoadBalancer",
"authenticated" : true,
"syncReturnType" : "ApplySecurityGroupsToLoadBalancerResult",
"asyncReturnType" : "ApplySecurityGroupsToLoadBalancerResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"AttachLoadBalancerToSubnets" : {
"documentation" : "Adds one or more subnets to the set of configured subnets for the specified load balancer.
The load balancer evenly distributes requests across all registered subnets. For more information, see Add or Remove Subnets for Your Load Balancer in a VPC in the Elastic Load Balancing Developer Guide.
",
"operationName" : "AttachLoadBalancerToSubnets",
"deprecated" : false,
"input" : {
"variableName" : "attachLoadBalancerToSubnetsRequest",
"variableType" : "AttachLoadBalancerToSubnetsRequest",
"variableDeclarationType" : "AttachLoadBalancerToSubnetsRequest",
"documentation" : "",
"simpleType" : "AttachLoadBalancerToSubnetsRequest",
"variableSetterType" : "AttachLoadBalancerToSubnetsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "AttachLoadBalancerToSubnetsResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "InvalidConfigurationRequestException",
"documentation" : "The requested configuration change is not valid.
"
}, {
"exceptionName" : "SubnetNotFoundException",
"documentation" : "One or more of the specified subnets do not exist.
"
}, {
"exceptionName" : "InvalidSubnetException",
"documentation" : "The specified VPC has no associated Internet gateway.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "attachLoadBalancerToSubnets",
"authenticated" : true,
"syncReturnType" : "AttachLoadBalancerToSubnetsResult",
"asyncReturnType" : "AttachLoadBalancerToSubnetsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"ConfigureHealthCheck" : {
"documentation" : "Specifies the health check settings to use when evaluating the health state of your back-end instances.
For more information, see Configure Health Checks in the Elastic Load Balancing Developer Guide.
",
"operationName" : "ConfigureHealthCheck",
"deprecated" : false,
"input" : {
"variableName" : "configureHealthCheckRequest",
"variableType" : "ConfigureHealthCheckRequest",
"variableDeclarationType" : "ConfigureHealthCheckRequest",
"documentation" : "",
"simpleType" : "ConfigureHealthCheckRequest",
"variableSetterType" : "ConfigureHealthCheckRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ConfigureHealthCheckResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "configureHealthCheck",
"authenticated" : true,
"syncReturnType" : "ConfigureHealthCheckResult",
"asyncReturnType" : "ConfigureHealthCheckResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"CreateAppCookieStickinessPolicy" : {
"documentation" : "Generates a stickiness policy with sticky session lifetimes that follow that of an application-generated cookie. This policy can be associated only with HTTP/HTTPS listeners.
This policy is similar to the policy created by CreateLBCookieStickinessPolicy, except that the lifetime of the special Elastic Load Balancing cookie, AWSELB
, follows the lifetime of the application-generated cookie specified in the policy configuration. The load balancer only inserts a new stickiness cookie when the application response includes a new application cookie.
If the application cookie is explicitly removed or expires, the session stops being sticky until a new application cookie is issued.
For more information, see Application-Controlled Session Stickiness in the Elastic Load Balancing Developer Guide.
",
"operationName" : "CreateAppCookieStickinessPolicy",
"deprecated" : false,
"input" : {
"variableName" : "createAppCookieStickinessPolicyRequest",
"variableType" : "CreateAppCookieStickinessPolicyRequest",
"variableDeclarationType" : "CreateAppCookieStickinessPolicyRequest",
"documentation" : "",
"simpleType" : "CreateAppCookieStickinessPolicyRequest",
"variableSetterType" : "CreateAppCookieStickinessPolicyRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateAppCookieStickinessPolicyResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "DuplicatePolicyNameException",
"documentation" : "A policy with the specified name already exists for this load balancer.
"
}, {
"exceptionName" : "TooManyPoliciesException",
"documentation" : "The quota for the number of policies for this load balancer has been reached.
"
}, {
"exceptionName" : "InvalidConfigurationRequestException",
"documentation" : "The requested configuration change is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "createAppCookieStickinessPolicy",
"authenticated" : true,
"syncReturnType" : "CreateAppCookieStickinessPolicyResult",
"asyncReturnType" : "CreateAppCookieStickinessPolicyResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"CreateLBCookieStickinessPolicy" : {
"documentation" : "Generates a stickiness policy with sticky session lifetimes controlled by the lifetime of the browser (user-agent) or a specified expiration period. This policy can be associated only with HTTP/HTTPS listeners.
When a load balancer implements this policy, the load balancer uses a special cookie to track the back-end server instance for each request. When the load balancer receives a request, it first checks to see if this cookie is present in the request. If so, the load balancer sends the request to the application server specified in the cookie. If not, the load balancer sends the request to a server that is chosen based on the existing load-balancing algorithm.
A cookie is inserted into the response for binding subsequent requests from the same user to that server. The validity of the cookie is based on the cookie expiration time, which is specified in the policy configuration.
For more information, see Duration-Based Session Stickiness in the Elastic Load Balancing Developer Guide.
",
"operationName" : "CreateLBCookieStickinessPolicy",
"deprecated" : false,
"input" : {
"variableName" : "createLBCookieStickinessPolicyRequest",
"variableType" : "CreateLBCookieStickinessPolicyRequest",
"variableDeclarationType" : "CreateLBCookieStickinessPolicyRequest",
"documentation" : "",
"simpleType" : "CreateLBCookieStickinessPolicyRequest",
"variableSetterType" : "CreateLBCookieStickinessPolicyRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateLBCookieStickinessPolicyResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "DuplicatePolicyNameException",
"documentation" : "A policy with the specified name already exists for this load balancer.
"
}, {
"exceptionName" : "TooManyPoliciesException",
"documentation" : "The quota for the number of policies for this load balancer has been reached.
"
}, {
"exceptionName" : "InvalidConfigurationRequestException",
"documentation" : "The requested configuration change is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "createLBCookieStickinessPolicy",
"authenticated" : true,
"syncReturnType" : "CreateLBCookieStickinessPolicyResult",
"asyncReturnType" : "CreateLBCookieStickinessPolicyResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"CreateLoadBalancer" : {
"documentation" : "Creates a load balancer.
If the call completes successfully, a new load balancer is created with a unique Domain Name Service (DNS) name. The load balancer receives incoming traffic and routes it to the registered instances. For more information, see How Elastic Load Balancing Works in the Elastic Load Balancing Developer Guide.
You can create up to 20 load balancers per region per account. You can request an increase for the number of load balancers for your account. For more information, see Elastic Load Balancing Limits in the Elastic Load Balancing Developer Guide.
",
"operationName" : "CreateLoadBalancer",
"deprecated" : false,
"input" : {
"variableName" : "createLoadBalancerRequest",
"variableType" : "CreateLoadBalancerRequest",
"variableDeclarationType" : "CreateLoadBalancerRequest",
"documentation" : "",
"simpleType" : "CreateLoadBalancerRequest",
"variableSetterType" : "CreateLoadBalancerRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateLoadBalancerResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "DuplicateLoadBalancerNameException",
"documentation" : "The specified load balancer name already exists for this account.
"
}, {
"exceptionName" : "TooManyLoadBalancersException",
"documentation" : "The quota for the number of load balancers has been reached.
"
}, {
"exceptionName" : "CertificateNotFoundException",
"documentation" : "The specified SSL ID does not refer to a valid SSL certificate in AWS Identity and Access Management (IAM).
"
}, {
"exceptionName" : "InvalidConfigurationRequestException",
"documentation" : "The requested configuration change is not valid.
"
}, {
"exceptionName" : "SubnetNotFoundException",
"documentation" : "One or more of the specified subnets do not exist.
"
}, {
"exceptionName" : "InvalidSubnetException",
"documentation" : "The specified VPC has no associated Internet gateway.
"
}, {
"exceptionName" : "InvalidSecurityGroupException",
"documentation" : "One or more of the specified security groups do not exist.
"
}, {
"exceptionName" : "InvalidSchemeException",
"documentation" : "The specified value for the schema is not valid. You can only specify a scheme for load balancers in a VPC.
"
}, {
"exceptionName" : "TooManyTagsException",
"documentation" : "The quota for the number of tags that can be assigned to a load balancer has been reached.
"
}, {
"exceptionName" : "DuplicateTagKeysException",
"documentation" : "A tag key was specified more than once.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "createLoadBalancer",
"authenticated" : true,
"syncReturnType" : "CreateLoadBalancerResult",
"asyncReturnType" : "CreateLoadBalancerResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"CreateLoadBalancerListeners" : {
"documentation" : "Creates one or more listeners for the specified load balancer. If a listener with the specified port does not already exist, it is created; otherwise, the properties of the new listener must match the properties of the existing listener.
For more information, see Add a Listener to Your Load Balancer in the Elastic Load Balancing Developer Guide.
",
"operationName" : "CreateLoadBalancerListeners",
"deprecated" : false,
"input" : {
"variableName" : "createLoadBalancerListenersRequest",
"variableType" : "CreateLoadBalancerListenersRequest",
"variableDeclarationType" : "CreateLoadBalancerListenersRequest",
"documentation" : "",
"simpleType" : "CreateLoadBalancerListenersRequest",
"variableSetterType" : "CreateLoadBalancerListenersRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateLoadBalancerListenersResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "DuplicateListenerException",
"documentation" : "A listener already exists for the specified LoadBalancerName
and LoadBalancerPort
, but with a different InstancePort
, Protocol
, or SSLCertificateId
.
"
}, {
"exceptionName" : "CertificateNotFoundException",
"documentation" : "The specified SSL ID does not refer to a valid SSL certificate in AWS Identity and Access Management (IAM).
"
}, {
"exceptionName" : "InvalidConfigurationRequestException",
"documentation" : "The requested configuration change is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "createLoadBalancerListeners",
"authenticated" : true,
"syncReturnType" : "CreateLoadBalancerListenersResult",
"asyncReturnType" : "CreateLoadBalancerListenersResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"CreateLoadBalancerPolicy" : {
"documentation" : "Creates a policy with the specified attributes for the specified load balancer.
Policies are settings that are saved for your load balancer and that can be applied to the front-end listener or the back-end application server, depending on the policy type.
",
"operationName" : "CreateLoadBalancerPolicy",
"deprecated" : false,
"input" : {
"variableName" : "createLoadBalancerPolicyRequest",
"variableType" : "CreateLoadBalancerPolicyRequest",
"variableDeclarationType" : "CreateLoadBalancerPolicyRequest",
"documentation" : "",
"simpleType" : "CreateLoadBalancerPolicyRequest",
"variableSetterType" : "CreateLoadBalancerPolicyRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateLoadBalancerPolicyResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "PolicyTypeNotFoundException",
"documentation" : "One or more of the specified policy types do not exist.
"
}, {
"exceptionName" : "DuplicatePolicyNameException",
"documentation" : "A policy with the specified name already exists for this load balancer.
"
}, {
"exceptionName" : "TooManyPoliciesException",
"documentation" : "The quota for the number of policies for this load balancer has been reached.
"
}, {
"exceptionName" : "InvalidConfigurationRequestException",
"documentation" : "The requested configuration change is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "createLoadBalancerPolicy",
"authenticated" : true,
"syncReturnType" : "CreateLoadBalancerPolicyResult",
"asyncReturnType" : "CreateLoadBalancerPolicyResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DeleteLoadBalancer" : {
"documentation" : "Deletes the specified load balancer.
If you are attempting to recreate a load balancer, you must reconfigure all settings. The DNS name associated with a deleted load balancer are no longer usable. The name and associated DNS record of the deleted load balancer no longer exist and traffic sent to any of its IP addresses is no longer delivered to back-end instances.
If the load balancer does not exist or has already been deleted, the call to DeleteLoadBalancer
still succeeds.
",
"operationName" : "DeleteLoadBalancer",
"deprecated" : false,
"input" : {
"variableName" : "deleteLoadBalancerRequest",
"variableType" : "DeleteLoadBalancerRequest",
"variableDeclarationType" : "DeleteLoadBalancerRequest",
"documentation" : "",
"simpleType" : "DeleteLoadBalancerRequest",
"variableSetterType" : "DeleteLoadBalancerRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteLoadBalancerResult",
"documentation" : null
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"methodName" : "deleteLoadBalancer",
"authenticated" : true,
"syncReturnType" : "DeleteLoadBalancerResult",
"asyncReturnType" : "DeleteLoadBalancerResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DeleteLoadBalancerListeners" : {
"documentation" : "Deletes the specified listeners from the specified load balancer.
",
"operationName" : "DeleteLoadBalancerListeners",
"deprecated" : false,
"input" : {
"variableName" : "deleteLoadBalancerListenersRequest",
"variableType" : "DeleteLoadBalancerListenersRequest",
"variableDeclarationType" : "DeleteLoadBalancerListenersRequest",
"documentation" : "",
"simpleType" : "DeleteLoadBalancerListenersRequest",
"variableSetterType" : "DeleteLoadBalancerListenersRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteLoadBalancerListenersResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "deleteLoadBalancerListeners",
"authenticated" : true,
"syncReturnType" : "DeleteLoadBalancerListenersResult",
"asyncReturnType" : "DeleteLoadBalancerListenersResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DeleteLoadBalancerPolicy" : {
"documentation" : "Deletes the specified policy from the specified load balancer. This policy must not be enabled for any listeners.
",
"operationName" : "DeleteLoadBalancerPolicy",
"deprecated" : false,
"input" : {
"variableName" : "deleteLoadBalancerPolicyRequest",
"variableType" : "DeleteLoadBalancerPolicyRequest",
"variableDeclarationType" : "DeleteLoadBalancerPolicyRequest",
"documentation" : "=",
"simpleType" : "DeleteLoadBalancerPolicyRequest",
"variableSetterType" : "DeleteLoadBalancerPolicyRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteLoadBalancerPolicyResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "InvalidConfigurationRequestException",
"documentation" : "The requested configuration change is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "deleteLoadBalancerPolicy",
"authenticated" : true,
"syncReturnType" : "DeleteLoadBalancerPolicyResult",
"asyncReturnType" : "DeleteLoadBalancerPolicyResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DeregisterInstancesFromLoadBalancer" : {
"documentation" : "Deregisters the specified instances from the specified load balancer. After the instance is deregistered, it no longer receives traffic from the load balancer.
You can use DescribeLoadBalancers to verify that the instance is deregistered from the load balancer.
For more information, see Deregister and Register Amazon EC2 Instances in the Elastic Load Balancing Developer Guide.
",
"operationName" : "DeregisterInstancesFromLoadBalancer",
"deprecated" : false,
"input" : {
"variableName" : "deregisterInstancesFromLoadBalancerRequest",
"variableType" : "DeregisterInstancesFromLoadBalancerRequest",
"variableDeclarationType" : "DeregisterInstancesFromLoadBalancerRequest",
"documentation" : "",
"simpleType" : "DeregisterInstancesFromLoadBalancerRequest",
"variableSetterType" : "DeregisterInstancesFromLoadBalancerRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeregisterInstancesFromLoadBalancerResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "InvalidInstanceException",
"documentation" : "The specified endpoint is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "deregisterInstancesFromLoadBalancer",
"authenticated" : true,
"syncReturnType" : "DeregisterInstancesFromLoadBalancerResult",
"asyncReturnType" : "DeregisterInstancesFromLoadBalancerResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DescribeInstanceHealth" : {
"documentation" : "Describes the state of the specified instances with respect to the specified load balancer. If no instances are specified, the call describes the state of all instances that are currently registered with the load balancer. If instances are specified, their state is returned even if they are no longer registered with the load balancer. The state of terminated instances is not returned.
",
"operationName" : "DescribeInstanceHealth",
"deprecated" : false,
"input" : {
"variableName" : "describeInstanceHealthRequest",
"variableType" : "DescribeInstanceHealthRequest",
"variableDeclarationType" : "DescribeInstanceHealthRequest",
"documentation" : "",
"simpleType" : "DescribeInstanceHealthRequest",
"variableSetterType" : "DescribeInstanceHealthRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeInstanceHealthResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "InvalidInstanceException",
"documentation" : "The specified endpoint is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeInstanceHealth",
"authenticated" : true,
"syncReturnType" : "DescribeInstanceHealthResult",
"asyncReturnType" : "DescribeInstanceHealthResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DescribeLoadBalancerAttributes" : {
"documentation" : "Describes the attributes for the specified load balancer.
",
"operationName" : "DescribeLoadBalancerAttributes",
"deprecated" : false,
"input" : {
"variableName" : "describeLoadBalancerAttributesRequest",
"variableType" : "DescribeLoadBalancerAttributesRequest",
"variableDeclarationType" : "DescribeLoadBalancerAttributesRequest",
"documentation" : "",
"simpleType" : "DescribeLoadBalancerAttributesRequest",
"variableSetterType" : "DescribeLoadBalancerAttributesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeLoadBalancerAttributesResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "LoadBalancerAttributeNotFoundException",
"documentation" : "The specified load balancer attribute does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeLoadBalancerAttributes",
"authenticated" : true,
"syncReturnType" : "DescribeLoadBalancerAttributesResult",
"asyncReturnType" : "DescribeLoadBalancerAttributesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DescribeLoadBalancerPolicies" : {
"documentation" : "Describes the specified policies.
If you specify a load balancer name, the action returns the descriptions of all policies created for the load balancer. If you specify a policy name associated with your load balancer, the action returns the description of that policy. If you don't specify a load balancer name, the action returns descriptions of the specified sample policies, or descriptions of all sample policies. The names of the sample policies have the ELBSample-
prefix.
",
"operationName" : "DescribeLoadBalancerPolicies",
"deprecated" : false,
"input" : {
"variableName" : "describeLoadBalancerPoliciesRequest",
"variableType" : "DescribeLoadBalancerPoliciesRequest",
"variableDeclarationType" : "DescribeLoadBalancerPoliciesRequest",
"documentation" : "",
"simpleType" : "DescribeLoadBalancerPoliciesRequest",
"variableSetterType" : "DescribeLoadBalancerPoliciesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeLoadBalancerPoliciesResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "PolicyNotFoundException",
"documentation" : "One or more of the specified policies do not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeLoadBalancerPolicies",
"authenticated" : true,
"syncReturnType" : "DescribeLoadBalancerPoliciesResult",
"asyncReturnType" : "DescribeLoadBalancerPoliciesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DescribeLoadBalancerPolicyTypes" : {
"documentation" : "Describes the specified load balancer policy types.
You can use these policy types with CreateLoadBalancerPolicy to create policy configurations for a load balancer.
",
"operationName" : "DescribeLoadBalancerPolicyTypes",
"deprecated" : false,
"input" : {
"variableName" : "describeLoadBalancerPolicyTypesRequest",
"variableType" : "DescribeLoadBalancerPolicyTypesRequest",
"variableDeclarationType" : "DescribeLoadBalancerPolicyTypesRequest",
"documentation" : "",
"simpleType" : "DescribeLoadBalancerPolicyTypesRequest",
"variableSetterType" : "DescribeLoadBalancerPolicyTypesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeLoadBalancerPolicyTypesResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "PolicyTypeNotFoundException",
"documentation" : "One or more of the specified policy types do not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeLoadBalancerPolicyTypes",
"authenticated" : true,
"syncReturnType" : "DescribeLoadBalancerPolicyTypesResult",
"asyncReturnType" : "DescribeLoadBalancerPolicyTypesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DescribeLoadBalancers" : {
"documentation" : "Describes the specified the load balancers. If no load balancers are specified, the call describes all of your load balancers.
",
"operationName" : "DescribeLoadBalancers",
"deprecated" : false,
"input" : {
"variableName" : "describeLoadBalancersRequest",
"variableType" : "DescribeLoadBalancersRequest",
"variableDeclarationType" : "DescribeLoadBalancersRequest",
"documentation" : "",
"simpleType" : "DescribeLoadBalancersRequest",
"variableSetterType" : "DescribeLoadBalancersRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeLoadBalancersResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeLoadBalancers",
"authenticated" : true,
"syncReturnType" : "DescribeLoadBalancersResult",
"asyncReturnType" : "DescribeLoadBalancersResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DescribeTags" : {
"documentation" : "Describes the tags associated with the specified load balancers.
",
"operationName" : "DescribeTags",
"deprecated" : false,
"input" : {
"variableName" : "describeTagsRequest",
"variableType" : "DescribeTagsRequest",
"variableDeclarationType" : "DescribeTagsRequest",
"documentation" : "",
"simpleType" : "DescribeTagsRequest",
"variableSetterType" : "DescribeTagsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeTagsResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeTags",
"authenticated" : true,
"syncReturnType" : "DescribeTagsResult",
"asyncReturnType" : "DescribeTagsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DetachLoadBalancerFromSubnets" : {
"documentation" : "Removes the specified subnets from the set of configured subnets for the load balancer.
After a subnet is removed, all EC2 instances registered with the load balancer in the removed subnet go into the OutOfService
state. Then, the load balancer balances the traffic among the remaining routable subnets.
",
"operationName" : "DetachLoadBalancerFromSubnets",
"deprecated" : false,
"input" : {
"variableName" : "detachLoadBalancerFromSubnetsRequest",
"variableType" : "DetachLoadBalancerFromSubnetsRequest",
"variableDeclarationType" : "DetachLoadBalancerFromSubnetsRequest",
"documentation" : "",
"simpleType" : "DetachLoadBalancerFromSubnetsRequest",
"variableSetterType" : "DetachLoadBalancerFromSubnetsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DetachLoadBalancerFromSubnetsResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "InvalidConfigurationRequestException",
"documentation" : "The requested configuration change is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "detachLoadBalancerFromSubnets",
"authenticated" : true,
"syncReturnType" : "DetachLoadBalancerFromSubnetsResult",
"asyncReturnType" : "DetachLoadBalancerFromSubnetsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"DisableAvailabilityZonesForLoadBalancer" : {
"documentation" : "Removes the specified Availability Zones from the set of Availability Zones for the specified load balancer.
There must be at least one Availability Zone registered with a load balancer at all times. After an Availability Zone is removed, all instances registered with the load balancer that are in the removed Availability Zone go into the OutOfService
state. Then, the load balancer attempts to equally balance the traffic among its remaining Availability Zones.
For more information, see Disable an Availability Zone from a Load-Balanced Application in the Elastic Load Balancing Developer Guide.
",
"operationName" : "DisableAvailabilityZonesForLoadBalancer",
"deprecated" : false,
"input" : {
"variableName" : "disableAvailabilityZonesForLoadBalancerRequest",
"variableType" : "DisableAvailabilityZonesForLoadBalancerRequest",
"variableDeclarationType" : "DisableAvailabilityZonesForLoadBalancerRequest",
"documentation" : "",
"simpleType" : "DisableAvailabilityZonesForLoadBalancerRequest",
"variableSetterType" : "DisableAvailabilityZonesForLoadBalancerRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DisableAvailabilityZonesForLoadBalancerResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "InvalidConfigurationRequestException",
"documentation" : "The requested configuration change is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "disableAvailabilityZonesForLoadBalancer",
"authenticated" : true,
"syncReturnType" : "DisableAvailabilityZonesForLoadBalancerResult",
"asyncReturnType" : "DisableAvailabilityZonesForLoadBalancerResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"EnableAvailabilityZonesForLoadBalancer" : {
"documentation" : "Adds the specified Availability Zones to the set of Availability Zones for the specified load balancer.
The load balancer evenly distributes requests across all its registered Availability Zones that contain instances.
For more information, see Add Availability Zone in the Elastic Load Balancing Developer Guide.
",
"operationName" : "EnableAvailabilityZonesForLoadBalancer",
"deprecated" : false,
"input" : {
"variableName" : "enableAvailabilityZonesForLoadBalancerRequest",
"variableType" : "EnableAvailabilityZonesForLoadBalancerRequest",
"variableDeclarationType" : "EnableAvailabilityZonesForLoadBalancerRequest",
"documentation" : "",
"simpleType" : "EnableAvailabilityZonesForLoadBalancerRequest",
"variableSetterType" : "EnableAvailabilityZonesForLoadBalancerRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "EnableAvailabilityZonesForLoadBalancerResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "enableAvailabilityZonesForLoadBalancer",
"authenticated" : true,
"syncReturnType" : "EnableAvailabilityZonesForLoadBalancerResult",
"asyncReturnType" : "EnableAvailabilityZonesForLoadBalancerResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"ModifyLoadBalancerAttributes" : {
"documentation" : "Modifies the attributes of the specified load balancer.
You can modify the load balancer attributes, such as AccessLogs
, ConnectionDraining
, and CrossZoneLoadBalancing
by either enabling or disabling them. Or, you can modify the load balancer attribute ConnectionSettings
by specifying an idle connection timeout value for your load balancer.
For more information, see the following in the Elastic Load Balancing Developer Guide:
",
"operationName" : "ModifyLoadBalancerAttributes",
"deprecated" : false,
"input" : {
"variableName" : "modifyLoadBalancerAttributesRequest",
"variableType" : "ModifyLoadBalancerAttributesRequest",
"variableDeclarationType" : "ModifyLoadBalancerAttributesRequest",
"documentation" : "",
"simpleType" : "ModifyLoadBalancerAttributesRequest",
"variableSetterType" : "ModifyLoadBalancerAttributesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ModifyLoadBalancerAttributesResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "LoadBalancerAttributeNotFoundException",
"documentation" : "The specified load balancer attribute does not exist.
"
}, {
"exceptionName" : "InvalidConfigurationRequestException",
"documentation" : "The requested configuration change is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "modifyLoadBalancerAttributes",
"authenticated" : true,
"syncReturnType" : "ModifyLoadBalancerAttributesResult",
"asyncReturnType" : "ModifyLoadBalancerAttributesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"RegisterInstancesWithLoadBalancer" : {
"documentation" : "Adds the specified instances to the specified load balancer.
The instance must be a running instance in the same network as the load balancer (EC2-Classic or the same VPC). If you have EC2-Classic instances and a load balancer in a VPC with ClassicLink enabled, you can link the EC2-Classic instances to that VPC and then register the linked EC2-Classic instances with the load balancer in the VPC.
Note that RegisterInstanceWithLoadBalancer
completes when the request has been registered. Instance registration takes a little time to complete. To check the state of the registered instances, use DescribeLoadBalancers or DescribeInstanceHealth.
After the instance is registered, it starts receiving traffic and requests from the load balancer. Any instance that is not in one of the Availability Zones registered for the load balancer is moved to the OutOfService
state. If an Availability Zone is added to the load balancer later, any instances registered with the load balancer move to the InService
state.
If you stop an instance registered with a load balancer and then start it, the IP addresses associated with the instance changes. Elastic Load Balancing cannot recognize the new IP address, which prevents it from routing traffic to the instances. We recommend that you use the following sequence: stop the instance, deregister the instance, start the instance, and then register the instance. To deregister instances from a load balancer, use DeregisterInstancesFromLoadBalancer.
For more information, see Deregister and Register EC2 Instances in the Elastic Load Balancing Developer Guide.
",
"operationName" : "RegisterInstancesWithLoadBalancer",
"deprecated" : false,
"input" : {
"variableName" : "registerInstancesWithLoadBalancerRequest",
"variableType" : "RegisterInstancesWithLoadBalancerRequest",
"variableDeclarationType" : "RegisterInstancesWithLoadBalancerRequest",
"documentation" : "",
"simpleType" : "RegisterInstancesWithLoadBalancerRequest",
"variableSetterType" : "RegisterInstancesWithLoadBalancerRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "RegisterInstancesWithLoadBalancerResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "InvalidInstanceException",
"documentation" : "The specified endpoint is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "registerInstancesWithLoadBalancer",
"authenticated" : true,
"syncReturnType" : "RegisterInstancesWithLoadBalancerResult",
"asyncReturnType" : "RegisterInstancesWithLoadBalancerResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"RemoveTags" : {
"documentation" : "Removes one or more tags from the specified load balancer.
",
"operationName" : "RemoveTags",
"deprecated" : false,
"input" : {
"variableName" : "removeTagsRequest",
"variableType" : "RemoveTagsRequest",
"variableDeclarationType" : "RemoveTagsRequest",
"documentation" : "",
"simpleType" : "RemoveTagsRequest",
"variableSetterType" : "RemoveTagsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "RemoveTagsResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "removeTags",
"authenticated" : true,
"syncReturnType" : "RemoveTagsResult",
"asyncReturnType" : "RemoveTagsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"SetLoadBalancerListenerSSLCertificate" : {
"documentation" : "Sets the certificate that terminates the specified listener's SSL connections. The specified certificate replaces any prior certificate that was used on the same load balancer and port.
For more information about updating your SSL certificate, see Updating an SSL Certificate for a Load Balancer in the Elastic Load Balancing Developer Guide.
",
"operationName" : "SetLoadBalancerListenerSSLCertificate",
"deprecated" : false,
"input" : {
"variableName" : "setLoadBalancerListenerSSLCertificateRequest",
"variableType" : "SetLoadBalancerListenerSSLCertificateRequest",
"variableDeclarationType" : "SetLoadBalancerListenerSSLCertificateRequest",
"documentation" : "",
"simpleType" : "SetLoadBalancerListenerSSLCertificateRequest",
"variableSetterType" : "SetLoadBalancerListenerSSLCertificateRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "SetLoadBalancerListenerSSLCertificateResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "CertificateNotFoundException",
"documentation" : "The specified SSL ID does not refer to a valid SSL certificate in AWS Identity and Access Management (IAM).
"
}, {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "ListenerNotFoundException",
"documentation" : "The load balancer does not have a listener configured at the specified port.
"
}, {
"exceptionName" : "InvalidConfigurationRequestException",
"documentation" : "The requested configuration change is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "setLoadBalancerListenerSSLCertificate",
"authenticated" : true,
"syncReturnType" : "SetLoadBalancerListenerSSLCertificateResult",
"asyncReturnType" : "SetLoadBalancerListenerSSLCertificateResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"SetLoadBalancerPoliciesForBackendServer" : {
"documentation" : "Replaces the set of policies associated with the specified port on which the back-end server is listening with a new set of policies. At this time, only the back-end server authentication policy type can be applied to the back-end ports; this policy type is composed of multiple public key policies.
Each time you use SetLoadBalancerPoliciesForBackendServer
to enable the policies, use the PolicyNames
parameter to list the policies that you want to enable.
You can use DescribeLoadBalancers or DescribeLoadBalancerPolicies to verify that the policy is associated with the back-end server.
",
"operationName" : "SetLoadBalancerPoliciesForBackendServer",
"deprecated" : false,
"input" : {
"variableName" : "setLoadBalancerPoliciesForBackendServerRequest",
"variableType" : "SetLoadBalancerPoliciesForBackendServerRequest",
"variableDeclarationType" : "SetLoadBalancerPoliciesForBackendServerRequest",
"documentation" : "",
"simpleType" : "SetLoadBalancerPoliciesForBackendServerRequest",
"variableSetterType" : "SetLoadBalancerPoliciesForBackendServerRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "SetLoadBalancerPoliciesForBackendServerResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "PolicyNotFoundException",
"documentation" : "One or more of the specified policies do not exist.
"
}, {
"exceptionName" : "InvalidConfigurationRequestException",
"documentation" : "The requested configuration change is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "setLoadBalancerPoliciesForBackendServer",
"authenticated" : true,
"syncReturnType" : "SetLoadBalancerPoliciesForBackendServerResult",
"asyncReturnType" : "SetLoadBalancerPoliciesForBackendServerResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
},
"SetLoadBalancerPoliciesOfListener" : {
"documentation" : "Associates, updates, or disables a policy with a listener for the specified load balancer. You can associate multiple policies with a listener.
",
"operationName" : "SetLoadBalancerPoliciesOfListener",
"deprecated" : false,
"input" : {
"variableName" : "setLoadBalancerPoliciesOfListenerRequest",
"variableType" : "SetLoadBalancerPoliciesOfListenerRequest",
"variableDeclarationType" : "SetLoadBalancerPoliciesOfListenerRequest",
"documentation" : "",
"simpleType" : "SetLoadBalancerPoliciesOfListenerRequest",
"variableSetterType" : "SetLoadBalancerPoliciesOfListenerRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "SetLoadBalancerPoliciesOfListenerResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "PolicyNotFoundException",
"documentation" : "One or more of the specified policies do not exist.
"
}, {
"exceptionName" : "ListenerNotFoundException",
"documentation" : "The load balancer does not have a listener configured at the specified port.
"
}, {
"exceptionName" : "InvalidConfigurationRequestException",
"documentation" : "The requested configuration change is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "setLoadBalancerPoliciesOfListener",
"authenticated" : true,
"syncReturnType" : "SetLoadBalancerPoliciesOfListenerResult",
"asyncReturnType" : "SetLoadBalancerPoliciesOfListenerResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
}
},
"shapes" : {
"CreateLoadBalancerListenersRequest" : {
"c2jName" : "CreateLoadBalancerListenerInput",
"documentation" : "",
"shapeName" : "CreateLoadBalancerListenersRequest",
"deprecated" : false,
"required" : [ "LoadBalancerName", "Listeners" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The name of the load balancer.
",
"name" : "LoadBalancerName",
"c2jName" : "LoadBalancerName",
"c2jShape" : "AccessPointName",
"variable" : {
"variableName" : "loadBalancerName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the load balancer.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "loadBalancerName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LoadBalancerName",
"marshallLocationName" : "LoadBalancerName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the load balancer.
\n@param loadBalancerName The name of the load balancer.*/",
"getterDocumentation" : "/**The name of the load balancer.
\n@return The name of the load balancer.*/",
"fluentSetterDocumentation" : "/**The name of the load balancer.
\n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the load balancer.
\n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The listeners.
",
"name" : "Listeners",
"c2jName" : "Listeners",
"c2jShape" : "Listeners",
"variable" : {
"variableName" : "listeners",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The listeners.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "listeners",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Listeners",
"marshallLocationName" : "Listeners",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Listener",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Listener",
"variable" : {
"variableName" : "member",
"variableType" : "Listener",
"variableDeclarationType" : "Listener",
"documentation" : "",
"simpleType" : "Listener",
"variableSetterType" : "Listener"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Listener",
"variableDeclarationType" : "Listener",
"documentation" : "",
"simpleType" : "Listener",
"variableSetterType" : "Listener"
},
"getterModel" : {
"returnType" : "Listener",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "Listener",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The listeners.
\n@param listeners The listeners.*/",
"getterDocumentation" : "/**The listeners.
\n@return The listeners.*/",
"fluentSetterDocumentation" : "/**The listeners.
\n@param listeners The listeners.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The listeners.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setListeners(java.util.Collection)} or {@link #withListeners(java.util.Collection)} if you want to override the existing values.
\n@param listeners The listeners.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "createLoadBalancerListenersRequest",
"variableType" : "CreateLoadBalancerListenersRequest",
"variableDeclarationType" : "CreateLoadBalancerListenersRequest",
"documentation" : null,
"simpleType" : "CreateLoadBalancerListenersRequest",
"variableSetterType" : "CreateLoadBalancerListenersRequest"
},
"marshaller" : {
"action" : "CreateLoadBalancerListeners",
"verb" : "POST",
"target" : null,
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"LoadBalancerName" : {
"documentation" : "The name of the load balancer.
",
"name" : "LoadBalancerName",
"c2jName" : "LoadBalancerName",
"c2jShape" : "AccessPointName",
"variable" : {
"variableName" : "loadBalancerName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the load balancer.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "loadBalancerName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LoadBalancerName",
"marshallLocationName" : "LoadBalancerName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the load balancer.
\n@param loadBalancerName The name of the load balancer.*/",
"getterDocumentation" : "/**The name of the load balancer.
\n@return The name of the load balancer.*/",
"fluentSetterDocumentation" : "/**The name of the load balancer.
\n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the load balancer.
\n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Listeners" : {
"documentation" : "The listeners.
",
"name" : "Listeners",
"c2jName" : "Listeners",
"c2jShape" : "Listeners",
"variable" : {
"variableName" : "listeners",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The listeners.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "listeners",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Listeners",
"marshallLocationName" : "Listeners",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Listener",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Listener",
"variable" : {
"variableName" : "member",
"variableType" : "Listener",
"variableDeclarationType" : "Listener",
"documentation" : "",
"simpleType" : "Listener",
"variableSetterType" : "Listener"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Listener",
"variableDeclarationType" : "Listener",
"documentation" : "",
"simpleType" : "Listener",
"variableSetterType" : "Listener"
},
"getterModel" : {
"returnType" : "Listener",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "Listener",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The listeners.
\n@param listeners The listeners.*/",
"getterDocumentation" : "/**The listeners.
\n@return The listeners.*/",
"fluentSetterDocumentation" : "/**The listeners.
\n@param listeners The listeners.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The listeners.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setListeners(java.util.Collection)} or {@link #withListeners(java.util.Collection)} if you want to override the existing values.
\n@param listeners The listeners.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"Policies" : {
"c2jName" : "Policies",
"documentation" : "The policies for a load balancer.
",
"shapeName" : "Policies",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The stickiness policies created using CreateAppCookieStickinessPolicy.
",
"name" : "AppCookieStickinessPolicies",
"c2jName" : "AppCookieStickinessPolicies",
"c2jShape" : "AppCookieStickinessPolicies",
"variable" : {
"variableName" : "appCookieStickinessPolicies",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The stickiness policies created using CreateAppCookieStickinessPolicy.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "appCookieStickinessPolicies",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AppCookieStickinessPolicies",
"marshallLocationName" : "AppCookieStickinessPolicies",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "AppCookieStickinessPolicy",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "AppCookieStickinessPolicy",
"variable" : {
"variableName" : "member",
"variableType" : "AppCookieStickinessPolicy",
"variableDeclarationType" : "AppCookieStickinessPolicy",
"documentation" : "",
"simpleType" : "AppCookieStickinessPolicy",
"variableSetterType" : "AppCookieStickinessPolicy"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "AppCookieStickinessPolicy",
"variableDeclarationType" : "AppCookieStickinessPolicy",
"documentation" : "",
"simpleType" : "AppCookieStickinessPolicy",
"variableSetterType" : "AppCookieStickinessPolicy"
},
"getterModel" : {
"returnType" : "AppCookieStickinessPolicy",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "AppCookieStickinessPolicy",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The stickiness policies created using CreateAppCookieStickinessPolicy.
\n@param appCookieStickinessPolicies The stickiness policies created using CreateAppCookieStickinessPolicy.*/",
"getterDocumentation" : "/**The stickiness policies created using CreateAppCookieStickinessPolicy.
\n@return The stickiness policies created using CreateAppCookieStickinessPolicy.*/",
"fluentSetterDocumentation" : "/**The stickiness policies created using CreateAppCookieStickinessPolicy.
\n@param appCookieStickinessPolicies The stickiness policies created using CreateAppCookieStickinessPolicy.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The stickiness policies created using CreateAppCookieStickinessPolicy.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setAppCookieStickinessPolicies(java.util.Collection)} or {@link #withAppCookieStickinessPolicies(java.util.Collection)} if you want to override the existing values.
\n@param appCookieStickinessPolicies The stickiness policies created using CreateAppCookieStickinessPolicy.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The stickiness policies created using CreateLBCookieStickinessPolicy.
",
"name" : "LBCookieStickinessPolicies",
"c2jName" : "LBCookieStickinessPolicies",
"c2jShape" : "LBCookieStickinessPolicies",
"variable" : {
"variableName" : "lBCookieStickinessPolicies",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The stickiness policies created using CreateLBCookieStickinessPolicy.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "lBCookieStickinessPolicies",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LBCookieStickinessPolicies",
"marshallLocationName" : "LBCookieStickinessPolicies",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "LBCookieStickinessPolicy",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "LBCookieStickinessPolicy",
"variable" : {
"variableName" : "member",
"variableType" : "LBCookieStickinessPolicy",
"variableDeclarationType" : "LBCookieStickinessPolicy",
"documentation" : "",
"simpleType" : "LBCookieStickinessPolicy",
"variableSetterType" : "LBCookieStickinessPolicy"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "LBCookieStickinessPolicy",
"variableDeclarationType" : "LBCookieStickinessPolicy",
"documentation" : "",
"simpleType" : "LBCookieStickinessPolicy",
"variableSetterType" : "LBCookieStickinessPolicy"
},
"getterModel" : {
"returnType" : "LBCookieStickinessPolicy",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "LBCookieStickinessPolicy",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The stickiness policies created using CreateLBCookieStickinessPolicy.
\n@param lBCookieStickinessPolicies The stickiness policies created using CreateLBCookieStickinessPolicy.*/",
"getterDocumentation" : "/**The stickiness policies created using CreateLBCookieStickinessPolicy.
\n@return The stickiness policies created using CreateLBCookieStickinessPolicy.*/",
"fluentSetterDocumentation" : "/**The stickiness policies created using CreateLBCookieStickinessPolicy.
\n@param lBCookieStickinessPolicies The stickiness policies created using CreateLBCookieStickinessPolicy.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The stickiness policies created using CreateLBCookieStickinessPolicy.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setLBCookieStickinessPolicies(java.util.Collection)} or {@link #withLBCookieStickinessPolicies(java.util.Collection)} if you want to override the existing values.
\n@param lBCookieStickinessPolicies The stickiness policies created using CreateLBCookieStickinessPolicy.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The policies other than the stickiness policies.
",
"name" : "OtherPolicies",
"c2jName" : "OtherPolicies",
"c2jShape" : "PolicyNames",
"variable" : {
"variableName" : "otherPolicies",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The policies other than the stickiness policies.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "otherPolicies",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "OtherPolicies",
"marshallLocationName" : "OtherPolicies",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "PolicyName",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The policies other than the stickiness policies.
\n@param otherPolicies The policies other than the stickiness policies.*/",
"getterDocumentation" : "/**The policies other than the stickiness policies.
\n@return The policies other than the stickiness policies.*/",
"fluentSetterDocumentation" : "/**The policies other than the stickiness policies.
\n@param otherPolicies The policies other than the stickiness policies.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The policies other than the stickiness policies.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setOtherPolicies(java.util.Collection)} or {@link #withOtherPolicies(java.util.Collection)} if you want to override the existing values.
\n@param otherPolicies The policies other than the stickiness policies.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "policies",
"variableType" : "Policies",
"variableDeclarationType" : "Policies",
"documentation" : null,
"simpleType" : "Policies",
"variableSetterType" : "Policies"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"LBCookieStickinessPolicies" : {
"documentation" : "The stickiness policies created using CreateLBCookieStickinessPolicy.
",
"name" : "LBCookieStickinessPolicies",
"c2jName" : "LBCookieStickinessPolicies",
"c2jShape" : "LBCookieStickinessPolicies",
"variable" : {
"variableName" : "lBCookieStickinessPolicies",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The stickiness policies created using CreateLBCookieStickinessPolicy.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "lBCookieStickinessPolicies",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LBCookieStickinessPolicies",
"marshallLocationName" : "LBCookieStickinessPolicies",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "LBCookieStickinessPolicy",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "LBCookieStickinessPolicy",
"variable" : {
"variableName" : "member",
"variableType" : "LBCookieStickinessPolicy",
"variableDeclarationType" : "LBCookieStickinessPolicy",
"documentation" : "",
"simpleType" : "LBCookieStickinessPolicy",
"variableSetterType" : "LBCookieStickinessPolicy"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "LBCookieStickinessPolicy",
"variableDeclarationType" : "LBCookieStickinessPolicy",
"documentation" : "",
"simpleType" : "LBCookieStickinessPolicy",
"variableSetterType" : "LBCookieStickinessPolicy"
},
"getterModel" : {
"returnType" : "LBCookieStickinessPolicy",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "LBCookieStickinessPolicy",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The stickiness policies created using CreateLBCookieStickinessPolicy.
\n@param lBCookieStickinessPolicies The stickiness policies created using CreateLBCookieStickinessPolicy.*/",
"getterDocumentation" : "/**The stickiness policies created using CreateLBCookieStickinessPolicy.
\n@return The stickiness policies created using CreateLBCookieStickinessPolicy.*/",
"fluentSetterDocumentation" : "/**The stickiness policies created using CreateLBCookieStickinessPolicy.
\n@param lBCookieStickinessPolicies The stickiness policies created using CreateLBCookieStickinessPolicy.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The stickiness policies created using CreateLBCookieStickinessPolicy.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setLBCookieStickinessPolicies(java.util.Collection)} or {@link #withLBCookieStickinessPolicies(java.util.Collection)} if you want to override the existing values.
\n@param lBCookieStickinessPolicies The stickiness policies created using CreateLBCookieStickinessPolicy.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"OtherPolicies" : {
"documentation" : "The policies other than the stickiness policies.
",
"name" : "OtherPolicies",
"c2jName" : "OtherPolicies",
"c2jShape" : "PolicyNames",
"variable" : {
"variableName" : "otherPolicies",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The policies other than the stickiness policies.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "otherPolicies",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "OtherPolicies",
"marshallLocationName" : "OtherPolicies",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "PolicyName",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The policies other than the stickiness policies.
\n@param otherPolicies The policies other than the stickiness policies.*/",
"getterDocumentation" : "/**The policies other than the stickiness policies.
\n@return The policies other than the stickiness policies.*/",
"fluentSetterDocumentation" : "/**The policies other than the stickiness policies.
\n@param otherPolicies The policies other than the stickiness policies.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The policies other than the stickiness policies.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setOtherPolicies(java.util.Collection)} or {@link #withOtherPolicies(java.util.Collection)} if you want to override the existing values.
\n@param otherPolicies The policies other than the stickiness policies.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"AppCookieStickinessPolicies" : {
"documentation" : "The stickiness policies created using CreateAppCookieStickinessPolicy.
",
"name" : "AppCookieStickinessPolicies",
"c2jName" : "AppCookieStickinessPolicies",
"c2jShape" : "AppCookieStickinessPolicies",
"variable" : {
"variableName" : "appCookieStickinessPolicies",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The stickiness policies created using CreateAppCookieStickinessPolicy.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "appCookieStickinessPolicies",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AppCookieStickinessPolicies",
"marshallLocationName" : "AppCookieStickinessPolicies",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "AppCookieStickinessPolicy",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "AppCookieStickinessPolicy",
"variable" : {
"variableName" : "member",
"variableType" : "AppCookieStickinessPolicy",
"variableDeclarationType" : "AppCookieStickinessPolicy",
"documentation" : "",
"simpleType" : "AppCookieStickinessPolicy",
"variableSetterType" : "AppCookieStickinessPolicy"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "AppCookieStickinessPolicy",
"variableDeclarationType" : "AppCookieStickinessPolicy",
"documentation" : "",
"simpleType" : "AppCookieStickinessPolicy",
"variableSetterType" : "AppCookieStickinessPolicy"
},
"getterModel" : {
"returnType" : "AppCookieStickinessPolicy",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "AppCookieStickinessPolicy",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The stickiness policies created using CreateAppCookieStickinessPolicy.
\n@param appCookieStickinessPolicies The stickiness policies created using CreateAppCookieStickinessPolicy.*/",
"getterDocumentation" : "/**The stickiness policies created using CreateAppCookieStickinessPolicy.
\n@return The stickiness policies created using CreateAppCookieStickinessPolicy.*/",
"fluentSetterDocumentation" : "/**The stickiness policies created using CreateAppCookieStickinessPolicy.
\n@param appCookieStickinessPolicies The stickiness policies created using CreateAppCookieStickinessPolicy.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The stickiness policies created using CreateAppCookieStickinessPolicy.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setAppCookieStickinessPolicies(java.util.Collection)} or {@link #withAppCookieStickinessPolicies(java.util.Collection)} if you want to override the existing values.
\n@param appCookieStickinessPolicies The stickiness policies created using CreateAppCookieStickinessPolicy.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"DescribeInstanceHealthRequest" : {
"c2jName" : "DescribeEndPointStateInput",
"documentation" : "",
"shapeName" : "DescribeInstanceHealthRequest",
"deprecated" : false,
"required" : [ "LoadBalancerName" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The name of the load balancer.
",
"name" : "LoadBalancerName",
"c2jName" : "LoadBalancerName",
"c2jShape" : "AccessPointName",
"variable" : {
"variableName" : "loadBalancerName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the load balancer.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "loadBalancerName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LoadBalancerName",
"marshallLocationName" : "LoadBalancerName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the load balancer.
\n@param loadBalancerName The name of the load balancer.*/",
"getterDocumentation" : "/**The name of the load balancer.
\n@return The name of the load balancer.*/",
"fluentSetterDocumentation" : "/**The name of the load balancer.
\n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the load balancer.
\n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The IDs of the instances.
",
"name" : "Instances",
"c2jName" : "Instances",
"c2jShape" : "Instances",
"variable" : {
"variableName" : "instances",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The IDs of the instances.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "instances",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Instances",
"marshallLocationName" : "Instances",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Instance",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Instance",
"variable" : {
"variableName" : "member",
"variableType" : "Instance",
"variableDeclarationType" : "Instance",
"documentation" : "",
"simpleType" : "Instance",
"variableSetterType" : "Instance"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Instance",
"variableDeclarationType" : "Instance",
"documentation" : "",
"simpleType" : "Instance",
"variableSetterType" : "Instance"
},
"getterModel" : {
"returnType" : "Instance",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "Instance",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The IDs of the instances.
\n@param instances The IDs of the instances.*/",
"getterDocumentation" : "/**The IDs of the instances.
\n@return The IDs of the instances.*/",
"fluentSetterDocumentation" : "/**The IDs of the instances.
\n@param instances The IDs of the instances.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The IDs of the instances.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setInstances(java.util.Collection)} or {@link #withInstances(java.util.Collection)} if you want to override the existing values.
\n@param instances The IDs of the instances.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeInstanceHealthRequest",
"variableType" : "DescribeInstanceHealthRequest",
"variableDeclarationType" : "DescribeInstanceHealthRequest",
"documentation" : null,
"simpleType" : "DescribeInstanceHealthRequest",
"variableSetterType" : "DescribeInstanceHealthRequest"
},
"marshaller" : {
"action" : "DescribeInstanceHealth",
"verb" : "POST",
"target" : null,
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Instances" : {
"documentation" : "The IDs of the instances.
",
"name" : "Instances",
"c2jName" : "Instances",
"c2jShape" : "Instances",
"variable" : {
"variableName" : "instances",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The IDs of the instances.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "instances",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Instances",
"marshallLocationName" : "Instances",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Instance",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Instance",
"variable" : {
"variableName" : "member",
"variableType" : "Instance",
"variableDeclarationType" : "Instance",
"documentation" : "",
"simpleType" : "Instance",
"variableSetterType" : "Instance"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Instance",
"variableDeclarationType" : "Instance",
"documentation" : "",
"simpleType" : "Instance",
"variableSetterType" : "Instance"
},
"getterModel" : {
"returnType" : "Instance",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "Instance",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The IDs of the instances.
\n@param instances The IDs of the instances.*/",
"getterDocumentation" : "/**The IDs of the instances.
\n@return The IDs of the instances.*/",
"fluentSetterDocumentation" : "/**The IDs of the instances.
\n@param instances The IDs of the instances.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The IDs of the instances.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setInstances(java.util.Collection)} or {@link #withInstances(java.util.Collection)} if you want to override the existing values.
\n@param instances The IDs of the instances.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"LoadBalancerName" : {
"documentation" : "The name of the load balancer.
",
"name" : "LoadBalancerName",
"c2jName" : "LoadBalancerName",
"c2jShape" : "AccessPointName",
"variable" : {
"variableName" : "loadBalancerName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the load balancer.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "loadBalancerName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LoadBalancerName",
"marshallLocationName" : "LoadBalancerName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the load balancer.
\n@param loadBalancerName The name of the load balancer.*/",
"getterDocumentation" : "/**The name of the load balancer.
\n@return The name of the load balancer.*/",
"fluentSetterDocumentation" : "/**The name of the load balancer.
\n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the load balancer.
\n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"HealthCheck" : {
"c2jName" : "HealthCheck",
"documentation" : "Information about a health check.
",
"shapeName" : "HealthCheck",
"deprecated" : false,
"required" : [ "Target", "Interval", "Timeout", "UnhealthyThreshold", "HealthyThreshold" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The instance being checked. The protocol is either TCP, HTTP, HTTPS, or SSL. The range of valid ports is one (1) through 65535.
TCP is the default, specified as a TCP: port pair, for example \"TCP:5000\". In this case, a health check simply attempts to open a TCP connection to the instance on the specified port. Failure to connect within the configured timeout is considered unhealthy.
SSL is also specified as SSL: port pair, for example, SSL:5000.
For HTTP/HTTPS, you must include a ping path in the string. HTTP is specified as a HTTP:port;/;PathToPing; grouping, for example \"HTTP:80/weather/us/wa/seattle\". In this case, a HTTP GET request is issued to the instance on the given port and path. Any answer other than \"200 OK\" within the timeout period is considered unhealthy.
The total length of the HTTP ping target must be 1024 16-bit Unicode characters or less.
",
"name" : "Target",
"c2jName" : "Target",
"c2jShape" : "HealthCheckTarget",
"variable" : {
"variableName" : "target",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The instance being checked. The protocol is either TCP, HTTP, HTTPS, or SSL. The range of valid ports is one (1) through 65535.
TCP is the default, specified as a TCP: port pair, for example \"TCP:5000\". In this case, a health check simply attempts to open a TCP connection to the instance on the specified port. Failure to connect within the configured timeout is considered unhealthy.
SSL is also specified as SSL: port pair, for example, SSL:5000.
For HTTP/HTTPS, you must include a ping path in the string. HTTP is specified as a HTTP:port;/;PathToPing; grouping, for example \"HTTP:80/weather/us/wa/seattle\". In this case, a HTTP GET request is issued to the instance on the given port and path. Any answer other than \"200 OK\" within the timeout period is considered unhealthy.
The total length of the HTTP ping target must be 1024 16-bit Unicode characters or less.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "target",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Target",
"marshallLocationName" : "Target",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The instance being checked. The protocol is either TCP, HTTP, HTTPS, or SSL. The range of valid ports is one (1) through 65535.
TCP is the default, specified as a TCP: port pair, for example \"TCP:5000\". In this case, a health check simply attempts to open a TCP connection to the instance on the specified port. Failure to connect within the configured timeout is considered unhealthy.
SSL is also specified as SSL: port pair, for example, SSL:5000.
For HTTP/HTTPS, you must include a ping path in the string. HTTP is specified as a HTTP:port;/;PathToPing; grouping, for example \"HTTP:80/weather/us/wa/seattle\". In this case, a HTTP GET request is issued to the instance on the given port and path. Any answer other than \"200 OK\" within the timeout period is considered unhealthy.
The total length of the HTTP ping target must be 1024 16-bit Unicode characters or less.
\n@param target The instance being checked. The protocol is either TCP, HTTP, HTTPS, or SSL. The range of valid ports is one (1) through 65535. TCP is the default, specified as a TCP: port pair, for example \"TCP:5000\". In this case, a health check simply attempts to open a TCP connection to the instance on the specified port. Failure to connect within the configured timeout is considered unhealthy.
SSL is also specified as SSL: port pair, for example, SSL:5000.
For HTTP/HTTPS, you must include a ping path in the string. HTTP is specified as a HTTP:port;/;PathToPing; grouping, for example \"HTTP:80/weather/us/wa/seattle\". In this case, a HTTP GET request is issued to the instance on the given port and path. Any answer other than \"200 OK\" within the timeout period is considered unhealthy.
The total length of the HTTP ping target must be 1024 16-bit Unicode characters or less.*/",
"getterDocumentation" : "/**
The instance being checked. The protocol is either TCP, HTTP, HTTPS, or SSL. The range of valid ports is one (1) through 65535.
TCP is the default, specified as a TCP: port pair, for example \"TCP:5000\". In this case, a health check simply attempts to open a TCP connection to the instance on the specified port. Failure to connect within the configured timeout is considered unhealthy.
SSL is also specified as SSL: port pair, for example, SSL:5000.
For HTTP/HTTPS, you must include a ping path in the string. HTTP is specified as a HTTP:port;/;PathToPing; grouping, for example \"HTTP:80/weather/us/wa/seattle\". In this case, a HTTP GET request is issued to the instance on the given port and path. Any answer other than \"200 OK\" within the timeout period is considered unhealthy.
The total length of the HTTP ping target must be 1024 16-bit Unicode characters or less.
\n@return The instance being checked. The protocol is either TCP, HTTP, HTTPS, or SSL. The range of valid ports is one (1) through 65535. TCP is the default, specified as a TCP: port pair, for example \"TCP:5000\". In this case, a health check simply attempts to open a TCP connection to the instance on the specified port. Failure to connect within the configured timeout is considered unhealthy.
SSL is also specified as SSL: port pair, for example, SSL:5000.
For HTTP/HTTPS, you must include a ping path in the string. HTTP is specified as a HTTP:port;/;PathToPing; grouping, for example \"HTTP:80/weather/us/wa/seattle\". In this case, a HTTP GET request is issued to the instance on the given port and path. Any answer other than \"200 OK\" within the timeout period is considered unhealthy.
The total length of the HTTP ping target must be 1024 16-bit Unicode characters or less.*/",
"fluentSetterDocumentation" : "/**
The instance being checked. The protocol is either TCP, HTTP, HTTPS, or SSL. The range of valid ports is one (1) through 65535.
TCP is the default, specified as a TCP: port pair, for example \"TCP:5000\". In this case, a health check simply attempts to open a TCP connection to the instance on the specified port. Failure to connect within the configured timeout is considered unhealthy.
SSL is also specified as SSL: port pair, for example, SSL:5000.
For HTTP/HTTPS, you must include a ping path in the string. HTTP is specified as a HTTP:port;/;PathToPing; grouping, for example \"HTTP:80/weather/us/wa/seattle\". In this case, a HTTP GET request is issued to the instance on the given port and path. Any answer other than \"200 OK\" within the timeout period is considered unhealthy.
The total length of the HTTP ping target must be 1024 16-bit Unicode characters or less.
\n@param target The instance being checked. The protocol is either TCP, HTTP, HTTPS, or SSL. The range of valid ports is one (1) through 65535. TCP is the default, specified as a TCP: port pair, for example \"TCP:5000\". In this case, a health check simply attempts to open a TCP connection to the instance on the specified port. Failure to connect within the configured timeout is considered unhealthy.
SSL is also specified as SSL: port pair, for example, SSL:5000.
For HTTP/HTTPS, you must include a ping path in the string. HTTP is specified as a HTTP:port;/;PathToPing; grouping, for example \"HTTP:80/weather/us/wa/seattle\". In this case, a HTTP GET request is issued to the instance on the given port and path. Any answer other than \"200 OK\" within the timeout period is considered unhealthy.
The total length of the HTTP ping target must be 1024 16-bit Unicode characters or less.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The instance being checked. The protocol is either TCP, HTTP, HTTPS, or SSL. The range of valid ports is one (1) through 65535.
TCP is the default, specified as a TCP: port pair, for example \"TCP:5000\". In this case, a health check simply attempts to open a TCP connection to the instance on the specified port. Failure to connect within the configured timeout is considered unhealthy.
SSL is also specified as SSL: port pair, for example, SSL:5000.
For HTTP/HTTPS, you must include a ping path in the string. HTTP is specified as a HTTP:port;/;PathToPing; grouping, for example \"HTTP:80/weather/us/wa/seattle\". In this case, a HTTP GET request is issued to the instance on the given port and path. Any answer other than \"200 OK\" within the timeout period is considered unhealthy.
The total length of the HTTP ping target must be 1024 16-bit Unicode characters or less.
\n@param target The instance being checked. The protocol is either TCP, HTTP, HTTPS, or SSL. The range of valid ports is one (1) through 65535. TCP is the default, specified as a TCP: port pair, for example \"TCP:5000\". In this case, a health check simply attempts to open a TCP connection to the instance on the specified port. Failure to connect within the configured timeout is considered unhealthy.
SSL is also specified as SSL: port pair, for example, SSL:5000.
For HTTP/HTTPS, you must include a ping path in the string. HTTP is specified as a HTTP:port;/;PathToPing; grouping, for example \"HTTP:80/weather/us/wa/seattle\". In this case, a HTTP GET request is issued to the instance on the given port and path. Any answer other than \"200 OK\" within the timeout period is considered unhealthy.
The total length of the HTTP ping target must be 1024 16-bit Unicode characters or less.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
The approximate interval, in seconds, between health checks of an individual instance.
",
"name" : "Interval",
"c2jName" : "Interval",
"c2jShape" : "HealthCheckInterval",
"variable" : {
"variableName" : "interval",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The approximate interval, in seconds, between health checks of an individual instance.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "interval",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Interval",
"marshallLocationName" : "Interval",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The approximate interval, in seconds, between health checks of an individual instance.
\n@param interval The approximate interval, in seconds, between health checks of an individual instance.*/",
"getterDocumentation" : "/**The approximate interval, in seconds, between health checks of an individual instance.
\n@return The approximate interval, in seconds, between health checks of an individual instance.*/",
"fluentSetterDocumentation" : "/**The approximate interval, in seconds, between health checks of an individual instance.
\n@param interval The approximate interval, in seconds, between health checks of an individual instance.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The approximate interval, in seconds, between health checks of an individual instance.
\n@param interval The approximate interval, in seconds, between health checks of an individual instance.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The amount of time, in seconds, during which no response means a failed health check.
This value must be less than the Interval
value.
",
"name" : "Timeout",
"c2jName" : "Timeout",
"c2jShape" : "HealthCheckTimeout",
"variable" : {
"variableName" : "timeout",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The amount of time, in seconds, during which no response means a failed health check.
This value must be less than the Interval
value.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "timeout",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Timeout",
"marshallLocationName" : "Timeout",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The amount of time, in seconds, during which no response means a failed health check.
This value must be less than the Interval
value.
\n@param timeout The amount of time, in seconds, during which no response means a failed health check. This value must be less than the Interval
value.*/",
"getterDocumentation" : "/**
The amount of time, in seconds, during which no response means a failed health check.
This value must be less than the Interval
value.
\n@return The amount of time, in seconds, during which no response means a failed health check. This value must be less than the Interval
value.*/",
"fluentSetterDocumentation" : "/**
The amount of time, in seconds, during which no response means a failed health check.
This value must be less than the Interval
value.
\n@param timeout The amount of time, in seconds, during which no response means a failed health check. This value must be less than the Interval
value.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The amount of time, in seconds, during which no response means a failed health check.
This value must be less than the Interval
value.
\n@param timeout The amount of time, in seconds, during which no response means a failed health check. This value must be less than the Interval
value.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
The number of consecutive health check failures required before moving the instance to the Unhealthy
state.
",
"name" : "UnhealthyThreshold",
"c2jName" : "UnhealthyThreshold",
"c2jShape" : "UnhealthyThreshold",
"variable" : {
"variableName" : "unhealthyThreshold",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The number of consecutive health check failures required before moving the instance to the Unhealthy
state.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "unhealthyThreshold",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "UnhealthyThreshold",
"marshallLocationName" : "UnhealthyThreshold",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The number of consecutive health check failures required before moving the instance to the Unhealthy
state.
\n@param unhealthyThreshold The number of consecutive health check failures required before moving the instance to the Unhealthy
state.*/",
"getterDocumentation" : "/**The number of consecutive health check failures required before moving the instance to the Unhealthy
state.
\n@return The number of consecutive health check failures required before moving the instance to the Unhealthy
state.*/",
"fluentSetterDocumentation" : "/**The number of consecutive health check failures required before moving the instance to the Unhealthy
state.
\n@param unhealthyThreshold The number of consecutive health check failures required before moving the instance to the Unhealthy
state.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The number of consecutive health check failures required before moving the instance to the Unhealthy
state.
\n@param unhealthyThreshold The number of consecutive health check failures required before moving the instance to the Unhealthy
state.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The number of consecutive health checks successes required before moving the instance to the Healthy
state.
",
"name" : "HealthyThreshold",
"c2jName" : "HealthyThreshold",
"c2jShape" : "HealthyThreshold",
"variable" : {
"variableName" : "healthyThreshold",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The number of consecutive health checks successes required before moving the instance to the Healthy
state.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "healthyThreshold",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "HealthyThreshold",
"marshallLocationName" : "HealthyThreshold",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The number of consecutive health checks successes required before moving the instance to the Healthy
state.
\n@param healthyThreshold The number of consecutive health checks successes required before moving the instance to the Healthy
state.*/",
"getterDocumentation" : "/**The number of consecutive health checks successes required before moving the instance to the Healthy
state.
\n@return The number of consecutive health checks successes required before moving the instance to the Healthy
state.*/",
"fluentSetterDocumentation" : "/**The number of consecutive health checks successes required before moving the instance to the Healthy
state.
\n@param healthyThreshold The number of consecutive health checks successes required before moving the instance to the Healthy
state.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The number of consecutive health checks successes required before moving the instance to the Healthy
state.
\n@param healthyThreshold The number of consecutive health checks successes required before moving the instance to the Healthy
state.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "healthCheck",
"variableType" : "HealthCheck",
"variableDeclarationType" : "HealthCheck",
"documentation" : null,
"simpleType" : "HealthCheck",
"variableSetterType" : "HealthCheck"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Target" : {
"documentation" : "The instance being checked. The protocol is either TCP, HTTP, HTTPS, or SSL. The range of valid ports is one (1) through 65535.
TCP is the default, specified as a TCP: port pair, for example \"TCP:5000\". In this case, a health check simply attempts to open a TCP connection to the instance on the specified port. Failure to connect within the configured timeout is considered unhealthy.
SSL is also specified as SSL: port pair, for example, SSL:5000.
For HTTP/HTTPS, you must include a ping path in the string. HTTP is specified as a HTTP:port;/;PathToPing; grouping, for example \"HTTP:80/weather/us/wa/seattle\". In this case, a HTTP GET request is issued to the instance on the given port and path. Any answer other than \"200 OK\" within the timeout period is considered unhealthy.
The total length of the HTTP ping target must be 1024 16-bit Unicode characters or less.
",
"name" : "Target",
"c2jName" : "Target",
"c2jShape" : "HealthCheckTarget",
"variable" : {
"variableName" : "target",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The instance being checked. The protocol is either TCP, HTTP, HTTPS, or SSL. The range of valid ports is one (1) through 65535.
TCP is the default, specified as a TCP: port pair, for example \"TCP:5000\". In this case, a health check simply attempts to open a TCP connection to the instance on the specified port. Failure to connect within the configured timeout is considered unhealthy.
SSL is also specified as SSL: port pair, for example, SSL:5000.
For HTTP/HTTPS, you must include a ping path in the string. HTTP is specified as a HTTP:port;/;PathToPing; grouping, for example \"HTTP:80/weather/us/wa/seattle\". In this case, a HTTP GET request is issued to the instance on the given port and path. Any answer other than \"200 OK\" within the timeout period is considered unhealthy.
The total length of the HTTP ping target must be 1024 16-bit Unicode characters or less.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "target",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Target",
"marshallLocationName" : "Target",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The instance being checked. The protocol is either TCP, HTTP, HTTPS, or SSL. The range of valid ports is one (1) through 65535.
TCP is the default, specified as a TCP: port pair, for example \"TCP:5000\". In this case, a health check simply attempts to open a TCP connection to the instance on the specified port. Failure to connect within the configured timeout is considered unhealthy.
SSL is also specified as SSL: port pair, for example, SSL:5000.
For HTTP/HTTPS, you must include a ping path in the string. HTTP is specified as a HTTP:port;/;PathToPing; grouping, for example \"HTTP:80/weather/us/wa/seattle\". In this case, a HTTP GET request is issued to the instance on the given port and path. Any answer other than \"200 OK\" within the timeout period is considered unhealthy.
The total length of the HTTP ping target must be 1024 16-bit Unicode characters or less.
\n@param target The instance being checked. The protocol is either TCP, HTTP, HTTPS, or SSL. The range of valid ports is one (1) through 65535. TCP is the default, specified as a TCP: port pair, for example \"TCP:5000\". In this case, a health check simply attempts to open a TCP connection to the instance on the specified port. Failure to connect within the configured timeout is considered unhealthy.
SSL is also specified as SSL: port pair, for example, SSL:5000.
For HTTP/HTTPS, you must include a ping path in the string. HTTP is specified as a HTTP:port;/;PathToPing; grouping, for example \"HTTP:80/weather/us/wa/seattle\". In this case, a HTTP GET request is issued to the instance on the given port and path. Any answer other than \"200 OK\" within the timeout period is considered unhealthy.
The total length of the HTTP ping target must be 1024 16-bit Unicode characters or less.*/",
"getterDocumentation" : "/**
The instance being checked. The protocol is either TCP, HTTP, HTTPS, or SSL. The range of valid ports is one (1) through 65535.
TCP is the default, specified as a TCP: port pair, for example \"TCP:5000\". In this case, a health check simply attempts to open a TCP connection to the instance on the specified port. Failure to connect within the configured timeout is considered unhealthy.
SSL is also specified as SSL: port pair, for example, SSL:5000.
For HTTP/HTTPS, you must include a ping path in the string. HTTP is specified as a HTTP:port;/;PathToPing; grouping, for example \"HTTP:80/weather/us/wa/seattle\". In this case, a HTTP GET request is issued to the instance on the given port and path. Any answer other than \"200 OK\" within the timeout period is considered unhealthy.
The total length of the HTTP ping target must be 1024 16-bit Unicode characters or less.
\n@return The instance being checked. The protocol is either TCP, HTTP, HTTPS, or SSL. The range of valid ports is one (1) through 65535. TCP is the default, specified as a TCP: port pair, for example \"TCP:5000\". In this case, a health check simply attempts to open a TCP connection to the instance on the specified port. Failure to connect within the configured timeout is considered unhealthy.
SSL is also specified as SSL: port pair, for example, SSL:5000.
For HTTP/HTTPS, you must include a ping path in the string. HTTP is specified as a HTTP:port;/;PathToPing; grouping, for example \"HTTP:80/weather/us/wa/seattle\". In this case, a HTTP GET request is issued to the instance on the given port and path. Any answer other than \"200 OK\" within the timeout period is considered unhealthy.
The total length of the HTTP ping target must be 1024 16-bit Unicode characters or less.*/",
"fluentSetterDocumentation" : "/**
The instance being checked. The protocol is either TCP, HTTP, HTTPS, or SSL. The range of valid ports is one (1) through 65535.
TCP is the default, specified as a TCP: port pair, for example \"TCP:5000\". In this case, a health check simply attempts to open a TCP connection to the instance on the specified port. Failure to connect within the configured timeout is considered unhealthy.
SSL is also specified as SSL: port pair, for example, SSL:5000.
For HTTP/HTTPS, you must include a ping path in the string. HTTP is specified as a HTTP:port;/;PathToPing; grouping, for example \"HTTP:80/weather/us/wa/seattle\". In this case, a HTTP GET request is issued to the instance on the given port and path. Any answer other than \"200 OK\" within the timeout period is considered unhealthy.
The total length of the HTTP ping target must be 1024 16-bit Unicode characters or less.
\n@param target The instance being checked. The protocol is either TCP, HTTP, HTTPS, or SSL. The range of valid ports is one (1) through 65535. TCP is the default, specified as a TCP: port pair, for example \"TCP:5000\". In this case, a health check simply attempts to open a TCP connection to the instance on the specified port. Failure to connect within the configured timeout is considered unhealthy.
SSL is also specified as SSL: port pair, for example, SSL:5000.
For HTTP/HTTPS, you must include a ping path in the string. HTTP is specified as a HTTP:port;/;PathToPing; grouping, for example \"HTTP:80/weather/us/wa/seattle\". In this case, a HTTP GET request is issued to the instance on the given port and path. Any answer other than \"200 OK\" within the timeout period is considered unhealthy.
The total length of the HTTP ping target must be 1024 16-bit Unicode characters or less.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The instance being checked. The protocol is either TCP, HTTP, HTTPS, or SSL. The range of valid ports is one (1) through 65535.
TCP is the default, specified as a TCP: port pair, for example \"TCP:5000\". In this case, a health check simply attempts to open a TCP connection to the instance on the specified port. Failure to connect within the configured timeout is considered unhealthy.
SSL is also specified as SSL: port pair, for example, SSL:5000.
For HTTP/HTTPS, you must include a ping path in the string. HTTP is specified as a HTTP:port;/;PathToPing; grouping, for example \"HTTP:80/weather/us/wa/seattle\". In this case, a HTTP GET request is issued to the instance on the given port and path. Any answer other than \"200 OK\" within the timeout period is considered unhealthy.
The total length of the HTTP ping target must be 1024 16-bit Unicode characters or less.
\n@param target The instance being checked. The protocol is either TCP, HTTP, HTTPS, or SSL. The range of valid ports is one (1) through 65535. TCP is the default, specified as a TCP: port pair, for example \"TCP:5000\". In this case, a health check simply attempts to open a TCP connection to the instance on the specified port. Failure to connect within the configured timeout is considered unhealthy.
SSL is also specified as SSL: port pair, for example, SSL:5000.
For HTTP/HTTPS, you must include a ping path in the string. HTTP is specified as a HTTP:port;/;PathToPing; grouping, for example \"HTTP:80/weather/us/wa/seattle\". In this case, a HTTP GET request is issued to the instance on the given port and path. Any answer other than \"200 OK\" within the timeout period is considered unhealthy.
The total length of the HTTP ping target must be 1024 16-bit Unicode characters or less.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"UnhealthyThreshold" : {
"documentation" : "
The number of consecutive health check failures required before moving the instance to the Unhealthy
state.
",
"name" : "UnhealthyThreshold",
"c2jName" : "UnhealthyThreshold",
"c2jShape" : "UnhealthyThreshold",
"variable" : {
"variableName" : "unhealthyThreshold",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The number of consecutive health check failures required before moving the instance to the Unhealthy
state.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "unhealthyThreshold",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "UnhealthyThreshold",
"marshallLocationName" : "UnhealthyThreshold",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The number of consecutive health check failures required before moving the instance to the Unhealthy
state.
\n@param unhealthyThreshold The number of consecutive health check failures required before moving the instance to the Unhealthy
state.*/",
"getterDocumentation" : "/**The number of consecutive health check failures required before moving the instance to the Unhealthy
state.
\n@return The number of consecutive health check failures required before moving the instance to the Unhealthy
state.*/",
"fluentSetterDocumentation" : "/**The number of consecutive health check failures required before moving the instance to the Unhealthy
state.
\n@param unhealthyThreshold The number of consecutive health check failures required before moving the instance to the Unhealthy
state.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The number of consecutive health check failures required before moving the instance to the Unhealthy
state.
\n@param unhealthyThreshold The number of consecutive health check failures required before moving the instance to the Unhealthy
state.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Timeout" : {
"documentation" : "The amount of time, in seconds, during which no response means a failed health check.
This value must be less than the Interval
value.
",
"name" : "Timeout",
"c2jName" : "Timeout",
"c2jShape" : "HealthCheckTimeout",
"variable" : {
"variableName" : "timeout",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The amount of time, in seconds, during which no response means a failed health check.
This value must be less than the Interval
value.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "timeout",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Timeout",
"marshallLocationName" : "Timeout",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The amount of time, in seconds, during which no response means a failed health check.
This value must be less than the Interval
value.
\n@param timeout The amount of time, in seconds, during which no response means a failed health check. This value must be less than the Interval
value.*/",
"getterDocumentation" : "/**
The amount of time, in seconds, during which no response means a failed health check.
This value must be less than the Interval
value.
\n@return The amount of time, in seconds, during which no response means a failed health check. This value must be less than the Interval
value.*/",
"fluentSetterDocumentation" : "/**
The amount of time, in seconds, during which no response means a failed health check.
This value must be less than the Interval
value.
\n@param timeout The amount of time, in seconds, during which no response means a failed health check. This value must be less than the Interval
value.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The amount of time, in seconds, during which no response means a failed health check.
This value must be less than the Interval
value.
\n@param timeout The amount of time, in seconds, during which no response means a failed health check. This value must be less than the Interval
value.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"HealthyThreshold" : {
"documentation" : "
The number of consecutive health checks successes required before moving the instance to the Healthy
state.
",
"name" : "HealthyThreshold",
"c2jName" : "HealthyThreshold",
"c2jShape" : "HealthyThreshold",
"variable" : {
"variableName" : "healthyThreshold",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The number of consecutive health checks successes required before moving the instance to the Healthy
state.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "healthyThreshold",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "HealthyThreshold",
"marshallLocationName" : "HealthyThreshold",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The number of consecutive health checks successes required before moving the instance to the Healthy
state.
\n@param healthyThreshold The number of consecutive health checks successes required before moving the instance to the Healthy
state.*/",
"getterDocumentation" : "/**The number of consecutive health checks successes required before moving the instance to the Healthy
state.
\n@return The number of consecutive health checks successes required before moving the instance to the Healthy
state.*/",
"fluentSetterDocumentation" : "/**The number of consecutive health checks successes required before moving the instance to the Healthy
state.
\n@param healthyThreshold The number of consecutive health checks successes required before moving the instance to the Healthy
state.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The number of consecutive health checks successes required before moving the instance to the Healthy
state.
\n@param healthyThreshold The number of consecutive health checks successes required before moving the instance to the Healthy
state.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Interval" : {
"documentation" : "The approximate interval, in seconds, between health checks of an individual instance.
",
"name" : "Interval",
"c2jName" : "Interval",
"c2jShape" : "HealthCheckInterval",
"variable" : {
"variableName" : "interval",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The approximate interval, in seconds, between health checks of an individual instance.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "interval",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Interval",
"marshallLocationName" : "Interval",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The approximate interval, in seconds, between health checks of an individual instance.
\n@param interval The approximate interval, in seconds, between health checks of an individual instance.*/",
"getterDocumentation" : "/**The approximate interval, in seconds, between health checks of an individual instance.
\n@return The approximate interval, in seconds, between health checks of an individual instance.*/",
"fluentSetterDocumentation" : "/**The approximate interval, in seconds, between health checks of an individual instance.
\n@param interval The approximate interval, in seconds, between health checks of an individual instance.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The approximate interval, in seconds, between health checks of an individual instance.
\n@param interval The approximate interval, in seconds, between health checks of an individual instance.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"ConfigureHealthCheckRequest" : {
"c2jName" : "ConfigureHealthCheckInput",
"documentation" : "",
"shapeName" : "ConfigureHealthCheckRequest",
"deprecated" : false,
"required" : [ "LoadBalancerName", "HealthCheck" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The name of the load balancer.
",
"name" : "LoadBalancerName",
"c2jName" : "LoadBalancerName",
"c2jShape" : "AccessPointName",
"variable" : {
"variableName" : "loadBalancerName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the load balancer.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "loadBalancerName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LoadBalancerName",
"marshallLocationName" : "LoadBalancerName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the load balancer.
\n@param loadBalancerName The name of the load balancer.*/",
"getterDocumentation" : "/**The name of the load balancer.
\n@return The name of the load balancer.*/",
"fluentSetterDocumentation" : "/**The name of the load balancer.
\n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the load balancer.
\n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The configuration information for the new health check.
",
"name" : "HealthCheck",
"c2jName" : "HealthCheck",
"c2jShape" : "HealthCheck",
"variable" : {
"variableName" : "healthCheck",
"variableType" : "HealthCheck",
"variableDeclarationType" : "HealthCheck",
"documentation" : "The configuration information for the new health check.
",
"simpleType" : "HealthCheck",
"variableSetterType" : "HealthCheck"
},
"setterModel" : {
"variableName" : "healthCheck",
"variableType" : "HealthCheck",
"variableDeclarationType" : "HealthCheck",
"documentation" : "",
"simpleType" : "HealthCheck",
"variableSetterType" : "HealthCheck"
},
"getterModel" : {
"returnType" : "HealthCheck",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "HealthCheck",
"marshallLocationName" : "HealthCheck",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The configuration information for the new health check.
\n@param healthCheck The configuration information for the new health check.*/",
"getterDocumentation" : "/**The configuration information for the new health check.
\n@return The configuration information for the new health check.*/",
"fluentSetterDocumentation" : "/**The configuration information for the new health check.
\n@param healthCheck The configuration information for the new health check.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The configuration information for the new health check.
\n@param healthCheck The configuration information for the new health check.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "configureHealthCheckRequest",
"variableType" : "ConfigureHealthCheckRequest",
"variableDeclarationType" : "ConfigureHealthCheckRequest",
"documentation" : null,
"simpleType" : "ConfigureHealthCheckRequest",
"variableSetterType" : "ConfigureHealthCheckRequest"
},
"marshaller" : {
"action" : "ConfigureHealthCheck",
"verb" : "POST",
"target" : null,
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"LoadBalancerName" : {
"documentation" : "The name of the load balancer.
",
"name" : "LoadBalancerName",
"c2jName" : "LoadBalancerName",
"c2jShape" : "AccessPointName",
"variable" : {
"variableName" : "loadBalancerName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the load balancer.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "loadBalancerName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LoadBalancerName",
"marshallLocationName" : "LoadBalancerName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the load balancer.
\n@param loadBalancerName The name of the load balancer.*/",
"getterDocumentation" : "/**The name of the load balancer.
\n@return The name of the load balancer.*/",
"fluentSetterDocumentation" : "/**The name of the load balancer.
\n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the load balancer.
\n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"HealthCheck" : {
"documentation" : "The configuration information for the new health check.
",
"name" : "HealthCheck",
"c2jName" : "HealthCheck",
"c2jShape" : "HealthCheck",
"variable" : {
"variableName" : "healthCheck",
"variableType" : "HealthCheck",
"variableDeclarationType" : "HealthCheck",
"documentation" : "The configuration information for the new health check.
",
"simpleType" : "HealthCheck",
"variableSetterType" : "HealthCheck"
},
"setterModel" : {
"variableName" : "healthCheck",
"variableType" : "HealthCheck",
"variableDeclarationType" : "HealthCheck",
"documentation" : "",
"simpleType" : "HealthCheck",
"variableSetterType" : "HealthCheck"
},
"getterModel" : {
"returnType" : "HealthCheck",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "HealthCheck",
"marshallLocationName" : "HealthCheck",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The configuration information for the new health check.
\n@param healthCheck The configuration information for the new health check.*/",
"getterDocumentation" : "/**The configuration information for the new health check.
\n@return The configuration information for the new health check.*/",
"fluentSetterDocumentation" : "/**The configuration information for the new health check.
\n@param healthCheck The configuration information for the new health check.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The configuration information for the new health check.
\n@param healthCheck The configuration information for the new health check.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"DescribeLoadBalancerPoliciesRequest" : {
"c2jName" : "DescribeLoadBalancerPoliciesInput",
"documentation" : "",
"shapeName" : "DescribeLoadBalancerPoliciesRequest",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The name of the load balancer.
",
"name" : "LoadBalancerName",
"c2jName" : "LoadBalancerName",
"c2jShape" : "AccessPointName",
"variable" : {
"variableName" : "loadBalancerName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the load balancer.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "loadBalancerName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LoadBalancerName",
"marshallLocationName" : "LoadBalancerName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the load balancer.
\n@param loadBalancerName The name of the load balancer.*/",
"getterDocumentation" : "/**The name of the load balancer.
\n@return The name of the load balancer.*/",
"fluentSetterDocumentation" : "/**The name of the load balancer.
\n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the load balancer.
\n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The names of the policies.
",
"name" : "PolicyNames",
"c2jName" : "PolicyNames",
"c2jShape" : "PolicyNames",
"variable" : {
"variableName" : "policyNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The names of the policies.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "policyNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "PolicyNames",
"marshallLocationName" : "PolicyNames",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "PolicyName",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The names of the policies.
\n@param policyNames The names of the policies.*/",
"getterDocumentation" : "/**The names of the policies.
\n@return The names of the policies.*/",
"fluentSetterDocumentation" : "/**The names of the policies.
\n@param policyNames The names of the policies.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The names of the policies.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setPolicyNames(java.util.Collection)} or {@link #withPolicyNames(java.util.Collection)} if you want to override the existing values.
\n@param policyNames The names of the policies.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeLoadBalancerPoliciesRequest",
"variableType" : "DescribeLoadBalancerPoliciesRequest",
"variableDeclarationType" : "DescribeLoadBalancerPoliciesRequest",
"documentation" : null,
"simpleType" : "DescribeLoadBalancerPoliciesRequest",
"variableSetterType" : "DescribeLoadBalancerPoliciesRequest"
},
"marshaller" : {
"action" : "DescribeLoadBalancerPolicies",
"verb" : "POST",
"target" : null,
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"PolicyNames" : {
"documentation" : "The names of the policies.
",
"name" : "PolicyNames",
"c2jName" : "PolicyNames",
"c2jShape" : "PolicyNames",
"variable" : {
"variableName" : "policyNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The names of the policies.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "policyNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "PolicyNames",
"marshallLocationName" : "PolicyNames",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "PolicyName",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The names of the policies.
\n@param policyNames The names of the policies.*/",
"getterDocumentation" : "/**The names of the policies.
\n@return The names of the policies.*/",
"fluentSetterDocumentation" : "/**The names of the policies.
\n@param policyNames The names of the policies.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The names of the policies.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setPolicyNames(java.util.Collection)} or {@link #withPolicyNames(java.util.Collection)} if you want to override the existing values.
\n@param policyNames The names of the policies.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"LoadBalancerName" : {
"documentation" : "The name of the load balancer.
",
"name" : "LoadBalancerName",
"c2jName" : "LoadBalancerName",
"c2jShape" : "AccessPointName",
"variable" : {
"variableName" : "loadBalancerName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the load balancer.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "loadBalancerName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LoadBalancerName",
"marshallLocationName" : "LoadBalancerName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the load balancer.
\n@param loadBalancerName The name of the load balancer.*/",
"getterDocumentation" : "/**The name of the load balancer.
\n@return The name of the load balancer.*/",
"fluentSetterDocumentation" : "/**The name of the load balancer.
\n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the load balancer.
\n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"AddTagsRequest" : {
"c2jName" : "AddTagsInput",
"documentation" : "",
"shapeName" : "AddTagsRequest",
"deprecated" : false,
"required" : [ "LoadBalancerNames", "Tags" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The name of the load balancer. You can specify one load balancer only.
",
"name" : "LoadBalancerNames",
"c2jName" : "LoadBalancerNames",
"c2jShape" : "LoadBalancerNames",
"variable" : {
"variableName" : "loadBalancerNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The name of the load balancer. You can specify one load balancer only.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "loadBalancerNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LoadBalancerNames",
"marshallLocationName" : "LoadBalancerNames",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "AccessPointName",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The name of the load balancer. You can specify one load balancer only.
\n@param loadBalancerNames The name of the load balancer. You can specify one load balancer only.*/",
"getterDocumentation" : "/**The name of the load balancer. You can specify one load balancer only.
\n@return The name of the load balancer. You can specify one load balancer only.*/",
"fluentSetterDocumentation" : "/**The name of the load balancer. You can specify one load balancer only.
\n@param loadBalancerNames The name of the load balancer. You can specify one load balancer only.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the load balancer. You can specify one load balancer only.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setLoadBalancerNames(java.util.Collection)} or {@link #withLoadBalancerNames(java.util.Collection)} if you want to override the existing values.
\n@param loadBalancerNames The name of the load balancer. You can specify one load balancer only.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The tags.
",
"name" : "Tags",
"c2jName" : "Tags",
"c2jShape" : "TagList",
"variable" : {
"variableName" : "tags",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The tags.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "tags",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Tags",
"marshallLocationName" : "Tags",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Tag",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Tag",
"variable" : {
"variableName" : "member",
"variableType" : "Tag",
"variableDeclarationType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Tag",
"variableDeclarationType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "Tag",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The tags.
\n@param tags The tags.*/",
"getterDocumentation" : "/**The tags.
\n@return The tags.*/",
"fluentSetterDocumentation" : "/**The tags.
\n@param tags The tags.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The tags.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.
\n@param tags The tags.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "addTagsRequest",
"variableType" : "AddTagsRequest",
"variableDeclarationType" : "AddTagsRequest",
"documentation" : null,
"simpleType" : "AddTagsRequest",
"variableSetterType" : "AddTagsRequest"
},
"marshaller" : {
"action" : "AddTags",
"verb" : "POST",
"target" : null,
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"LoadBalancerNames" : {
"documentation" : "The name of the load balancer. You can specify one load balancer only.
",
"name" : "LoadBalancerNames",
"c2jName" : "LoadBalancerNames",
"c2jShape" : "LoadBalancerNames",
"variable" : {
"variableName" : "loadBalancerNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The name of the load balancer. You can specify one load balancer only.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "loadBalancerNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LoadBalancerNames",
"marshallLocationName" : "LoadBalancerNames",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "AccessPointName",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The name of the load balancer. You can specify one load balancer only.
\n@param loadBalancerNames The name of the load balancer. You can specify one load balancer only.*/",
"getterDocumentation" : "/**The name of the load balancer. You can specify one load balancer only.
\n@return The name of the load balancer. You can specify one load balancer only.*/",
"fluentSetterDocumentation" : "/**The name of the load balancer. You can specify one load balancer only.
\n@param loadBalancerNames The name of the load balancer. You can specify one load balancer only.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the load balancer. You can specify one load balancer only.
\n