
models.elasticloadbalancing-2015-12-01-intermediate.json Maven / Gradle / Ivy
Show all versions of aws-java-sdk-elasticloadbalancingv2 Show documentation
{
"metadata" : {
"apiVersion" : "2015-12-01",
"protocol" : "query",
"checksumFormat" : null,
"documentation" : "Elastic Load Balancing A load balancer distributes incoming traffic across targets, such as your EC2 instances. This enables you to increase the availability of your application. The load balancer also monitors the health of its registered targets and ensures that it routes traffic only to healthy targets. You configure your load balancer to accept incoming traffic by specifying one or more listeners, which are configured with a protocol and port number for connections from clients to the load balancer. You configure a target group with a protocol and port number for connections from the load balancer to the targets, and with health check settings to be used when checking the health status of the targets.
Elastic Load Balancing supports two types of load balancers: Classic load balancers and Application load balancers (new). A Classic load balancer makes routing and load balancing decisions either at the transport layer (TCP/SSL) or the application layer (HTTP/HTTPS), and supports either EC2-Classic or a VPC. An Application load balancer makes routing and load balancing decisions at the application layer (HTTP/HTTPS), supports path-based routing, and can route requests to one or more ports on each EC2 instance or container instance in your virtual private cloud (VPC). For more information, see the Elastic Load Balancing User Guide.
This reference covers the 2015-12-01 API, which supports Application load balancers. The 2012-06-01 API supports Classic load balancers.
To get started with an Application load balancer, complete the following tasks:
-
Create a load balancer using CreateLoadBalancer.
-
Create a target group using CreateTargetGroup.
-
Register targets for the target group using RegisterTargets.
-
Create one or more listeners for your load balancer using CreateListener.
-
(Optional) Create one or more rules for content routing based on URL using CreateRule.
To delete an Application load balancer and its related resources, complete the following tasks:
-
Delete the load balancer using DeleteLoadBalancer.
-
Delete the target group using DeleteTargetGroup.
All Elastic Load Balancing operations are idempotent, which means that they complete at most one time. If you repeat an operation, it succeeds.
",
"defaultEndpoint" : "elasticloadbalancing.us-east-1.amazonaws.com",
"defaultEndpointWithoutHttpProtocol" : "elasticloadbalancing.us-east-1.amazonaws.com",
"syncInterface" : "AmazonElasticLoadBalancing",
"syncClient" : "AmazonElasticLoadBalancingClient",
"asyncInterface" : "AmazonElasticLoadBalancingAsync",
"asyncClient" : "AmazonElasticLoadBalancingAsyncClient",
"packageName" : "com.amazonaws.services.elasticloadbalancingv2",
"packagePath" : "com/amazonaws/services/elasticloadbalancingv2",
"serviceAbbreviation" : "Elastic Load Balancing v2",
"serviceFullName" : "Elastic Load Balancing",
"hasApiWithStreamInput" : false,
"contentType" : null,
"jsonVersion" : null,
"endpointPrefix" : "elasticloadbalancing",
"signingName" : "elasticloadbalancing",
"protocolDefaultExceptionUmarshallerImpl" : "StandardErrorUnmarshaller",
"jsonProtocol" : false,
"syncClientBuilderClassName" : "AmazonElasticLoadBalancingClientBuilder",
"asyncClientBuilderClassName" : "AmazonElasticLoadBalancingAsyncClientBuilder",
"cucumberModuleInjectorClassName" : "AmazonElasticLoadBalancingModuleInjector",
"smokeTestsPackageName" : "com.amazonaws.services.elasticloadbalancingv2.smoketests",
"serviceName" : "Elastic Load Balancing v2",
"cborProtocol" : false,
"xmlProtocol" : true,
"unmarshallerContextClassName" : "StaxUnmarshallerContext",
"unmarshallerClassSuffix" : "StaxUnmarshaller"
},
"operations" : {
"AddTags" : {
"documentation" : "Adds the specified tags to the specified resource. You can tag your Application load balancers and your target groups.
Each tag consists of a key and an optional value. If a resource already has a tag with the same key, AddTags
updates its value.
To list the current tags for your resources, use DescribeTags. To remove tags from your resources, use RemoveTags.
",
"operationName" : "AddTags",
"deprecated" : false,
"input" : {
"variableName" : "addTagsRequest",
"variableType" : "AddTagsRequest",
"variableDeclarationType" : "AddTagsRequest",
"documentation" : "Contains the parameters for AddTags.
",
"variableSetterType" : "AddTagsRequest",
"simpleType" : "AddTagsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "AddTagsResult",
"documentation" : "Contains the output of AddTags.
"
},
"exceptions" : [ {
"exceptionName" : "DuplicateTagKeysException",
"documentation" : "A tag key was specified more than once.
"
}, {
"exceptionName" : "TooManyTagsException",
"documentation" : "You've reached the limit on the number of tags per load balancer.
"
}, {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "TargetGroupNotFoundException",
"documentation" : "The specified target group does not exist.
"
} ],
"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"
},
"CreateListener" : {
"documentation" : "Creates a listener for the specified Application load balancer.
To update a listener, use ModifyListener. When you are finished with a listener, you can delete it using DeleteListener. If you are finished with both the listener and the load balancer, you can delete them both using DeleteLoadBalancer.
For more information, see Listeners for Your Application Load Balancers in the Application Load Balancers Guide.
",
"operationName" : "CreateListener",
"deprecated" : false,
"input" : {
"variableName" : "createListenerRequest",
"variableType" : "CreateListenerRequest",
"variableDeclarationType" : "CreateListenerRequest",
"documentation" : "Contains the parameters for CreateListener.
",
"variableSetterType" : "CreateListenerRequest",
"simpleType" : "CreateListenerRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateListenerResult",
"documentation" : "Contains the output of CreateListener.
"
},
"exceptions" : [ {
"exceptionName" : "DuplicateListenerException",
"documentation" : "A listener with the specified port already exists.
"
}, {
"exceptionName" : "TooManyListenersException",
"documentation" : "You've reached the limit on the number of listeners per load balancer.
"
}, {
"exceptionName" : "TooManyCertificatesException",
"documentation" : "You've reached the limit on the number of certificates per listener.
"
}, {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "TargetGroupNotFoundException",
"documentation" : "The specified target group does not exist.
"
}, {
"exceptionName" : "TargetGroupAssociationLimitException",
"documentation" : "You've reached the limit on the number of load balancers per target group.
"
}, {
"exceptionName" : "InvalidConfigurationRequestException",
"documentation" : "The requested configuration is not valid.
"
}, {
"exceptionName" : "IncompatibleProtocolsException",
"documentation" : "The specified configuration is not valid with this protocol.
"
}, {
"exceptionName" : "SSLPolicyNotFoundException",
"documentation" : "The specified SSL policy does not exist.
"
}, {
"exceptionName" : "CertificateNotFoundException",
"documentation" : "The specified certificate does not exist.
"
}, {
"exceptionName" : "UnsupportedProtocolException",
"documentation" : "The specified protocol is not supported.
"
}, {
"exceptionName" : "TooManyRegistrationsForTargetIdException",
"documentation" : "You've reached the limit on the number of times a target can be registered with a load balancer.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "CreateListenerResult",
"asyncReturnType" : "CreateListenerResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "createListener"
},
"CreateLoadBalancer" : {
"documentation" : "Creates an Application load balancer.
To create listeners for your load balancer, use CreateListener. You can add security groups, subnets, and tags when you create your load balancer, or you can add them later using SetSecurityGroups, SetSubnets, and AddTags.
To describe your current load balancers, see DescribeLoadBalancers. When you are finished with a load balancer, you can delete it using DeleteLoadBalancer.
You can create up to 20 load balancers per region per account. You can request an increase for the number of load balancers for your account. For more information, see Limits for Your Application Load Balancer in the Application Load Balancers Guide.
",
"operationName" : "CreateLoadBalancer",
"deprecated" : false,
"input" : {
"variableName" : "createLoadBalancerRequest",
"variableType" : "CreateLoadBalancerRequest",
"variableDeclarationType" : "CreateLoadBalancerRequest",
"documentation" : "Contains the parameters for CreateLoadBalancer.
",
"variableSetterType" : "CreateLoadBalancerRequest",
"simpleType" : "CreateLoadBalancerRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateLoadBalancerResult",
"documentation" : "Contains the output of CreateLoadBalancer.
"
},
"exceptions" : [ {
"exceptionName" : "DuplicateLoadBalancerNameException",
"documentation" : "A load balancer with the specified name already exists for this account.
"
}, {
"exceptionName" : "TooManyLoadBalancersException",
"documentation" : "You've reached the limit on the number of load balancers for your AWS account.
"
}, {
"exceptionName" : "InvalidConfigurationRequestException",
"documentation" : "The requested configuration is not valid.
"
}, {
"exceptionName" : "SubnetNotFoundException",
"documentation" : "The specified subnet does not exist.
"
}, {
"exceptionName" : "InvalidSubnetException",
"documentation" : "The specified subnet is out of available addresses.
"
}, {
"exceptionName" : "InvalidSecurityGroupException",
"documentation" : "The specified security group does not exist.
"
}, {
"exceptionName" : "InvalidSchemeException",
"documentation" : "The requested scheme is not valid.
"
}, {
"exceptionName" : "TooManyTagsException",
"documentation" : "You've reached the limit on the number of tags per load balancer.
"
}, {
"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"
},
"CreateRule" : {
"documentation" : "Creates a rule for the specified listener.
A rule consists conditions and actions. Rules are evaluated in priority order, from the lowest value to the highest value. When the conditions for a rule are met, the specified actions are taken. If no rule's conditions are met, the default actions for the listener are taken.
To view your current rules, use DescribeRules. To update a rule, use ModifyRule. To set the priorities of your rules, use SetRulePriorities. To delete a rule, use DeleteRule.
",
"operationName" : "CreateRule",
"deprecated" : false,
"input" : {
"variableName" : "createRuleRequest",
"variableType" : "CreateRuleRequest",
"variableDeclarationType" : "CreateRuleRequest",
"documentation" : "Contains the parameters for CreateRule.
",
"variableSetterType" : "CreateRuleRequest",
"simpleType" : "CreateRuleRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateRuleResult",
"documentation" : "Contains the output of CreateRule.
"
},
"exceptions" : [ {
"exceptionName" : "PriorityInUseException",
"documentation" : "The specified priority is in use.
"
}, {
"exceptionName" : "TooManyTargetGroupsException",
"documentation" : "You've reached the limit on the number of target groups for your AWS account.
"
}, {
"exceptionName" : "TooManyRulesException",
"documentation" : "You've reached the limit on the number of rules per load balancer.
"
}, {
"exceptionName" : "TargetGroupAssociationLimitException",
"documentation" : "You've reached the limit on the number of load balancers per target group.
"
}, {
"exceptionName" : "ListenerNotFoundException",
"documentation" : "The specified listener does not exist.
"
}, {
"exceptionName" : "TargetGroupNotFoundException",
"documentation" : "The specified target group does not exist.
"
}, {
"exceptionName" : "InvalidConfigurationRequestException",
"documentation" : "The requested configuration is not valid.
"
}, {
"exceptionName" : "TooManyRegistrationsForTargetIdException",
"documentation" : "You've reached the limit on the number of times a target can be registered with a load balancer.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "CreateRuleResult",
"asyncReturnType" : "CreateRuleResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "createRule"
},
"CreateTargetGroup" : {
"documentation" : "Creates a target group.
To register targets with the target group, use RegisterTargets. To update the health check settings for the target group, use ModifyTargetGroup. To monitor the health of targets in the target group, use DescribeTargetHealth.
To route traffic to the targets in a target group, specify the target group in an action using CreateListener or CreateRule.
To delete a target group, use DeleteTargetGroup.
For more information, see Target Groups for Your Application Load Balancers in the Application Load Balancers Guide.
",
"operationName" : "CreateTargetGroup",
"deprecated" : false,
"input" : {
"variableName" : "createTargetGroupRequest",
"variableType" : "CreateTargetGroupRequest",
"variableDeclarationType" : "CreateTargetGroupRequest",
"documentation" : "Contains the parameters for CreateTargetGroup.
",
"variableSetterType" : "CreateTargetGroupRequest",
"simpleType" : "CreateTargetGroupRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateTargetGroupResult",
"documentation" : "Contains the output of CreateTargetGroup.
"
},
"exceptions" : [ {
"exceptionName" : "DuplicateTargetGroupNameException",
"documentation" : "A target group with the specified name already exists.
"
}, {
"exceptionName" : "TooManyTargetGroupsException",
"documentation" : "You've reached the limit on the number of target groups for your AWS account.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "CreateTargetGroupResult",
"asyncReturnType" : "CreateTargetGroupResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "createTargetGroup"
},
"DeleteListener" : {
"documentation" : "Deletes the specified listener.
Alternatively, your listener is deleted when you delete the load balancer it is attached to using DeleteLoadBalancer.
",
"operationName" : "DeleteListener",
"deprecated" : false,
"input" : {
"variableName" : "deleteListenerRequest",
"variableType" : "DeleteListenerRequest",
"variableDeclarationType" : "DeleteListenerRequest",
"documentation" : "Contains the parameters for DeleteListener.
",
"variableSetterType" : "DeleteListenerRequest",
"simpleType" : "DeleteListenerRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteListenerResult",
"documentation" : "Contains the output of DeleteListener.
"
},
"exceptions" : [ {
"exceptionName" : "ListenerNotFoundException",
"documentation" : "The specified listener does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DeleteListenerResult",
"asyncReturnType" : "DeleteListenerResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "deleteListener"
},
"DeleteLoadBalancer" : {
"documentation" : "Deletes the specified load balancer and its attached listeners.
You can't delete a load balancer if deletion protection is enabled. If the load balancer does not exist or has already been deleted, the call succeeds.
Deleting a load balancer does not affect its registered targets. For example, your EC2 instances continue to run and are still registered to their target groups. If you no longer need these EC2 instances, you can stop or terminate them.
",
"operationName" : "DeleteLoadBalancer",
"deprecated" : false,
"input" : {
"variableName" : "deleteLoadBalancerRequest",
"variableType" : "DeleteLoadBalancerRequest",
"variableDeclarationType" : "DeleteLoadBalancerRequest",
"documentation" : "Contains the parameters for DeleteLoadBalancer.
",
"variableSetterType" : "DeleteLoadBalancerRequest",
"simpleType" : "DeleteLoadBalancerRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteLoadBalancerResult",
"documentation" : "Contains the output of DeleteLoadBalancer.
"
},
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "OperationNotPermittedException",
"documentation" : "This operation is not allowed.
"
} ],
"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"
},
"DeleteRule" : {
"documentation" : "Deletes the specified rule.
",
"operationName" : "DeleteRule",
"deprecated" : false,
"input" : {
"variableName" : "deleteRuleRequest",
"variableType" : "DeleteRuleRequest",
"variableDeclarationType" : "DeleteRuleRequest",
"documentation" : "Contains the parameters for DeleteRule.
",
"variableSetterType" : "DeleteRuleRequest",
"simpleType" : "DeleteRuleRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteRuleResult",
"documentation" : "Contains the output of DeleteRule.
"
},
"exceptions" : [ {
"exceptionName" : "RuleNotFoundException",
"documentation" : "The specified rule does not exist.
"
}, {
"exceptionName" : "OperationNotPermittedException",
"documentation" : "This operation is not allowed.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DeleteRuleResult",
"asyncReturnType" : "DeleteRuleResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "deleteRule"
},
"DeleteTargetGroup" : {
"documentation" : "Deletes the specified target group.
You can delete a target group if it is not referenced by any actions. Deleting a target group also deletes any associated health checks.
",
"operationName" : "DeleteTargetGroup",
"deprecated" : false,
"input" : {
"variableName" : "deleteTargetGroupRequest",
"variableType" : "DeleteTargetGroupRequest",
"variableDeclarationType" : "DeleteTargetGroupRequest",
"documentation" : "Contains the parameters for DeleteTargetGroup.
",
"variableSetterType" : "DeleteTargetGroupRequest",
"simpleType" : "DeleteTargetGroupRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteTargetGroupResult",
"documentation" : "Contains the output of DeleteTargetGroup.
"
},
"exceptions" : [ {
"exceptionName" : "ResourceInUseException",
"documentation" : "A specified resource is in use.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DeleteTargetGroupResult",
"asyncReturnType" : "DeleteTargetGroupResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "deleteTargetGroup"
},
"DeregisterTargets" : {
"documentation" : "Deregisters the specified targets from the specified target group. After the targets are deregistered, they no longer receive traffic from the load balancer.
",
"operationName" : "DeregisterTargets",
"deprecated" : false,
"input" : {
"variableName" : "deregisterTargetsRequest",
"variableType" : "DeregisterTargetsRequest",
"variableDeclarationType" : "DeregisterTargetsRequest",
"documentation" : "Contains the parameters for DeregisterTargets.
",
"variableSetterType" : "DeregisterTargetsRequest",
"simpleType" : "DeregisterTargetsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeregisterTargetsResult",
"documentation" : "Contains the output of DeregisterTargets.
"
},
"exceptions" : [ {
"exceptionName" : "TargetGroupNotFoundException",
"documentation" : "The specified target group does not exist.
"
}, {
"exceptionName" : "InvalidTargetException",
"documentation" : "The specified target does not exist or is not in the same VPC as the target group.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DeregisterTargetsResult",
"asyncReturnType" : "DeregisterTargetsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "deregisterTargets"
},
"DescribeListeners" : {
"documentation" : "Describes the specified listeners or the listeners for the specified load balancer. You must specify either a load balancer or one or more listeners.
",
"operationName" : "DescribeListeners",
"deprecated" : false,
"input" : {
"variableName" : "describeListenersRequest",
"variableType" : "DescribeListenersRequest",
"variableDeclarationType" : "DescribeListenersRequest",
"documentation" : "Contains the parameters for DescribeListeners.
",
"variableSetterType" : "DescribeListenersRequest",
"simpleType" : "DescribeListenersRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeListenersResult",
"documentation" : "Contains the output of DescribeListeners.
"
},
"exceptions" : [ {
"exceptionName" : "ListenerNotFoundException",
"documentation" : "The specified listener does not exist.
"
}, {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DescribeListenersResult",
"asyncReturnType" : "DescribeListenersResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "describeListeners"
},
"DescribeLoadBalancerAttributes" : {
"documentation" : "Describes the attributes for the specified load balancer.
",
"operationName" : "DescribeLoadBalancerAttributes",
"deprecated" : false,
"input" : {
"variableName" : "describeLoadBalancerAttributesRequest",
"variableType" : "DescribeLoadBalancerAttributesRequest",
"variableDeclarationType" : "DescribeLoadBalancerAttributesRequest",
"documentation" : "Contains the parameters for DescribeLoadBalancerAttributes.
",
"variableSetterType" : "DescribeLoadBalancerAttributesRequest",
"simpleType" : "DescribeLoadBalancerAttributesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeLoadBalancerAttributesResult",
"documentation" : "Contains the output of DescribeLoadBalancerAttributes.
"
},
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer 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"
},
"DescribeLoadBalancers" : {
"documentation" : "Describes the specified Application load balancers or all of your Application load balancers.
To describe the listeners for a load balancer, use DescribeListeners. To describe the attributes for a load balancer, use DescribeLoadBalancerAttributes.
",
"operationName" : "DescribeLoadBalancers",
"deprecated" : false,
"input" : {
"variableName" : "describeLoadBalancersRequest",
"variableType" : "DescribeLoadBalancersRequest",
"variableDeclarationType" : "DescribeLoadBalancersRequest",
"documentation" : "Contains the parameters for DescribeLoadBalancers.
",
"variableSetterType" : "DescribeLoadBalancersRequest",
"simpleType" : "DescribeLoadBalancersRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeLoadBalancersResult",
"documentation" : "Contains the output of DescribeLoadBalancers.
"
},
"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"
},
"DescribeRules" : {
"documentation" : "Describes the specified rules or the rules for the specified listener. You must specify either a listener or one or more rules.
",
"operationName" : "DescribeRules",
"deprecated" : false,
"input" : {
"variableName" : "describeRulesRequest",
"variableType" : "DescribeRulesRequest",
"variableDeclarationType" : "DescribeRulesRequest",
"documentation" : "Contains the parameters for DescribeRules.
",
"variableSetterType" : "DescribeRulesRequest",
"simpleType" : "DescribeRulesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeRulesResult",
"documentation" : "Contains the output of DescribeRules.
"
},
"exceptions" : [ {
"exceptionName" : "ListenerNotFoundException",
"documentation" : "The specified listener does not exist.
"
}, {
"exceptionName" : "RuleNotFoundException",
"documentation" : "The specified rule does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DescribeRulesResult",
"asyncReturnType" : "DescribeRulesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "describeRules"
},
"DescribeSSLPolicies" : {
"documentation" : "Describes the specified policies or all policies used for SSL negotiation.
Note that the only supported policy at this time is ELBSecurityPolicy-2015-05.
",
"operationName" : "DescribeSSLPolicies",
"deprecated" : false,
"input" : {
"variableName" : "describeSSLPoliciesRequest",
"variableType" : "DescribeSSLPoliciesRequest",
"variableDeclarationType" : "DescribeSSLPoliciesRequest",
"documentation" : "Contains the parameters for DescribeSSLPolicies.
",
"variableSetterType" : "DescribeSSLPoliciesRequest",
"simpleType" : "DescribeSSLPoliciesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeSSLPoliciesResult",
"documentation" : "Contains the output of DescribeSSLPolicies.
"
},
"exceptions" : [ {
"exceptionName" : "SSLPolicyNotFoundException",
"documentation" : "The specified SSL policy does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DescribeSSLPoliciesResult",
"asyncReturnType" : "DescribeSSLPoliciesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "describeSSLPolicies"
},
"DescribeTags" : {
"documentation" : "Describes the tags for the specified resources.
",
"operationName" : "DescribeTags",
"deprecated" : false,
"input" : {
"variableName" : "describeTagsRequest",
"variableType" : "DescribeTagsRequest",
"variableDeclarationType" : "DescribeTagsRequest",
"documentation" : "Contains the parameters for DescribeTags.
",
"variableSetterType" : "DescribeTagsRequest",
"simpleType" : "DescribeTagsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeTagsResult",
"documentation" : "Contains the output of DescribeTags.
"
},
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "TargetGroupNotFoundException",
"documentation" : "The specified target group does not exist.
"
}, {
"exceptionName" : "ListenerNotFoundException",
"documentation" : "The specified listener does not exist.
"
}, {
"exceptionName" : "RuleNotFoundException",
"documentation" : "The specified rule 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"
},
"DescribeTargetGroupAttributes" : {
"documentation" : "Describes the attributes for the specified target group.
",
"operationName" : "DescribeTargetGroupAttributes",
"deprecated" : false,
"input" : {
"variableName" : "describeTargetGroupAttributesRequest",
"variableType" : "DescribeTargetGroupAttributesRequest",
"variableDeclarationType" : "DescribeTargetGroupAttributesRequest",
"documentation" : "Contains the parameters for DescribeTargetGroupAttributes.
",
"variableSetterType" : "DescribeTargetGroupAttributesRequest",
"simpleType" : "DescribeTargetGroupAttributesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeTargetGroupAttributesResult",
"documentation" : "Contains the output of DescribeTargetGroupAttributes.
"
},
"exceptions" : [ {
"exceptionName" : "TargetGroupNotFoundException",
"documentation" : "The specified target group does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DescribeTargetGroupAttributesResult",
"asyncReturnType" : "DescribeTargetGroupAttributesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "describeTargetGroupAttributes"
},
"DescribeTargetGroups" : {
"documentation" : "Describes the specified target groups or all of your target groups. By default, all target groups are described. Alternatively, you can specify one of the following to filter the results: the ARN of the load balancer, the names of one or more target groups, or the ARNs of one or more target groups.
To describe the targets for a target group, use DescribeTargetHealth. To describe the attributes of a target group, use DescribeTargetGroupAttributes.
",
"operationName" : "DescribeTargetGroups",
"deprecated" : false,
"input" : {
"variableName" : "describeTargetGroupsRequest",
"variableType" : "DescribeTargetGroupsRequest",
"variableDeclarationType" : "DescribeTargetGroupsRequest",
"documentation" : "Contains the parameters for DescribeTargetGroups.
",
"variableSetterType" : "DescribeTargetGroupsRequest",
"simpleType" : "DescribeTargetGroupsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeTargetGroupsResult",
"documentation" : "Contains the output of DescribeTargetGroups.
"
},
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "TargetGroupNotFoundException",
"documentation" : "The specified target group does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DescribeTargetGroupsResult",
"asyncReturnType" : "DescribeTargetGroupsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "describeTargetGroups"
},
"DescribeTargetHealth" : {
"documentation" : "Describes the health of the specified targets or all of your targets.
",
"operationName" : "DescribeTargetHealth",
"deprecated" : false,
"input" : {
"variableName" : "describeTargetHealthRequest",
"variableType" : "DescribeTargetHealthRequest",
"variableDeclarationType" : "DescribeTargetHealthRequest",
"documentation" : "Contains the parameters for DescribeTargetHealth.
",
"variableSetterType" : "DescribeTargetHealthRequest",
"simpleType" : "DescribeTargetHealthRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeTargetHealthResult",
"documentation" : "Contains the output of DescribeTargetHealth.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidTargetException",
"documentation" : "The specified target does not exist or is not in the same VPC as the target group.
"
}, {
"exceptionName" : "TargetGroupNotFoundException",
"documentation" : "The specified target group does not exist.
"
}, {
"exceptionName" : "HealthUnavailableException",
"documentation" : "The health of the specified targets could not be retrieved due to an internal error.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DescribeTargetHealthResult",
"asyncReturnType" : "DescribeTargetHealthResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "describeTargetHealth"
},
"ModifyListener" : {
"documentation" : "Modifies the specified properties of the specified listener.
Any properties that you do not specify retain their current values. However, changing the protocol from HTTPS to HTTP removes the security policy and SSL certificate properties. If you change the protocol from HTTP to HTTPS, you must add the security policy.
",
"operationName" : "ModifyListener",
"deprecated" : false,
"input" : {
"variableName" : "modifyListenerRequest",
"variableType" : "ModifyListenerRequest",
"variableDeclarationType" : "ModifyListenerRequest",
"documentation" : "Contains the parameters for ModifyListener.
",
"variableSetterType" : "ModifyListenerRequest",
"simpleType" : "ModifyListenerRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ModifyListenerResult",
"documentation" : "Contains the output of ModifyListener.
"
},
"exceptions" : [ {
"exceptionName" : "DuplicateListenerException",
"documentation" : "A listener with the specified port already exists.
"
}, {
"exceptionName" : "TooManyListenersException",
"documentation" : "You've reached the limit on the number of listeners per load balancer.
"
}, {
"exceptionName" : "TooManyCertificatesException",
"documentation" : "You've reached the limit on the number of certificates per listener.
"
}, {
"exceptionName" : "ListenerNotFoundException",
"documentation" : "The specified listener does not exist.
"
}, {
"exceptionName" : "TargetGroupNotFoundException",
"documentation" : "The specified target group does not exist.
"
}, {
"exceptionName" : "TargetGroupAssociationLimitException",
"documentation" : "You've reached the limit on the number of load balancers per target group.
"
}, {
"exceptionName" : "IncompatibleProtocolsException",
"documentation" : "The specified configuration is not valid with this protocol.
"
}, {
"exceptionName" : "SSLPolicyNotFoundException",
"documentation" : "The specified SSL policy does not exist.
"
}, {
"exceptionName" : "CertificateNotFoundException",
"documentation" : "The specified certificate does not exist.
"
}, {
"exceptionName" : "InvalidConfigurationRequestException",
"documentation" : "The requested configuration is not valid.
"
}, {
"exceptionName" : "UnsupportedProtocolException",
"documentation" : "The specified protocol is not supported.
"
}, {
"exceptionName" : "TooManyRegistrationsForTargetIdException",
"documentation" : "You've reached the limit on the number of times a target can be registered with a load balancer.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "ModifyListenerResult",
"asyncReturnType" : "ModifyListenerResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "modifyListener"
},
"ModifyLoadBalancerAttributes" : {
"documentation" : "Modifies the specified attributes of the specified load balancer.
If any of the specified attributes can't be modified as requested, the call fails. Any existing attributes that you do not modify retain their current values.
",
"operationName" : "ModifyLoadBalancerAttributes",
"deprecated" : false,
"input" : {
"variableName" : "modifyLoadBalancerAttributesRequest",
"variableType" : "ModifyLoadBalancerAttributesRequest",
"variableDeclarationType" : "ModifyLoadBalancerAttributesRequest",
"documentation" : "Contains the parameters for ModifyLoadBalancerAttributes.
",
"variableSetterType" : "ModifyLoadBalancerAttributesRequest",
"simpleType" : "ModifyLoadBalancerAttributesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ModifyLoadBalancerAttributesResult",
"documentation" : "Contains the output of ModifyLoadBalancerAttributes.
"
},
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "InvalidConfigurationRequestException",
"documentation" : "The requested configuration 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"
},
"ModifyRule" : {
"documentation" : "Modifies the specified rule.
Any existing properties that you do not modify retain their current values.
To modify the default action, use ModifyListener.
",
"operationName" : "ModifyRule",
"deprecated" : false,
"input" : {
"variableName" : "modifyRuleRequest",
"variableType" : "ModifyRuleRequest",
"variableDeclarationType" : "ModifyRuleRequest",
"documentation" : "Contains the parameters for ModifyRules.
",
"variableSetterType" : "ModifyRuleRequest",
"simpleType" : "ModifyRuleRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ModifyRuleResult",
"documentation" : "Contains the output of ModifyRules.
"
},
"exceptions" : [ {
"exceptionName" : "TargetGroupAssociationLimitException",
"documentation" : "You've reached the limit on the number of load balancers per target group.
"
}, {
"exceptionName" : "RuleNotFoundException",
"documentation" : "The specified rule does not exist.
"
}, {
"exceptionName" : "OperationNotPermittedException",
"documentation" : "This operation is not allowed.
"
}, {
"exceptionName" : "TooManyRegistrationsForTargetIdException",
"documentation" : "You've reached the limit on the number of times a target can be registered with a load balancer.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "ModifyRuleResult",
"asyncReturnType" : "ModifyRuleResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "modifyRule"
},
"ModifyTargetGroup" : {
"documentation" : "Modifies the health checks used when evaluating the health state of the targets in the specified target group.
To monitor the health of the targets, use DescribeTargetHealth.
",
"operationName" : "ModifyTargetGroup",
"deprecated" : false,
"input" : {
"variableName" : "modifyTargetGroupRequest",
"variableType" : "ModifyTargetGroupRequest",
"variableDeclarationType" : "ModifyTargetGroupRequest",
"documentation" : "Contains the parameters for ModifyTargetGroup.
",
"variableSetterType" : "ModifyTargetGroupRequest",
"simpleType" : "ModifyTargetGroupRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ModifyTargetGroupResult",
"documentation" : "Contains the output of ModifyTargetGroup.
"
},
"exceptions" : [ {
"exceptionName" : "TargetGroupNotFoundException",
"documentation" : "The specified target group does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "ModifyTargetGroupResult",
"asyncReturnType" : "ModifyTargetGroupResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "modifyTargetGroup"
},
"ModifyTargetGroupAttributes" : {
"documentation" : "Modifies the specified attributes of the specified target group.
",
"operationName" : "ModifyTargetGroupAttributes",
"deprecated" : false,
"input" : {
"variableName" : "modifyTargetGroupAttributesRequest",
"variableType" : "ModifyTargetGroupAttributesRequest",
"variableDeclarationType" : "ModifyTargetGroupAttributesRequest",
"documentation" : "Contains the parameters for ModifyTargetGroupAttributes.
",
"variableSetterType" : "ModifyTargetGroupAttributesRequest",
"simpleType" : "ModifyTargetGroupAttributesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ModifyTargetGroupAttributesResult",
"documentation" : "Contains the output of ModifyTargetGroupAttributes.
"
},
"exceptions" : [ {
"exceptionName" : "TargetGroupNotFoundException",
"documentation" : "The specified target group does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "ModifyTargetGroupAttributesResult",
"asyncReturnType" : "ModifyTargetGroupAttributesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "modifyTargetGroupAttributes"
},
"RegisterTargets" : {
"documentation" : "Registers the specified targets with the specified target group.
The target must be in the virtual private cloud (VPC) that you specified for the target group.
To remove a target from a target group, use DeregisterTargets.
",
"operationName" : "RegisterTargets",
"deprecated" : false,
"input" : {
"variableName" : "registerTargetsRequest",
"variableType" : "RegisterTargetsRequest",
"variableDeclarationType" : "RegisterTargetsRequest",
"documentation" : "Contains the parameters for RegisterTargets.
",
"variableSetterType" : "RegisterTargetsRequest",
"simpleType" : "RegisterTargetsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "RegisterTargetsResult",
"documentation" : "Contains the output of RegisterTargets.
"
},
"exceptions" : [ {
"exceptionName" : "TargetGroupNotFoundException",
"documentation" : "The specified target group does not exist.
"
}, {
"exceptionName" : "TooManyTargetsException",
"documentation" : "You've reached the limit on the number of targets.
"
}, {
"exceptionName" : "InvalidTargetException",
"documentation" : "The specified target does not exist or is not in the same VPC as the target group.
"
}, {
"exceptionName" : "TooManyRegistrationsForTargetIdException",
"documentation" : "You've reached the limit on the number of times a target can be registered with a load balancer.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "RegisterTargetsResult",
"asyncReturnType" : "RegisterTargetsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "registerTargets"
},
"RemoveTags" : {
"documentation" : "Removes the specified tags from the specified resource.
To list the current tags for your resources, use DescribeTags.
",
"operationName" : "RemoveTags",
"deprecated" : false,
"input" : {
"variableName" : "removeTagsRequest",
"variableType" : "RemoveTagsRequest",
"variableDeclarationType" : "RemoveTagsRequest",
"documentation" : "Contains the parameters for RemoveTags.
",
"variableSetterType" : "RemoveTagsRequest",
"simpleType" : "RemoveTagsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "RemoveTagsResult",
"documentation" : "Contains the output of RemoveTags.
"
},
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "TargetGroupNotFoundException",
"documentation" : "The specified target group does not exist.
"
}, {
"exceptionName" : "ListenerNotFoundException",
"documentation" : "The specified listener does not exist.
"
}, {
"exceptionName" : "RuleNotFoundException",
"documentation" : "The specified rule does not exist.
"
}, {
"exceptionName" : "TooManyTagsException",
"documentation" : "You've reached the limit on the number of tags per load balancer.
"
} ],
"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"
},
"SetRulePriorities" : {
"documentation" : "Sets the priorities of the specified rules.
You can reorder the rules as long as there are no priority conflicts in the new order. Any existing rules that you do not specify retain their current priority.
",
"operationName" : "SetRulePriorities",
"deprecated" : false,
"input" : {
"variableName" : "setRulePrioritiesRequest",
"variableType" : "SetRulePrioritiesRequest",
"variableDeclarationType" : "SetRulePrioritiesRequest",
"documentation" : "Contains the parameters for SetRulePriorities.
",
"variableSetterType" : "SetRulePrioritiesRequest",
"simpleType" : "SetRulePrioritiesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "SetRulePrioritiesResult",
"documentation" : "Contains the output of SetRulePriorities.
"
},
"exceptions" : [ {
"exceptionName" : "RuleNotFoundException",
"documentation" : "The specified rule does not exist.
"
}, {
"exceptionName" : "PriorityInUseException",
"documentation" : "The specified priority is in use.
"
}, {
"exceptionName" : "OperationNotPermittedException",
"documentation" : "This operation is not allowed.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "SetRulePrioritiesResult",
"asyncReturnType" : "SetRulePrioritiesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "setRulePriorities"
},
"SetSecurityGroups" : {
"documentation" : "Associates the specified security groups with the specified load balancer. The specified security groups override the previously associated security groups.
",
"operationName" : "SetSecurityGroups",
"deprecated" : false,
"input" : {
"variableName" : "setSecurityGroupsRequest",
"variableType" : "SetSecurityGroupsRequest",
"variableDeclarationType" : "SetSecurityGroupsRequest",
"documentation" : "Contains the parameters for SetSecurityGroups.
",
"variableSetterType" : "SetSecurityGroupsRequest",
"simpleType" : "SetSecurityGroupsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "SetSecurityGroupsResult",
"documentation" : "Contains the output of SetSecurityGroups.
"
},
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "InvalidConfigurationRequestException",
"documentation" : "The requested configuration is not valid.
"
}, {
"exceptionName" : "InvalidSecurityGroupException",
"documentation" : "The specified security group does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "SetSecurityGroupsResult",
"asyncReturnType" : "SetSecurityGroupsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "setSecurityGroups"
},
"SetSubnets" : {
"documentation" : "Enables the Availability Zone for the specified subnets for the specified load balancer. The specified subnets replace the previously enabled subnets.
",
"operationName" : "SetSubnets",
"deprecated" : false,
"input" : {
"variableName" : "setSubnetsRequest",
"variableType" : "SetSubnetsRequest",
"variableDeclarationType" : "SetSubnetsRequest",
"documentation" : "Contains the parameters for SetSubnets.
",
"variableSetterType" : "SetSubnetsRequest",
"simpleType" : "SetSubnetsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "SetSubnetsResult",
"documentation" : "Contains the output of SetSubnets.
"
},
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "InvalidConfigurationRequestException",
"documentation" : "The requested configuration is not valid.
"
}, {
"exceptionName" : "SubnetNotFoundException",
"documentation" : "The specified subnet does not exist.
"
}, {
"exceptionName" : "InvalidSubnetException",
"documentation" : "The specified subnet is out of available addresses.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "SetSubnetsResult",
"asyncReturnType" : "SetSubnetsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "setSubnets"
}
},
"shapes" : {
"DeregisterTargetsResult" : {
"c2jName" : "DeregisterTargetsOutput",
"documentation" : "Contains the output of DeregisterTargets.
",
"shapeName" : "DeregisterTargetsResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "deregisterTargetsResult",
"variableType" : "DeregisterTargetsResult",
"variableDeclarationType" : "DeregisterTargetsResult",
"documentation" : null,
"variableSetterType" : "DeregisterTargetsResult",
"simpleType" : "DeregisterTargetsResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : "DeregisterTargetsResult",
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"RulePriorityPair" : {
"c2jName" : "RulePriorityPair",
"documentation" : "Information about the priorities for the rules for a listener.
",
"shapeName" : "RulePriorityPair",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The Amazon Resource Name (ARN) of the rule.
",
"name" : "RuleArn",
"c2jName" : "RuleArn",
"c2jShape" : "RuleArn",
"variable" : {
"variableName" : "ruleArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the rule.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "ruleArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "RuleArn",
"marshallLocationName" : "RuleArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The Amazon Resource Name (ARN) of the rule.
\n@param ruleArn The Amazon Resource Name (ARN) of the rule.*/",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) of the rule.
\n@return The Amazon Resource Name (ARN) of the rule.*/",
"fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the rule.
\n@param ruleArn The Amazon Resource Name (ARN) of the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the rule.
\n@param ruleArn The Amazon Resource Name (ARN) of the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The rule priority.
",
"name" : "Priority",
"c2jName" : "Priority",
"c2jShape" : "RulePriority",
"variable" : {
"variableName" : "priority",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The rule priority.
",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"setterModel" : {
"variableName" : "priority",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Priority",
"marshallLocationName" : "Priority",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The rule priority.
\n@param priority The rule priority.*/",
"getterDocumentation" : "/**The rule priority.
\n@return The rule priority.*/",
"fluentSetterDocumentation" : "/**The rule priority.
\n@param priority The rule priority.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The rule priority.
\n@param priority The rule priority.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "rulePriorityPair",
"variableType" : "RulePriorityPair",
"variableDeclarationType" : "RulePriorityPair",
"documentation" : null,
"variableSetterType" : "RulePriorityPair",
"simpleType" : "RulePriorityPair"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Priority" : {
"documentation" : "The rule priority.
",
"name" : "Priority",
"c2jName" : "Priority",
"c2jShape" : "RulePriority",
"variable" : {
"variableName" : "priority",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The rule priority.
",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"setterModel" : {
"variableName" : "priority",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Priority",
"marshallLocationName" : "Priority",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The rule priority.
\n@param priority The rule priority.*/",
"getterDocumentation" : "/**The rule priority.
\n@return The rule priority.*/",
"fluentSetterDocumentation" : "/**The rule priority.
\n@param priority The rule priority.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The rule priority.
\n@param priority The rule priority.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"RuleArn" : {
"documentation" : "The Amazon Resource Name (ARN) of the rule.
",
"name" : "RuleArn",
"c2jName" : "RuleArn",
"c2jShape" : "RuleArn",
"variable" : {
"variableName" : "ruleArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the rule.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "ruleArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "RuleArn",
"marshallLocationName" : "RuleArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The Amazon Resource Name (ARN) of the rule.
\n@param ruleArn The Amazon Resource Name (ARN) of the rule.*/",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) of the rule.
\n@return The Amazon Resource Name (ARN) of the rule.*/",
"fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the rule.
\n@param ruleArn The Amazon Resource Name (ARN) of the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the rule.
\n@param ruleArn The Amazon Resource Name (ARN) of the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"UnsupportedProtocolException" : {
"c2jName" : "UnsupportedProtocolException",
"documentation" : "The specified protocol is not supported.
",
"shapeName" : "UnsupportedProtocolException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "unsupportedProtocolException",
"variableType" : "UnsupportedProtocolException",
"variableDeclarationType" : "UnsupportedProtocolException",
"documentation" : null,
"variableSetterType" : "UnsupportedProtocolException",
"simpleType" : "UnsupportedProtocolException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "UnsupportedProtocol",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"AddTagsRequest" : {
"c2jName" : "AddTagsInput",
"documentation" : "Contains the parameters for AddTags.
",
"shapeName" : "AddTagsRequest",
"deprecated" : false,
"required" : [ "ResourceArns", "Tags" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The Amazon Resource Name (ARN) of the resource.
",
"name" : "ResourceArns",
"c2jName" : "ResourceArns",
"c2jShape" : "ResourceArns",
"variable" : {
"variableName" : "resourceArns",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "The Amazon Resource Name (ARN) of the resource.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "resourceArns",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ResourceArns",
"marshallLocationName" : "ResourceArns",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "ResourceArn",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList",
"simple" : true,
"map" : false,
"simpleType" : "String"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The Amazon Resource Name (ARN) of the resource.
\n@param resourceArns The Amazon Resource Name (ARN) of the resource.*/",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) of the resource.
\n@return The Amazon Resource Name (ARN) of the resource.*/",
"fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the resource.
\n@param resourceArns The Amazon Resource Name (ARN) of the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the resource.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setResourceArns(java.util.Collection)} or {@link #withResourceArns(java.util.Collection)} if you want to override the existing values.
\n@param resourceArns The Amazon Resource Name (ARN) of the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The tags. Each resource can have a maximum of 10 tags.
",
"name" : "Tags",
"c2jName" : "Tags",
"c2jShape" : "TagList",
"variable" : {
"variableName" : "tags",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "The tags. Each resource can have a maximum of 10 tags.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "tags",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Tags",
"marshallLocationName" : "Tags",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Tag",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Tag",
"variable" : {
"variableName" : "member",
"variableType" : "Tag",
"variableDeclarationType" : "Tag",
"documentation" : "",
"variableSetterType" : "Tag",
"simpleType" : "Tag"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Tag",
"variableDeclarationType" : "Tag",
"documentation" : "",
"variableSetterType" : "Tag",
"simpleType" : "Tag"
},
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList",
"simple" : false,
"map" : false,
"simpleType" : "Tag"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The tags. Each resource can have a maximum of 10 tags.
\n@param tags The tags. Each resource can have a maximum of 10 tags.*/",
"getterDocumentation" : "/**The tags. Each resource can have a maximum of 10 tags.
\n@return The tags. Each resource can have a maximum of 10 tags.*/",
"fluentSetterDocumentation" : "/**The tags. Each resource can have a maximum of 10 tags.
\n@param tags The tags. Each resource can have a maximum of 10 tags.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The tags. Each resource can have a maximum of 10 tags.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.
\n@param tags The tags. Each resource can have a maximum of 10 tags.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "addTagsRequest",
"variableType" : "AddTagsRequest",
"variableDeclarationType" : "AddTagsRequest",
"documentation" : null,
"variableSetterType" : "AddTagsRequest",
"simpleType" : "AddTagsRequest"
},
"marshaller" : {
"action" : "AddTags",
"verb" : "POST",
"target" : null,
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"ResourceArns" : {
"documentation" : "The Amazon Resource Name (ARN) of the resource.
",
"name" : "ResourceArns",
"c2jName" : "ResourceArns",
"c2jShape" : "ResourceArns",
"variable" : {
"variableName" : "resourceArns",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "The Amazon Resource Name (ARN) of the resource.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "resourceArns",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ResourceArns",
"marshallLocationName" : "ResourceArns",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "ResourceArn",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList",
"simple" : true,
"map" : false,
"simpleType" : "String"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The Amazon Resource Name (ARN) of the resource.
\n@param resourceArns The Amazon Resource Name (ARN) of the resource.*/",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) of the resource.
\n@return The Amazon Resource Name (ARN) of the resource.*/",
"fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the resource.
\n@param resourceArns The Amazon Resource Name (ARN) of the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the resource.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setResourceArns(java.util.Collection)} or {@link #withResourceArns(java.util.Collection)} if you want to override the existing values.
\n@param resourceArns The Amazon Resource Name (ARN) of the resource.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Tags" : {
"documentation" : "The tags. Each resource can have a maximum of 10 tags.
",
"name" : "Tags",
"c2jName" : "Tags",
"c2jShape" : "TagList",
"variable" : {
"variableName" : "tags",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "The tags. Each resource can have a maximum of 10 tags.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "tags",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Tags",
"marshallLocationName" : "Tags",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Tag",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Tag",
"variable" : {
"variableName" : "member",
"variableType" : "Tag",
"variableDeclarationType" : "Tag",
"documentation" : "",
"variableSetterType" : "Tag",
"simpleType" : "Tag"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Tag",
"variableDeclarationType" : "Tag",
"documentation" : "",
"variableSetterType" : "Tag",
"simpleType" : "Tag"
},
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList",
"simple" : false,
"map" : false,
"simpleType" : "Tag"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The tags. Each resource can have a maximum of 10 tags.
\n@param tags The tags. Each resource can have a maximum of 10 tags.*/",
"getterDocumentation" : "/**The tags. Each resource can have a maximum of 10 tags.
\n@return The tags. Each resource can have a maximum of 10 tags.*/",
"fluentSetterDocumentation" : "/**The tags. Each resource can have a maximum of 10 tags.
\n@param tags The tags. Each resource can have a maximum of 10 tags.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The tags. Each resource can have a maximum of 10 tags.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.
\n@param tags The tags. Each resource can have a maximum of 10 tags.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"DescribeTargetGroupAttributesRequest" : {
"c2jName" : "DescribeTargetGroupAttributesInput",
"documentation" : "Contains the parameters for DescribeTargetGroupAttributes.
",
"shapeName" : "DescribeTargetGroupAttributesRequest",
"deprecated" : false,
"required" : [ "TargetGroupArn" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The Amazon Resource Name (ARN) of the target group.
",
"name" : "TargetGroupArn",
"c2jName" : "TargetGroupArn",
"c2jShape" : "TargetGroupArn",
"variable" : {
"variableName" : "targetGroupArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the target group.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "targetGroupArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TargetGroupArn",
"marshallLocationName" : "TargetGroupArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The Amazon Resource Name (ARN) of the target group.
\n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.*/",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) of the target group.
\n@return The Amazon Resource Name (ARN) of the target group.*/",
"fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the target group.
\n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the target group.
\n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeTargetGroupAttributesRequest",
"variableType" : "DescribeTargetGroupAttributesRequest",
"variableDeclarationType" : "DescribeTargetGroupAttributesRequest",
"documentation" : null,
"variableSetterType" : "DescribeTargetGroupAttributesRequest",
"simpleType" : "DescribeTargetGroupAttributesRequest"
},
"marshaller" : {
"action" : "DescribeTargetGroupAttributes",
"verb" : "POST",
"target" : null,
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"TargetGroupArn" : {
"documentation" : "The Amazon Resource Name (ARN) of the target group.
",
"name" : "TargetGroupArn",
"c2jName" : "TargetGroupArn",
"c2jShape" : "TargetGroupArn",
"variable" : {
"variableName" : "targetGroupArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the target group.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "targetGroupArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TargetGroupArn",
"marshallLocationName" : "TargetGroupArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The Amazon Resource Name (ARN) of the target group.
\n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.*/",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) of the target group.
\n@return The Amazon Resource Name (ARN) of the target group.*/",
"fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the target group.
\n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the target group.
\n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"DescribeRulesResult" : {
"c2jName" : "DescribeRulesOutput",
"documentation" : "Contains the output of DescribeRules.
",
"shapeName" : "DescribeRulesResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "Information about the rules.
",
"name" : "Rules",
"c2jName" : "Rules",
"c2jShape" : "Rules",
"variable" : {
"variableName" : "rules",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "Information about the rules.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "rules",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Rules",
"marshallLocationName" : "Rules",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Rule",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Rule",
"variable" : {
"variableName" : "member",
"variableType" : "Rule",
"variableDeclarationType" : "Rule",
"documentation" : "",
"variableSetterType" : "Rule",
"simpleType" : "Rule"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Rule",
"variableDeclarationType" : "Rule",
"documentation" : "",
"variableSetterType" : "Rule",
"simpleType" : "Rule"
},
"getterModel" : {
"returnType" : "Rule",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList",
"simple" : false,
"map" : false,
"simpleType" : "Rule"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**Information about the rules.
\n@param rules Information about the rules.*/",
"getterDocumentation" : "/**Information about the rules.
\n@return Information about the rules.*/",
"fluentSetterDocumentation" : "/**Information about the rules.
\n@param rules Information about the rules.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Information about the rules.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setRules(java.util.Collection)} or {@link #withRules(java.util.Collection)} if you want to override the existing values.
\n@param rules Information about the rules.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeRulesResult",
"variableType" : "DescribeRulesResult",
"variableDeclarationType" : "DescribeRulesResult",
"documentation" : null,
"variableSetterType" : "DescribeRulesResult",
"simpleType" : "DescribeRulesResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : "DescribeRulesResult",
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Rules" : {
"documentation" : "Information about the rules.
",
"name" : "Rules",
"c2jName" : "Rules",
"c2jShape" : "Rules",
"variable" : {
"variableName" : "rules",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "Information about the rules.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "rules",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Rules",
"marshallLocationName" : "Rules",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Rule",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Rule",
"variable" : {
"variableName" : "member",
"variableType" : "Rule",
"variableDeclarationType" : "Rule",
"documentation" : "",
"variableSetterType" : "Rule",
"simpleType" : "Rule"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Rule",
"variableDeclarationType" : "Rule",
"documentation" : "",
"variableSetterType" : "Rule",
"simpleType" : "Rule"
},
"getterModel" : {
"returnType" : "Rule",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList",
"simple" : false,
"map" : false,
"simpleType" : "Rule"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**Information about the rules.
\n@param rules Information about the rules.*/",
"getterDocumentation" : "/**Information about the rules.
\n@return Information about the rules.*/",
"fluentSetterDocumentation" : "/**Information about the rules.
\n@param rules Information about the rules.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Information about the rules.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setRules(java.util.Collection)} or {@link #withRules(java.util.Collection)} if you want to override the existing values.
\n@param rules Information about the rules.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"ModifyListenerResult" : {
"c2jName" : "ModifyListenerOutput",
"documentation" : "Contains the output of ModifyListener.
",
"shapeName" : "ModifyListenerResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "Information about the modified listeners.
",
"name" : "Listeners",
"c2jName" : "Listeners",
"c2jShape" : "Listeners",
"variable" : {
"variableName" : "listeners",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "Information about the modified listeners.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "listeners",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Listeners",
"marshallLocationName" : "Listeners",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Listener",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Listener",
"variable" : {
"variableName" : "member",
"variableType" : "Listener",
"variableDeclarationType" : "Listener",
"documentation" : "",
"variableSetterType" : "Listener",
"simpleType" : "Listener"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Listener",
"variableDeclarationType" : "Listener",
"documentation" : "",
"variableSetterType" : "Listener",
"simpleType" : "Listener"
},
"getterModel" : {
"returnType" : "Listener",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList",
"simple" : false,
"map" : false,
"simpleType" : "Listener"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**Information about the modified listeners.
\n@param listeners Information about the modified listeners.*/",
"getterDocumentation" : "/**Information about the modified listeners.
\n@return Information about the modified listeners.*/",
"fluentSetterDocumentation" : "/**Information about the modified listeners.
\n@param listeners Information about the modified listeners.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Information about the modified listeners.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setListeners(java.util.Collection)} or {@link #withListeners(java.util.Collection)} if you want to override the existing values.
\n@param listeners Information about the modified listeners.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "modifyListenerResult",
"variableType" : "ModifyListenerResult",
"variableDeclarationType" : "ModifyListenerResult",
"documentation" : null,
"variableSetterType" : "ModifyListenerResult",
"simpleType" : "ModifyListenerResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : "ModifyListenerResult",
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Listeners" : {
"documentation" : "Information about the modified listeners.
",
"name" : "Listeners",
"c2jName" : "Listeners",
"c2jShape" : "Listeners",
"variable" : {
"variableName" : "listeners",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "Information about the modified listeners.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "listeners",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Listeners",
"marshallLocationName" : "Listeners",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Listener",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Listener",
"variable" : {
"variableName" : "member",
"variableType" : "Listener",
"variableDeclarationType" : "Listener",
"documentation" : "",
"variableSetterType" : "Listener",
"simpleType" : "Listener"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Listener",
"variableDeclarationType" : "Listener",
"documentation" : "",
"variableSetterType" : "Listener",
"simpleType" : "Listener"
},
"getterModel" : {
"returnType" : "Listener",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList",
"simple" : false,
"map" : false,
"simpleType" : "Listener"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**Information about the modified listeners.
\n@param listeners Information about the modified listeners.*/",
"getterDocumentation" : "/**Information about the modified listeners.
\n@return Information about the modified listeners.*/",
"fluentSetterDocumentation" : "/**Information about the modified listeners.
\n@param listeners Information about the modified listeners.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Information about the modified listeners.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setListeners(java.util.Collection)} or {@link #withListeners(java.util.Collection)} if you want to override the existing values.
\n@param listeners Information about the modified listeners.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"ResourceInUseException" : {
"c2jName" : "ResourceInUseException",
"documentation" : "A specified resource is in use.
",
"shapeName" : "ResourceInUseException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "resourceInUseException",
"variableType" : "ResourceInUseException",
"variableDeclarationType" : "ResourceInUseException",
"documentation" : null,
"variableSetterType" : "ResourceInUseException",
"simpleType" : "ResourceInUseException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "ResourceInUse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"DuplicateTargetGroupNameException" : {
"c2jName" : "DuplicateTargetGroupNameException",
"documentation" : "A target group with the specified name already exists.
",
"shapeName" : "DuplicateTargetGroupNameException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "duplicateTargetGroupNameException",
"variableType" : "DuplicateTargetGroupNameException",
"variableDeclarationType" : "DuplicateTargetGroupNameException",
"documentation" : null,
"variableSetterType" : "DuplicateTargetGroupNameException",
"simpleType" : "DuplicateTargetGroupNameException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "DuplicateTargetGroupName",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"SetSubnetsResult" : {
"c2jName" : "SetSubnetsOutput",
"documentation" : "Contains the output of SetSubnets.
",
"shapeName" : "SetSubnetsResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "Information about the subnet and Availability Zone.
",
"name" : "AvailabilityZones",
"c2jName" : "AvailabilityZones",
"c2jShape" : "AvailabilityZones",
"variable" : {
"variableName" : "availabilityZones",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "Information about the subnet and Availability Zone.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "availabilityZones",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AvailabilityZones",
"marshallLocationName" : "AvailabilityZones",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "AvailabilityZone",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "AvailabilityZone",
"variable" : {
"variableName" : "member",
"variableType" : "AvailabilityZone",
"variableDeclarationType" : "AvailabilityZone",
"documentation" : "",
"variableSetterType" : "AvailabilityZone",
"simpleType" : "AvailabilityZone"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "AvailabilityZone",
"variableDeclarationType" : "AvailabilityZone",
"documentation" : "",
"variableSetterType" : "AvailabilityZone",
"simpleType" : "AvailabilityZone"
},
"getterModel" : {
"returnType" : "AvailabilityZone",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList",
"simple" : false,
"map" : false,
"simpleType" : "AvailabilityZone"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**Information about the subnet and Availability Zone.
\n@param availabilityZones Information about the subnet and Availability Zone.*/",
"getterDocumentation" : "/**Information about the subnet and Availability Zone.
\n@return Information about the subnet and Availability Zone.*/",
"fluentSetterDocumentation" : "/**Information about the subnet and Availability Zone.
\n@param availabilityZones Information about the subnet and Availability Zone.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Information about the subnet and Availability Zone.
\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 Information about the subnet and Availability Zone.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "setSubnetsResult",
"variableType" : "SetSubnetsResult",
"variableDeclarationType" : "SetSubnetsResult",
"documentation" : null,
"variableSetterType" : "SetSubnetsResult",
"simpleType" : "SetSubnetsResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : "SetSubnetsResult",
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"AvailabilityZones" : {
"documentation" : "Information about the subnet and Availability Zone.
",
"name" : "AvailabilityZones",
"c2jName" : "AvailabilityZones",
"c2jShape" : "AvailabilityZones",
"variable" : {
"variableName" : "availabilityZones",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "Information about the subnet and Availability Zone.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "availabilityZones",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AvailabilityZones",
"marshallLocationName" : "AvailabilityZones",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "AvailabilityZone",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "AvailabilityZone",
"variable" : {
"variableName" : "member",
"variableType" : "AvailabilityZone",
"variableDeclarationType" : "AvailabilityZone",
"documentation" : "",
"variableSetterType" : "AvailabilityZone",
"simpleType" : "AvailabilityZone"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "AvailabilityZone",
"variableDeclarationType" : "AvailabilityZone",
"documentation" : "",
"variableSetterType" : "AvailabilityZone",
"simpleType" : "AvailabilityZone"
},
"getterModel" : {
"returnType" : "AvailabilityZone",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList",
"simple" : false,
"map" : false,
"simpleType" : "AvailabilityZone"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**Information about the subnet and Availability Zone.
\n@param availabilityZones Information about the subnet and Availability Zone.*/",
"getterDocumentation" : "/**Information about the subnet and Availability Zone.
\n@return Information about the subnet and Availability Zone.*/",
"fluentSetterDocumentation" : "/**Information about the subnet and Availability Zone.
\n@param availabilityZones Information about the subnet and Availability Zone.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Information about the subnet and Availability Zone.
\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 Information about the subnet and Availability Zone.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"LoadBalancerSchemeEnum" : {
"c2jName" : "LoadBalancerSchemeEnum",
"documentation" : "",
"shapeName" : "LoadBalancerSchemeEnum",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : [ {
"name" : "InternetFacing",
"value" : "internet-facing"
}, {
"name" : "Internal",
"value" : "internal"
} ],
"variable" : {
"variableName" : "loadBalancerSchemeEnum",
"variableType" : "LoadBalancerSchemeEnum",
"variableDeclarationType" : "LoadBalancerSchemeEnum",
"documentation" : null,
"variableSetterType" : "LoadBalancerSchemeEnum",
"simpleType" : "LoadBalancerSchemeEnum"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"CreateTargetGroupRequest" : {
"c2jName" : "CreateTargetGroupInput",
"documentation" : "Contains the parameters for CreateTargetGroup.
",
"shapeName" : "CreateTargetGroupRequest",
"deprecated" : false,
"required" : [ "Name", "Protocol", "Port", "VpcId" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The name of the target group.
",
"name" : "Name",
"c2jName" : "Name",
"c2jShape" : "TargetGroupName",
"variable" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the target group.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Name",
"marshallLocationName" : "Name",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the target group.
\n@param name The name of the target group.*/",
"getterDocumentation" : "/**The name of the target group.
\n@return The name of the target group.*/",
"fluentSetterDocumentation" : "/**The name of the target group.
\n@param name The name of the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the target group.
\n@param name The name of the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The protocol to use for routing traffic to the targets.
",
"name" : "Protocol",
"c2jName" : "Protocol",
"c2jShape" : "ProtocolEnum",
"variable" : {
"variableName" : "protocol",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The protocol to use for routing traffic to the targets.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "protocol",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Protocol",
"marshallLocationName" : "Protocol",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "ProtocolEnum",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The protocol to use for routing traffic to the targets.
\n@param protocol The protocol to use for routing traffic to the targets.\n@see ProtocolEnum*/",
"getterDocumentation" : "/**The protocol to use for routing traffic to the targets.
\n@return The protocol to use for routing traffic to the targets.\n@see ProtocolEnum*/",
"fluentSetterDocumentation" : "/**The protocol to use for routing traffic to the targets.
\n@param protocol The protocol to use for routing traffic to the targets.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum*/",
"varargSetterDocumentation" : "/**The protocol to use for routing traffic to the targets.
\n@param protocol The protocol to use for routing traffic to the targets.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum*/"
}, {
"documentation" : "The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target.
",
"name" : "Port",
"c2jName" : "Port",
"c2jShape" : "Port",
"variable" : {
"variableName" : "port",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target.
",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"setterModel" : {
"variableName" : "port",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Port",
"marshallLocationName" : "Port",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target.
\n@param port The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target.*/",
"getterDocumentation" : "/**The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target.
\n@return The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target.*/",
"fluentSetterDocumentation" : "/**The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target.
\n@param port The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target.
\n@param port The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The identifier of the virtual private cloud (VPC).
",
"name" : "VpcId",
"c2jName" : "VpcId",
"c2jShape" : "VpcId",
"variable" : {
"variableName" : "vpcId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The identifier of the virtual private cloud (VPC).
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "vpcId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "VpcId",
"marshallLocationName" : "VpcId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The identifier of the virtual private cloud (VPC).
\n@param vpcId The identifier of the virtual private cloud (VPC).*/",
"getterDocumentation" : "/**The identifier of the virtual private cloud (VPC).
\n@return The identifier of the virtual private cloud (VPC).*/",
"fluentSetterDocumentation" : "/**The identifier of the virtual private cloud (VPC).
\n@param vpcId The identifier of the virtual private cloud (VPC).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The identifier of the virtual private cloud (VPC).
\n@param vpcId The identifier of the virtual private cloud (VPC).\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The protocol the load balancer uses when performing health checks on targets. The default is the HTTP protocol.
",
"name" : "HealthCheckProtocol",
"c2jName" : "HealthCheckProtocol",
"c2jShape" : "ProtocolEnum",
"variable" : {
"variableName" : "healthCheckProtocol",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The protocol the load balancer uses when performing health checks on targets. The default is the HTTP protocol.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "healthCheckProtocol",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "HealthCheckProtocol",
"marshallLocationName" : "HealthCheckProtocol",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "ProtocolEnum",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The protocol the load balancer uses when performing health checks on targets. The default is the HTTP protocol.
\n@param healthCheckProtocol The protocol the load balancer uses when performing health checks on targets. The default is the HTTP protocol.\n@see ProtocolEnum*/",
"getterDocumentation" : "/**The protocol the load balancer uses when performing health checks on targets. The default is the HTTP protocol.
\n@return The protocol the load balancer uses when performing health checks on targets. The default is the HTTP protocol.\n@see ProtocolEnum*/",
"fluentSetterDocumentation" : "/**The protocol the load balancer uses when performing health checks on targets. The default is the HTTP protocol.
\n@param healthCheckProtocol The protocol the load balancer uses when performing health checks on targets. The default is the HTTP protocol.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum*/",
"varargSetterDocumentation" : "/**The protocol the load balancer uses when performing health checks on targets. The default is the HTTP protocol.
\n@param healthCheckProtocol The protocol the load balancer uses when performing health checks on targets. The default is the HTTP protocol.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum*/"
}, {
"documentation" : "The port the load balancer uses when performing health checks on targets. The default is traffic-port
, which indicates the port on which each target receives traffic from the load balancer.
",
"name" : "HealthCheckPort",
"c2jName" : "HealthCheckPort",
"c2jShape" : "HealthCheckPort",
"variable" : {
"variableName" : "healthCheckPort",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The port the load balancer uses when performing health checks on targets. The default is traffic-port
, which indicates the port on which each target receives traffic from the load balancer.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "healthCheckPort",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "HealthCheckPort",
"marshallLocationName" : "HealthCheckPort",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The port the load balancer uses when performing health checks on targets. The default is traffic-port
, which indicates the port on which each target receives traffic from the load balancer.
\n@param healthCheckPort The port the load balancer uses when performing health checks on targets. The default is traffic-port
, which indicates the port on which each target receives traffic from the load balancer.*/",
"getterDocumentation" : "/**The port the load balancer uses when performing health checks on targets. The default is traffic-port
, which indicates the port on which each target receives traffic from the load balancer.
\n@return The port the load balancer uses when performing health checks on targets. The default is traffic-port
, which indicates the port on which each target receives traffic from the load balancer.*/",
"fluentSetterDocumentation" : "/**The port the load balancer uses when performing health checks on targets. The default is traffic-port
, which indicates the port on which each target receives traffic from the load balancer.
\n@param healthCheckPort The port the load balancer uses when performing health checks on targets. The default is traffic-port
, which indicates the port on which each target receives traffic from the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The port the load balancer uses when performing health checks on targets. The default is traffic-port
, which indicates the port on which each target receives traffic from the load balancer.
\n@param healthCheckPort The port the load balancer uses when performing health checks on targets. The default is traffic-port
, which indicates the port on which each target receives traffic from the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The ping path that is the destination on the targets for health checks. The default is /.
",
"name" : "HealthCheckPath",
"c2jName" : "HealthCheckPath",
"c2jShape" : "Path",
"variable" : {
"variableName" : "healthCheckPath",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ping path that is the destination on the targets for health checks. The default is /.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "healthCheckPath",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "HealthCheckPath",
"marshallLocationName" : "HealthCheckPath",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ping path that is the destination on the targets for health checks. The default is /.
\n@param healthCheckPath The ping path that is the destination on the targets for health checks. The default is /.*/",
"getterDocumentation" : "/**The ping path that is the destination on the targets for health checks. The default is /.
\n@return The ping path that is the destination on the targets for health checks. The default is /.*/",
"fluentSetterDocumentation" : "/**The ping path that is the destination on the targets for health checks. The default is /.
\n@param healthCheckPath The ping path that is the destination on the targets for health checks. The default is /.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ping path that is the destination on the targets for health checks. The default is /.
\n@param healthCheckPath The ping path that is the destination on the targets for health checks. The default is /.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The approximate amount of time, in seconds, between health checks of an individual target. The default is 30 seconds.
",
"name" : "HealthCheckIntervalSeconds",
"c2jName" : "HealthCheckIntervalSeconds",
"c2jShape" : "HealthCheckIntervalSeconds",
"variable" : {
"variableName" : "healthCheckIntervalSeconds",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The approximate amount of time, in seconds, between health checks of an individual target. The default is 30 seconds.
",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"setterModel" : {
"variableName" : "healthCheckIntervalSeconds",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "HealthCheckIntervalSeconds",
"marshallLocationName" : "HealthCheckIntervalSeconds",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The approximate amount of time, in seconds, between health checks of an individual target. The default is 30 seconds.
\n@param healthCheckIntervalSeconds The approximate amount of time, in seconds, between health checks of an individual target. The default is 30 seconds.*/",
"getterDocumentation" : "/**The approximate amount of time, in seconds, between health checks of an individual target. The default is 30 seconds.
\n@return The approximate amount of time, in seconds, between health checks of an individual target. The default is 30 seconds.*/",
"fluentSetterDocumentation" : "/**The approximate amount of time, in seconds, between health checks of an individual target. The default is 30 seconds.
\n@param healthCheckIntervalSeconds The approximate amount of time, in seconds, between health checks of an individual target. The default is 30 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The approximate amount of time, in seconds, between health checks of an individual target. The default is 30 seconds.
\n@param healthCheckIntervalSeconds The approximate amount of time, in seconds, between health checks of an individual target. The default is 30 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The amount of time, in seconds, during which no response from a target means a failed health check. The default is 5 seconds.
",
"name" : "HealthCheckTimeoutSeconds",
"c2jName" : "HealthCheckTimeoutSeconds",
"c2jShape" : "HealthCheckTimeoutSeconds",
"variable" : {
"variableName" : "healthCheckTimeoutSeconds",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The amount of time, in seconds, during which no response from a target means a failed health check. The default is 5 seconds.
",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"setterModel" : {
"variableName" : "healthCheckTimeoutSeconds",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "HealthCheckTimeoutSeconds",
"marshallLocationName" : "HealthCheckTimeoutSeconds",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The amount of time, in seconds, during which no response from a target means a failed health check. The default is 5 seconds.
\n@param healthCheckTimeoutSeconds The amount of time, in seconds, during which no response from a target means a failed health check. The default is 5 seconds.*/",
"getterDocumentation" : "/**The amount of time, in seconds, during which no response from a target means a failed health check. The default is 5 seconds.
\n@return The amount of time, in seconds, during which no response from a target means a failed health check. The default is 5 seconds.*/",
"fluentSetterDocumentation" : "/**The amount of time, in seconds, during which no response from a target means a failed health check. The default is 5 seconds.
\n@param healthCheckTimeoutSeconds The amount of time, in seconds, during which no response from a target means a failed health check. The default is 5 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The amount of time, in seconds, during which no response from a target means a failed health check. The default is 5 seconds.
\n@param healthCheckTimeoutSeconds The amount of time, in seconds, during which no response from a target means a failed health check. The default is 5 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The number of consecutive health checks successes required before considering an unhealthy target healthy. The default is 5.
",
"name" : "HealthyThresholdCount",
"c2jName" : "HealthyThresholdCount",
"c2jShape" : "HealthCheckThresholdCount",
"variable" : {
"variableName" : "healthyThresholdCount",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The number of consecutive health checks successes required before considering an unhealthy target healthy. The default is 5.
",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"setterModel" : {
"variableName" : "healthyThresholdCount",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "HealthyThresholdCount",
"marshallLocationName" : "HealthyThresholdCount",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The number of consecutive health checks successes required before considering an unhealthy target healthy. The default is 5.
\n@param healthyThresholdCount The number of consecutive health checks successes required before considering an unhealthy target healthy. The default is 5.*/",
"getterDocumentation" : "/**The number of consecutive health checks successes required before considering an unhealthy target healthy. The default is 5.
\n@return The number of consecutive health checks successes required before considering an unhealthy target healthy. The default is 5.*/",
"fluentSetterDocumentation" : "/**The number of consecutive health checks successes required before considering an unhealthy target healthy. The default is 5.
\n@param healthyThresholdCount The number of consecutive health checks successes required before considering an unhealthy target healthy. The default is 5.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The number of consecutive health checks successes required before considering an unhealthy target healthy. The default is 5.
\n@param healthyThresholdCount The number of consecutive health checks successes required before considering an unhealthy target healthy. The default is 5.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The number of consecutive health check failures required before considering a target unhealthy. The default is 2.
",
"name" : "UnhealthyThresholdCount",
"c2jName" : "UnhealthyThresholdCount",
"c2jShape" : "HealthCheckThresholdCount",
"variable" : {
"variableName" : "unhealthyThresholdCount",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The number of consecutive health check failures required before considering a target unhealthy. The default is 2.
",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"setterModel" : {
"variableName" : "unhealthyThresholdCount",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "UnhealthyThresholdCount",
"marshallLocationName" : "UnhealthyThresholdCount",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The number of consecutive health check failures required before considering a target unhealthy. The default is 2.
\n@param unhealthyThresholdCount The number of consecutive health check failures required before considering a target unhealthy. The default is 2.*/",
"getterDocumentation" : "/**The number of consecutive health check failures required before considering a target unhealthy. The default is 2.
\n@return The number of consecutive health check failures required before considering a target unhealthy. The default is 2.*/",
"fluentSetterDocumentation" : "/**The number of consecutive health check failures required before considering a target unhealthy. The default is 2.
\n@param unhealthyThresholdCount The number of consecutive health check failures required before considering a target unhealthy. The default is 2.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The number of consecutive health check failures required before considering a target unhealthy. The default is 2.
\n@param unhealthyThresholdCount The number of consecutive health check failures required before considering a target unhealthy. The default is 2.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The HTTP codes to use when checking for a successful response from a target. The default is 200.
",
"name" : "Matcher",
"c2jName" : "Matcher",
"c2jShape" : "Matcher",
"variable" : {
"variableName" : "matcher",
"variableType" : "Matcher",
"variableDeclarationType" : "Matcher",
"documentation" : "The HTTP codes to use when checking for a successful response from a target. The default is 200.
",
"variableSetterType" : "Matcher",
"simpleType" : "Matcher"
},
"setterModel" : {
"variableName" : "matcher",
"variableType" : "Matcher",
"variableDeclarationType" : "Matcher",
"documentation" : "",
"variableSetterType" : "Matcher",
"simpleType" : "Matcher"
},
"getterModel" : {
"returnType" : "Matcher",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Matcher",
"marshallLocationName" : "Matcher",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The HTTP codes to use when checking for a successful response from a target. The default is 200.
\n@param matcher The HTTP codes to use when checking for a successful response from a target. The default is 200.*/",
"getterDocumentation" : "/**The HTTP codes to use when checking for a successful response from a target. The default is 200.
\n@return The HTTP codes to use when checking for a successful response from a target. The default is 200.*/",
"fluentSetterDocumentation" : "/**The HTTP codes to use when checking for a successful response from a target. The default is 200.
\n@param matcher The HTTP codes to use when checking for a successful response from a target. The default is 200.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The HTTP codes to use when checking for a successful response from a target. The default is 200.
\n@param matcher The HTTP codes to use when checking for a successful response from a target. The default is 200.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "createTargetGroupRequest",
"variableType" : "CreateTargetGroupRequest",
"variableDeclarationType" : "CreateTargetGroupRequest",
"documentation" : null,
"variableSetterType" : "CreateTargetGroupRequest",
"simpleType" : "CreateTargetGroupRequest"
},
"marshaller" : {
"action" : "CreateTargetGroup",
"verb" : "POST",
"target" : null,
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"HealthCheckIntervalSeconds" : {
"documentation" : "The approximate amount of time, in seconds, between health checks of an individual target. The default is 30 seconds.
",
"name" : "HealthCheckIntervalSeconds",
"c2jName" : "HealthCheckIntervalSeconds",
"c2jShape" : "HealthCheckIntervalSeconds",
"variable" : {
"variableName" : "healthCheckIntervalSeconds",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The approximate amount of time, in seconds, between health checks of an individual target. The default is 30 seconds.
",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"setterModel" : {
"variableName" : "healthCheckIntervalSeconds",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "HealthCheckIntervalSeconds",
"marshallLocationName" : "HealthCheckIntervalSeconds",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The approximate amount of time, in seconds, between health checks of an individual target. The default is 30 seconds.
\n@param healthCheckIntervalSeconds The approximate amount of time, in seconds, between health checks of an individual target. The default is 30 seconds.*/",
"getterDocumentation" : "/**The approximate amount of time, in seconds, between health checks of an individual target. The default is 30 seconds.
\n@return The approximate amount of time, in seconds, between health checks of an individual target. The default is 30 seconds.*/",
"fluentSetterDocumentation" : "/**The approximate amount of time, in seconds, between health checks of an individual target. The default is 30 seconds.
\n@param healthCheckIntervalSeconds The approximate amount of time, in seconds, between health checks of an individual target. The default is 30 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The approximate amount of time, in seconds, between health checks of an individual target. The default is 30 seconds.
\n@param healthCheckIntervalSeconds The approximate amount of time, in seconds, between health checks of an individual target. The default is 30 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"VpcId" : {
"documentation" : "The identifier of the virtual private cloud (VPC).
",
"name" : "VpcId",
"c2jName" : "VpcId",
"c2jShape" : "VpcId",
"variable" : {
"variableName" : "vpcId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The identifier of the virtual private cloud (VPC).
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "vpcId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "VpcId",
"marshallLocationName" : "VpcId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The identifier of the virtual private cloud (VPC).
\n@param vpcId The identifier of the virtual private cloud (VPC).*/",
"getterDocumentation" : "/**The identifier of the virtual private cloud (VPC).
\n@return The identifier of the virtual private cloud (VPC).*/",
"fluentSetterDocumentation" : "/**The identifier of the virtual private cloud (VPC).
\n@param vpcId The identifier of the virtual private cloud (VPC).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The identifier of the virtual private cloud (VPC).
\n@param vpcId The identifier of the virtual private cloud (VPC).\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Matcher" : {
"documentation" : "The HTTP codes to use when checking for a successful response from a target. The default is 200.
",
"name" : "Matcher",
"c2jName" : "Matcher",
"c2jShape" : "Matcher",
"variable" : {
"variableName" : "matcher",
"variableType" : "Matcher",
"variableDeclarationType" : "Matcher",
"documentation" : "The HTTP codes to use when checking for a successful response from a target. The default is 200.
",
"variableSetterType" : "Matcher",
"simpleType" : "Matcher"
},
"setterModel" : {
"variableName" : "matcher",
"variableType" : "Matcher",
"variableDeclarationType" : "Matcher",
"documentation" : "",
"variableSetterType" : "Matcher",
"simpleType" : "Matcher"
},
"getterModel" : {
"returnType" : "Matcher",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Matcher",
"marshallLocationName" : "Matcher",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The HTTP codes to use when checking for a successful response from a target. The default is 200.
\n@param matcher The HTTP codes to use when checking for a successful response from a target. The default is 200.*/",
"getterDocumentation" : "/**The HTTP codes to use when checking for a successful response from a target. The default is 200.
\n@return The HTTP codes to use when checking for a successful response from a target. The default is 200.*/",
"fluentSetterDocumentation" : "/**The HTTP codes to use when checking for a successful response from a target. The default is 200.
\n@param matcher The HTTP codes to use when checking for a successful response from a target. The default is 200.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The HTTP codes to use when checking for a successful response from a target. The default is 200.
\n@param matcher The HTTP codes to use when checking for a successful response from a target. The default is 200.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"HealthyThresholdCount" : {
"documentation" : "The number of consecutive health checks successes required before considering an unhealthy target healthy. The default is 5.
",
"name" : "HealthyThresholdCount",
"c2jName" : "HealthyThresholdCount",
"c2jShape" : "HealthCheckThresholdCount",
"variable" : {
"variableName" : "healthyThresholdCount",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The number of consecutive health checks successes required before considering an unhealthy target healthy. The default is 5.
",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"setterModel" : {
"variableName" : "healthyThresholdCount",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "HealthyThresholdCount",
"marshallLocationName" : "HealthyThresholdCount",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The number of consecutive health checks successes required before considering an unhealthy target healthy. The default is 5.
\n@param healthyThresholdCount The number of consecutive health checks successes required before considering an unhealthy target healthy. The default is 5.*/",
"getterDocumentation" : "/**The number of consecutive health checks successes required before considering an unhealthy target healthy. The default is 5.
\n@return The number of consecutive health checks successes required before considering an unhealthy target healthy. The default is 5.*/",
"fluentSetterDocumentation" : "/**The number of consecutive health checks successes required before considering an unhealthy target healthy. The default is 5.
\n@param healthyThresholdCount The number of consecutive health checks successes required before considering an unhealthy target healthy. The default is 5.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The number of consecutive health checks successes required before considering an unhealthy target healthy. The default is 5.
\n@param healthyThresholdCount The number of consecutive health checks successes required before considering an unhealthy target healthy. The default is 5.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Port" : {
"documentation" : "The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target.
",
"name" : "Port",
"c2jName" : "Port",
"c2jShape" : "Port",
"variable" : {
"variableName" : "port",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target.
",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"setterModel" : {
"variableName" : "port",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Port",
"marshallLocationName" : "Port",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target.
\n@param port The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target.*/",
"getterDocumentation" : "/**The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target.
\n@return The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target.*/",
"fluentSetterDocumentation" : "/**The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target.
\n@param port The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target.
\n@param port The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"HealthCheckPath" : {
"documentation" : "The ping path that is the destination on the targets for health checks. The default is /.
",
"name" : "HealthCheckPath",
"c2jName" : "HealthCheckPath",
"c2jShape" : "Path",
"variable" : {
"variableName" : "healthCheckPath",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ping path that is the destination on the targets for health checks. The default is /.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "healthCheckPath",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "HealthCheckPath",
"marshallLocationName" : "HealthCheckPath",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ping path that is the destination on the targets for health checks. The default is /.
\n@param healthCheckPath The ping path that is the destination on the targets for health checks. The default is /.*/",
"getterDocumentation" : "/**The ping path that is the destination on the targets for health checks. The default is /.
\n@return The ping path that is the destination on the targets for health checks. The default is /.*/",
"fluentSetterDocumentation" : "/**The ping path that is the destination on the targets for health checks. The default is /.
\n@param healthCheckPath The ping path that is the destination on the targets for health checks. The default is /.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ping path that is the destination on the targets for health checks. The default is /.
\n@param healthCheckPath The ping path that is the destination on the targets for health checks. The default is /.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"HealthCheckProtocol" : {
"documentation" : "The protocol the load balancer uses when performing health checks on targets. The default is the HTTP protocol.
",
"name" : "HealthCheckProtocol",
"c2jName" : "HealthCheckProtocol",
"c2jShape" : "ProtocolEnum",
"variable" : {
"variableName" : "healthCheckProtocol",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The protocol the load balancer uses when performing health checks on targets. The default is the HTTP protocol.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "healthCheckProtocol",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "HealthCheckProtocol",
"marshallLocationName" : "HealthCheckProtocol",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "ProtocolEnum",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The protocol the load balancer uses when performing health checks on targets. The default is the HTTP protocol.
\n@param healthCheckProtocol The protocol the load balancer uses when performing health checks on targets. The default is the HTTP protocol.\n@see ProtocolEnum*/",
"getterDocumentation" : "/**The protocol the load balancer uses when performing health checks on targets. The default is the HTTP protocol.
\n@return The protocol the load balancer uses when performing health checks on targets. The default is the HTTP protocol.\n@see ProtocolEnum*/",
"fluentSetterDocumentation" : "/**The protocol the load balancer uses when performing health checks on targets. The default is the HTTP protocol.
\n@param healthCheckProtocol The protocol the load balancer uses when performing health checks on targets. The default is the HTTP protocol.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum*/",
"varargSetterDocumentation" : "/**The protocol the load balancer uses when performing health checks on targets. The default is the HTTP protocol.
\n@param healthCheckProtocol The protocol the load balancer uses when performing health checks on targets. The default is the HTTP protocol.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum*/"
},
"HealthCheckPort" : {
"documentation" : "The port the load balancer uses when performing health checks on targets. The default is traffic-port
, which indicates the port on which each target receives traffic from the load balancer.
",
"name" : "HealthCheckPort",
"c2jName" : "HealthCheckPort",
"c2jShape" : "HealthCheckPort",
"variable" : {
"variableName" : "healthCheckPort",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The port the load balancer uses when performing health checks on targets. The default is traffic-port
, which indicates the port on which each target receives traffic from the load balancer.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "healthCheckPort",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "HealthCheckPort",
"marshallLocationName" : "HealthCheckPort",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The port the load balancer uses when performing health checks on targets. The default is traffic-port
, which indicates the port on which each target receives traffic from the load balancer.
\n@param healthCheckPort The port the load balancer uses when performing health checks on targets. The default is traffic-port
, which indicates the port on which each target receives traffic from the load balancer.*/",
"getterDocumentation" : "/**The port the load balancer uses when performing health checks on targets. The default is traffic-port
, which indicates the port on which each target receives traffic from the load balancer.
\n@return The port the load balancer uses when performing health checks on targets. The default is traffic-port
, which indicates the port on which each target receives traffic from the load balancer.*/",
"fluentSetterDocumentation" : "/**The port the load balancer uses when performing health checks on targets. The default is traffic-port
, which indicates the port on which each target receives traffic from the load balancer.
\n@param healthCheckPort The port the load balancer uses when performing health checks on targets. The default is traffic-port
, which indicates the port on which each target receives traffic from the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The port the load balancer uses when performing health checks on targets. The default is traffic-port
, which indicates the port on which each target receives traffic from the load balancer.
\n@param healthCheckPort The port the load balancer uses when performing health checks on targets. The default is traffic-port
, which indicates the port on which each target receives traffic from the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Protocol" : {
"documentation" : "The protocol to use for routing traffic to the targets.
",
"name" : "Protocol",
"c2jName" : "Protocol",
"c2jShape" : "ProtocolEnum",
"variable" : {
"variableName" : "protocol",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The protocol to use for routing traffic to the targets.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "protocol",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Protocol",
"marshallLocationName" : "Protocol",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "ProtocolEnum",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The protocol to use for routing traffic to the targets.
\n@param protocol The protocol to use for routing traffic to the targets.\n@see ProtocolEnum*/",
"getterDocumentation" : "/**The protocol to use for routing traffic to the targets.
\n@return The protocol to use for routing traffic to the targets.\n@see ProtocolEnum*/",
"fluentSetterDocumentation" : "/**The protocol to use for routing traffic to the targets.
\n@param protocol The protocol to use for routing traffic to the targets.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum*/",
"varargSetterDocumentation" : "/**The protocol to use for routing traffic to the targets.
\n@param protocol The protocol to use for routing traffic to the targets.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum*/"
},
"UnhealthyThresholdCount" : {
"documentation" : "The number of consecutive health check failures required before considering a target unhealthy. The default is 2.
",
"name" : "UnhealthyThresholdCount",
"c2jName" : "UnhealthyThresholdCount",
"c2jShape" : "HealthCheckThresholdCount",
"variable" : {
"variableName" : "unhealthyThresholdCount",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The number of consecutive health check failures required before considering a target unhealthy. The default is 2.
",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"setterModel" : {
"variableName" : "unhealthyThresholdCount",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "UnhealthyThresholdCount",
"marshallLocationName" : "UnhealthyThresholdCount",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The number of consecutive health check failures required before considering a target unhealthy. The default is 2.
\n@param unhealthyThresholdCount The number of consecutive health check failures required before considering a target unhealthy. The default is 2.*/",
"getterDocumentation" : "/**The number of consecutive health check failures required before considering a target unhealthy. The default is 2.
\n@return The number of consecutive health check failures required before considering a target unhealthy. The default is 2.*/",
"fluentSetterDocumentation" : "/**The number of consecutive health check failures required before considering a target unhealthy. The default is 2.
\n@param unhealthyThresholdCount The number of consecutive health check failures required before considering a target unhealthy. The default is 2.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The number of consecutive health check failures required before considering a target unhealthy. The default is 2.
\n@param unhealthyThresholdCount The number of consecutive health check failures required before considering a target unhealthy. The default is 2.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"HealthCheckTimeoutSeconds" : {
"documentation" : "The amount of time, in seconds, during which no response from a target means a failed health check. The default is 5 seconds.
",
"name" : "HealthCheckTimeoutSeconds",
"c2jName" : "HealthCheckTimeoutSeconds",
"c2jShape" : "HealthCheckTimeoutSeconds",
"variable" : {
"variableName" : "healthCheckTimeoutSeconds",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The amount of time, in seconds, during which no response from a target means a failed health check. The default is 5 seconds.
",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"setterModel" : {
"variableName" : "healthCheckTimeoutSeconds",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "HealthCheckTimeoutSeconds",
"marshallLocationName" : "HealthCheckTimeoutSeconds",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The amount of time, in seconds, during which no response from a target means a failed health check. The default is 5 seconds.
\n@param healthCheckTimeoutSeconds The amount of time, in seconds, during which no response from a target means a failed health check. The default is 5 seconds.*/",
"getterDocumentation" : "/**The amount of time, in seconds, during which no response from a target means a failed health check. The default is 5 seconds.
\n@return The amount of time, in seconds, during which no response from a target means a failed health check. The default is 5 seconds.*/",
"fluentSetterDocumentation" : "/**The amount of time, in seconds, during which no response from a target means a failed health check. The default is 5 seconds.
\n@param healthCheckTimeoutSeconds The amount of time, in seconds, during which no response from a target means a failed health check. The default is 5 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The amount of time, in seconds, during which no response from a target means a failed health check. The default is 5 seconds.
\n@param healthCheckTimeoutSeconds The amount of time, in seconds, during which no response from a target means a failed health check. The default is 5 seconds.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Name" : {
"documentation" : "The name of the target group.
",
"name" : "Name",
"c2jName" : "Name",
"c2jShape" : "TargetGroupName",
"variable" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the target group.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Name",
"marshallLocationName" : "Name",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the target group.
\n@param name The name of the target group.*/",
"getterDocumentation" : "/**The name of the target group.
\n@return The name of the target group.*/",
"fluentSetterDocumentation" : "/**The name of the target group.
\n@param name The name of the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the target group.
\n@param name The name of the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"TooManyRulesException" : {
"c2jName" : "TooManyRulesException",
"documentation" : "You've reached the limit on the number of rules per load balancer.
",
"shapeName" : "TooManyRulesException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "tooManyRulesException",
"variableType" : "TooManyRulesException",
"variableDeclarationType" : "TooManyRulesException",
"documentation" : null,
"variableSetterType" : "TooManyRulesException",
"simpleType" : "TooManyRulesException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "TooManyRules",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"SetSubnetsRequest" : {
"c2jName" : "SetSubnetsInput",
"documentation" : "Contains the parameters for SetSubnets.
",
"shapeName" : "SetSubnetsRequest",
"deprecated" : false,
"required" : [ "LoadBalancerArn", "Subnets" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The Amazon Resource Name (ARN) of the load balancer.
",
"name" : "LoadBalancerArn",
"c2jName" : "LoadBalancerArn",
"c2jShape" : "LoadBalancerArn",
"variable" : {
"variableName" : "loadBalancerArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the load balancer.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "loadBalancerArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LoadBalancerArn",
"marshallLocationName" : "LoadBalancerArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The Amazon Resource Name (ARN) of the load balancer.
\n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.*/",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) of the load balancer.
\n@return The Amazon Resource Name (ARN) of the load balancer.*/",
"fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the load balancer.
\n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the load balancer.
\n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The IDs of the subnets. You must specify at least two subnets. You can add only one subnet per Availability Zone.
",
"name" : "Subnets",
"c2jName" : "Subnets",
"c2jShape" : "Subnets",
"variable" : {
"variableName" : "subnets",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "The IDs of the subnets. You must specify at least two subnets. You can add only one subnet per Availability Zone.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "subnets",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Subnets",
"marshallLocationName" : "Subnets",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "SubnetId",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList",
"simple" : true,
"map" : false,
"simpleType" : "String"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The IDs of the subnets. You must specify at least two subnets. You can add only one subnet per Availability Zone.
\n@param subnets The IDs of the subnets. You must specify at least two subnets. You can add only one subnet per Availability Zone.*/",
"getterDocumentation" : "/**The IDs of the subnets. You must specify at least two subnets. You can add only one subnet per Availability Zone.
\n@return The IDs of the subnets. You must specify at least two subnets. You can add only one subnet per Availability Zone.*/",
"fluentSetterDocumentation" : "/**The IDs of the subnets. You must specify at least two subnets. You can add only one subnet per Availability Zone.
\n@param subnets The IDs of the subnets. You must specify at least two subnets. You can add only one subnet per Availability Zone.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The IDs of the subnets. You must specify at least two subnets. You can add only one subnet per Availability Zone.
\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. You must specify at least two subnets. You can add only one subnet per Availability Zone.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "setSubnetsRequest",
"variableType" : "SetSubnetsRequest",
"variableDeclarationType" : "SetSubnetsRequest",
"documentation" : null,
"variableSetterType" : "SetSubnetsRequest",
"simpleType" : "SetSubnetsRequest"
},
"marshaller" : {
"action" : "SetSubnets",
"verb" : "POST",
"target" : null,
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Subnets" : {
"documentation" : "The IDs of the subnets. You must specify at least two subnets. You can add only one subnet per Availability Zone.
",
"name" : "Subnets",
"c2jName" : "Subnets",
"c2jShape" : "Subnets",
"variable" : {
"variableName" : "subnets",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "The IDs of the subnets. You must specify at least two subnets. You can add only one subnet per Availability Zone.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "subnets",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Subnets",
"marshallLocationName" : "Subnets",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "SubnetId",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList",
"simple" : true,
"map" : false,
"simpleType" : "String"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The IDs of the subnets. You must specify at least two subnets. You can add only one subnet per Availability Zone.
\n@param subnets The IDs of the subnets. You must specify at least two subnets. You can add only one subnet per Availability Zone.*/",
"getterDocumentation" : "/**The IDs of the subnets. You must specify at least two subnets. You can add only one subnet per Availability Zone.
\n@return The IDs of the subnets. You must specify at least two subnets. You can add only one subnet per Availability Zone.*/",
"fluentSetterDocumentation" : "/**The IDs of the subnets. You must specify at least two subnets. You can add only one subnet per Availability Zone.
\n@param subnets The IDs of the subnets. You must specify at least two subnets. You can add only one subnet per Availability Zone.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The IDs of the subnets. You must specify at least two subnets. You can add only one subnet per Availability Zone.
\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. You must specify at least two subnets. You can add only one subnet per Availability Zone.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"LoadBalancerArn" : {
"documentation" : "The Amazon Resource Name (ARN) of the load balancer.
",
"name" : "LoadBalancerArn",
"c2jName" : "LoadBalancerArn",
"c2jShape" : "LoadBalancerArn",
"variable" : {
"variableName" : "loadBalancerArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the load balancer.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "loadBalancerArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LoadBalancerArn",
"marshallLocationName" : "LoadBalancerArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The Amazon Resource Name (ARN) of the load balancer.
\n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.*/",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) of the load balancer.
\n@return The Amazon Resource Name (ARN) of the load balancer.*/",
"fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the load balancer.
\n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the load balancer.
\n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"TooManyCertificatesException" : {
"c2jName" : "TooManyCertificatesException",
"documentation" : "You've reached the limit on the number of certificates per listener.
",
"shapeName" : "TooManyCertificatesException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "tooManyCertificatesException",
"variableType" : "TooManyCertificatesException",
"variableDeclarationType" : "TooManyCertificatesException",
"documentation" : null,
"variableSetterType" : "TooManyCertificatesException",
"simpleType" : "TooManyCertificatesException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "TooManyCertificates",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"ModifyRuleResult" : {
"c2jName" : "ModifyRuleOutput",
"documentation" : "Contains the output of ModifyRules.
",
"shapeName" : "ModifyRuleResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "Information about the rule.
",
"name" : "Rules",
"c2jName" : "Rules",
"c2jShape" : "Rules",
"variable" : {
"variableName" : "rules",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "Information about the rule.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "rules",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Rules",
"marshallLocationName" : "Rules",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Rule",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Rule",
"variable" : {
"variableName" : "member",
"variableType" : "Rule",
"variableDeclarationType" : "Rule",
"documentation" : "",
"variableSetterType" : "Rule",
"simpleType" : "Rule"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Rule",
"variableDeclarationType" : "Rule",
"documentation" : "",
"variableSetterType" : "Rule",
"simpleType" : "Rule"
},
"getterModel" : {
"returnType" : "Rule",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList",
"simple" : false,
"map" : false,
"simpleType" : "Rule"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**Information about the rule.
\n@param rules Information about the rule.*/",
"getterDocumentation" : "/**Information about the rule.
\n@return Information about the rule.*/",
"fluentSetterDocumentation" : "/**Information about the rule.
\n@param rules Information about the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Information about the rule.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setRules(java.util.Collection)} or {@link #withRules(java.util.Collection)} if you want to override the existing values.
\n@param rules Information about the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "modifyRuleResult",
"variableType" : "ModifyRuleResult",
"variableDeclarationType" : "ModifyRuleResult",
"documentation" : null,
"variableSetterType" : "ModifyRuleResult",
"simpleType" : "ModifyRuleResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : "ModifyRuleResult",
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Rules" : {
"documentation" : "Information about the rule.
",
"name" : "Rules",
"c2jName" : "Rules",
"c2jShape" : "Rules",
"variable" : {
"variableName" : "rules",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "Information about the rule.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "rules",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Rules",
"marshallLocationName" : "Rules",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Rule",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Rule",
"variable" : {
"variableName" : "member",
"variableType" : "Rule",
"variableDeclarationType" : "Rule",
"documentation" : "",
"variableSetterType" : "Rule",
"simpleType" : "Rule"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Rule",
"variableDeclarationType" : "Rule",
"documentation" : "",
"variableSetterType" : "Rule",
"simpleType" : "Rule"
},
"getterModel" : {
"returnType" : "Rule",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"templateType" : "java.util.List",
"templateImplType" : "java.util.ArrayList",
"simple" : false,
"map" : false,
"simpleType" : "Rule"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**Information about the rule.
\n@param rules Information about the rule.*/",
"getterDocumentation" : "/**Information about the rule.
\n@return Information about the rule.*/",
"fluentSetterDocumentation" : "/**Information about the rule.
\n@param rules Information about the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Information about the rule.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setRules(java.util.Collection)} or {@link #withRules(java.util.Collection)} if you want to override the existing values.
\n@param rules Information about the rule.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"LoadBalancerNotFoundException" : {
"c2jName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
",
"shapeName" : "LoadBalancerNotFoundException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "loadBalancerNotFoundException",
"variableType" : "LoadBalancerNotFoundException",
"variableDeclarationType" : "LoadBalancerNotFoundException",
"documentation" : null,
"variableSetterType" : "LoadBalancerNotFoundException",
"simpleType" : "LoadBalancerNotFoundException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "LoadBalancerNotFound",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"AvailabilityZone" : {
"c2jName" : "AvailabilityZone",
"documentation" : "Information about an Availability Zone.
",
"shapeName" : "AvailabilityZone",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The name of the Availability Zone.
",
"name" : "ZoneName",
"c2jName" : "ZoneName",
"c2jShape" : "ZoneName",
"variable" : {
"variableName" : "zoneName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the Availability Zone.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "zoneName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ZoneName",
"marshallLocationName" : "ZoneName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the Availability Zone.
\n@param zoneName The name of the Availability Zone.*/",
"getterDocumentation" : "/**The name of the Availability Zone.
\n@return The name of the Availability Zone.*/",
"fluentSetterDocumentation" : "/**The name of the Availability Zone.
\n@param zoneName The name of the Availability Zone.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the Availability Zone.
\n@param zoneName The name of the Availability Zone.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The ID of the subnet.
",
"name" : "SubnetId",
"c2jName" : "SubnetId",
"c2jShape" : "SubnetId",
"variable" : {
"variableName" : "subnetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the subnet.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "subnetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SubnetId",
"marshallLocationName" : "SubnetId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the subnet.
\n@param subnetId The ID of the subnet.*/",
"getterDocumentation" : "/**The ID of the subnet.
\n@return The ID of the subnet.*/",
"fluentSetterDocumentation" : "/**The ID of the subnet.
\n@param subnetId The ID of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the subnet.
\n@param subnetId The ID of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "availabilityZone",
"variableType" : "AvailabilityZone",
"variableDeclarationType" : "AvailabilityZone",
"documentation" : null,
"variableSetterType" : "AvailabilityZone",
"simpleType" : "AvailabilityZone"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"ZoneName" : {
"documentation" : "The name of the Availability Zone.
",
"name" : "ZoneName",
"c2jName" : "ZoneName",
"c2jShape" : "ZoneName",
"variable" : {
"variableName" : "zoneName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the Availability Zone.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "zoneName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ZoneName",
"marshallLocationName" : "ZoneName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the Availability Zone.
\n@param zoneName The name of the Availability Zone.*/",
"getterDocumentation" : "/**The name of the Availability Zone.
\n@return The name of the Availability Zone.*/",
"fluentSetterDocumentation" : "/**The name of the Availability Zone.
\n@param zoneName The name of the Availability Zone.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the Availability Zone.
\n@param zoneName The name of the Availability Zone.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"SubnetId" : {
"documentation" : "The ID of the subnet.
",
"name" : "SubnetId",
"c2jName" : "SubnetId",
"c2jShape" : "SubnetId",
"variable" : {
"variableName" : "subnetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the subnet.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "subnetId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SubnetId",
"marshallLocationName" : "SubnetId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the subnet.
\n@param subnetId The ID of the subnet.*/",
"getterDocumentation" : "/**The ID of the subnet.
\n@return The ID of the subnet.*/",
"fluentSetterDocumentation" : "/**The ID of the subnet.
\n@param subnetId The ID of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the subnet.
\n@param subnetId The ID of the subnet.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"DeleteLoadBalancerRequest" : {
"c2jName" : "DeleteLoadBalancerInput",
"documentation" : "Contains the parameters for DeleteLoadBalancer.
",
"shapeName" : "DeleteLoadBalancerRequest",
"deprecated" : false,
"required" : [ "LoadBalancerArn" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The Amazon Resource Name (ARN) of the load balancer.
",
"name" : "LoadBalancerArn",
"c2jName" : "LoadBalancerArn",
"c2jShape" : "LoadBalancerArn",
"variable" : {
"variableName" : "loadBalancerArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the load balancer.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "loadBalancerArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LoadBalancerArn",
"marshallLocationName" : "LoadBalancerArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The Amazon Resource Name (ARN) of the load balancer.
\n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.*/",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) of the load balancer.
\n@return The Amazon Resource Name (ARN) of the load balancer.*/",
"fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the load balancer.
\n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the load balancer.
\n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "deleteLoadBalancerRequest",
"variableType" : "DeleteLoadBalancerRequest",
"variableDeclarationType" : "DeleteLoadBalancerRequest",
"documentation" : null,
"variableSetterType" : "DeleteLoadBalancerRequest",
"simpleType" : "DeleteLoadBalancerRequest"
},
"marshaller" : {
"action" : "DeleteLoadBalancer",
"verb" : "POST",
"target" : null,
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"LoadBalancerArn" : {
"documentation" : "The Amazon Resource Name (ARN) of the load balancer.
",
"name" : "LoadBalancerArn",
"c2jName" : "LoadBalancerArn",
"c2jShape" : "LoadBalancerArn",
"variable" : {
"variableName" : "loadBalancerArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the load balancer.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "loadBalancerArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LoadBalancerArn",
"marshallLocationName" : "LoadBalancerArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The Amazon Resource Name (ARN) of the load balancer.
\n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.*/",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) of the load balancer.
\n@return The Amazon Resource Name (ARN) of the load balancer.*/",
"fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the load balancer.
\n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the load balancer.
\n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"TooManyTargetGroupsException" : {
"c2jName" : "TooManyTargetGroupsException",
"documentation" : "You've reached the limit on the number of target groups for your AWS account.
",
"shapeName" : "TooManyTargetGroupsException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "tooManyTargetGroupsException",
"variableType" : "TooManyTargetGroupsException",
"variableDeclarationType" : "TooManyTargetGroupsException",
"documentation" : null,
"variableSetterType" : "TooManyTargetGroupsException",
"simpleType" : "TooManyTargetGroupsException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "TooManyTargetGroups",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"ModifyTargetGroupRequest" : {
"c2jName" : "ModifyTargetGroupInput",
"documentation" : "Contains the parameters for ModifyTargetGroup.
",
"shapeName" : "ModifyTargetGroupRequest",
"deprecated" : false,
"required" : [ "TargetGroupArn" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The Amazon Resource Name (ARN) of the target group.
",
"name" : "TargetGroupArn",
"c2jName" : "TargetGroupArn",
"c2jShape" : "TargetGroupArn",
"variable" : {
"variableName" : "targetGroupArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the target group.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "targetGroupArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TargetGroupArn",
"marshallLocationName" : "TargetGroupArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The Amazon Resource Name (ARN) of the target group.
\n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.*/",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) of the target group.
\n@return The Amazon Resource Name (ARN) of the target group.*/",
"fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the target group.
\n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the target group.
\n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The protocol to use to connect with the target.
",
"name" : "HealthCheckProtocol",
"c2jName" : "HealthCheckProtocol",
"c2jShape" : "ProtocolEnum",
"variable" : {
"variableName" : "healthCheckProtocol",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The protocol to use to connect with the target.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "healthCheckProtocol",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "HealthCheckProtocol",
"marshallLocationName" : "HealthCheckProtocol",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "ProtocolEnum",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The protocol to use to connect with the target.
\n@param healthCheckProtocol The protocol to use to connect with the target.\n@see ProtocolEnum*/",
"getterDocumentation" : "/**The protocol to use to connect with the target.
\n@return The protocol to use to connect with the target.\n@see ProtocolEnum*/",
"fluentSetterDocumentation" : "/**The protocol to use to connect with the target.
\n@param healthCheckProtocol The protocol to use to connect with the target.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum*/",
"varargSetterDocumentation" : "/**The protocol to use to connect with the target.
\n@param healthCheckProtocol The protocol to use to connect with the target.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum*/"
}, {
"documentation" : "The port to use to connect with the target.
",
"name" : "HealthCheckPort",
"c2jName" : "HealthCheckPort",
"c2jShape" : "HealthCheckPort",
"variable" : {
"variableName" : "healthCheckPort",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The port to use to connect with the target.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "healthCheckPort",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "HealthCheckPort",
"marshallLocationName" : "HealthCheckPort",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The port to use to connect with the target.
\n@param healthCheckPort The port to use to connect with the target.*/",
"getterDocumentation" : "/**The port to use to connect with the target.
\n@return The port to use to connect with the target.*/",
"fluentSetterDocumentation" : "/**The port to use to connect with the target.
\n@param healthCheckPort The port to use to connect with the target.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The port to use to connect with the target.
\n@param healthCheckPort The port to use to connect with the target.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The ping path that is the destination for the health check request.
",
"name" : "HealthCheckPath",
"c2jName" : "HealthCheckPath",
"c2jShape" : "Path",
"variable" : {
"variableName" : "healthCheckPath",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ping path that is the destination for the health check request.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "healthCheckPath",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "HealthCheckPath",
"marshallLocationName" : "HealthCheckPath",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ping path that is the destination for the health check request.
\n@param healthCheckPath The ping path that is the destination for the health check request.*/",
"getterDocumentation" : "/**The ping path that is the destination for the health check request.
\n@return The ping path that is the destination for the health check request.*/",
"fluentSetterDocumentation" : "/**The ping path that is the destination for the health check request.
\n@param healthCheckPath The ping path that is the destination for the health check request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ping path that is the destination for the health check request.
\n@param healthCheckPath The ping path that is the destination for the health check request.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The approximate amount of time, in seconds, between health checks of an individual target.
",
"name" : "HealthCheckIntervalSeconds",
"c2jName" : "HealthCheckIntervalSeconds",
"c2jShape" : "HealthCheckIntervalSeconds",
"variable" : {
"variableName" : "healthCheckIntervalSeconds",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The approximate amount of time, in seconds, between health checks of an individual target.
",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"setterModel" : {
"variableName" : "healthCheckIntervalSeconds",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "HealthCheckIntervalSeconds",
"marshallLocationName" : "HealthCheckIntervalSeconds",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The approximate amount of time, in seconds, between health checks of an individual target.
\n@param healthCheckIntervalSeconds The approximate amount of time, in seconds, between health checks of an individual target.*/",
"getterDocumentation" : "/**The approximate amount of time, in seconds, between health checks of an individual target.
\n@return The approximate amount of time, in seconds, between health checks of an individual target.*/",
"fluentSetterDocumentation" : "/**The approximate amount of time, in seconds, between health checks of an individual target.
\n@param healthCheckIntervalSeconds The approximate amount of time, in seconds, between health checks of an individual target.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The approximate amount of time, in seconds, between health checks of an individual target.
\n@param healthCheckIntervalSeconds The approximate amount of time, in seconds, between health checks of an individual target.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The amount of time, in seconds, during which no response means a failed health check.
",
"name" : "HealthCheckTimeoutSeconds",
"c2jName" : "HealthCheckTimeoutSeconds",
"c2jShape" : "HealthCheckTimeoutSeconds",
"variable" : {
"variableName" : "healthCheckTimeoutSeconds",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The amount of time, in seconds, during which no response means a failed health check.
",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"setterModel" : {
"variableName" : "healthCheckTimeoutSeconds",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "HealthCheckTimeoutSeconds",
"marshallLocationName" : "HealthCheckTimeoutSeconds",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The amount of time, in seconds, during which no response means a failed health check.
\n@param healthCheckTimeoutSeconds The amount of time, in seconds, during which no response means a failed health check.*/",
"getterDocumentation" : "/**The amount of time, in seconds, during which no response means a failed health check.
\n@return The amount of time, in seconds, during which no response means a failed health check.*/",
"fluentSetterDocumentation" : "/**The amount of time, in seconds, during which no response means a failed health check.
\n@param healthCheckTimeoutSeconds The amount of time, in seconds, during which no response means a failed health check.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The amount of time, in seconds, during which no response means a failed health check.
\n@param healthCheckTimeoutSeconds The amount of time, in seconds, during which no response means a failed health check.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The number of consecutive health checks successes required before considering an unhealthy target healthy.
",
"name" : "HealthyThresholdCount",
"c2jName" : "HealthyThresholdCount",
"c2jShape" : "HealthCheckThresholdCount",
"variable" : {
"variableName" : "healthyThresholdCount",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The number of consecutive health checks successes required before considering an unhealthy target healthy.
",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"setterModel" : {
"variableName" : "healthyThresholdCount",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "HealthyThresholdCount",
"marshallLocationName" : "HealthyThresholdCount",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The number of consecutive health checks successes required before considering an unhealthy target healthy.
\n@param healthyThresholdCount The number of consecutive health checks successes required before considering an unhealthy target healthy.*/",
"getterDocumentation" : "/**The number of consecutive health checks successes required before considering an unhealthy target healthy.
\n@return The number of consecutive health checks successes required before considering an unhealthy target healthy.*/",
"fluentSetterDocumentation" : "/**The number of consecutive health checks successes required before considering an unhealthy target healthy.
\n@param healthyThresholdCount The number of consecutive health checks successes required before considering an unhealthy target healthy.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The number of consecutive health checks successes required before considering an unhealthy target healthy.
\n@param healthyThresholdCount The number of consecutive health checks successes required before considering an unhealthy target healthy.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The number of consecutive health check failures required before considering the target unhealthy.
",
"name" : "UnhealthyThresholdCount",
"c2jName" : "UnhealthyThresholdCount",
"c2jShape" : "HealthCheckThresholdCount",
"variable" : {
"variableName" : "unhealthyThresholdCount",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The number of consecutive health check failures required before considering the target unhealthy.
",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"setterModel" : {
"variableName" : "unhealthyThresholdCount",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "UnhealthyThresholdCount",
"marshallLocationName" : "UnhealthyThresholdCount",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The number of consecutive health check failures required before considering the target unhealthy.
\n@param unhealthyThresholdCount The number of consecutive health check failures required before considering the target unhealthy.*/",
"getterDocumentation" : "/**The number of consecutive health check failures required before considering the target unhealthy.
\n@return The number of consecutive health check failures required before considering the target unhealthy.*/",
"fluentSetterDocumentation" : "/**The number of consecutive health check failures required before considering the target unhealthy.
\n@param unhealthyThresholdCount The number of consecutive health check failures required before considering the target unhealthy.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The number of consecutive health check failures required before considering the target unhealthy.
\n@param unhealthyThresholdCount The number of consecutive health check failures required before considering the target unhealthy.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The HTTP codes to use when checking for a successful response from a target.
",
"name" : "Matcher",
"c2jName" : "Matcher",
"c2jShape" : "Matcher",
"variable" : {
"variableName" : "matcher",
"variableType" : "Matcher",
"variableDeclarationType" : "Matcher",
"documentation" : "The HTTP codes to use when checking for a successful response from a target.
",
"variableSetterType" : "Matcher",
"simpleType" : "Matcher"
},
"setterModel" : {
"variableName" : "matcher",
"variableType" : "Matcher",
"variableDeclarationType" : "Matcher",
"documentation" : "",
"variableSetterType" : "Matcher",
"simpleType" : "Matcher"
},
"getterModel" : {
"returnType" : "Matcher",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Matcher",
"marshallLocationName" : "Matcher",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The HTTP codes to use when checking for a successful response from a target.
\n@param matcher The HTTP codes to use when checking for a successful response from a target.*/",
"getterDocumentation" : "/**The HTTP codes to use when checking for a successful response from a target.
\n@return The HTTP codes to use when checking for a successful response from a target.*/",
"fluentSetterDocumentation" : "/**The HTTP codes to use when checking for a successful response from a target.
\n@param matcher The HTTP codes to use when checking for a successful response from a target.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The HTTP codes to use when checking for a successful response from a target.
\n@param matcher The HTTP codes to use when checking for a successful response from a target.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "modifyTargetGroupRequest",
"variableType" : "ModifyTargetGroupRequest",
"variableDeclarationType" : "ModifyTargetGroupRequest",
"documentation" : null,
"variableSetterType" : "ModifyTargetGroupRequest",
"simpleType" : "ModifyTargetGroupRequest"
},
"marshaller" : {
"action" : "ModifyTargetGroup",
"verb" : "POST",
"target" : null,
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"TargetGroupArn" : {
"documentation" : "The Amazon Resource Name (ARN) of the target group.
",
"name" : "TargetGroupArn",
"c2jName" : "TargetGroupArn",
"c2jShape" : "TargetGroupArn",
"variable" : {
"variableName" : "targetGroupArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the target group.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "targetGroupArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TargetGroupArn",
"marshallLocationName" : "TargetGroupArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The Amazon Resource Name (ARN) of the target group.
\n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.*/",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) of the target group.
\n@return The Amazon Resource Name (ARN) of the target group.*/",
"fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the target group.
\n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the target group.
\n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"HealthCheckIntervalSeconds" : {
"documentation" : "The approximate amount of time, in seconds, between health checks of an individual target.
",
"name" : "HealthCheckIntervalSeconds",
"c2jName" : "HealthCheckIntervalSeconds",
"c2jShape" : "HealthCheckIntervalSeconds",
"variable" : {
"variableName" : "healthCheckIntervalSeconds",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The approximate amount of time, in seconds, between health checks of an individual target.
",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"setterModel" : {
"variableName" : "healthCheckIntervalSeconds",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "HealthCheckIntervalSeconds",
"marshallLocationName" : "HealthCheckIntervalSeconds",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The approximate amount of time, in seconds, between health checks of an individual target.
\n@param healthCheckIntervalSeconds The approximate amount of time, in seconds, between health checks of an individual target.*/",
"getterDocumentation" : "/**The approximate amount of time, in seconds, between health checks of an individual target.
\n@return The approximate amount of time, in seconds, between health checks of an individual target.*/",
"fluentSetterDocumentation" : "/**The approximate amount of time, in seconds, between health checks of an individual target.
\n@param healthCheckIntervalSeconds The approximate amount of time, in seconds, between health checks of an individual target.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The approximate amount of time, in seconds, between health checks of an individual target.
\n@param healthCheckIntervalSeconds The approximate amount of time, in seconds, between health checks of an individual target.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Matcher" : {
"documentation" : "The HTTP codes to use when checking for a successful response from a target.
",
"name" : "Matcher",
"c2jName" : "Matcher",
"c2jShape" : "Matcher",
"variable" : {
"variableName" : "matcher",
"variableType" : "Matcher",
"variableDeclarationType" : "Matcher",
"documentation" : "The HTTP codes to use when checking for a successful response from a target.
",
"variableSetterType" : "Matcher",
"simpleType" : "Matcher"
},
"setterModel" : {
"variableName" : "matcher",
"variableType" : "Matcher",
"variableDeclarationType" : "Matcher",
"documentation" : "",
"variableSetterType" : "Matcher",
"simpleType" : "Matcher"
},
"getterModel" : {
"returnType" : "Matcher",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Matcher",
"marshallLocationName" : "Matcher",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The HTTP codes to use when checking for a successful response from a target.
\n@param matcher The HTTP codes to use when checking for a successful response from a target.*/",
"getterDocumentation" : "/**The HTTP codes to use when checking for a successful response from a target.
\n@return The HTTP codes to use when checking for a successful response from a target.*/",
"fluentSetterDocumentation" : "/**The HTTP codes to use when checking for a successful response from a target.
\n@param matcher The HTTP codes to use when checking for a successful response from a target.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The HTTP codes to use when checking for a successful response from a target.
\n@param matcher The HTTP codes to use when checking for a successful response from a target.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"HealthyThresholdCount" : {
"documentation" : "The number of consecutive health checks successes required before considering an unhealthy target healthy.
",
"name" : "HealthyThresholdCount",
"c2jName" : "HealthyThresholdCount",
"c2jShape" : "HealthCheckThresholdCount",
"variable" : {
"variableName" : "healthyThresholdCount",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The number of consecutive health checks successes required before considering an unhealthy target healthy.
",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"setterModel" : {
"variableName" : "healthyThresholdCount",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "HealthyThresholdCount",
"marshallLocationName" : "HealthyThresholdCount",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The number of consecutive health checks successes required before considering an unhealthy target healthy.
\n@param healthyThresholdCount The number of consecutive health checks successes required before considering an unhealthy target healthy.*/",
"getterDocumentation" : "/**The number of consecutive health checks successes required before considering an unhealthy target healthy.
\n@return The number of consecutive health checks successes required before considering an unhealthy target healthy.*/",
"fluentSetterDocumentation" : "/**The number of consecutive health checks successes required before considering an unhealthy target healthy.
\n@param healthyThresholdCount The number of consecutive health checks successes required before considering an unhealthy target healthy.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The number of consecutive health checks successes required before considering an unhealthy target healthy.
\n@param healthyThresholdCount The number of consecutive health checks successes required before considering an unhealthy target healthy.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"HealthCheckPath" : {
"documentation" : "The ping path that is the destination for the health check request.
",
"name" : "HealthCheckPath",
"c2jName" : "HealthCheckPath",
"c2jShape" : "Path",
"variable" : {
"variableName" : "healthCheckPath",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ping path that is the destination for the health check request.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "healthCheckPath",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "HealthCheckPath",
"marshallLocationName" : "HealthCheckPath",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ping path that is the destination for the health check request.
\n@param healthCheckPath The ping path that is the destination for the health check request.*/",
"getterDocumentation" : "/**The ping path that is the destination for the health check request.
\n@return The ping path that is the destination for the health check request.*/",
"fluentSetterDocumentation" : "/**The ping path that is the destination for the health check request.
\n@param healthCheckPath The ping path that is the destination for the health check request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ping path that is the destination for the health check request.
\n@param healthCheckPath The ping path that is the destination for the health check request.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"HealthCheckProtocol" : {
"documentation" : "The protocol to use to connect with the target.
",
"name" : "HealthCheckProtocol",
"c2jName" : "HealthCheckProtocol",
"c2jShape" : "ProtocolEnum",
"variable" : {
"variableName" : "healthCheckProtocol",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The protocol to use to connect with the target.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "healthCheckProtocol",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "HealthCheckProtocol",
"marshallLocationName" : "HealthCheckProtocol",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "ProtocolEnum",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The protocol to use to connect with the target.
\n@param healthCheckProtocol The protocol to use to connect with the target.\n@see ProtocolEnum*/",
"getterDocumentation" : "/**The protocol to use to connect with the target.
\n@return The protocol to use to connect with the target.\n@see ProtocolEnum*/",
"fluentSetterDocumentation" : "/**The protocol to use to connect with the target.
\n@param healthCheckProtocol The protocol to use to connect with the target.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum*/",
"varargSetterDocumentation" : "/**The protocol to use to connect with the target.
\n@param healthCheckProtocol The protocol to use to connect with the target.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum*/"
},
"HealthCheckPort" : {
"documentation" : "The port to use to connect with the target.
",
"name" : "HealthCheckPort",
"c2jName" : "HealthCheckPort",
"c2jShape" : "HealthCheckPort",
"variable" : {
"variableName" : "healthCheckPort",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The port to use to connect with the target.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "healthCheckPort",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "HealthCheckPort",
"marshallLocationName" : "HealthCheckPort",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The port to use to connect with the target.
\n@param healthCheckPort The port to use to connect with the target.*/",
"getterDocumentation" : "/**The port to use to connect with the target.
\n@return The port to use to connect with the target.*/",
"fluentSetterDocumentation" : "/**The port to use to connect with the target.
\n@param healthCheckPort The port to use to connect with the target.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The port to use to connect with the target.
\n@param healthCheckPort The port to use to connect with the target.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"UnhealthyThresholdCount" : {
"documentation" : "The number of consecutive health check failures required before considering the target unhealthy.
",
"name" : "UnhealthyThresholdCount",
"c2jName" : "UnhealthyThresholdCount",
"c2jShape" : "HealthCheckThresholdCount",
"variable" : {
"variableName" : "unhealthyThresholdCount",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The number of consecutive health check failures required before considering the target unhealthy.
",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"setterModel" : {
"variableName" : "unhealthyThresholdCount",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "UnhealthyThresholdCount",
"marshallLocationName" : "UnhealthyThresholdCount",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The number of consecutive health check failures required before considering the target unhealthy.
\n@param unhealthyThresholdCount The number of consecutive health check failures required before considering the target unhealthy.*/",
"getterDocumentation" : "/**The number of consecutive health check failures required before considering the target unhealthy.
\n@return The number of consecutive health check failures required before considering the target unhealthy.*/",
"fluentSetterDocumentation" : "/**The number of consecutive health check failures required before considering the target unhealthy.
\n@param unhealthyThresholdCount The number of consecutive health check failures required before considering the target unhealthy.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The number of consecutive health check failures required before considering the target unhealthy.
\n@param unhealthyThresholdCount The number of consecutive health check failures required before considering the target unhealthy.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"HealthCheckTimeoutSeconds" : {
"documentation" : "The amount of time, in seconds, during which no response means a failed health check.
",
"name" : "HealthCheckTimeoutSeconds",
"c2jName" : "HealthCheckTimeoutSeconds",
"c2jShape" : "HealthCheckTimeoutSeconds",
"variable" : {
"variableName" : "healthCheckTimeoutSeconds",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The amount of time, in seconds, during which no response means a failed health check.
",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"setterModel" : {
"variableName" : "healthCheckTimeoutSeconds",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"variableSetterType" : "Integer",
"simpleType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "HealthCheckTimeoutSeconds",
"marshallLocationName" : "HealthCheckTimeoutSeconds",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The amount of time, in seconds, during which no response means a failed health check.
\n@param healthCheckTimeoutSeconds The amount of time, in seconds, during which no response means a failed health check.*/",
"getterDocumentation" : "/**The amount of time, in seconds, during which no response means a failed health check.
\n@return The amount of time, in seconds, during which no response means a failed health check.*/",
"fluentSetterDocumentation" : "/**The amount of time, in seconds, during which no response means a failed health check.
\n@param healthCheckTimeoutSeconds The amount of time, in seconds, during which no response means a failed health check.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The amount of time, in seconds, during which no response means a failed health check.
\n@param healthCheckTimeoutSeconds The amount of time, in seconds, during which no response means a failed health check.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"ModifyTargetGroupAttributesRequest" : {
"c2jName" : "ModifyTargetGroupAttributesInput",
"documentation" : "Contains the parameters for ModifyTargetGroupAttributes.
",
"shapeName" : "ModifyTargetGroupAttributesRequest",
"deprecated" : false,
"required" : [ "TargetGroupArn", "Attributes" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The Amazon Resource Name (ARN) of the target group.
",
"name" : "TargetGroupArn",
"c2jName" : "TargetGroupArn",
"c2jShape" : "TargetGroupArn",
"variable" : {
"variableName" : "targetGroupArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the target group.
",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "targetGroupArn",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TargetGroupArn",
"marshallLocationName" : "TargetGroupArn",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The Amazon Resource Name (ARN) of the target group.
\n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.*/",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) of the target group.
\n@return The Amazon Resource Name (ARN) of the target group.*/",
"fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the target group.
\n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the target group.
\n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The attributes.
",
"name" : "Attributes",
"c2jName" : "Attributes",
"c2jShape" : "TargetGroupAttributes",
"variable" : {
"variableName" : "attributes",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "The attributes.
",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"setterModel" : {
"variableName" : "attributes",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"variableSetterType" : "java.util.Collection",
"simpleType" : "List"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Attributes",
"marshallLocationName" : "Attributes",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "TargetGroupAttribute",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "TargetGroupAttribute",
"variable" : {
"variableName" : "member",
"variableType" : "TargetGroupAttribute",
"variableDeclarationType" : "TargetGroupAttribute",
"documentation" : "",
"variableSetterType" : "TargetGroupAttribute",
"simpleType" : "TargetGroupAttribute"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "TargetGroupAttribute",
"variableDeclarationType" : "TargetGroupAttribute",
"documentation" : "",
"variableSetterType" : "TargetGroupAttribute",
"simpleType" : "TargetGroupAttribute"
},
"getterModel" : {
"returnType" : "TargetGroupAttribute",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"templateType" : "java.util.List