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",
"exceptionUnmarshallerImpl" : "StandardErrorUnmarshaller",
"protocol" : "query",
"checksumFormat" : null,
"documentation" : "Elastic Load Balancing Elastic Load Balancing distributes incoming traffic across your EC2 instances.
For information about the features of Elastic Load Balancing, see What Is Elastic Load Balancing? in the Elastic Load Balancing Developer Guide.
For information about the AWS regions supported by Elastic Load Balancing, see Regions and Endpoints - Elastic Load Balancing in the Amazon Web Services General Reference.
All Elastic Load Balancing operations are idempotent, which means that they complete at most one time. If you repeat an operation, it succeeds with a 200 OK response code.
",
"defaultEndpoint" : "elasticloadbalancing.amazonaws.com",
"defaultEndpointWithoutHttpProtocol" : "elasticloadbalancing.amazonaws.com",
"syncInterface" : "AmazonElasticLoadBalancing",
"syncClient" : "AmazonElasticLoadBalancingClient",
"asyncInterface" : "AmazonElasticLoadBalancingAsync",
"asyncClient" : "AmazonElasticLoadBalancingAsyncClient",
"packageName" : "com.amazonaws.services.elasticloadbalancing",
"packagePath" : "com/amazonaws/services/elasticloadbalancing",
"serviceAbbreviation" : null,
"serviceFullName" : "Elastic Load Balancing",
"hasApiWithStreamInput" : false,
"jsonContentVersion" : null,
"jsonVersion" : null,
"endpointPrefix" : "elasticloadbalancing",
"signingName" : "elasticloadbalancing",
"xmlProtocol" : true,
"serviceName" : "Elastic Load Balancing",
"cborProtocol" : false,
"jsonProtocol" : false,
"unmarshallerContextClassName" : "StaxUnmarshallerContext",
"unmarshallerClassSuffix" : "StaxUnmarshaller",
"protocolDefaultExceptionUnmarshallerType" : "StandardErrorUnmarshaller"
},
"operations" : {
"AddTags" : {
"documentation" : "Adds the specified tags to the specified load balancer. Each load balancer can have a maximum of 10 tags.
Each tag consists of a key and an optional value. If a tag with the same key is already associated with the load balancer, AddTags
updates its value.
For more information, see Tag Your Load Balancer in the Elastic Load Balancing Developer Guide.
",
"operationName" : "AddTags",
"deprecated" : false,
"input" : {
"variableName" : "addTagsRequest",
"variableType" : "AddTagsRequest",
"variableDeclarationType" : "AddTagsRequest",
"documentation" : "",
"simpleType" : "AddTagsRequest",
"variableSetterType" : "AddTagsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "AddTagsResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "TooManyTagsException",
"documentation" : "The quota for the number of tags that can be assigned to a load balancer has been reached.
"
}, {
"exceptionName" : "DuplicateTagKeysException",
"documentation" : "A tag key was specified more than once.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "AddTagsResult",
"asyncReturnType" : "AddTagsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "addTags"
},
"ApplySecurityGroupsToLoadBalancer" : {
"documentation" : "Associates one or more security groups with your load balancer in a virtual private cloud (VPC). The specified security groups override the previously associated security groups.
For more information, see Security Groups for Load Balancers in a VPC in the Elastic Load Balancing Developer Guide.
",
"operationName" : "ApplySecurityGroupsToLoadBalancer",
"deprecated" : false,
"input" : {
"variableName" : "applySecurityGroupsToLoadBalancerRequest",
"variableType" : "ApplySecurityGroupsToLoadBalancerRequest",
"variableDeclarationType" : "ApplySecurityGroupsToLoadBalancerRequest",
"documentation" : "",
"simpleType" : "ApplySecurityGroupsToLoadBalancerRequest",
"variableSetterType" : "ApplySecurityGroupsToLoadBalancerRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ApplySecurityGroupsToLoadBalancerResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "InvalidConfigurationRequestException",
"documentation" : "The requested configuration change is not valid.
"
}, {
"exceptionName" : "InvalidSecurityGroupException",
"documentation" : "One or more of the specified security groups do not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "ApplySecurityGroupsToLoadBalancerResult",
"asyncReturnType" : "ApplySecurityGroupsToLoadBalancerResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "applySecurityGroupsToLoadBalancer"
},
"AttachLoadBalancerToSubnets" : {
"documentation" : "Adds one or more subnets to the set of configured subnets for the specified load balancer.
The load balancer evenly distributes requests across all registered subnets. For more information, see Add or Remove Subnets for Your Load Balancer in a VPC in the Elastic Load Balancing Developer Guide.
",
"operationName" : "AttachLoadBalancerToSubnets",
"deprecated" : false,
"input" : {
"variableName" : "attachLoadBalancerToSubnetsRequest",
"variableType" : "AttachLoadBalancerToSubnetsRequest",
"variableDeclarationType" : "AttachLoadBalancerToSubnetsRequest",
"documentation" : "",
"simpleType" : "AttachLoadBalancerToSubnetsRequest",
"variableSetterType" : "AttachLoadBalancerToSubnetsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "AttachLoadBalancerToSubnetsResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "InvalidConfigurationRequestException",
"documentation" : "The requested configuration change is not valid.
"
}, {
"exceptionName" : "SubnetNotFoundException",
"documentation" : "One or more of the specified subnets do not exist.
"
}, {
"exceptionName" : "InvalidSubnetException",
"documentation" : "The specified VPC has no associated Internet gateway.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "AttachLoadBalancerToSubnetsResult",
"asyncReturnType" : "AttachLoadBalancerToSubnetsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "attachLoadBalancerToSubnets"
},
"ConfigureHealthCheck" : {
"documentation" : "Specifies the health check settings to use when evaluating the health state of your back-end instances.
For more information, see Configure Health Checks in the Elastic Load Balancing Developer Guide.
",
"operationName" : "ConfigureHealthCheck",
"deprecated" : false,
"input" : {
"variableName" : "configureHealthCheckRequest",
"variableType" : "ConfigureHealthCheckRequest",
"variableDeclarationType" : "ConfigureHealthCheckRequest",
"documentation" : "",
"simpleType" : "ConfigureHealthCheckRequest",
"variableSetterType" : "ConfigureHealthCheckRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ConfigureHealthCheckResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "ConfigureHealthCheckResult",
"asyncReturnType" : "ConfigureHealthCheckResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "configureHealthCheck"
},
"CreateAppCookieStickinessPolicy" : {
"documentation" : "Generates a stickiness policy with sticky session lifetimes that follow that of an application-generated cookie. This policy can be associated only with HTTP/HTTPS listeners.
This policy is similar to the policy created by CreateLBCookieStickinessPolicy, except that the lifetime of the special Elastic Load Balancing cookie, AWSELB
, follows the lifetime of the application-generated cookie specified in the policy configuration. The load balancer only inserts a new stickiness cookie when the application response includes a new application cookie.
If the application cookie is explicitly removed or expires, the session stops being sticky until a new application cookie is issued.
For more information, see Application-Controlled Session Stickiness in the Elastic Load Balancing Developer Guide.
",
"operationName" : "CreateAppCookieStickinessPolicy",
"deprecated" : false,
"input" : {
"variableName" : "createAppCookieStickinessPolicyRequest",
"variableType" : "CreateAppCookieStickinessPolicyRequest",
"variableDeclarationType" : "CreateAppCookieStickinessPolicyRequest",
"documentation" : "",
"simpleType" : "CreateAppCookieStickinessPolicyRequest",
"variableSetterType" : "CreateAppCookieStickinessPolicyRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateAppCookieStickinessPolicyResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "DuplicatePolicyNameException",
"documentation" : "A policy with the specified name already exists for this load balancer.
"
}, {
"exceptionName" : "TooManyPoliciesException",
"documentation" : "The quota for the number of policies for this load balancer has been reached.
"
}, {
"exceptionName" : "InvalidConfigurationRequestException",
"documentation" : "The requested configuration change is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "CreateAppCookieStickinessPolicyResult",
"asyncReturnType" : "CreateAppCookieStickinessPolicyResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "createAppCookieStickinessPolicy"
},
"CreateLBCookieStickinessPolicy" : {
"documentation" : "Generates a stickiness policy with sticky session lifetimes controlled by the lifetime of the browser (user-agent) or a specified expiration period. This policy can be associated only with HTTP/HTTPS listeners.
When a load balancer implements this policy, the load balancer uses a special cookie to track the back-end server instance for each request. When the load balancer receives a request, it first checks to see if this cookie is present in the request. If so, the load balancer sends the request to the application server specified in the cookie. If not, the load balancer sends the request to a server that is chosen based on the existing load-balancing algorithm.
A cookie is inserted into the response for binding subsequent requests from the same user to that server. The validity of the cookie is based on the cookie expiration time, which is specified in the policy configuration.
For more information, see Duration-Based Session Stickiness in the Elastic Load Balancing Developer Guide.
",
"operationName" : "CreateLBCookieStickinessPolicy",
"deprecated" : false,
"input" : {
"variableName" : "createLBCookieStickinessPolicyRequest",
"variableType" : "CreateLBCookieStickinessPolicyRequest",
"variableDeclarationType" : "CreateLBCookieStickinessPolicyRequest",
"documentation" : "",
"simpleType" : "CreateLBCookieStickinessPolicyRequest",
"variableSetterType" : "CreateLBCookieStickinessPolicyRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateLBCookieStickinessPolicyResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "DuplicatePolicyNameException",
"documentation" : "A policy with the specified name already exists for this load balancer.
"
}, {
"exceptionName" : "TooManyPoliciesException",
"documentation" : "The quota for the number of policies for this load balancer has been reached.
"
}, {
"exceptionName" : "InvalidConfigurationRequestException",
"documentation" : "The requested configuration change is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "CreateLBCookieStickinessPolicyResult",
"asyncReturnType" : "CreateLBCookieStickinessPolicyResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "createLBCookieStickinessPolicy"
},
"CreateLoadBalancer" : {
"documentation" : "Creates a load balancer.
If the call completes successfully, a new load balancer is created with a unique Domain Name Service (DNS) name. The load balancer receives incoming traffic and routes it to the registered instances. For more information, see How Elastic Load Balancing Works in the Elastic Load Balancing Developer Guide.
You can create up to 20 load balancers per region per account. You can request an increase for the number of load balancers for your account. For more information, see Elastic Load Balancing Limits in the Elastic Load Balancing Developer Guide.
",
"operationName" : "CreateLoadBalancer",
"deprecated" : false,
"input" : {
"variableName" : "createLoadBalancerRequest",
"variableType" : "CreateLoadBalancerRequest",
"variableDeclarationType" : "CreateLoadBalancerRequest",
"documentation" : "",
"simpleType" : "CreateLoadBalancerRequest",
"variableSetterType" : "CreateLoadBalancerRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateLoadBalancerResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "DuplicateLoadBalancerNameException",
"documentation" : "The specified load balancer name already exists for this account.
"
}, {
"exceptionName" : "TooManyLoadBalancersException",
"documentation" : "The quota for the number of load balancers has been reached.
"
}, {
"exceptionName" : "CertificateNotFoundException",
"documentation" : "The specified SSL ID does not refer to a valid SSL certificate in AWS Identity and Access Management (IAM).
"
}, {
"exceptionName" : "InvalidConfigurationRequestException",
"documentation" : "The requested configuration change is not valid.
"
}, {
"exceptionName" : "SubnetNotFoundException",
"documentation" : "One or more of the specified subnets do not exist.
"
}, {
"exceptionName" : "InvalidSubnetException",
"documentation" : "The specified VPC has no associated Internet gateway.
"
}, {
"exceptionName" : "InvalidSecurityGroupException",
"documentation" : "One or more of the specified security groups do not exist.
"
}, {
"exceptionName" : "InvalidSchemeException",
"documentation" : "The specified value for the schema is not valid. You can only specify a scheme for load balancers in a VPC.
"
}, {
"exceptionName" : "TooManyTagsException",
"documentation" : "The quota for the number of tags that can be assigned to a load balancer has been reached.
"
}, {
"exceptionName" : "DuplicateTagKeysException",
"documentation" : "A tag key was specified more than once.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "CreateLoadBalancerResult",
"asyncReturnType" : "CreateLoadBalancerResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "createLoadBalancer"
},
"CreateLoadBalancerListeners" : {
"documentation" : "Creates one or more listeners for the specified load balancer. If a listener with the specified port does not already exist, it is created; otherwise, the properties of the new listener must match the properties of the existing listener.
For more information, see Add a Listener to Your Load Balancer in the Elastic Load Balancing Developer Guide.
",
"operationName" : "CreateLoadBalancerListeners",
"deprecated" : false,
"input" : {
"variableName" : "createLoadBalancerListenersRequest",
"variableType" : "CreateLoadBalancerListenersRequest",
"variableDeclarationType" : "CreateLoadBalancerListenersRequest",
"documentation" : "",
"simpleType" : "CreateLoadBalancerListenersRequest",
"variableSetterType" : "CreateLoadBalancerListenersRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateLoadBalancerListenersResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "DuplicateListenerException",
"documentation" : "A listener already exists for the specified LoadBalancerName
and LoadBalancerPort
, but with a different InstancePort
, Protocol
, or SSLCertificateId
.
"
}, {
"exceptionName" : "CertificateNotFoundException",
"documentation" : "The specified SSL ID does not refer to a valid SSL certificate in AWS Identity and Access Management (IAM).
"
}, {
"exceptionName" : "InvalidConfigurationRequestException",
"documentation" : "The requested configuration change is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "CreateLoadBalancerListenersResult",
"asyncReturnType" : "CreateLoadBalancerListenersResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "createLoadBalancerListeners"
},
"CreateLoadBalancerPolicy" : {
"documentation" : "Creates a policy with the specified attributes for the specified load balancer.
Policies are settings that are saved for your load balancer and that can be applied to the front-end listener or the back-end application server, depending on the policy type.
",
"operationName" : "CreateLoadBalancerPolicy",
"deprecated" : false,
"input" : {
"variableName" : "createLoadBalancerPolicyRequest",
"variableType" : "CreateLoadBalancerPolicyRequest",
"variableDeclarationType" : "CreateLoadBalancerPolicyRequest",
"documentation" : "",
"simpleType" : "CreateLoadBalancerPolicyRequest",
"variableSetterType" : "CreateLoadBalancerPolicyRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateLoadBalancerPolicyResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "PolicyTypeNotFoundException",
"documentation" : "One or more of the specified policy types do not exist.
"
}, {
"exceptionName" : "DuplicatePolicyNameException",
"documentation" : "A policy with the specified name already exists for this load balancer.
"
}, {
"exceptionName" : "TooManyPoliciesException",
"documentation" : "The quota for the number of policies for this load balancer has been reached.
"
}, {
"exceptionName" : "InvalidConfigurationRequestException",
"documentation" : "The requested configuration change is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "CreateLoadBalancerPolicyResult",
"asyncReturnType" : "CreateLoadBalancerPolicyResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "createLoadBalancerPolicy"
},
"DeleteLoadBalancer" : {
"documentation" : "Deletes the specified load balancer.
If you are attempting to recreate a load balancer, you must reconfigure all settings. The DNS name associated with a deleted load balancer are no longer usable. The name and associated DNS record of the deleted load balancer no longer exist and traffic sent to any of its IP addresses is no longer delivered to back-end instances.
If the load balancer does not exist or has already been deleted, the call to DeleteLoadBalancer
still succeeds.
",
"operationName" : "DeleteLoadBalancer",
"deprecated" : false,
"input" : {
"variableName" : "deleteLoadBalancerRequest",
"variableType" : "DeleteLoadBalancerRequest",
"variableDeclarationType" : "DeleteLoadBalancerRequest",
"documentation" : "",
"simpleType" : "DeleteLoadBalancerRequest",
"variableSetterType" : "DeleteLoadBalancerRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteLoadBalancerResult",
"documentation" : null
},
"exceptions" : null,
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DeleteLoadBalancerResult",
"asyncReturnType" : "DeleteLoadBalancerResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "deleteLoadBalancer"
},
"DeleteLoadBalancerListeners" : {
"documentation" : "Deletes the specified listeners from the specified load balancer.
",
"operationName" : "DeleteLoadBalancerListeners",
"deprecated" : false,
"input" : {
"variableName" : "deleteLoadBalancerListenersRequest",
"variableType" : "DeleteLoadBalancerListenersRequest",
"variableDeclarationType" : "DeleteLoadBalancerListenersRequest",
"documentation" : "",
"simpleType" : "DeleteLoadBalancerListenersRequest",
"variableSetterType" : "DeleteLoadBalancerListenersRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteLoadBalancerListenersResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DeleteLoadBalancerListenersResult",
"asyncReturnType" : "DeleteLoadBalancerListenersResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "deleteLoadBalancerListeners"
},
"DeleteLoadBalancerPolicy" : {
"documentation" : "Deletes the specified policy from the specified load balancer. This policy must not be enabled for any listeners.
",
"operationName" : "DeleteLoadBalancerPolicy",
"deprecated" : false,
"input" : {
"variableName" : "deleteLoadBalancerPolicyRequest",
"variableType" : "DeleteLoadBalancerPolicyRequest",
"variableDeclarationType" : "DeleteLoadBalancerPolicyRequest",
"documentation" : "=",
"simpleType" : "DeleteLoadBalancerPolicyRequest",
"variableSetterType" : "DeleteLoadBalancerPolicyRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteLoadBalancerPolicyResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "InvalidConfigurationRequestException",
"documentation" : "The requested configuration change is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DeleteLoadBalancerPolicyResult",
"asyncReturnType" : "DeleteLoadBalancerPolicyResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "deleteLoadBalancerPolicy"
},
"DeregisterInstancesFromLoadBalancer" : {
"documentation" : "Deregisters the specified instances from the specified load balancer. After the instance is deregistered, it no longer receives traffic from the load balancer.
You can use DescribeLoadBalancers to verify that the instance is deregistered from the load balancer.
For more information, see Deregister and Register Amazon EC2 Instances in the Elastic Load Balancing Developer Guide.
",
"operationName" : "DeregisterInstancesFromLoadBalancer",
"deprecated" : false,
"input" : {
"variableName" : "deregisterInstancesFromLoadBalancerRequest",
"variableType" : "DeregisterInstancesFromLoadBalancerRequest",
"variableDeclarationType" : "DeregisterInstancesFromLoadBalancerRequest",
"documentation" : "",
"simpleType" : "DeregisterInstancesFromLoadBalancerRequest",
"variableSetterType" : "DeregisterInstancesFromLoadBalancerRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeregisterInstancesFromLoadBalancerResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "InvalidInstanceException",
"documentation" : "The specified endpoint is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DeregisterInstancesFromLoadBalancerResult",
"asyncReturnType" : "DeregisterInstancesFromLoadBalancerResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "deregisterInstancesFromLoadBalancer"
},
"DescribeInstanceHealth" : {
"documentation" : "Describes the state of the specified instances with respect to the specified load balancer. If no instances are specified, the call describes the state of all instances that are currently registered with the load balancer. If instances are specified, their state is returned even if they are no longer registered with the load balancer. The state of terminated instances is not returned.
",
"operationName" : "DescribeInstanceHealth",
"deprecated" : false,
"input" : {
"variableName" : "describeInstanceHealthRequest",
"variableType" : "DescribeInstanceHealthRequest",
"variableDeclarationType" : "DescribeInstanceHealthRequest",
"documentation" : "",
"simpleType" : "DescribeInstanceHealthRequest",
"variableSetterType" : "DescribeInstanceHealthRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeInstanceHealthResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "InvalidInstanceException",
"documentation" : "The specified endpoint is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DescribeInstanceHealthResult",
"asyncReturnType" : "DescribeInstanceHealthResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "describeInstanceHealth"
},
"DescribeLoadBalancerAttributes" : {
"documentation" : "Describes the attributes for the specified load balancer.
",
"operationName" : "DescribeLoadBalancerAttributes",
"deprecated" : false,
"input" : {
"variableName" : "describeLoadBalancerAttributesRequest",
"variableType" : "DescribeLoadBalancerAttributesRequest",
"variableDeclarationType" : "DescribeLoadBalancerAttributesRequest",
"documentation" : "",
"simpleType" : "DescribeLoadBalancerAttributesRequest",
"variableSetterType" : "DescribeLoadBalancerAttributesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeLoadBalancerAttributesResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "LoadBalancerAttributeNotFoundException",
"documentation" : "The specified load balancer attribute does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DescribeLoadBalancerAttributesResult",
"asyncReturnType" : "DescribeLoadBalancerAttributesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "describeLoadBalancerAttributes"
},
"DescribeLoadBalancerPolicies" : {
"documentation" : "Describes the specified policies.
If you specify a load balancer name, the action returns the descriptions of all policies created for the load balancer. If you specify a policy name associated with your load balancer, the action returns the description of that policy. If you don't specify a load balancer name, the action returns descriptions of the specified sample policies, or descriptions of all sample policies. The names of the sample policies have the ELBSample-
prefix.
",
"operationName" : "DescribeLoadBalancerPolicies",
"deprecated" : false,
"input" : {
"variableName" : "describeLoadBalancerPoliciesRequest",
"variableType" : "DescribeLoadBalancerPoliciesRequest",
"variableDeclarationType" : "DescribeLoadBalancerPoliciesRequest",
"documentation" : "",
"simpleType" : "DescribeLoadBalancerPoliciesRequest",
"variableSetterType" : "DescribeLoadBalancerPoliciesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeLoadBalancerPoliciesResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "PolicyNotFoundException",
"documentation" : "One or more of the specified policies do not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DescribeLoadBalancerPoliciesResult",
"asyncReturnType" : "DescribeLoadBalancerPoliciesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "describeLoadBalancerPolicies"
},
"DescribeLoadBalancerPolicyTypes" : {
"documentation" : "Describes the specified load balancer policy types.
You can use these policy types with CreateLoadBalancerPolicy to create policy configurations for a load balancer.
",
"operationName" : "DescribeLoadBalancerPolicyTypes",
"deprecated" : false,
"input" : {
"variableName" : "describeLoadBalancerPolicyTypesRequest",
"variableType" : "DescribeLoadBalancerPolicyTypesRequest",
"variableDeclarationType" : "DescribeLoadBalancerPolicyTypesRequest",
"documentation" : "",
"simpleType" : "DescribeLoadBalancerPolicyTypesRequest",
"variableSetterType" : "DescribeLoadBalancerPolicyTypesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeLoadBalancerPolicyTypesResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "PolicyTypeNotFoundException",
"documentation" : "One or more of the specified policy types do not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DescribeLoadBalancerPolicyTypesResult",
"asyncReturnType" : "DescribeLoadBalancerPolicyTypesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "describeLoadBalancerPolicyTypes"
},
"DescribeLoadBalancers" : {
"documentation" : "Describes the specified the load balancers. If no load balancers are specified, the call describes all of your load balancers.
",
"operationName" : "DescribeLoadBalancers",
"deprecated" : false,
"input" : {
"variableName" : "describeLoadBalancersRequest",
"variableType" : "DescribeLoadBalancersRequest",
"variableDeclarationType" : "DescribeLoadBalancersRequest",
"documentation" : "",
"simpleType" : "DescribeLoadBalancersRequest",
"variableSetterType" : "DescribeLoadBalancersRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeLoadBalancersResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DescribeLoadBalancersResult",
"asyncReturnType" : "DescribeLoadBalancersResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "describeLoadBalancers"
},
"DescribeTags" : {
"documentation" : "Describes the tags associated with the specified load balancers.
",
"operationName" : "DescribeTags",
"deprecated" : false,
"input" : {
"variableName" : "describeTagsRequest",
"variableType" : "DescribeTagsRequest",
"variableDeclarationType" : "DescribeTagsRequest",
"documentation" : "",
"simpleType" : "DescribeTagsRequest",
"variableSetterType" : "DescribeTagsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeTagsResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DescribeTagsResult",
"asyncReturnType" : "DescribeTagsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "describeTags"
},
"DetachLoadBalancerFromSubnets" : {
"documentation" : "Removes the specified subnets from the set of configured subnets for the load balancer.
After a subnet is removed, all EC2 instances registered with the load balancer in the removed subnet go into the OutOfService
state. Then, the load balancer balances the traffic among the remaining routable subnets.
",
"operationName" : "DetachLoadBalancerFromSubnets",
"deprecated" : false,
"input" : {
"variableName" : "detachLoadBalancerFromSubnetsRequest",
"variableType" : "DetachLoadBalancerFromSubnetsRequest",
"variableDeclarationType" : "DetachLoadBalancerFromSubnetsRequest",
"documentation" : "",
"simpleType" : "DetachLoadBalancerFromSubnetsRequest",
"variableSetterType" : "DetachLoadBalancerFromSubnetsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DetachLoadBalancerFromSubnetsResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "InvalidConfigurationRequestException",
"documentation" : "The requested configuration change is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DetachLoadBalancerFromSubnetsResult",
"asyncReturnType" : "DetachLoadBalancerFromSubnetsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "detachLoadBalancerFromSubnets"
},
"DisableAvailabilityZonesForLoadBalancer" : {
"documentation" : "Removes the specified Availability Zones from the set of Availability Zones for the specified load balancer.
There must be at least one Availability Zone registered with a load balancer at all times. After an Availability Zone is removed, all instances registered with the load balancer that are in the removed Availability Zone go into the OutOfService
state. Then, the load balancer attempts to equally balance the traffic among its remaining Availability Zones.
For more information, see Disable an Availability Zone from a Load-Balanced Application in the Elastic Load Balancing Developer Guide.
",
"operationName" : "DisableAvailabilityZonesForLoadBalancer",
"deprecated" : false,
"input" : {
"variableName" : "disableAvailabilityZonesForLoadBalancerRequest",
"variableType" : "DisableAvailabilityZonesForLoadBalancerRequest",
"variableDeclarationType" : "DisableAvailabilityZonesForLoadBalancerRequest",
"documentation" : "",
"simpleType" : "DisableAvailabilityZonesForLoadBalancerRequest",
"variableSetterType" : "DisableAvailabilityZonesForLoadBalancerRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DisableAvailabilityZonesForLoadBalancerResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "InvalidConfigurationRequestException",
"documentation" : "The requested configuration change is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DisableAvailabilityZonesForLoadBalancerResult",
"asyncReturnType" : "DisableAvailabilityZonesForLoadBalancerResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "disableAvailabilityZonesForLoadBalancer"
},
"EnableAvailabilityZonesForLoadBalancer" : {
"documentation" : "Adds the specified Availability Zones to the set of Availability Zones for the specified load balancer.
The load balancer evenly distributes requests across all its registered Availability Zones that contain instances.
For more information, see Add Availability Zone in the Elastic Load Balancing Developer Guide.
",
"operationName" : "EnableAvailabilityZonesForLoadBalancer",
"deprecated" : false,
"input" : {
"variableName" : "enableAvailabilityZonesForLoadBalancerRequest",
"variableType" : "EnableAvailabilityZonesForLoadBalancerRequest",
"variableDeclarationType" : "EnableAvailabilityZonesForLoadBalancerRequest",
"documentation" : "",
"simpleType" : "EnableAvailabilityZonesForLoadBalancerRequest",
"variableSetterType" : "EnableAvailabilityZonesForLoadBalancerRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "EnableAvailabilityZonesForLoadBalancerResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "EnableAvailabilityZonesForLoadBalancerResult",
"asyncReturnType" : "EnableAvailabilityZonesForLoadBalancerResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "enableAvailabilityZonesForLoadBalancer"
},
"ModifyLoadBalancerAttributes" : {
"documentation" : "Modifies the attributes of the specified load balancer.
You can modify the load balancer attributes, such as AccessLogs
, ConnectionDraining
, and CrossZoneLoadBalancing
by either enabling or disabling them. Or, you can modify the load balancer attribute ConnectionSettings
by specifying an idle connection timeout value for your load balancer.
For more information, see the following in the Elastic Load Balancing Developer Guide:
",
"operationName" : "ModifyLoadBalancerAttributes",
"deprecated" : false,
"input" : {
"variableName" : "modifyLoadBalancerAttributesRequest",
"variableType" : "ModifyLoadBalancerAttributesRequest",
"variableDeclarationType" : "ModifyLoadBalancerAttributesRequest",
"documentation" : "",
"simpleType" : "ModifyLoadBalancerAttributesRequest",
"variableSetterType" : "ModifyLoadBalancerAttributesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ModifyLoadBalancerAttributesResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "LoadBalancerAttributeNotFoundException",
"documentation" : "The specified load balancer attribute does not exist.
"
}, {
"exceptionName" : "InvalidConfigurationRequestException",
"documentation" : "The requested configuration change is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "ModifyLoadBalancerAttributesResult",
"asyncReturnType" : "ModifyLoadBalancerAttributesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "modifyLoadBalancerAttributes"
},
"RegisterInstancesWithLoadBalancer" : {
"documentation" : "Adds the specified instances to the specified load balancer.
The instance must be a running instance in the same network as the load balancer (EC2-Classic or the same VPC). If you have EC2-Classic instances and a load balancer in a VPC with ClassicLink enabled, you can link the EC2-Classic instances to that VPC and then register the linked EC2-Classic instances with the load balancer in the VPC.
Note that RegisterInstanceWithLoadBalancer
completes when the request has been registered. Instance registration takes a little time to complete. To check the state of the registered instances, use DescribeLoadBalancers or DescribeInstanceHealth.
After the instance is registered, it starts receiving traffic and requests from the load balancer. Any instance that is not in one of the Availability Zones registered for the load balancer is moved to the OutOfService
state. If an Availability Zone is added to the load balancer later, any instances registered with the load balancer move to the InService
state.
If you stop an instance registered with a load balancer and then start it, the IP addresses associated with the instance changes. Elastic Load Balancing cannot recognize the new IP address, which prevents it from routing traffic to the instances. We recommend that you use the following sequence: stop the instance, deregister the instance, start the instance, and then register the instance. To deregister instances from a load balancer, use DeregisterInstancesFromLoadBalancer.
For more information, see Deregister and Register EC2 Instances in the Elastic Load Balancing Developer Guide.
",
"operationName" : "RegisterInstancesWithLoadBalancer",
"deprecated" : false,
"input" : {
"variableName" : "registerInstancesWithLoadBalancerRequest",
"variableType" : "RegisterInstancesWithLoadBalancerRequest",
"variableDeclarationType" : "RegisterInstancesWithLoadBalancerRequest",
"documentation" : "",
"simpleType" : "RegisterInstancesWithLoadBalancerRequest",
"variableSetterType" : "RegisterInstancesWithLoadBalancerRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "RegisterInstancesWithLoadBalancerResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "InvalidInstanceException",
"documentation" : "The specified endpoint is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "RegisterInstancesWithLoadBalancerResult",
"asyncReturnType" : "RegisterInstancesWithLoadBalancerResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "registerInstancesWithLoadBalancer"
},
"RemoveTags" : {
"documentation" : "Removes one or more tags from the specified load balancer.
",
"operationName" : "RemoveTags",
"deprecated" : false,
"input" : {
"variableName" : "removeTagsRequest",
"variableType" : "RemoveTagsRequest",
"variableDeclarationType" : "RemoveTagsRequest",
"documentation" : "",
"simpleType" : "RemoveTagsRequest",
"variableSetterType" : "RemoveTagsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "RemoveTagsResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "RemoveTagsResult",
"asyncReturnType" : "RemoveTagsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "removeTags"
},
"SetLoadBalancerListenerSSLCertificate" : {
"documentation" : "Sets the certificate that terminates the specified listener's SSL connections. The specified certificate replaces any prior certificate that was used on the same load balancer and port.
For more information about updating your SSL certificate, see Updating an SSL Certificate for a Load Balancer in the Elastic Load Balancing Developer Guide.
",
"operationName" : "SetLoadBalancerListenerSSLCertificate",
"deprecated" : false,
"input" : {
"variableName" : "setLoadBalancerListenerSSLCertificateRequest",
"variableType" : "SetLoadBalancerListenerSSLCertificateRequest",
"variableDeclarationType" : "SetLoadBalancerListenerSSLCertificateRequest",
"documentation" : "",
"simpleType" : "SetLoadBalancerListenerSSLCertificateRequest",
"variableSetterType" : "SetLoadBalancerListenerSSLCertificateRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "SetLoadBalancerListenerSSLCertificateResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "CertificateNotFoundException",
"documentation" : "The specified SSL ID does not refer to a valid SSL certificate in AWS Identity and Access Management (IAM).
"
}, {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "ListenerNotFoundException",
"documentation" : "The load balancer does not have a listener configured at the specified port.
"
}, {
"exceptionName" : "InvalidConfigurationRequestException",
"documentation" : "The requested configuration change is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "SetLoadBalancerListenerSSLCertificateResult",
"asyncReturnType" : "SetLoadBalancerListenerSSLCertificateResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "setLoadBalancerListenerSSLCertificate"
},
"SetLoadBalancerPoliciesForBackendServer" : {
"documentation" : "Replaces the set of policies associated with the specified port on which the back-end server is listening with a new set of policies. At this time, only the back-end server authentication policy type can be applied to the back-end ports; this policy type is composed of multiple public key policies.
Each time you use SetLoadBalancerPoliciesForBackendServer
to enable the policies, use the PolicyNames
parameter to list the policies that you want to enable.
You can use DescribeLoadBalancers or DescribeLoadBalancerPolicies to verify that the policy is associated with the back-end server.
",
"operationName" : "SetLoadBalancerPoliciesForBackendServer",
"deprecated" : false,
"input" : {
"variableName" : "setLoadBalancerPoliciesForBackendServerRequest",
"variableType" : "SetLoadBalancerPoliciesForBackendServerRequest",
"variableDeclarationType" : "SetLoadBalancerPoliciesForBackendServerRequest",
"documentation" : "",
"simpleType" : "SetLoadBalancerPoliciesForBackendServerRequest",
"variableSetterType" : "SetLoadBalancerPoliciesForBackendServerRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "SetLoadBalancerPoliciesForBackendServerResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "PolicyNotFoundException",
"documentation" : "One or more of the specified policies do not exist.
"
}, {
"exceptionName" : "InvalidConfigurationRequestException",
"documentation" : "The requested configuration change is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "SetLoadBalancerPoliciesForBackendServerResult",
"asyncReturnType" : "SetLoadBalancerPoliciesForBackendServerResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "setLoadBalancerPoliciesForBackendServer"
},
"SetLoadBalancerPoliciesOfListener" : {
"documentation" : "Associates, updates, or disables a policy with a listener for the specified load balancer. You can associate multiple policies with a listener.
",
"operationName" : "SetLoadBalancerPoliciesOfListener",
"deprecated" : false,
"input" : {
"variableName" : "setLoadBalancerPoliciesOfListenerRequest",
"variableType" : "SetLoadBalancerPoliciesOfListenerRequest",
"variableDeclarationType" : "SetLoadBalancerPoliciesOfListenerRequest",
"documentation" : "",
"simpleType" : "SetLoadBalancerPoliciesOfListenerRequest",
"variableSetterType" : "SetLoadBalancerPoliciesOfListenerRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "SetLoadBalancerPoliciesOfListenerResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "PolicyNotFoundException",
"documentation" : "One or more of the specified policies do not exist.
"
}, {
"exceptionName" : "ListenerNotFoundException",
"documentation" : "The load balancer does not have a listener configured at the specified port.
"
}, {
"exceptionName" : "InvalidConfigurationRequestException",
"documentation" : "The requested configuration change is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "SetLoadBalancerPoliciesOfListenerResult",
"asyncReturnType" : "SetLoadBalancerPoliciesOfListenerResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "setLoadBalancerPoliciesOfListener"
}
},
"shapes" : {
"PolicyAttributeTypeDescription" : {
"c2jName" : "PolicyAttributeTypeDescription",
"documentation" : "Information about a policy attribute type.
",
"shapeName" : "PolicyAttributeTypeDescription",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "The name of the attribute.
",
"name" : "AttributeName",
"c2jName" : "AttributeName",
"c2jShape" : "AttributeName",
"variable" : {
"variableName" : "attributeName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the attribute.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "attributeName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AttributeName",
"marshallLocationName" : "AttributeName",
"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,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The name of the attribute.
\n@param attributeName The name of the attribute.*/",
"getterDocumentation" : "/**The name of the attribute.
\n@return The name of the attribute.*/",
"fluentSetterDocumentation" : "/**The name of the attribute.
\n@param attributeName The name of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the attribute.
\n@param attributeName The name of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The type of the attribute. For example, Boolean
or Integer
.
",
"name" : "AttributeType",
"c2jName" : "AttributeType",
"c2jShape" : "AttributeType",
"variable" : {
"variableName" : "attributeType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The type of the attribute. For example, Boolean
or Integer
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "attributeType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AttributeType",
"marshallLocationName" : "AttributeType",
"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,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The type of the attribute. For example, Boolean
or Integer
.
\n@param attributeType The type of the attribute. For example, Boolean
or Integer
.*/",
"getterDocumentation" : "/**The type of the attribute. For example, Boolean
or Integer
.
\n@return The type of the attribute. For example, Boolean
or Integer
.*/",
"fluentSetterDocumentation" : "/**The type of the attribute. For example, Boolean
or Integer
.
\n@param attributeType The type of the attribute. For example, Boolean
or Integer
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The type of the attribute. For example, Boolean
or Integer
.
\n@param attributeType The type of the attribute. For example, Boolean
or Integer
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A description of the attribute.
",
"name" : "Description",
"c2jName" : "Description",
"c2jShape" : "Description",
"variable" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A description of the attribute.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Description",
"marshallLocationName" : "Description",
"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,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**A description of the attribute.
\n@param description A description of the attribute.*/",
"getterDocumentation" : "/**A description of the attribute.
\n@return A description of the attribute.*/",
"fluentSetterDocumentation" : "/**A description of the attribute.
\n@param description A description of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A description of the attribute.
\n@param description A description of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The default value of the attribute, if applicable.
",
"name" : "DefaultValue",
"c2jName" : "DefaultValue",
"c2jShape" : "DefaultValue",
"variable" : {
"variableName" : "defaultValue",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The default value of the attribute, if applicable.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "defaultValue",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DefaultValue",
"marshallLocationName" : "DefaultValue",
"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,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The default value of the attribute, if applicable.
\n@param defaultValue The default value of the attribute, if applicable.*/",
"getterDocumentation" : "/**The default value of the attribute, if applicable.
\n@return The default value of the attribute, if applicable.*/",
"fluentSetterDocumentation" : "/**The default value of the attribute, if applicable.
\n@param defaultValue The default value of the attribute, if applicable.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The default value of the attribute, if applicable.
\n@param defaultValue The default value of the attribute, if applicable.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The cardinality of the attribute.
Valid values:
- ONE(1) : Single value required
- ZERO_OR_ONE(0..1) : Up to one value can be supplied
- ZERO_OR_MORE(0..*) : Optional. Multiple values are allowed
- ONE_OR_MORE(1..*0) : Required. Multiple values are allowed
",
"name" : "Cardinality",
"c2jName" : "Cardinality",
"c2jShape" : "Cardinality",
"variable" : {
"variableName" : "cardinality",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The cardinality of the attribute.
Valid values:
- ONE(1) : Single value required
- ZERO_OR_ONE(0..1) : Up to one value can be supplied
- ZERO_OR_MORE(0..*) : Optional. Multiple values are allowed
- ONE_OR_MORE(1..*0) : Required. Multiple values are allowed
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "cardinality",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Cardinality",
"marshallLocationName" : "Cardinality",
"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,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The cardinality of the attribute.
Valid values:
- ONE(1) : Single value required
- ZERO_OR_ONE(0..1) : Up to one value can be supplied
- ZERO_OR_MORE(0..*) : Optional. Multiple values are allowed
- ONE_OR_MORE(1..*0) : Required. Multiple values are allowed
\n@param cardinality The cardinality of the attribute. Valid values:
- ONE(1) : Single value required
- ZERO_OR_ONE(0..1) : Up to one value can be supplied
- ZERO_OR_MORE(0..*) : Optional. Multiple values are allowed
- ONE_OR_MORE(1..*0) : Required. Multiple values are allowed
*/",
"getterDocumentation" : "/**The cardinality of the attribute.
Valid values:
- ONE(1) : Single value required
- ZERO_OR_ONE(0..1) : Up to one value can be supplied
- ZERO_OR_MORE(0..*) : Optional. Multiple values are allowed
- ONE_OR_MORE(1..*0) : Required. Multiple values are allowed
\n@return The cardinality of the attribute. Valid values:
- ONE(1) : Single value required
- ZERO_OR_ONE(0..1) : Up to one value can be supplied
- ZERO_OR_MORE(0..*) : Optional. Multiple values are allowed
- ONE_OR_MORE(1..*0) : Required. Multiple values are allowed
*/",
"fluentSetterDocumentation" : "/**The cardinality of the attribute.
Valid values:
- ONE(1) : Single value required
- ZERO_OR_ONE(0..1) : Up to one value can be supplied
- ZERO_OR_MORE(0..*) : Optional. Multiple values are allowed
- ONE_OR_MORE(1..*0) : Required. Multiple values are allowed
\n@param cardinality The cardinality of the attribute. Valid values:
- ONE(1) : Single value required
- ZERO_OR_ONE(0..1) : Up to one value can be supplied
- ZERO_OR_MORE(0..*) : Optional. Multiple values are allowed
- ONE_OR_MORE(1..*0) : Required. Multiple values are allowed
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The cardinality of the attribute.
Valid values:
- ONE(1) : Single value required
- ZERO_OR_ONE(0..1) : Up to one value can be supplied
- ZERO_OR_MORE(0..*) : Optional. Multiple values are allowed
- ONE_OR_MORE(1..*0) : Required. Multiple values are allowed
\n@param cardinality The cardinality of the attribute. Valid values:
- ONE(1) : Single value required
- ZERO_OR_ONE(0..1) : Up to one value can be supplied
- ZERO_OR_MORE(0..*) : Optional. Multiple values are allowed
- ONE_OR_MORE(1..*0) : Required. Multiple values are allowed
\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "policyAttributeTypeDescription",
"variableType" : "PolicyAttributeTypeDescription",
"variableDeclarationType" : "PolicyAttributeTypeDescription",
"documentation" : null,
"simpleType" : "PolicyAttributeTypeDescription",
"variableSetterType" : "PolicyAttributeTypeDescription"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Description" : {
"documentation" : "A description of the attribute.
",
"name" : "Description",
"c2jName" : "Description",
"c2jShape" : "Description",
"variable" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A description of the attribute.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Description",
"marshallLocationName" : "Description",
"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,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**A description of the attribute.
\n@param description A description of the attribute.*/",
"getterDocumentation" : "/**A description of the attribute.
\n@return A description of the attribute.*/",
"fluentSetterDocumentation" : "/**A description of the attribute.
\n@param description A description of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A description of the attribute.
\n@param description A description of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Cardinality" : {
"documentation" : "The cardinality of the attribute.
Valid values:
- ONE(1) : Single value required
- ZERO_OR_ONE(0..1) : Up to one value can be supplied
- ZERO_OR_MORE(0..*) : Optional. Multiple values are allowed
- ONE_OR_MORE(1..*0) : Required. Multiple values are allowed
",
"name" : "Cardinality",
"c2jName" : "Cardinality",
"c2jShape" : "Cardinality",
"variable" : {
"variableName" : "cardinality",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The cardinality of the attribute.
Valid values:
- ONE(1) : Single value required
- ZERO_OR_ONE(0..1) : Up to one value can be supplied
- ZERO_OR_MORE(0..*) : Optional. Multiple values are allowed
- ONE_OR_MORE(1..*0) : Required. Multiple values are allowed
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "cardinality",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Cardinality",
"marshallLocationName" : "Cardinality",
"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,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The cardinality of the attribute.
Valid values:
- ONE(1) : Single value required
- ZERO_OR_ONE(0..1) : Up to one value can be supplied
- ZERO_OR_MORE(0..*) : Optional. Multiple values are allowed
- ONE_OR_MORE(1..*0) : Required. Multiple values are allowed
\n@param cardinality The cardinality of the attribute. Valid values:
- ONE(1) : Single value required
- ZERO_OR_ONE(0..1) : Up to one value can be supplied
- ZERO_OR_MORE(0..*) : Optional. Multiple values are allowed
- ONE_OR_MORE(1..*0) : Required. Multiple values are allowed
*/",
"getterDocumentation" : "/**The cardinality of the attribute.
Valid values:
- ONE(1) : Single value required
- ZERO_OR_ONE(0..1) : Up to one value can be supplied
- ZERO_OR_MORE(0..*) : Optional. Multiple values are allowed
- ONE_OR_MORE(1..*0) : Required. Multiple values are allowed
\n@return The cardinality of the attribute. Valid values:
- ONE(1) : Single value required
- ZERO_OR_ONE(0..1) : Up to one value can be supplied
- ZERO_OR_MORE(0..*) : Optional. Multiple values are allowed
- ONE_OR_MORE(1..*0) : Required. Multiple values are allowed
*/",
"fluentSetterDocumentation" : "/**The cardinality of the attribute.
Valid values:
- ONE(1) : Single value required
- ZERO_OR_ONE(0..1) : Up to one value can be supplied
- ZERO_OR_MORE(0..*) : Optional. Multiple values are allowed
- ONE_OR_MORE(1..*0) : Required. Multiple values are allowed
\n@param cardinality The cardinality of the attribute. Valid values:
- ONE(1) : Single value required
- ZERO_OR_ONE(0..1) : Up to one value can be supplied
- ZERO_OR_MORE(0..*) : Optional. Multiple values are allowed
- ONE_OR_MORE(1..*0) : Required. Multiple values are allowed
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The cardinality of the attribute.
Valid values:
- ONE(1) : Single value required
- ZERO_OR_ONE(0..1) : Up to one value can be supplied
- ZERO_OR_MORE(0..*) : Optional. Multiple values are allowed
- ONE_OR_MORE(1..*0) : Required. Multiple values are allowed
\n@param cardinality The cardinality of the attribute. Valid values:
- ONE(1) : Single value required
- ZERO_OR_ONE(0..1) : Up to one value can be supplied
- ZERO_OR_MORE(0..*) : Optional. Multiple values are allowed
- ONE_OR_MORE(1..*0) : Required. Multiple values are allowed
\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"DefaultValue" : {
"documentation" : "The default value of the attribute, if applicable.
",
"name" : "DefaultValue",
"c2jName" : "DefaultValue",
"c2jShape" : "DefaultValue",
"variable" : {
"variableName" : "defaultValue",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The default value of the attribute, if applicable.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "defaultValue",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DefaultValue",
"marshallLocationName" : "DefaultValue",
"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,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The default value of the attribute, if applicable.
\n@param defaultValue The default value of the attribute, if applicable.*/",
"getterDocumentation" : "/**The default value of the attribute, if applicable.
\n@return The default value of the attribute, if applicable.*/",
"fluentSetterDocumentation" : "/**The default value of the attribute, if applicable.
\n@param defaultValue The default value of the attribute, if applicable.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The default value of the attribute, if applicable.
\n@param defaultValue The default value of the attribute, if applicable.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"AttributeType" : {
"documentation" : "The type of the attribute. For example, Boolean
or Integer
.
",
"name" : "AttributeType",
"c2jName" : "AttributeType",
"c2jShape" : "AttributeType",
"variable" : {
"variableName" : "attributeType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The type of the attribute. For example, Boolean
or Integer
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "attributeType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AttributeType",
"marshallLocationName" : "AttributeType",
"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,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The type of the attribute. For example, Boolean
or Integer
.
\n@param attributeType The type of the attribute. For example, Boolean
or Integer
.*/",
"getterDocumentation" : "/**The type of the attribute. For example, Boolean
or Integer
.
\n@return The type of the attribute. For example, Boolean
or Integer
.*/",
"fluentSetterDocumentation" : "/**The type of the attribute. For example, Boolean
or Integer
.
\n@param attributeType The type of the attribute. For example, Boolean
or Integer
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The type of the attribute. For example, Boolean
or Integer
.
\n@param attributeType The type of the attribute. For example, Boolean
or Integer
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"AttributeName" : {
"documentation" : "The name of the attribute.
",
"name" : "AttributeName",
"c2jName" : "AttributeName",
"c2jShape" : "AttributeName",
"variable" : {
"variableName" : "attributeName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the attribute.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "attributeName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AttributeName",
"marshallLocationName" : "AttributeName",
"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,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The name of the attribute.
\n@param attributeName The name of the attribute.*/",
"getterDocumentation" : "/**The name of the attribute.
\n@return The name of the attribute.*/",
"fluentSetterDocumentation" : "/**The name of the attribute.
\n@param attributeName The name of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the attribute.
\n@param attributeName The name of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"LoadBalancerAttributeNotFoundException" : {
"c2jName" : "LoadBalancerAttributeNotFoundException",
"documentation" : "The specified load balancer attribute does not exist.
",
"shapeName" : "LoadBalancerAttributeNotFoundException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "loadBalancerAttributeNotFoundException",
"variableType" : "LoadBalancerAttributeNotFoundException",
"variableDeclarationType" : "LoadBalancerAttributeNotFoundException",
"documentation" : null,
"simpleType" : "LoadBalancerAttributeNotFoundException",
"variableSetterType" : "LoadBalancerAttributeNotFoundException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "LoadBalancerAttributeNotFound",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"DescribeTagsRequest" : {
"c2jName" : "DescribeTagsInput",
"documentation" : "",
"shapeName" : "DescribeTagsRequest",
"deprecated" : false,
"required" : [ "LoadBalancerNames" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "The names of the load balancers.
",
"name" : "LoadBalancerNames",
"c2jName" : "LoadBalancerNames",
"c2jShape" : "LoadBalancerNamesMax20",
"variable" : {
"variableName" : "loadBalancerNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The names of the load balancers.
",
"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,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : true,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**The names of the load balancers.
\n@param loadBalancerNames The names of the load balancers.*/",
"getterDocumentation" : "/**The names of the load balancers.
\n@return The names of the load balancers.*/",
"fluentSetterDocumentation" : "/**The names of the load balancers.
\n@param loadBalancerNames The names of the load balancers.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The names of the load balancers.
\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 names of the load balancers.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeTagsRequest",
"variableType" : "DescribeTagsRequest",
"variableDeclarationType" : "DescribeTagsRequest",
"documentation" : null,
"simpleType" : "DescribeTagsRequest",
"variableSetterType" : "DescribeTagsRequest"
},
"marshaller" : {
"action" : "DescribeTags",
"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 names of the load balancers.
",
"name" : "LoadBalancerNames",
"c2jName" : "LoadBalancerNames",
"c2jShape" : "LoadBalancerNamesMax20",
"variable" : {
"variableName" : "loadBalancerNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The names of the load balancers.
",
"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,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : true,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**The names of the load balancers.
\n@param loadBalancerNames The names of the load balancers.*/",
"getterDocumentation" : "/**The names of the load balancers.
\n@return The names of the load balancers.*/",
"fluentSetterDocumentation" : "/**The names of the load balancers.
\n@param loadBalancerNames The names of the load balancers.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The names of the load balancers.
\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 names of the load balancers.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"DescribeLoadBalancerPolicyTypesResult" : {
"c2jName" : "DescribeLoadBalancerPolicyTypesOutput",
"documentation" : "",
"shapeName" : "DescribeLoadBalancerPolicyTypesResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "Information about the policy types.
",
"name" : "PolicyTypeDescriptions",
"c2jName" : "PolicyTypeDescriptions",
"c2jShape" : "PolicyTypeDescriptions",
"variable" : {
"variableName" : "policyTypeDescriptions",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "Information about the policy types.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "policyTypeDescriptions",
"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" : "PolicyTypeDescriptions",
"marshallLocationName" : "PolicyTypeDescriptions",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "PolicyTypeDescription",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "PolicyTypeDescription",
"variable" : {
"variableName" : "member",
"variableType" : "PolicyTypeDescription",
"variableDeclarationType" : "PolicyTypeDescription",
"documentation" : "",
"simpleType" : "PolicyTypeDescription",
"variableSetterType" : "PolicyTypeDescription"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "PolicyTypeDescription",
"variableDeclarationType" : "PolicyTypeDescription",
"documentation" : "",
"simpleType" : "PolicyTypeDescription",
"variableSetterType" : "PolicyTypeDescription"
},
"getterModel" : {
"returnType" : "PolicyTypeDescription",
"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,
"list" : false,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "PolicyTypeDescription",
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : true,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**Information about the policy types.
\n@param policyTypeDescriptions Information about the policy types.*/",
"getterDocumentation" : "/**Information about the policy types.
\n@return Information about the policy types.*/",
"fluentSetterDocumentation" : "/**Information about the policy types.
\n@param policyTypeDescriptions Information about the policy types.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Information about the policy types.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setPolicyTypeDescriptions(java.util.Collection)} or {@link #withPolicyTypeDescriptions(java.util.Collection)} if you want to override the existing values.
\n@param policyTypeDescriptions Information about the policy types.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeLoadBalancerPolicyTypesResult",
"variableType" : "DescribeLoadBalancerPolicyTypesResult",
"variableDeclarationType" : "DescribeLoadBalancerPolicyTypesResult",
"documentation" : null,
"simpleType" : "DescribeLoadBalancerPolicyTypesResult",
"variableSetterType" : "DescribeLoadBalancerPolicyTypesResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : "DescribeLoadBalancerPolicyTypesResult",
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"PolicyTypeDescriptions" : {
"documentation" : "Information about the policy types.
",
"name" : "PolicyTypeDescriptions",
"c2jName" : "PolicyTypeDescriptions",
"c2jShape" : "PolicyTypeDescriptions",
"variable" : {
"variableName" : "policyTypeDescriptions",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "Information about the policy types.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "policyTypeDescriptions",
"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" : "PolicyTypeDescriptions",
"marshallLocationName" : "PolicyTypeDescriptions",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "PolicyTypeDescription",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "PolicyTypeDescription",
"variable" : {
"variableName" : "member",
"variableType" : "PolicyTypeDescription",
"variableDeclarationType" : "PolicyTypeDescription",
"documentation" : "",
"simpleType" : "PolicyTypeDescription",
"variableSetterType" : "PolicyTypeDescription"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "PolicyTypeDescription",
"variableDeclarationType" : "PolicyTypeDescription",
"documentation" : "",
"simpleType" : "PolicyTypeDescription",
"variableSetterType" : "PolicyTypeDescription"
},
"getterModel" : {
"returnType" : "PolicyTypeDescription",
"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,
"list" : false,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "PolicyTypeDescription",
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : true,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**Information about the policy types.
\n@param policyTypeDescriptions Information about the policy types.*/",
"getterDocumentation" : "/**Information about the policy types.
\n@return Information about the policy types.*/",
"fluentSetterDocumentation" : "/**Information about the policy types.
\n@param policyTypeDescriptions Information about the policy types.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Information about the policy types.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setPolicyTypeDescriptions(java.util.Collection)} or {@link #withPolicyTypeDescriptions(java.util.Collection)} if you want to override the existing values.
\n@param policyTypeDescriptions Information about the policy types.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"CreateLoadBalancerResult" : {
"c2jName" : "CreateAccessPointOutput",
"documentation" : "",
"shapeName" : "CreateLoadBalancerResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "The DNS name of the load balancer.
",
"name" : "DNSName",
"c2jName" : "DNSName",
"c2jShape" : "DNSName",
"variable" : {
"variableName" : "dNSName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The DNS name of the load balancer.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "dNSName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DNSName",
"marshallLocationName" : "DNSName",
"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,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The DNS name of the load balancer.
\n@param dNSName The DNS name of the load balancer.*/",
"getterDocumentation" : "/**The DNS name of the load balancer.
\n@return The DNS name of the load balancer.*/",
"fluentSetterDocumentation" : "/**The DNS name of the load balancer.
\n@param dNSName The DNS name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The DNS name of the load balancer.
\n@param dNSName The DNS name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "createLoadBalancerResult",
"variableType" : "CreateLoadBalancerResult",
"variableDeclarationType" : "CreateLoadBalancerResult",
"documentation" : null,
"simpleType" : "CreateLoadBalancerResult",
"variableSetterType" : "CreateLoadBalancerResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : "CreateLoadBalancerResult",
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"DNSName" : {
"documentation" : "The DNS name of the load balancer.
",
"name" : "DNSName",
"c2jName" : "DNSName",
"c2jShape" : "DNSName",
"variable" : {
"variableName" : "dNSName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The DNS name of the load balancer.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "dNSName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DNSName",
"marshallLocationName" : "DNSName",
"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,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The DNS name of the load balancer.
\n@param dNSName The DNS name of the load balancer.*/",
"getterDocumentation" : "/**The DNS name of the load balancer.
\n@return The DNS name of the load balancer.*/",
"fluentSetterDocumentation" : "/**The DNS name of the load balancer.
\n@param dNSName The DNS name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The DNS name of the load balancer.
\n@param dNSName The DNS name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"InvalidInstanceException" : {
"c2jName" : "InvalidInstanceException",
"documentation" : "The specified endpoint is not valid.
",
"shapeName" : "InvalidInstanceException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "invalidInstanceException",
"variableType" : "InvalidInstanceException",
"variableDeclarationType" : "InvalidInstanceException",
"documentation" : null,
"simpleType" : "InvalidInstanceException",
"variableSetterType" : "InvalidInstanceException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "InvalidInstance",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"SubnetNotFoundException" : {
"c2jName" : "SubnetNotFoundException",
"documentation" : "One or more of the specified subnets do not exist.
",
"shapeName" : "SubnetNotFoundException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "subnetNotFoundException",
"variableType" : "SubnetNotFoundException",
"variableDeclarationType" : "SubnetNotFoundException",
"documentation" : null,
"simpleType" : "SubnetNotFoundException",
"variableSetterType" : "SubnetNotFoundException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "SubnetNotFound",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"CreateLoadBalancerRequest" : {
"c2jName" : "CreateAccessPointInput",
"documentation" : "",
"shapeName" : "CreateLoadBalancerRequest",
"deprecated" : false,
"required" : [ "LoadBalancerName", "Listeners" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "The name of the load balancer.
This name must be unique within your set of load balancers for the region, must have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and cannot begin or end with a hyphen.
",
"name" : "LoadBalancerName",
"c2jName" : "LoadBalancerName",
"c2jShape" : "AccessPointName",
"variable" : {
"variableName" : "loadBalancerName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the load balancer.
This name must be unique within your set of load balancers for the region, must have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and cannot begin or end with a hyphen.
",
"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,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The name of the load balancer.
This name must be unique within your set of load balancers for the region, must have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and cannot begin or end with a hyphen.
\n@param loadBalancerName The name of the load balancer. This name must be unique within your set of load balancers for the region, must have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and cannot begin or end with a hyphen.*/",
"getterDocumentation" : "/**
The name of the load balancer.
This name must be unique within your set of load balancers for the region, must have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and cannot begin or end with a hyphen.
\n@return The name of the load balancer. This name must be unique within your set of load balancers for the region, must have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and cannot begin or end with a hyphen.*/",
"fluentSetterDocumentation" : "/**
The name of the load balancer.
This name must be unique within your set of load balancers for the region, must have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and cannot begin or end with a hyphen.
\n@param loadBalancerName The name of the load balancer. This name must be unique within your set of load balancers for the region, must have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and cannot begin or end with a hyphen.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The name of the load balancer.
This name must be unique within your set of load balancers for the region, must have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and cannot begin or end with a hyphen.
\n@param loadBalancerName The name of the load balancer. This name must be unique within your set of load balancers for the region, must have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and cannot begin or end with a hyphen.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
The listeners.
For more information, see Listeners for Your Load Balancer in the Elastic Load Balancing Developer Guide.
",
"name" : "Listeners",
"c2jName" : "Listeners",
"c2jShape" : "Listeners",
"variable" : {
"variableName" : "listeners",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The listeners.
For more information, see Listeners for Your Load Balancer in the Elastic Load Balancing Developer Guide.
",
"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,
"list" : false,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Listener",
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : true,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**The listeners.
For more information, see Listeners for Your Load Balancer in the Elastic Load Balancing Developer Guide.
\n@param listeners The listeners. For more information, see Listeners for Your Load Balancer in the Elastic Load Balancing Developer Guide.*/",
"getterDocumentation" : "/**
The listeners.
For more information, see Listeners for Your Load Balancer in the Elastic Load Balancing Developer Guide.
\n@return The listeners. For more information, see Listeners for Your Load Balancer in the Elastic Load Balancing Developer Guide.*/",
"fluentSetterDocumentation" : "/**
The listeners.
For more information, see Listeners for Your Load Balancer in the Elastic Load Balancing Developer Guide.
\n@param listeners The listeners. For more information, see Listeners for Your Load Balancer in the Elastic Load Balancing Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The listeners.
For more information, see Listeners for Your Load Balancer in the Elastic Load Balancing Developer Guide.
\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. For more information, see Listeners for Your Load Balancer in the Elastic Load Balancing Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
One or more Availability Zones from the same region as the load balancer. Traffic is equally distributed across all specified Availability Zones.
You must specify at least one Availability Zone.
You can add more Availability Zones after you create the load balancer using EnableAvailabilityZonesForLoadBalancer.
",
"name" : "AvailabilityZones",
"c2jName" : "AvailabilityZones",
"c2jShape" : "AvailabilityZones",
"variable" : {
"variableName" : "availabilityZones",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "One or more Availability Zones from the same region as the load balancer. Traffic is equally distributed across all specified Availability Zones.
You must specify at least one Availability Zone.
You can add more Availability Zones after you create the load balancer using EnableAvailabilityZonesForLoadBalancer.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "availabilityZones",
"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" : "AvailabilityZones",
"marshallLocationName" : "AvailabilityZones",
"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" : "AvailabilityZone",
"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,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : true,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**One or more Availability Zones from the same region as the load balancer. Traffic is equally distributed across all specified Availability Zones.
You must specify at least one Availability Zone.
You can add more Availability Zones after you create the load balancer using EnableAvailabilityZonesForLoadBalancer.
\n@param availabilityZones One or more Availability Zones from the same region as the load balancer. Traffic is equally distributed across all specified Availability Zones. You must specify at least one Availability Zone.
You can add more Availability Zones after you create the load balancer using EnableAvailabilityZonesForLoadBalancer.*/",
"getterDocumentation" : "/**
One or more Availability Zones from the same region as the load balancer. Traffic is equally distributed across all specified Availability Zones.
You must specify at least one Availability Zone.
You can add more Availability Zones after you create the load balancer using EnableAvailabilityZonesForLoadBalancer.
\n@return One or more Availability Zones from the same region as the load balancer. Traffic is equally distributed across all specified Availability Zones. You must specify at least one Availability Zone.
You can add more Availability Zones after you create the load balancer using EnableAvailabilityZonesForLoadBalancer.*/",
"fluentSetterDocumentation" : "/**
One or more Availability Zones from the same region as the load balancer. Traffic is equally distributed across all specified Availability Zones.
You must specify at least one Availability Zone.
You can add more Availability Zones after you create the load balancer using EnableAvailabilityZonesForLoadBalancer.
\n@param availabilityZones One or more Availability Zones from the same region as the load balancer. Traffic is equally distributed across all specified Availability Zones. You must specify at least one Availability Zone.
You can add more Availability Zones after you create the load balancer using EnableAvailabilityZonesForLoadBalancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
One or more Availability Zones from the same region as the load balancer. Traffic is equally distributed across all specified Availability Zones.
You must specify at least one Availability Zone.
You can add more Availability Zones after you create the load balancer using EnableAvailabilityZonesForLoadBalancer.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setAvailabilityZones(java.util.Collection)} or {@link #withAvailabilityZones(java.util.Collection)} if you want to override the existing values.
\n@param availabilityZones One or more Availability Zones from the same region as the load balancer. Traffic is equally distributed across all specified Availability Zones. You must specify at least one Availability Zone.
You can add more Availability Zones after you create the load balancer using EnableAvailabilityZonesForLoadBalancer.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
The IDs of the subnets in your VPC to attach to the load balancer. Specify one subnet per Availability Zone specified in AvailabilityZones
.
",
"name" : "Subnets",
"c2jName" : "Subnets",
"c2jShape" : "Subnets",
"variable" : {
"variableName" : "subnets",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The IDs of the subnets in your VPC to attach to the load balancer. Specify one subnet per Availability Zone specified in AvailabilityZones
.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "subnets",
"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" : "Subnets",
"marshallLocationName" : "Subnets",
"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" : "SubnetId",
"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,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : true,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**The IDs of the subnets in your VPC to attach to the load balancer. Specify one subnet per Availability Zone specified in AvailabilityZones
.
\n@param subnets The IDs of the subnets in your VPC to attach to the load balancer. Specify one subnet per Availability Zone specified in AvailabilityZones
.*/",
"getterDocumentation" : "/**The IDs of the subnets in your VPC to attach to the load balancer. Specify one subnet per Availability Zone specified in AvailabilityZones
.
\n@return The IDs of the subnets in your VPC to attach to the load balancer. Specify one subnet per Availability Zone specified in AvailabilityZones
.*/",
"fluentSetterDocumentation" : "/**The IDs of the subnets in your VPC to attach to the load balancer. Specify one subnet per Availability Zone specified in AvailabilityZones
.
\n@param subnets The IDs of the subnets in your VPC to attach to the load balancer. Specify one subnet per Availability Zone specified in AvailabilityZones
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The IDs of the subnets in your VPC to attach to the load balancer. Specify one subnet per Availability Zone specified in AvailabilityZones
.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setSubnets(java.util.Collection)} or {@link #withSubnets(java.util.Collection)} if you want to override the existing values.
\n@param subnets The IDs of the subnets in your VPC to attach to the load balancer. Specify one subnet per Availability Zone specified in AvailabilityZones
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The IDs of the security groups to assign to the load balancer.
",
"name" : "SecurityGroups",
"c2jName" : "SecurityGroups",
"c2jShape" : "SecurityGroups",
"variable" : {
"variableName" : "securityGroups",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The IDs of the security groups to assign to the load balancer.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "securityGroups",
"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" : "SecurityGroups",
"marshallLocationName" : "SecurityGroups",
"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" : "SecurityGroupId",
"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,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : true,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**The IDs of the security groups to assign to the load balancer.
\n@param securityGroups The IDs of the security groups to assign to the load balancer.*/",
"getterDocumentation" : "/**The IDs of the security groups to assign to the load balancer.
\n@return The IDs of the security groups to assign to the load balancer.*/",
"fluentSetterDocumentation" : "/**The IDs of the security groups to assign to the load balancer.
\n@param securityGroups The IDs of the security groups to assign to the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The IDs of the security groups to assign to the load balancer.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setSecurityGroups(java.util.Collection)} or {@link #withSecurityGroups(java.util.Collection)} if you want to override the existing values.
\n@param securityGroups The IDs of the security groups to assign to the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The type of a load balancer. Valid only for load balancers in a VPC.
By default, Elastic Load Balancing creates an Internet-facing load balancer with a publicly resolvable DNS name, which resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Internet-facing and Internal Load Balancers in the Elastic Load Balancing Developer Guide.
Specify internal
to create an internal load balancer with a DNS name that resolves to private IP addresses.
",
"name" : "Scheme",
"c2jName" : "Scheme",
"c2jShape" : "LoadBalancerScheme",
"variable" : {
"variableName" : "scheme",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The type of a load balancer. Valid only for load balancers in a VPC.
By default, Elastic Load Balancing creates an Internet-facing load balancer with a publicly resolvable DNS name, which resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Internet-facing and Internal Load Balancers in the Elastic Load Balancing Developer Guide.
Specify internal
to create an internal load balancer with a DNS name that resolves to private IP addresses.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "scheme",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Scheme",
"marshallLocationName" : "Scheme",
"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,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The type of a load balancer. Valid only for load balancers in a VPC.
By default, Elastic Load Balancing creates an Internet-facing load balancer with a publicly resolvable DNS name, which resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Internet-facing and Internal Load Balancers in the Elastic Load Balancing Developer Guide.
Specify internal
to create an internal load balancer with a DNS name that resolves to private IP addresses.
\n@param scheme The type of a load balancer. Valid only for load balancers in a VPC. By default, Elastic Load Balancing creates an Internet-facing load balancer with a publicly resolvable DNS name, which resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Internet-facing and Internal Load Balancers in the Elastic Load Balancing Developer Guide.
Specify internal
to create an internal load balancer with a DNS name that resolves to private IP addresses.*/",
"getterDocumentation" : "/**
The type of a load balancer. Valid only for load balancers in a VPC.
By default, Elastic Load Balancing creates an Internet-facing load balancer with a publicly resolvable DNS name, which resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Internet-facing and Internal Load Balancers in the Elastic Load Balancing Developer Guide.
Specify internal
to create an internal load balancer with a DNS name that resolves to private IP addresses.
\n@return The type of a load balancer. Valid only for load balancers in a VPC. By default, Elastic Load Balancing creates an Internet-facing load balancer with a publicly resolvable DNS name, which resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Internet-facing and Internal Load Balancers in the Elastic Load Balancing Developer Guide.
Specify internal
to create an internal load balancer with a DNS name that resolves to private IP addresses.*/",
"fluentSetterDocumentation" : "/**
The type of a load balancer. Valid only for load balancers in a VPC.
By default, Elastic Load Balancing creates an Internet-facing load balancer with a publicly resolvable DNS name, which resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Internet-facing and Internal Load Balancers in the Elastic Load Balancing Developer Guide.
Specify internal
to create an internal load balancer with a DNS name that resolves to private IP addresses.
\n@param scheme The type of a load balancer. Valid only for load balancers in a VPC. By default, Elastic Load Balancing creates an Internet-facing load balancer with a publicly resolvable DNS name, which resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Internet-facing and Internal Load Balancers in the Elastic Load Balancing Developer Guide.
Specify internal
to create an internal load balancer with a DNS name that resolves to private IP addresses.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The type of a load balancer. Valid only for load balancers in a VPC.
By default, Elastic Load Balancing creates an Internet-facing load balancer with a publicly resolvable DNS name, which resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Internet-facing and Internal Load Balancers in the Elastic Load Balancing Developer Guide.
Specify internal
to create an internal load balancer with a DNS name that resolves to private IP addresses.
\n@param scheme The type of a load balancer. Valid only for load balancers in a VPC. By default, Elastic Load Balancing creates an Internet-facing load balancer with a publicly resolvable DNS name, which resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Internet-facing and Internal Load Balancers in the Elastic Load Balancing Developer Guide.
Specify internal
to create an internal load balancer with a DNS name that resolves to private IP addresses.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
A list of tags to assign to the load balancer.
For more information about tagging your load balancer, see Tagging in the Elastic Load Balancing Developer Guide.
",
"name" : "Tags",
"c2jName" : "Tags",
"c2jShape" : "TagList",
"variable" : {
"variableName" : "tags",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of tags to assign to the load balancer.
For more information about tagging your load balancer, see Tagging in the Elastic Load Balancing Developer Guide.
",
"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,
"list" : false,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Tag",
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : true,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**A list of tags to assign to the load balancer.
For more information about tagging your load balancer, see Tagging in the Elastic Load Balancing Developer Guide.
\n@param tags A list of tags to assign to the load balancer. For more information about tagging your load balancer, see Tagging in the Elastic Load Balancing Developer Guide.*/",
"getterDocumentation" : "/**
A list of tags to assign to the load balancer.
For more information about tagging your load balancer, see Tagging in the Elastic Load Balancing Developer Guide.
\n@return A list of tags to assign to the load balancer. For more information about tagging your load balancer, see Tagging in the Elastic Load Balancing Developer Guide.*/",
"fluentSetterDocumentation" : "/**
A list of tags to assign to the load balancer.
For more information about tagging your load balancer, see Tagging in the Elastic Load Balancing Developer Guide.
\n@param tags A list of tags to assign to the load balancer. For more information about tagging your load balancer, see Tagging in the Elastic Load Balancing Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
A list of tags to assign to the load balancer.
For more information about tagging your load balancer, see Tagging in the Elastic Load Balancing Developer Guide.
\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 A list of tags to assign to the load balancer. For more information about tagging your load balancer, see Tagging in the Elastic Load Balancing Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "createLoadBalancerRequest",
"variableType" : "CreateLoadBalancerRequest",
"variableDeclarationType" : "CreateLoadBalancerRequest",
"documentation" : null,
"simpleType" : "CreateLoadBalancerRequest",
"variableSetterType" : "CreateLoadBalancerRequest"
},
"marshaller" : {
"action" : "CreateLoadBalancer",
"verb" : "POST",
"target" : null,
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Tags" : {
"documentation" : "
A list of tags to assign to the load balancer.
For more information about tagging your load balancer, see Tagging in the Elastic Load Balancing Developer Guide.
",
"name" : "Tags",
"c2jName" : "Tags",
"c2jShape" : "TagList",
"variable" : {
"variableName" : "tags",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of tags to assign to the load balancer.
For more information about tagging your load balancer, see Tagging in the Elastic Load Balancing Developer Guide.
",
"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,
"list" : false,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Tag",
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : true,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**A list of tags to assign to the load balancer.
For more information about tagging your load balancer, see Tagging in the Elastic Load Balancing Developer Guide.
\n@param tags A list of tags to assign to the load balancer. For more information about tagging your load balancer, see Tagging in the Elastic Load Balancing Developer Guide.*/",
"getterDocumentation" : "/**
A list of tags to assign to the load balancer.
For more information about tagging your load balancer, see Tagging in the Elastic Load Balancing Developer Guide.
\n@return A list of tags to assign to the load balancer. For more information about tagging your load balancer, see Tagging in the Elastic Load Balancing Developer Guide.*/",
"fluentSetterDocumentation" : "/**
A list of tags to assign to the load balancer.
For more information about tagging your load balancer, see Tagging in the Elastic Load Balancing Developer Guide.
\n@param tags A list of tags to assign to the load balancer. For more information about tagging your load balancer, see Tagging in the Elastic Load Balancing Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
A list of tags to assign to the load balancer.
For more information about tagging your load balancer, see Tagging in the Elastic Load Balancing Developer Guide.
\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 A list of tags to assign to the load balancer. For more information about tagging your load balancer, see Tagging in the Elastic Load Balancing Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Scheme" : {
"documentation" : "
The type of a load balancer. Valid only for load balancers in a VPC.
By default, Elastic Load Balancing creates an Internet-facing load balancer with a publicly resolvable DNS name, which resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Internet-facing and Internal Load Balancers in the Elastic Load Balancing Developer Guide.
Specify internal
to create an internal load balancer with a DNS name that resolves to private IP addresses.
",
"name" : "Scheme",
"c2jName" : "Scheme",
"c2jShape" : "LoadBalancerScheme",
"variable" : {
"variableName" : "scheme",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The type of a load balancer. Valid only for load balancers in a VPC.
By default, Elastic Load Balancing creates an Internet-facing load balancer with a publicly resolvable DNS name, which resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Internet-facing and Internal Load Balancers in the Elastic Load Balancing Developer Guide.
Specify internal
to create an internal load balancer with a DNS name that resolves to private IP addresses.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "scheme",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Scheme",
"marshallLocationName" : "Scheme",
"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,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The type of a load balancer. Valid only for load balancers in a VPC.
By default, Elastic Load Balancing creates an Internet-facing load balancer with a publicly resolvable DNS name, which resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Internet-facing and Internal Load Balancers in the Elastic Load Balancing Developer Guide.
Specify internal
to create an internal load balancer with a DNS name that resolves to private IP addresses.
\n@param scheme The type of a load balancer. Valid only for load balancers in a VPC. By default, Elastic Load Balancing creates an Internet-facing load balancer with a publicly resolvable DNS name, which resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Internet-facing and Internal Load Balancers in the Elastic Load Balancing Developer Guide.
Specify internal
to create an internal load balancer with a DNS name that resolves to private IP addresses.*/",
"getterDocumentation" : "/**
The type of a load balancer. Valid only for load balancers in a VPC.
By default, Elastic Load Balancing creates an Internet-facing load balancer with a publicly resolvable DNS name, which resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Internet-facing and Internal Load Balancers in the Elastic Load Balancing Developer Guide.
Specify internal
to create an internal load balancer with a DNS name that resolves to private IP addresses.
\n@return The type of a load balancer. Valid only for load balancers in a VPC. By default, Elastic Load Balancing creates an Internet-facing load balancer with a publicly resolvable DNS name, which resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Internet-facing and Internal Load Balancers in the Elastic Load Balancing Developer Guide.
Specify internal
to create an internal load balancer with a DNS name that resolves to private IP addresses.*/",
"fluentSetterDocumentation" : "/**
The type of a load balancer. Valid only for load balancers in a VPC.
By default, Elastic Load Balancing creates an Internet-facing load balancer with a publicly resolvable DNS name, which resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Internet-facing and Internal Load Balancers in the Elastic Load Balancing Developer Guide.
Specify internal
to create an internal load balancer with a DNS name that resolves to private IP addresses.
\n@param scheme The type of a load balancer. Valid only for load balancers in a VPC. By default, Elastic Load Balancing creates an Internet-facing load balancer with a publicly resolvable DNS name, which resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Internet-facing and Internal Load Balancers in the Elastic Load Balancing Developer Guide.
Specify internal
to create an internal load balancer with a DNS name that resolves to private IP addresses.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The type of a load balancer. Valid only for load balancers in a VPC.
By default, Elastic Load Balancing creates an Internet-facing load balancer with a publicly resolvable DNS name, which resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Internet-facing and Internal Load Balancers in the Elastic Load Balancing Developer Guide.
Specify internal
to create an internal load balancer with a DNS name that resolves to private IP addresses.
\n@param scheme The type of a load balancer. Valid only for load balancers in a VPC. By default, Elastic Load Balancing creates an Internet-facing load balancer with a publicly resolvable DNS name, which resolves to public IP addresses. For more information about Internet-facing and Internal load balancers, see Internet-facing and Internal Load Balancers in the Elastic Load Balancing Developer Guide.
Specify internal
to create an internal load balancer with a DNS name that resolves to private IP addresses.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"LoadBalancerName" : {
"documentation" : "
The name of the load balancer.
This name must be unique within your set of load balancers for the region, must have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and cannot begin or end with a hyphen.
",
"name" : "LoadBalancerName",
"c2jName" : "LoadBalancerName",
"c2jShape" : "AccessPointName",
"variable" : {
"variableName" : "loadBalancerName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the load balancer.
This name must be unique within your set of load balancers for the region, must have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and cannot begin or end with a hyphen.
",
"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,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**The name of the load balancer.
This name must be unique within your set of load balancers for the region, must have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and cannot begin or end with a hyphen.
\n@param loadBalancerName The name of the load balancer. This name must be unique within your set of load balancers for the region, must have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and cannot begin or end with a hyphen.*/",
"getterDocumentation" : "/**
The name of the load balancer.
This name must be unique within your set of load balancers for the region, must have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and cannot begin or end with a hyphen.
\n@return The name of the load balancer. This name must be unique within your set of load balancers for the region, must have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and cannot begin or end with a hyphen.*/",
"fluentSetterDocumentation" : "/**
The name of the load balancer.
This name must be unique within your set of load balancers for the region, must have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and cannot begin or end with a hyphen.
\n@param loadBalancerName The name of the load balancer. This name must be unique within your set of load balancers for the region, must have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and cannot begin or end with a hyphen.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The name of the load balancer.
This name must be unique within your set of load balancers for the region, must have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and cannot begin or end with a hyphen.
\n@param loadBalancerName The name of the load balancer. This name must be unique within your set of load balancers for the region, must have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and cannot begin or end with a hyphen.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"AvailabilityZones" : {
"documentation" : "
One or more Availability Zones from the same region as the load balancer. Traffic is equally distributed across all specified Availability Zones.
You must specify at least one Availability Zone.
You can add more Availability Zones after you create the load balancer using EnableAvailabilityZonesForLoadBalancer.
",
"name" : "AvailabilityZones",
"c2jName" : "AvailabilityZones",
"c2jShape" : "AvailabilityZones",
"variable" : {
"variableName" : "availabilityZones",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "One or more Availability Zones from the same region as the load balancer. Traffic is equally distributed across all specified Availability Zones.
You must specify at least one Availability Zone.
You can add more Availability Zones after you create the load balancer using EnableAvailabilityZonesForLoadBalancer.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "availabilityZones",
"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" : "AvailabilityZones",
"marshallLocationName" : "AvailabilityZones",
"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" : "AvailabilityZone",
"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,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : true,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**One or more Availability Zones from the same region as the load balancer. Traffic is equally distributed across all specified Availability Zones.
You must specify at least one Availability Zone.
You can add more Availability Zones after you create the load balancer using EnableAvailabilityZonesForLoadBalancer.
\n@param availabilityZones One or more Availability Zones from the same region as the load balancer. Traffic is equally distributed across all specified Availability Zones. You must specify at least one Availability Zone.
You can add more Availability Zones after you create the load balancer using EnableAvailabilityZonesForLoadBalancer.*/",
"getterDocumentation" : "/**
One or more Availability Zones from the same region as the load balancer. Traffic is equally distributed across all specified Availability Zones.
You must specify at least one Availability Zone.
You can add more Availability Zones after you create the load balancer using EnableAvailabilityZonesForLoadBalancer.
\n@return One or more Availability Zones from the same region as the load balancer. Traffic is equally distributed across all specified Availability Zones. You must specify at least one Availability Zone.
You can add more Availability Zones after you create the load balancer using EnableAvailabilityZonesForLoadBalancer.*/",
"fluentSetterDocumentation" : "/**
One or more Availability Zones from the same region as the load balancer. Traffic is equally distributed across all specified Availability Zones.
You must specify at least one Availability Zone.
You can add more Availability Zones after you create the load balancer using EnableAvailabilityZonesForLoadBalancer.
\n@param availabilityZones One or more Availability Zones from the same region as the load balancer. Traffic is equally distributed across all specified Availability Zones. You must specify at least one Availability Zone.
You can add more Availability Zones after you create the load balancer using EnableAvailabilityZonesForLoadBalancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
One or more Availability Zones from the same region as the load balancer. Traffic is equally distributed across all specified Availability Zones.
You must specify at least one Availability Zone.
You can add more Availability Zones after you create the load balancer using EnableAvailabilityZonesForLoadBalancer.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setAvailabilityZones(java.util.Collection)} or {@link #withAvailabilityZones(java.util.Collection)} if you want to override the existing values.
\n@param availabilityZones One or more Availability Zones from the same region as the load balancer. Traffic is equally distributed across all specified Availability Zones. You must specify at least one Availability Zone.
You can add more Availability Zones after you create the load balancer using EnableAvailabilityZonesForLoadBalancer.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Listeners" : {
"documentation" : "
The listeners.
For more information, see Listeners for Your Load Balancer in the Elastic Load Balancing Developer Guide.
",
"name" : "Listeners",
"c2jName" : "Listeners",
"c2jShape" : "Listeners",
"variable" : {
"variableName" : "listeners",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The listeners.
For more information, see Listeners for Your Load Balancer in the Elastic Load Balancing Developer Guide.
",
"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,
"list" : false,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Listener",
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : true,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**The listeners.
For more information, see Listeners for Your Load Balancer in the Elastic Load Balancing Developer Guide.
\n@param listeners The listeners. For more information, see Listeners for Your Load Balancer in the Elastic Load Balancing Developer Guide.*/",
"getterDocumentation" : "/**
The listeners.
For more information, see Listeners for Your Load Balancer in the Elastic Load Balancing Developer Guide.
\n@return The listeners. For more information, see Listeners for Your Load Balancer in the Elastic Load Balancing Developer Guide.*/",
"fluentSetterDocumentation" : "/**
The listeners.
For more information, see Listeners for Your Load Balancer in the Elastic Load Balancing Developer Guide.
\n@param listeners The listeners. For more information, see Listeners for Your Load Balancer in the Elastic Load Balancing Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The listeners.
For more information, see Listeners for Your Load Balancer in the Elastic Load Balancing Developer Guide.
\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. For more information, see Listeners for Your Load Balancer in the Elastic Load Balancing Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Subnets" : {
"documentation" : "
The IDs of the subnets in your VPC to attach to the load balancer. Specify one subnet per Availability Zone specified in AvailabilityZones
.
",
"name" : "Subnets",
"c2jName" : "Subnets",
"c2jShape" : "Subnets",
"variable" : {
"variableName" : "subnets",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The IDs of the subnets in your VPC to attach to the load balancer. Specify one subnet per Availability Zone specified in AvailabilityZones
.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "subnets",
"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" : "Subnets",
"marshallLocationName" : "Subnets",
"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" : "SubnetId",
"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,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : true,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**The IDs of the subnets in your VPC to attach to the load balancer. Specify one subnet per Availability Zone specified in AvailabilityZones
.
\n@param subnets The IDs of the subnets in your VPC to attach to the load balancer. Specify one subnet per Availability Zone specified in AvailabilityZones
.*/",
"getterDocumentation" : "/**The IDs of the subnets in your VPC to attach to the load balancer. Specify one subnet per Availability Zone specified in AvailabilityZones
.
\n@return The IDs of the subnets in your VPC to attach to the load balancer. Specify one subnet per Availability Zone specified in AvailabilityZones
.*/",
"fluentSetterDocumentation" : "/**The IDs of the subnets in your VPC to attach to the load balancer. Specify one subnet per Availability Zone specified in AvailabilityZones
.
\n@param subnets The IDs of the subnets in your VPC to attach to the load balancer. Specify one subnet per Availability Zone specified in AvailabilityZones
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The IDs of the subnets in your VPC to attach to the load balancer. Specify one subnet per Availability Zone specified in AvailabilityZones
.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setSubnets(java.util.Collection)} or {@link #withSubnets(java.util.Collection)} if you want to override the existing values.
\n@param subnets The IDs of the subnets in your VPC to attach to the load balancer. Specify one subnet per Availability Zone specified in AvailabilityZones
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"SecurityGroups" : {
"documentation" : "The IDs of the security groups to assign to the load balancer.
",
"name" : "SecurityGroups",
"c2jName" : "SecurityGroups",
"c2jShape" : "SecurityGroups",
"variable" : {
"variableName" : "securityGroups",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The IDs of the security groups to assign to the load balancer.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "securityGroups",
"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" : "SecurityGroups",
"marshallLocationName" : "SecurityGroups",
"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" : "SecurityGroupId",
"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,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"map" : false,
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"list" : true,
"simple" : false,
"map" : false,
"setterDocumentation" : "/**The IDs of the security groups to assign to the load balancer.
\n@param securityGroups The IDs of the security groups to assign to the load balancer.*/",
"getterDocumentation" : "/**The IDs of the security groups to assign to the load balancer.
\n@return The IDs of the security groups to assign to the load balancer.*/",
"fluentSetterDocumentation" : "/**The IDs of the security groups to assign to the load balancer.
\n@param securityGroups The IDs of the security groups to assign to the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The IDs of the security groups to assign to the load balancer.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setSecurityGroups(java.util.Collection)} or {@link #withSecurityGroups(java.util.Collection)} if you want to override the existing values.
\n@param securityGroups The IDs of the security groups to assign to the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"AdditionalAttribute" : {
"c2jName" : "AdditionalAttribute",
"documentation" : "This data type is reserved.
",
"shapeName" : "AdditionalAttribute",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "This parameter is reserved.
",
"name" : "Key",
"c2jName" : "Key",
"c2jShape" : "StringVal",
"variable" : {
"variableName" : "key",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "This parameter is reserved.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "key",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Key",
"marshallLocationName" : "Key",
"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,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**This parameter is reserved.
\n@param key This parameter is reserved.*/",
"getterDocumentation" : "/**This parameter is reserved.
\n@return This parameter is reserved.*/",
"fluentSetterDocumentation" : "/**This parameter is reserved.
\n@param key This parameter is reserved.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**This parameter is reserved.
\n@param key This parameter is reserved.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "This parameter is reserved.
",
"name" : "Value",
"c2jName" : "Value",
"c2jShape" : "StringVal",
"variable" : {
"variableName" : "value",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "This parameter is reserved.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "value",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Value",
"marshallLocationName" : "Value",
"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,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**This parameter is reserved.
\n@param value This parameter is reserved.*/",
"getterDocumentation" : "/**This parameter is reserved.
\n@return This parameter is reserved.*/",
"fluentSetterDocumentation" : "/**This parameter is reserved.
\n@param value This parameter is reserved.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**This parameter is reserved.
\n@param value This parameter is reserved.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "additionalAttribute",
"variableType" : "AdditionalAttribute",
"variableDeclarationType" : "AdditionalAttribute",
"documentation" : null,
"simpleType" : "AdditionalAttribute",
"variableSetterType" : "AdditionalAttribute"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Value" : {
"documentation" : "This parameter is reserved.
",
"name" : "Value",
"c2jName" : "Value",
"c2jShape" : "StringVal",
"variable" : {
"variableName" : "value",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "This parameter is reserved.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "value",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Value",
"marshallLocationName" : "Value",
"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,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**This parameter is reserved.
\n@param value This parameter is reserved.*/",
"getterDocumentation" : "/**This parameter is reserved.
\n@return This parameter is reserved.*/",
"fluentSetterDocumentation" : "/**This parameter is reserved.
\n@param value This parameter is reserved.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**This parameter is reserved.
\n@param value This parameter is reserved.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Key" : {
"documentation" : "This parameter is reserved.
",
"name" : "Key",
"c2jName" : "Key",
"c2jShape" : "StringVal",
"variable" : {
"variableName" : "key",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "This parameter is reserved.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "key",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Key",
"marshallLocationName" : "Key",
"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,
"list" : false,
"simple" : true,
"map" : false,
"setterDocumentation" : "/**This parameter is reserved.
\n@param key This parameter is reserved.*/",
"getterDocumentation" : "/**This parameter is reserved.
\n@return This parameter is reserved.*/",
"fluentSetterDocumentation" : "/**This parameter is reserved.
\n@param key This parameter is reserved.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**This parameter is reserved.
\n@param key This parameter is reserved.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"RegisterInstancesWithLoadBalancerResult" : {
"c2jName" : "RegisterEndPointsOutput",
"documentation" : "",
"shapeName" : "RegisterInstancesWithLoadBalancerResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"members" : [ {
"documentation" : "The updated list of instances for the load balancer.
",
"name" : "Instances",
"c2jName" : "Instances",
"c2jShape" : "Instances",
"variable" : {
"variableName" : "instances",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The updated list of instances for the load balancer.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "instances",
"variableType" : "java.util.List