
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 A load balancer distributes incoming traffic across your EC2 instances. This enables you to increase the availability of your application. The load balancer also monitors the health of its registered instances and ensures that it routes traffic only to healthy instances. You configure your load balancer to accept incoming traffic by specifying one or more listeners, which are configured with a protocol and port number for connections from clients to the load balancer and a protocol and port number for connections from the load balancer to the instances.
Elastic Load Balancing supports two types of load balancers: Classic load balancers and Application load balancers (new). A Classic load balancer makes routing and load balancing decisions either at the transport layer (TCP/SSL) or the application layer (HTTP/HTTPS), and supports either EC2-Classic or a VPC. An Application load balancer makes routing and load balancing decisions at the application layer (HTTP/HTTPS), supports path-based routing, and can route requests to one or more ports on each EC2 instance or container instance in your virtual private cloud (VPC). For more information, see the .
This reference covers the 2012-06-01 API, which supports Classic load balancers. The 2015-12-01 API supports Application load balancers.
To get started, create a load balancer with one or more listeners using CreateLoadBalancer. Register your instances with the load balancer using RegisterInstancesWithLoadBalancer.
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",
"cucumberModuleInjectorClassName" : "AmazonElasticLoadBalancingModuleInjector",
"smokeTestsPackageName" : "com.amazonaws.services.elasticloadbalancing.smoketests",
"serviceName" : "Elastic Load Balancing",
"ionProtocol" : false,
"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 Classic Load Balancer in the Classic Load Balancers Guide.
",
"operationName" : "AddTags",
"deprecated" : false,
"input" : {
"variableName" : "addTagsRequest",
"variableType" : "AddTagsRequest",
"variableDeclarationType" : "AddTagsRequest",
"documentation" : "Contains the parameters for AddTags.
",
"simpleType" : "AddTagsRequest",
"variableSetterType" : "AddTagsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "AddTagsResult",
"documentation" : "Contains the output of AddTags.
"
},
"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 Classic Load Balancers Guide.
",
"operationName" : "ApplySecurityGroupsToLoadBalancer",
"deprecated" : false,
"input" : {
"variableName" : "applySecurityGroupsToLoadBalancerRequest",
"variableType" : "ApplySecurityGroupsToLoadBalancerRequest",
"variableDeclarationType" : "ApplySecurityGroupsToLoadBalancerRequest",
"documentation" : "Contains the parameters for ApplySecurityGroupsToLoadBalancer.
",
"simpleType" : "ApplySecurityGroupsToLoadBalancerRequest",
"variableSetterType" : "ApplySecurityGroupsToLoadBalancerRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ApplySecurityGroupsToLoadBalancerResult",
"documentation" : "Contains the output of ApplySecurityGroupsToLoadBalancer.
"
},
"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 Classic Load Balancers Guide.
",
"operationName" : "AttachLoadBalancerToSubnets",
"deprecated" : false,
"input" : {
"variableName" : "attachLoadBalancerToSubnetsRequest",
"variableType" : "AttachLoadBalancerToSubnetsRequest",
"variableDeclarationType" : "AttachLoadBalancerToSubnetsRequest",
"documentation" : "Contains the parameters for AttachLoaBalancerToSubnets.
",
"simpleType" : "AttachLoadBalancerToSubnetsRequest",
"variableSetterType" : "AttachLoadBalancerToSubnetsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "AttachLoadBalancerToSubnetsResult",
"documentation" : "Contains the output of AttachLoadBalancerToSubnets.
"
},
"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 EC2 instances.
For more information, see Configure Health Checks for Your Load Balancer in the Classic Load Balancers Guide.
",
"operationName" : "ConfigureHealthCheck",
"deprecated" : false,
"input" : {
"variableName" : "configureHealthCheckRequest",
"variableType" : "ConfigureHealthCheckRequest",
"variableDeclarationType" : "ConfigureHealthCheckRequest",
"documentation" : "Contains the parameters for ConfigureHealthCheck.
",
"simpleType" : "ConfigureHealthCheckRequest",
"variableSetterType" : "ConfigureHealthCheckRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ConfigureHealthCheckResult",
"documentation" : "Contains the output of ConfigureHealthCheck.
"
},
"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 Classic Load Balancers Guide.
",
"operationName" : "CreateAppCookieStickinessPolicy",
"deprecated" : false,
"input" : {
"variableName" : "createAppCookieStickinessPolicyRequest",
"variableType" : "CreateAppCookieStickinessPolicyRequest",
"variableDeclarationType" : "CreateAppCookieStickinessPolicyRequest",
"documentation" : "Contains the parameters for CreateAppCookieStickinessPolicy.
",
"simpleType" : "CreateAppCookieStickinessPolicyRequest",
"variableSetterType" : "CreateAppCookieStickinessPolicyRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateAppCookieStickinessPolicyResult",
"documentation" : "Contains the output for CreateAppCookieStickinessPolicy.
"
},
"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 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 Classic Load Balancers Guide.
",
"operationName" : "CreateLBCookieStickinessPolicy",
"deprecated" : false,
"input" : {
"variableName" : "createLBCookieStickinessPolicyRequest",
"variableType" : "CreateLBCookieStickinessPolicyRequest",
"variableDeclarationType" : "CreateLBCookieStickinessPolicyRequest",
"documentation" : "Contains the parameters for CreateLBCookieStickinessPolicy.
",
"simpleType" : "CreateLBCookieStickinessPolicyRequest",
"variableSetterType" : "CreateLBCookieStickinessPolicyRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateLBCookieStickinessPolicyResult",
"documentation" : "Contains the output for CreateLBCookieStickinessPolicy.
"
},
"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 Classic load balancer.
You can add listeners, security groups, subnets, and tags when you create your load balancer, or you can add them later using CreateLoadBalancerListeners, ApplySecurityGroupsToLoadBalancer, AttachLoadBalancerToSubnets, and AddTags.
To describe your current load balancers, see DescribeLoadBalancers. When you are finished with a load balancer, you can delete it using DeleteLoadBalancer.
You can create up to 20 load balancers per region per account. You can request an increase for the number of load balancers for your account. For more information, see Limits for Your Classic Load Balancer in the Classic Load Balancers Guide.
",
"operationName" : "CreateLoadBalancer",
"deprecated" : false,
"input" : {
"variableName" : "createLoadBalancerRequest",
"variableType" : "CreateLoadBalancerRequest",
"variableDeclarationType" : "CreateLoadBalancerRequest",
"documentation" : "Contains the parameters for CreateLoadBalancer.
",
"simpleType" : "CreateLoadBalancerRequest",
"variableSetterType" : "CreateLoadBalancerRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateLoadBalancerResult",
"documentation" : "Contains the output for CreateLoadBalancer.
"
},
"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 ARN does not refer to a valid SSL certificate in AWS Identity and Access Management (IAM) or AWS Certificate Manager (ACM). Note that if you recently uploaded the certificate to IAM, this error might indicate that the certificate is not fully available yet.
"
}, {
"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.
"
}, {
"exceptionName" : "UnsupportedProtocolException",
"documentation" : null
} ],
"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 Listeners for Your Classic Load Balancer in the Classic Load Balancers Guide.
",
"operationName" : "CreateLoadBalancerListeners",
"deprecated" : false,
"input" : {
"variableName" : "createLoadBalancerListenersRequest",
"variableType" : "CreateLoadBalancerListenersRequest",
"variableDeclarationType" : "CreateLoadBalancerListenersRequest",
"documentation" : "Contains the parameters for CreateLoadBalancerListeners.
",
"simpleType" : "CreateLoadBalancerListenersRequest",
"variableSetterType" : "CreateLoadBalancerListenersRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateLoadBalancerListenersResult",
"documentation" : "Contains the parameters for CreateLoadBalancerListener.
"
},
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "DuplicateListenerException",
"documentation" : "A listener already exists for the specified load balancer name and port, but with a different instance port, protocol, or SSL certificate.
"
}, {
"exceptionName" : "CertificateNotFoundException",
"documentation" : "The specified ARN does not refer to a valid SSL certificate in AWS Identity and Access Management (IAM) or AWS Certificate Manager (ACM). Note that if you recently uploaded the certificate to IAM, this error might indicate that the certificate is not fully available yet.
"
}, {
"exceptionName" : "InvalidConfigurationRequestException",
"documentation" : "The requested configuration change is not valid.
"
}, {
"exceptionName" : "UnsupportedProtocolException",
"documentation" : null
} ],
"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 listener or the application server, depending on the policy type.
",
"operationName" : "CreateLoadBalancerPolicy",
"deprecated" : false,
"input" : {
"variableName" : "createLoadBalancerPolicyRequest",
"variableType" : "CreateLoadBalancerPolicyRequest",
"variableDeclarationType" : "CreateLoadBalancerPolicyRequest",
"documentation" : "Contains the parameters for CreateLoadBalancerPolicy.
",
"simpleType" : "CreateLoadBalancerPolicyRequest",
"variableSetterType" : "CreateLoadBalancerPolicyRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateLoadBalancerPolicyResult",
"documentation" : "Contains the output of CreateLoadBalancerPolicy.
"
},
"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 your 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" : "Contains the parameters for DeleteLoadBalancer.
",
"simpleType" : "DeleteLoadBalancerRequest",
"variableSetterType" : "DeleteLoadBalancerRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteLoadBalancerResult",
"documentation" : "Contains the output of DeleteLoadBalancer.
"
},
"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" : "Contains the parameters for DeleteLoadBalancerListeners.
",
"simpleType" : "DeleteLoadBalancerListenersRequest",
"variableSetterType" : "DeleteLoadBalancerListenersRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteLoadBalancerListenersResult",
"documentation" : "Contains the output of DeleteLoadBalancerListeners.
"
},
"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" : "Contains the parameters for DeleteLoadBalancerPolicy.
",
"simpleType" : "DeleteLoadBalancerPolicyRequest",
"variableSetterType" : "DeleteLoadBalancerPolicyRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteLoadBalancerPolicyResult",
"documentation" : "Contains the output of DeleteLoadBalancerPolicy.
"
},
"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 Register or De-Register EC2 Instances in the Classic Load Balancers Guide.
",
"operationName" : "DeregisterInstancesFromLoadBalancer",
"deprecated" : false,
"input" : {
"variableName" : "deregisterInstancesFromLoadBalancerRequest",
"variableType" : "DeregisterInstancesFromLoadBalancerRequest",
"variableDeclarationType" : "DeregisterInstancesFromLoadBalancerRequest",
"documentation" : "Contains the parameters for DeregisterInstancesFromLoadBalancer.
",
"simpleType" : "DeregisterInstancesFromLoadBalancerRequest",
"variableSetterType" : "DeregisterInstancesFromLoadBalancerRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeregisterInstancesFromLoadBalancerResult",
"documentation" : "Contains the output of DeregisterInstancesFromLoadBalancer.
"
},
"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" : "Contains the parameters for DescribeInstanceHealth.
",
"simpleType" : "DescribeInstanceHealthRequest",
"variableSetterType" : "DescribeInstanceHealthRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeInstanceHealthResult",
"documentation" : "Contains the output for DescribeInstanceHealth.
"
},
"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" : "Contains the parameters for DescribeLoadBalancerAttributes.
",
"simpleType" : "DescribeLoadBalancerAttributesRequest",
"variableSetterType" : "DescribeLoadBalancerAttributesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeLoadBalancerAttributesResult",
"documentation" : "Contains the output of DescribeLoadBalancerAttributes.
"
},
"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" : "Contains the parameters for DescribeLoadBalancerPolicies.
",
"simpleType" : "DescribeLoadBalancerPoliciesRequest",
"variableSetterType" : "DescribeLoadBalancerPoliciesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeLoadBalancerPoliciesResult",
"documentation" : "Contains the output of DescribeLoadBalancerPolicies.
"
},
"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 or all load balancer policy types.
The description of each type indicates how it can be used. For example, some policies can be used only with layer 7 listeners, some policies can be used only with layer 4 listeners, and some policies can be used only with your EC2 instances.
You can use CreateLoadBalancerPolicy to create a policy configuration for any of these policy types. Then, depending on the policy type, use either SetLoadBalancerPoliciesOfListener or SetLoadBalancerPoliciesForBackendServer to set the policy.
",
"operationName" : "DescribeLoadBalancerPolicyTypes",
"deprecated" : false,
"input" : {
"variableName" : "describeLoadBalancerPolicyTypesRequest",
"variableType" : "DescribeLoadBalancerPolicyTypesRequest",
"variableDeclarationType" : "DescribeLoadBalancerPolicyTypesRequest",
"documentation" : "Contains the parameters for DescribeLoadBalancerPolicyTypes.
",
"simpleType" : "DescribeLoadBalancerPolicyTypesRequest",
"variableSetterType" : "DescribeLoadBalancerPolicyTypesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeLoadBalancerPolicyTypesResult",
"documentation" : "Contains the output of DescribeLoadBalancerPolicyTypes.
"
},
"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" : "Contains the parameters for DescribeLoadBalancers.
",
"simpleType" : "DescribeLoadBalancersRequest",
"variableSetterType" : "DescribeLoadBalancersRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeLoadBalancersResult",
"documentation" : "Contains the parameters for DescribeLoadBalancers.
"
},
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "DependencyThrottleException",
"documentation" : null
} ],
"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" : "Contains the parameters for DescribeTags.
",
"simpleType" : "DescribeTagsRequest",
"variableSetterType" : "DescribeTagsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeTagsResult",
"documentation" : "Contains the output for DescribeTags.
"
},
"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" : "Contains the parameters for DetachLoadBalancerFromSubnets.
",
"simpleType" : "DetachLoadBalancerFromSubnetsRequest",
"variableSetterType" : "DetachLoadBalancerFromSubnetsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DetachLoadBalancerFromSubnetsResult",
"documentation" : "Contains the output of DetachLoadBalancerFromSubnets.
"
},
"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 Add or Remove Availability Zones in the Classic Load Balancers Guide.
",
"operationName" : "DisableAvailabilityZonesForLoadBalancer",
"deprecated" : false,
"input" : {
"variableName" : "disableAvailabilityZonesForLoadBalancerRequest",
"variableType" : "DisableAvailabilityZonesForLoadBalancerRequest",
"variableDeclarationType" : "DisableAvailabilityZonesForLoadBalancerRequest",
"documentation" : "Contains the parameters for DisableAvailabilityZonesForLoadBalancer.
",
"simpleType" : "DisableAvailabilityZonesForLoadBalancerRequest",
"variableSetterType" : "DisableAvailabilityZonesForLoadBalancerRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DisableAvailabilityZonesForLoadBalancerResult",
"documentation" : "Contains the output for DisableAvailabilityZonesForLoadBalancer.
"
},
"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 or Remove Availability Zones in the Classic Load Balancers Guide.
",
"operationName" : "EnableAvailabilityZonesForLoadBalancer",
"deprecated" : false,
"input" : {
"variableName" : "enableAvailabilityZonesForLoadBalancerRequest",
"variableType" : "EnableAvailabilityZonesForLoadBalancerRequest",
"variableDeclarationType" : "EnableAvailabilityZonesForLoadBalancerRequest",
"documentation" : "Contains the parameters for EnableAvailabilityZonesForLoadBalancer.
",
"simpleType" : "EnableAvailabilityZonesForLoadBalancerRequest",
"variableSetterType" : "EnableAvailabilityZonesForLoadBalancerRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "EnableAvailabilityZonesForLoadBalancerResult",
"documentation" : "Contains the output of EnableAvailabilityZonesForLoadBalancer.
"
},
"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 Classic Load Balancers Guide:
",
"operationName" : "ModifyLoadBalancerAttributes",
"deprecated" : false,
"input" : {
"variableName" : "modifyLoadBalancerAttributesRequest",
"variableType" : "ModifyLoadBalancerAttributesRequest",
"variableDeclarationType" : "ModifyLoadBalancerAttributesRequest",
"documentation" : "Contains the parameters for ModifyLoadBalancerAttributes.
",
"simpleType" : "ModifyLoadBalancerAttributesRequest",
"variableSetterType" : "ModifyLoadBalancerAttributesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ModifyLoadBalancerAttributesResult",
"documentation" : "Contains the output of ModifyLoadBalancerAttributes.
"
},
"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.
To deregister instances from a load balancer, use DeregisterInstancesFromLoadBalancer.
For more information, see Register or De-Register EC2 Instances in the Classic Load Balancers Guide.
",
"operationName" : "RegisterInstancesWithLoadBalancer",
"deprecated" : false,
"input" : {
"variableName" : "registerInstancesWithLoadBalancerRequest",
"variableType" : "RegisterInstancesWithLoadBalancerRequest",
"variableDeclarationType" : "RegisterInstancesWithLoadBalancerRequest",
"documentation" : "Contains the parameters for RegisterInstancesWithLoadBalancer.
",
"simpleType" : "RegisterInstancesWithLoadBalancerRequest",
"variableSetterType" : "RegisterInstancesWithLoadBalancerRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "RegisterInstancesWithLoadBalancerResult",
"documentation" : "Contains the output of RegisterInstancesWithLoadBalancer.
"
},
"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" : "Contains the parameters for RemoveTags.
",
"simpleType" : "RemoveTagsRequest",
"variableSetterType" : "RemoveTagsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "RemoveTagsResult",
"documentation" : "Contains the output of RemoveTags.
"
},
"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 Replace the SSL Certificate for Your Load Balancer in the Classic Load Balancers Guide.
",
"operationName" : "SetLoadBalancerListenerSSLCertificate",
"deprecated" : false,
"input" : {
"variableName" : "setLoadBalancerListenerSSLCertificateRequest",
"variableType" : "SetLoadBalancerListenerSSLCertificateRequest",
"variableDeclarationType" : "SetLoadBalancerListenerSSLCertificateRequest",
"documentation" : "Contains the parameters for SetLoadBalancerListenerSSLCertificate.
",
"simpleType" : "SetLoadBalancerListenerSSLCertificateRequest",
"variableSetterType" : "SetLoadBalancerListenerSSLCertificateRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "SetLoadBalancerListenerSSLCertificateResult",
"documentation" : "Contains the output of SetLoadBalancerListenerSSLCertificate.
"
},
"exceptions" : [ {
"exceptionName" : "CertificateNotFoundException",
"documentation" : "The specified ARN does not refer to a valid SSL certificate in AWS Identity and Access Management (IAM) or AWS Certificate Manager (ACM). Note that if you recently uploaded the certificate to IAM, this error might indicate that the certificate is not fully available yet.
"
}, {
"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.
"
}, {
"exceptionName" : "UnsupportedProtocolException",
"documentation" : null
} ],
"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 EC2 instance is listening with a new set of policies. At this time, only the back-end server authentication policy type can be applied to the instance 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 EC2 instance.
For more information about enabling back-end instance authentication, see Configure Back-end Instance Authentication in the Classic Load Balancers Guide. For more information about Proxy Protocol, see Configure Proxy Protocol Support in the Classic Load Balancers Guide.
",
"operationName" : "SetLoadBalancerPoliciesForBackendServer",
"deprecated" : false,
"input" : {
"variableName" : "setLoadBalancerPoliciesForBackendServerRequest",
"variableType" : "SetLoadBalancerPoliciesForBackendServerRequest",
"variableDeclarationType" : "SetLoadBalancerPoliciesForBackendServerRequest",
"documentation" : "Contains the parameters for SetLoadBalancerPoliciesForBackendServer.
",
"simpleType" : "SetLoadBalancerPoliciesForBackendServerRequest",
"variableSetterType" : "SetLoadBalancerPoliciesForBackendServerRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "SetLoadBalancerPoliciesForBackendServerResult",
"documentation" : "Contains the output of SetLoadBalancerPoliciesForBackendServer.
"
},
"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" : "Replaces the current set of policies for the specified load balancer port with the specified set of policies.
To enable back-end server authentication, use SetLoadBalancerPoliciesForBackendServer.
For more information about setting policies, see Update the SSL Negotiation Configuration, Duration-Based Session Stickiness, and Application-Controlled Session Stickiness in the Classic Load Balancers Guide.
",
"operationName" : "SetLoadBalancerPoliciesOfListener",
"deprecated" : false,
"input" : {
"variableName" : "setLoadBalancerPoliciesOfListenerRequest",
"variableType" : "SetLoadBalancerPoliciesOfListenerRequest",
"variableDeclarationType" : "SetLoadBalancerPoliciesOfListenerRequest",
"documentation" : "Contains the parameters for SetLoadBalancePoliciesOfListener.
",
"simpleType" : "SetLoadBalancerPoliciesOfListenerRequest",
"variableSetterType" : "SetLoadBalancerPoliciesOfListenerRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "SetLoadBalancerPoliciesOfListenerResult",
"documentation" : "Contains the output of SetLoadBalancePoliciesOfListener.
"
},
"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" : "Contains the parameters for CreateLoadBalancerListeners.
",
"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,
"marshallNonAutoConstructedEmptyLists" : 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,
"marshallNonAutoConstructedEmptyLists" : 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,
"marshallNonAutoConstructedEmptyLists" : 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,
"marshallNonAutoConstructedEmptyLists" : 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,
"marshallNonAutoConstructedEmptyLists" : 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,
"marshallNonAutoConstructedEmptyLists" : 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,
"marshallNonAutoConstructedEmptyLists" : 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,
"marshallNonAutoConstructedEmptyLists" : 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" : "Contains the parameters for DescribeInstanceHealth.
",
"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,
"marshallNonAutoConstructedEmptyLists" : 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,
"marshallNonAutoConstructedEmptyLists" : 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.*/"
}
}
},
"UnsupportedProtocolException" : {
"c2jName" : "UnsupportedProtocolException",
"documentation" : "",
"shapeName" : "UnsupportedProtocolException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "unsupportedProtocolException",
"variableType" : "UnsupportedProtocolException",
"variableDeclarationType" : "UnsupportedProtocolException",
"documentation" : null,
"simpleType" : "UnsupportedProtocolException",
"variableSetterType" : "UnsupportedProtocolException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "UnsupportedProtocol",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"ConfigureHealthCheckRequest" : {
"c2jName" : "ConfigureHealthCheckInput",
"documentation" : "Contains the parameters for ConfigureHealthCheck.
",
"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.
",
"name" : "HealthCheck",
"c2jName" : "HealthCheck",
"c2jShape" : "HealthCheck",
"variable" : {
"variableName" : "healthCheck",
"variableType" : "HealthCheck",
"variableDeclarationType" : "HealthCheck",
"documentation" : "The configuration information.
",
"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.
\n@param healthCheck The configuration information.*/",
"getterDocumentation" : "/**The configuration information.
\n@return The configuration information.*/",
"fluentSetterDocumentation" : "/**The configuration information.
\n@param healthCheck The configuration information.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The configuration information.
\n@param healthCheck The configuration information.\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.
",
"name" : "HealthCheck",
"c2jName" : "HealthCheck",
"c2jShape" : "HealthCheck",
"variable" : {
"variableName" : "healthCheck",
"variableType" : "HealthCheck",
"variableDeclarationType" : "HealthCheck",
"documentation" : "The configuration information.
",
"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.
\n@param healthCheck The configuration information.*/",
"getterDocumentation" : "/**The configuration information.
\n@return The configuration information.*/",
"fluentSetterDocumentation" : "/**The configuration information.
\n@param healthCheck The configuration information.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The configuration information.
\n@param healthCheck The configuration information.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"DescribeLoadBalancerPoliciesRequest" : {
"c2jName" : "DescribeLoadBalancerPoliciesInput",
"documentation" : "Contains the parameters for DescribeLoadBalancerPolicies.
",
"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,
"marshallNonAutoConstructedEmptyLists" : 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,
"marshallNonAutoConstructedEmptyLists" : 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" : "Contains the parameters for AddTags.
",
"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,
"marshallNonAutoConstructedEmptyLists" : 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,
"marshallNonAutoConstructedEmptyLists" : 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,
"marshallNonAutoConstructedEmptyLists" : 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