models.elasticloadbalancing-2015-12-01-intermediate.json Maven / Gradle / Ivy
Show all versions of aws-java-sdk-elasticloadbalancingv2 Show documentation
{
"customizationConfig" : {
"additionalShapeConstructors" : null,
"authPolicyActions" : {
"actionPrefix" : null,
"fileNamePrefix" : null,
"skip" : true
},
"calculateCRC32FromCompressedData" : false,
"convenienceTypeOverloads" : [ ],
"customClientConfigFactory" : null,
"customCodeTemplates" : null,
"customErrorCodeFieldName" : null,
"customExceptionUnmarshallerImpl" : null,
"customFileHeader" : null,
"customResponseMetadataClassName" : null,
"customServiceMetadata" : null,
"customServiceNameForRequest" : null,
"customSignerProvider" : null,
"operationModifiers" : null,
"operationsWithResponseStreamContentLengthValidation" : null,
"presignersFqcn" : null,
"renameShapes" : null,
"requestMetrics" : null,
"requiredParamValidationEnabled" : false,
"sdkModeledExceptionBaseClassName" : null,
"sendEmptyAutoConstructedListAsEmptyList" : null,
"sendExplicitlyEmptyListsForQuery" : false,
"serviceClientHoldInputStream" : false,
"shapeModifiers" : null,
"shapeSubstitutions" : null,
"simpleMethods" : null,
"skipInterfaceAdditions" : false,
"skipSmokeTests" : false,
"transformDirectory" : "transform",
"useAutoConstructList" : false,
"useAutoConstructMap" : false
},
"metadata" : {
"apiVersion" : "2015-12-01",
"asyncClient" : "AmazonElasticLoadBalancingAsyncClient",
"asyncClientBuilderClassName" : "AmazonElasticLoadBalancingAsyncClientBuilder",
"asyncInterface" : "AmazonElasticLoadBalancingAsync",
"cborProtocol" : false,
"checksumFormat" : null,
"contentType" : null,
"cucumberModuleInjectorClassName" : "AmazonElasticLoadBalancingModuleInjector",
"defaultEndpoint" : "elasticloadbalancing.us-east-1.amazonaws.com",
"defaultEndpointWithoutHttpProtocol" : "elasticloadbalancing.us-east-1.amazonaws.com",
"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. 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, complete the following tasks:
-
Create an Application 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.
",
"endpointPrefix" : "elasticloadbalancing",
"hasApiWithStreamInput" : false,
"ionProtocol" : false,
"jsonProtocol" : false,
"jsonVersion" : null,
"packageName" : "com.amazonaws.services.elasticloadbalancingv2",
"packagePath" : "com/amazonaws/services/elasticloadbalancingv2",
"protocol" : "query",
"protocolDefaultExceptionUmarshallerImpl" : "StandardErrorUnmarshaller",
"requestBaseFqcn" : "com.amazonaws.AmazonWebServiceRequest",
"serviceAbbreviation" : "Elastic Load Balancing v2",
"serviceFullName" : "Elastic Load Balancing",
"serviceName" : "Elastic Load Balancing v2",
"signingName" : "elasticloadbalancing",
"smokeTestsPackageName" : "com.amazonaws.services.elasticloadbalancingv2.smoketests",
"syncClient" : "AmazonElasticLoadBalancingClient",
"syncClientBuilderClassName" : "AmazonElasticLoadBalancingClientBuilder",
"syncInterface" : "AmazonElasticLoadBalancing",
"unmarshallerClassSuffix" : "StaxUnmarshaller",
"unmarshallerContextClassName" : "StaxUnmarshallerContext",
"xmlProtocol" : true
},
"operations" : {
"AddTags" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "AddTagsResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "AddTagsRequest",
"variableName" : "addTagsRequest",
"variableType" : "AddTagsRequest",
"documentation" : "Contains the parameters for AddTags.
",
"simpleType" : "AddTagsRequest",
"variableSetterType" : "AddTagsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "addTags",
"operationName" : "AddTags",
"returnType" : {
"returnType" : "AddTagsResult",
"documentation" : "Contains the output of AddTags.
"
},
"syncReturnType" : "AddTagsResult"
},
"CreateListener" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "CreateListenerResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a listener for the specified Application Load Balancer.
You can create up to 10 listeners per 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.
",
"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,
"input" : {
"variableDeclarationType" : "CreateListenerRequest",
"variableName" : "createListenerRequest",
"variableType" : "CreateListenerRequest",
"documentation" : "Contains the parameters for CreateListener.
",
"simpleType" : "CreateListenerRequest",
"variableSetterType" : "CreateListenerRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "createListener",
"operationName" : "CreateListener",
"returnType" : {
"returnType" : "CreateListenerResult",
"documentation" : "Contains the output of CreateListener.
"
},
"syncReturnType" : "CreateListenerResult"
},
"CreateLoadBalancer" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "CreateLoadBalancerResult",
"authenticated" : true,
"deprecated" : false,
"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.
For more information, see Application Load Balancers in the Application Load Balancers Guide.
",
"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,
"input" : {
"variableDeclarationType" : "CreateLoadBalancerRequest",
"variableName" : "createLoadBalancerRequest",
"variableType" : "CreateLoadBalancerRequest",
"documentation" : "Contains the parameters for CreateLoadBalancer.
",
"simpleType" : "CreateLoadBalancerRequest",
"variableSetterType" : "CreateLoadBalancerRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "createLoadBalancer",
"operationName" : "CreateLoadBalancer",
"returnType" : {
"returnType" : "CreateLoadBalancerResult",
"documentation" : "Contains the output of CreateLoadBalancer.
"
},
"syncReturnType" : "CreateLoadBalancerResult"
},
"CreateRule" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "CreateRuleResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a rule for the specified listener.
Each rule can have one action and one condition. Rules are evaluated in priority order, from the lowest value to the highest value. When the condition for a rule is met, the specified action is taken. If no conditions are met, the default action for the default rule is taken. For more information, see Listener Rules in the Application Load Balancers Guide.
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.
",
"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,
"input" : {
"variableDeclarationType" : "CreateRuleRequest",
"variableName" : "createRuleRequest",
"variableType" : "CreateRuleRequest",
"documentation" : "Contains the parameters for CreateRule.
",
"simpleType" : "CreateRuleRequest",
"variableSetterType" : "CreateRuleRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "createRule",
"operationName" : "CreateRule",
"returnType" : {
"returnType" : "CreateRuleResult",
"documentation" : "Contains the output of CreateRule.
"
},
"syncReturnType" : "CreateRuleResult"
},
"CreateTargetGroup" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "CreateTargetGroupResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "CreateTargetGroupRequest",
"variableName" : "createTargetGroupRequest",
"variableType" : "CreateTargetGroupRequest",
"documentation" : "Contains the parameters for CreateTargetGroup.
",
"simpleType" : "CreateTargetGroupRequest",
"variableSetterType" : "CreateTargetGroupRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "createTargetGroup",
"operationName" : "CreateTargetGroup",
"returnType" : {
"returnType" : "CreateTargetGroupResult",
"documentation" : "Contains the output of CreateTargetGroup.
"
},
"syncReturnType" : "CreateTargetGroupResult"
},
"DeleteListener" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeleteListenerResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the specified listener.
Alternatively, your listener is deleted when you delete the load balancer it is attached to using DeleteLoadBalancer.
",
"exceptions" : [ {
"exceptionName" : "ListenerNotFoundException",
"documentation" : "The specified listener does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteListenerRequest",
"variableName" : "deleteListenerRequest",
"variableType" : "DeleteListenerRequest",
"documentation" : "Contains the parameters for DeleteListener.
",
"simpleType" : "DeleteListenerRequest",
"variableSetterType" : "DeleteListenerRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteListener",
"operationName" : "DeleteListener",
"returnType" : {
"returnType" : "DeleteListenerResult",
"documentation" : "Contains the output of DeleteListener.
"
},
"syncReturnType" : "DeleteListenerResult"
},
"DeleteLoadBalancer" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeleteLoadBalancerResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the specified Application 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.
",
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "OperationNotPermittedException",
"documentation" : "This operation is not allowed.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteLoadBalancerRequest",
"variableName" : "deleteLoadBalancerRequest",
"variableType" : "DeleteLoadBalancerRequest",
"documentation" : "Contains the parameters for DeleteLoadBalancer.
",
"simpleType" : "DeleteLoadBalancerRequest",
"variableSetterType" : "DeleteLoadBalancerRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteLoadBalancer",
"operationName" : "DeleteLoadBalancer",
"returnType" : {
"returnType" : "DeleteLoadBalancerResult",
"documentation" : "Contains the output of DeleteLoadBalancer.
"
},
"syncReturnType" : "DeleteLoadBalancerResult"
},
"DeleteRule" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeleteRuleResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the specified rule.
",
"exceptions" : [ {
"exceptionName" : "RuleNotFoundException",
"documentation" : "The specified rule does not exist.
"
}, {
"exceptionName" : "OperationNotPermittedException",
"documentation" : "This operation is not allowed.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteRuleRequest",
"variableName" : "deleteRuleRequest",
"variableType" : "DeleteRuleRequest",
"documentation" : "Contains the parameters for DeleteRule.
",
"simpleType" : "DeleteRuleRequest",
"variableSetterType" : "DeleteRuleRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteRule",
"operationName" : "DeleteRule",
"returnType" : {
"returnType" : "DeleteRuleResult",
"documentation" : "Contains the output of DeleteRule.
"
},
"syncReturnType" : "DeleteRuleResult"
},
"DeleteTargetGroup" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeleteTargetGroupResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"exceptions" : [ {
"exceptionName" : "ResourceInUseException",
"documentation" : "A specified resource is in use.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteTargetGroupRequest",
"variableName" : "deleteTargetGroupRequest",
"variableType" : "DeleteTargetGroupRequest",
"documentation" : "Contains the parameters for DeleteTargetGroup.
",
"simpleType" : "DeleteTargetGroupRequest",
"variableSetterType" : "DeleteTargetGroupRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteTargetGroup",
"operationName" : "DeleteTargetGroup",
"returnType" : {
"returnType" : "DeleteTargetGroupResult",
"documentation" : "Contains the output of DeleteTargetGroup.
"
},
"syncReturnType" : "DeleteTargetGroupResult"
},
"DeregisterTargets" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeregisterTargetsResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deregisters the specified targets from the specified target group. After the targets are deregistered, they no longer receive traffic from the load balancer.
",
"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,
"input" : {
"variableDeclarationType" : "DeregisterTargetsRequest",
"variableName" : "deregisterTargetsRequest",
"variableType" : "DeregisterTargetsRequest",
"documentation" : "Contains the parameters for DeregisterTargets.
",
"simpleType" : "DeregisterTargetsRequest",
"variableSetterType" : "DeregisterTargetsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deregisterTargets",
"operationName" : "DeregisterTargets",
"returnType" : {
"returnType" : "DeregisterTargetsResult",
"documentation" : "Contains the output of DeregisterTargets.
"
},
"syncReturnType" : "DeregisterTargetsResult"
},
"DescribeListeners" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeListenersResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Describes the specified listeners or the listeners for the specified Application Load Balancer. You must specify either a load balancer or one or more listeners.
",
"exceptions" : [ {
"exceptionName" : "ListenerNotFoundException",
"documentation" : "The specified listener does not exist.
"
}, {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeListenersRequest",
"variableName" : "describeListenersRequest",
"variableType" : "DescribeListenersRequest",
"documentation" : "Contains the parameters for DescribeListeners.
",
"simpleType" : "DescribeListenersRequest",
"variableSetterType" : "DescribeListenersRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeListeners",
"operationName" : "DescribeListeners",
"returnType" : {
"returnType" : "DescribeListenersResult",
"documentation" : "Contains the output of DescribeListeners.
"
},
"syncReturnType" : "DescribeListenersResult"
},
"DescribeLoadBalancerAttributes" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeLoadBalancerAttributesResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Describes the attributes for the specified Application Load Balancer.
",
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeLoadBalancerAttributesRequest",
"variableName" : "describeLoadBalancerAttributesRequest",
"variableType" : "DescribeLoadBalancerAttributesRequest",
"documentation" : "Contains the parameters for DescribeLoadBalancerAttributes.
",
"simpleType" : "DescribeLoadBalancerAttributesRequest",
"variableSetterType" : "DescribeLoadBalancerAttributesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeLoadBalancerAttributes",
"operationName" : "DescribeLoadBalancerAttributes",
"returnType" : {
"returnType" : "DescribeLoadBalancerAttributesResult",
"documentation" : "Contains the output of DescribeLoadBalancerAttributes.
"
},
"syncReturnType" : "DescribeLoadBalancerAttributesResult"
},
"DescribeLoadBalancers" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeLoadBalancersResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeLoadBalancersRequest",
"variableName" : "describeLoadBalancersRequest",
"variableType" : "DescribeLoadBalancersRequest",
"documentation" : "Contains the parameters for DescribeLoadBalancers.
",
"simpleType" : "DescribeLoadBalancersRequest",
"variableSetterType" : "DescribeLoadBalancersRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeLoadBalancers",
"operationName" : "DescribeLoadBalancers",
"returnType" : {
"returnType" : "DescribeLoadBalancersResult",
"documentation" : "Contains the output of DescribeLoadBalancers.
"
},
"syncReturnType" : "DescribeLoadBalancersResult"
},
"DescribeRules" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeRulesResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Describes the specified rules or the rules for the specified listener. You must specify either a listener or one or more rules.
",
"exceptions" : [ {
"exceptionName" : "ListenerNotFoundException",
"documentation" : "The specified listener does not exist.
"
}, {
"exceptionName" : "RuleNotFoundException",
"documentation" : "The specified rule does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeRulesRequest",
"variableName" : "describeRulesRequest",
"variableType" : "DescribeRulesRequest",
"documentation" : "Contains the parameters for DescribeRules.
",
"simpleType" : "DescribeRulesRequest",
"variableSetterType" : "DescribeRulesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeRules",
"operationName" : "DescribeRules",
"returnType" : {
"returnType" : "DescribeRulesResult",
"documentation" : "Contains the output of DescribeRules.
"
},
"syncReturnType" : "DescribeRulesResult"
},
"DescribeSSLPolicies" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeSSLPoliciesResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"exceptions" : [ {
"exceptionName" : "SSLPolicyNotFoundException",
"documentation" : "The specified SSL policy does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeSSLPoliciesRequest",
"variableName" : "describeSSLPoliciesRequest",
"variableType" : "DescribeSSLPoliciesRequest",
"documentation" : "Contains the parameters for DescribeSSLPolicies.
",
"simpleType" : "DescribeSSLPoliciesRequest",
"variableSetterType" : "DescribeSSLPoliciesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeSSLPolicies",
"operationName" : "DescribeSSLPolicies",
"returnType" : {
"returnType" : "DescribeSSLPoliciesResult",
"documentation" : "Contains the output of DescribeSSLPolicies.
"
},
"syncReturnType" : "DescribeSSLPoliciesResult"
},
"DescribeTags" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeTagsResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Describes the tags for the specified resources.
",
"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,
"input" : {
"variableDeclarationType" : "DescribeTagsRequest",
"variableName" : "describeTagsRequest",
"variableType" : "DescribeTagsRequest",
"documentation" : "Contains the parameters for DescribeTags.
",
"simpleType" : "DescribeTagsRequest",
"variableSetterType" : "DescribeTagsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeTags",
"operationName" : "DescribeTags",
"returnType" : {
"returnType" : "DescribeTagsResult",
"documentation" : "Contains the output of DescribeTags.
"
},
"syncReturnType" : "DescribeTagsResult"
},
"DescribeTargetGroupAttributes" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeTargetGroupAttributesResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Describes the attributes for the specified target group.
",
"exceptions" : [ {
"exceptionName" : "TargetGroupNotFoundException",
"documentation" : "The specified target group does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeTargetGroupAttributesRequest",
"variableName" : "describeTargetGroupAttributesRequest",
"variableType" : "DescribeTargetGroupAttributesRequest",
"documentation" : "Contains the parameters for DescribeTargetGroupAttributes.
",
"simpleType" : "DescribeTargetGroupAttributesRequest",
"variableSetterType" : "DescribeTargetGroupAttributesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeTargetGroupAttributes",
"operationName" : "DescribeTargetGroupAttributes",
"returnType" : {
"returnType" : "DescribeTargetGroupAttributesResult",
"documentation" : "Contains the output of DescribeTargetGroupAttributes.
"
},
"syncReturnType" : "DescribeTargetGroupAttributesResult"
},
"DescribeTargetGroups" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeTargetGroupsResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "TargetGroupNotFoundException",
"documentation" : "The specified target group does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeTargetGroupsRequest",
"variableName" : "describeTargetGroupsRequest",
"variableType" : "DescribeTargetGroupsRequest",
"documentation" : "Contains the parameters for DescribeTargetGroups.
",
"simpleType" : "DescribeTargetGroupsRequest",
"variableSetterType" : "DescribeTargetGroupsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeTargetGroups",
"operationName" : "DescribeTargetGroups",
"returnType" : {
"returnType" : "DescribeTargetGroupsResult",
"documentation" : "Contains the output of DescribeTargetGroups.
"
},
"syncReturnType" : "DescribeTargetGroupsResult"
},
"DescribeTargetHealth" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeTargetHealthResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Describes the health of the specified targets or all of your targets.
",
"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,
"input" : {
"variableDeclarationType" : "DescribeTargetHealthRequest",
"variableName" : "describeTargetHealthRequest",
"variableType" : "DescribeTargetHealthRequest",
"documentation" : "Contains the parameters for DescribeTargetHealth.
",
"simpleType" : "DescribeTargetHealthRequest",
"variableSetterType" : "DescribeTargetHealthRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeTargetHealth",
"operationName" : "DescribeTargetHealth",
"returnType" : {
"returnType" : "DescribeTargetHealthResult",
"documentation" : "Contains the output of DescribeTargetHealth.
"
},
"syncReturnType" : "DescribeTargetHealthResult"
},
"ModifyListener" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ModifyListenerResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "ModifyListenerRequest",
"variableName" : "modifyListenerRequest",
"variableType" : "ModifyListenerRequest",
"documentation" : "Contains the parameters for ModifyListener.
",
"simpleType" : "ModifyListenerRequest",
"variableSetterType" : "ModifyListenerRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "modifyListener",
"operationName" : "ModifyListener",
"returnType" : {
"returnType" : "ModifyListenerResult",
"documentation" : "Contains the output of ModifyListener.
"
},
"syncReturnType" : "ModifyListenerResult"
},
"ModifyLoadBalancerAttributes" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ModifyLoadBalancerAttributesResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Modifies the specified attributes of the specified Application 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.
",
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "InvalidConfigurationRequestException",
"documentation" : "The requested configuration is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ModifyLoadBalancerAttributesRequest",
"variableName" : "modifyLoadBalancerAttributesRequest",
"variableType" : "ModifyLoadBalancerAttributesRequest",
"documentation" : "Contains the parameters for ModifyLoadBalancerAttributes.
",
"simpleType" : "ModifyLoadBalancerAttributesRequest",
"variableSetterType" : "ModifyLoadBalancerAttributesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "modifyLoadBalancerAttributes",
"operationName" : "ModifyLoadBalancerAttributes",
"returnType" : {
"returnType" : "ModifyLoadBalancerAttributesResult",
"documentation" : "Contains the output of ModifyLoadBalancerAttributes.
"
},
"syncReturnType" : "ModifyLoadBalancerAttributesResult"
},
"ModifyRule" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ModifyRuleResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Modifies the specified rule.
Any existing properties that you do not modify retain their current values.
To modify the default action, use ModifyListener.
",
"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,
"input" : {
"variableDeclarationType" : "ModifyRuleRequest",
"variableName" : "modifyRuleRequest",
"variableType" : "ModifyRuleRequest",
"documentation" : "Contains the parameters for ModifyRules.
",
"simpleType" : "ModifyRuleRequest",
"variableSetterType" : "ModifyRuleRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "modifyRule",
"operationName" : "ModifyRule",
"returnType" : {
"returnType" : "ModifyRuleResult",
"documentation" : "Contains the output of ModifyRules.
"
},
"syncReturnType" : "ModifyRuleResult"
},
"ModifyTargetGroup" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ModifyTargetGroupResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"exceptions" : [ {
"exceptionName" : "TargetGroupNotFoundException",
"documentation" : "The specified target group does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ModifyTargetGroupRequest",
"variableName" : "modifyTargetGroupRequest",
"variableType" : "ModifyTargetGroupRequest",
"documentation" : "Contains the parameters for ModifyTargetGroup.
",
"simpleType" : "ModifyTargetGroupRequest",
"variableSetterType" : "ModifyTargetGroupRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "modifyTargetGroup",
"operationName" : "ModifyTargetGroup",
"returnType" : {
"returnType" : "ModifyTargetGroupResult",
"documentation" : "Contains the output of ModifyTargetGroup.
"
},
"syncReturnType" : "ModifyTargetGroupResult"
},
"ModifyTargetGroupAttributes" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ModifyTargetGroupAttributesResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Modifies the specified attributes of the specified target group.
",
"exceptions" : [ {
"exceptionName" : "TargetGroupNotFoundException",
"documentation" : "The specified target group does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ModifyTargetGroupAttributesRequest",
"variableName" : "modifyTargetGroupAttributesRequest",
"variableType" : "ModifyTargetGroupAttributesRequest",
"documentation" : "Contains the parameters for ModifyTargetGroupAttributes.
",
"simpleType" : "ModifyTargetGroupAttributesRequest",
"variableSetterType" : "ModifyTargetGroupAttributesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "modifyTargetGroupAttributes",
"operationName" : "ModifyTargetGroupAttributes",
"returnType" : {
"returnType" : "ModifyTargetGroupAttributesResult",
"documentation" : "Contains the output of ModifyTargetGroupAttributes.
"
},
"syncReturnType" : "ModifyTargetGroupAttributesResult"
},
"RegisterTargets" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "RegisterTargetsResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Registers the specified targets with the specified target group.
By default, the load balancer routes requests to registered targets using the protocol and port number for the target group. Alternatively, you can override the port for a target when you register it.
The target must be in the virtual private cloud (VPC) that you specified for the target group. If the target is an EC2 instance, it can't be in the stopped
or running
state when you register it.
To remove a target from a target group, use DeregisterTargets.
",
"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,
"input" : {
"variableDeclarationType" : "RegisterTargetsRequest",
"variableName" : "registerTargetsRequest",
"variableType" : "RegisterTargetsRequest",
"documentation" : "Contains the parameters for RegisterTargets.
",
"simpleType" : "RegisterTargetsRequest",
"variableSetterType" : "RegisterTargetsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "registerTargets",
"operationName" : "RegisterTargets",
"returnType" : {
"returnType" : "RegisterTargetsResult",
"documentation" : "Contains the output of RegisterTargets.
"
},
"syncReturnType" : "RegisterTargetsResult"
},
"RemoveTags" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "RemoveTagsResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Removes the specified tags from the specified resource.
To list the current tags for your resources, use 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.
"
}, {
"exceptionName" : "TooManyTagsException",
"documentation" : "You've reached the limit on the number of tags per load balancer.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "RemoveTagsRequest",
"variableName" : "removeTagsRequest",
"variableType" : "RemoveTagsRequest",
"documentation" : "Contains the parameters for RemoveTags.
",
"simpleType" : "RemoveTagsRequest",
"variableSetterType" : "RemoveTagsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "removeTags",
"operationName" : "RemoveTags",
"returnType" : {
"returnType" : "RemoveTagsResult",
"documentation" : "Contains the output of RemoveTags.
"
},
"syncReturnType" : "RemoveTagsResult"
},
"SetRulePriorities" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "SetRulePrioritiesResult",
"authenticated" : true,
"deprecated" : false,
"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.
",
"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,
"input" : {
"variableDeclarationType" : "SetRulePrioritiesRequest",
"variableName" : "setRulePrioritiesRequest",
"variableType" : "SetRulePrioritiesRequest",
"documentation" : "Contains the parameters for SetRulePriorities.
",
"simpleType" : "SetRulePrioritiesRequest",
"variableSetterType" : "SetRulePrioritiesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "setRulePriorities",
"operationName" : "SetRulePriorities",
"returnType" : {
"returnType" : "SetRulePrioritiesResult",
"documentation" : "Contains the output of SetRulePriorities.
"
},
"syncReturnType" : "SetRulePrioritiesResult"
},
"SetSecurityGroups" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "SetSecurityGroupsResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Associates the specified security groups with the specified load balancer. The specified security groups override the previously associated security groups.
",
"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,
"input" : {
"variableDeclarationType" : "SetSecurityGroupsRequest",
"variableName" : "setSecurityGroupsRequest",
"variableType" : "SetSecurityGroupsRequest",
"documentation" : "Contains the parameters for SetSecurityGroups.
",
"simpleType" : "SetSecurityGroupsRequest",
"variableSetterType" : "SetSecurityGroupsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "setSecurityGroups",
"operationName" : "SetSecurityGroups",
"returnType" : {
"returnType" : "SetSecurityGroupsResult",
"documentation" : "Contains the output of SetSecurityGroups.
"
},
"syncReturnType" : "SetSecurityGroupsResult"
},
"SetSubnets" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "SetSubnetsResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Enables the Availability Zone for the specified subnets for the specified load balancer. The specified subnets replace the previously enabled subnets.
",
"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,
"input" : {
"variableDeclarationType" : "SetSubnetsRequest",
"variableName" : "setSubnetsRequest",
"variableType" : "SetSubnetsRequest",
"documentation" : "Contains the parameters for SetSubnets.
",
"simpleType" : "SetSubnetsRequest",
"variableSetterType" : "SetSubnetsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "setSubnets",
"operationName" : "SetSubnets",
"returnType" : {
"returnType" : "SetSubnetsResult",
"documentation" : "Contains the output of SetSubnets.
"
},
"syncReturnType" : "SetSubnetsResult"
}
},
"shapes" : {
"Action" : {
"c2jName" : "Action",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Information about an action.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"hasUriMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "Type",
"c2jShape" : "ActionTypeEnum",
"deprecated" : false,
"documentation" : "The type of action.
",
"enumType" : "ActionTypeEnum",
"fluentSetterDocumentation" : "/**The type of action.
\n@param type The type of action.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ActionTypeEnum*/",
"getterDocumentation" : "/**The type of action.
\n@return The type of action.\n@see ActionTypeEnum*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Type",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Type",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Type",
"setterDocumentation" : "/**The type of action.
\n@param type The type of action.\n@see ActionTypeEnum*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The type of action.
\n@param type The type of action.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ActionTypeEnum*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : "The type of action.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "TargetGroupArn",
"c2jShape" : "TargetGroupArn",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the target group.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) of the target group.
\n@return The Amazon Resource Name (ARN) of the target group.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TargetGroupArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TargetGroupArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TargetGroupArn",
"setterDocumentation" : "/**The Amazon Resource Name (ARN) of the target group.
\n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "targetGroupArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "targetGroupArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the target group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"TargetGroupArn" : {
"c2jName" : "TargetGroupArn",
"c2jShape" : "TargetGroupArn",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the target group.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) of the target group.
\n@return The Amazon Resource Name (ARN) of the target group.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "TargetGroupArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "TargetGroupArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "TargetGroupArn",
"setterDocumentation" : "/**The Amazon Resource Name (ARN) of the target group.
\n@param targetGroupArn The Amazon Resource Name (ARN) of the target group.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "targetGroupArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "targetGroupArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the target group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Type" : {
"c2jName" : "Type",
"c2jShape" : "ActionTypeEnum",
"deprecated" : false,
"documentation" : "The type of action.
",
"enumType" : "ActionTypeEnum",
"fluentSetterDocumentation" : "/**The type of action.
\n@param type The type of action.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ActionTypeEnum*/",
"getterDocumentation" : "/**The type of action.
\n@return The type of action.\n@see ActionTypeEnum*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Type",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Type",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Type",
"setterDocumentation" : "/**The type of action.
\n@param type The type of action.\n@see ActionTypeEnum*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The type of action.
\n@param type The type of action.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ActionTypeEnum*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : "The type of action.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "Type", "TargetGroupArn" ],
"shapeName" : "Action",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Action",
"variableName" : "action",
"variableType" : "Action",
"documentation" : null,
"simpleType" : "Action",
"variableSetterType" : "Action"
},
"wrapper" : false
},
"ActionTypeEnum" : {
"c2jName" : "ActionTypeEnum",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : [ {
"name" : "Forward",
"value" : "forward"
} ],
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"hasUriMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "ActionTypeEnum",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ActionTypeEnum",
"variableName" : "actionTypeEnum",
"variableType" : "ActionTypeEnum",
"documentation" : null,
"simpleType" : "ActionTypeEnum",
"variableSetterType" : "ActionTypeEnum"
},
"wrapper" : false
},
"AddTagsRequest" : {
"c2jName" : "AddTagsInput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Contains the parameters for AddTags.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"hasUriMember" : false,
"marshaller" : {
"action" : "AddTags",
"locationName" : null,
"requestUri" : "/",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "ResourceArns",
"c2jShape" : "ResourceArns",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the resource.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) of the resource.
\n@return The Amazon Resource Name (ARN) of the resource.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ResourceArns",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceArns",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "ResourceArn",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "ResourceArns",
"setterDocumentation" : "/**The Amazon Resource Name (ARN) of the resource.
\n@param resourceArns The Amazon Resource Name (ARN) of the resource.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "resourceArns",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "resourceArns",
"variableType" : "java.util.List",
"documentation" : "The Amazon Resource Name (ARN) of the resource.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Tags",
"c2jShape" : "TagList",
"deprecated" : false,
"documentation" : "The tags. Each resource can have a maximum of 10 tags.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Tags",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "Tag",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Tag",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Tags",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "The tags. Each resource can have a maximum of 10 tags.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ResourceArns" : {
"c2jName" : "ResourceArns",
"c2jShape" : "ResourceArns",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the resource.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) of the resource.
\n@return The Amazon Resource Name (ARN) of the resource.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ResourceArns",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceArns",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "ResourceArn",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "ResourceArns",
"setterDocumentation" : "/**The Amazon Resource Name (ARN) of the resource.
\n@param resourceArns The Amazon Resource Name (ARN) of the resource.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "resourceArns",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "resourceArns",
"variableType" : "java.util.List",
"documentation" : "The Amazon Resource Name (ARN) of the resource.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"Tags" : {
"c2jName" : "Tags",
"c2jShape" : "TagList",
"deprecated" : false,
"documentation" : "The tags. Each resource can have a maximum of 10 tags.
",
"enumType" : null,
"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.*/",
"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.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Tags",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "Tag",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Tag",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Tags",
"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.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"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.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "The tags. Each resource can have a maximum of 10 tags.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "ResourceArns", "Tags" ],
"shapeName" : "AddTagsRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AddTagsRequest",
"variableName" : "addTagsRequest",
"variableType" : "AddTagsRequest",
"documentation" : null,
"simpleType" : "AddTagsRequest",
"variableSetterType" : "AddTagsRequest"
},
"wrapper" : false
},
"AddTagsResult" : {
"c2jName" : "AddTagsOutput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Contains the output of AddTags.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"hasUriMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "AddTagsResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "AddTagsResult"
},
"variable" : {
"variableDeclarationType" : "AddTagsResult",
"variableName" : "addTagsResult",
"variableType" : "AddTagsResult",
"documentation" : null,
"simpleType" : "AddTagsResult",
"variableSetterType" : "AddTagsResult"
},
"wrapper" : false
},
"AvailabilityZone" : {
"c2jName" : "AvailabilityZone",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Information about an Availability Zone.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"hasUriMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "ZoneName",
"c2jShape" : "ZoneName",
"deprecated" : false,
"documentation" : "The name of the Availability Zone.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The name of the Availability Zone.
\n@return The name of the Availability Zone.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ZoneName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ZoneName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ZoneName",
"setterDocumentation" : "/**The name of the Availability Zone.
\n@param zoneName The name of the Availability Zone.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "zoneName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "zoneName",
"variableType" : "String",
"documentation" : "The name of the Availability Zone.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "SubnetId",
"c2jShape" : "SubnetId",
"deprecated" : false,
"documentation" : "The ID of the subnet.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The ID of the subnet.
\n@return The ID of the subnet.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SubnetId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SubnetId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SubnetId",
"setterDocumentation" : "/**The ID of the subnet.
\n@param subnetId The ID of the subnet.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "subnetId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "subnetId",
"variableType" : "String",
"documentation" : "The ID of the subnet.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"SubnetId" : {
"c2jName" : "SubnetId",
"c2jShape" : "SubnetId",
"deprecated" : false,
"documentation" : "The ID of the subnet.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The ID of the subnet.
\n@return The ID of the subnet.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SubnetId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SubnetId",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SubnetId",
"setterDocumentation" : "/**The ID of the subnet.
\n@param subnetId The ID of the subnet.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "subnetId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "subnetId",
"variableType" : "String",
"documentation" : "The ID of the subnet.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ZoneName" : {
"c2jName" : "ZoneName",
"c2jShape" : "ZoneName",
"deprecated" : false,
"documentation" : "The name of the Availability Zone.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The name of the Availability Zone.
\n@return The name of the Availability Zone.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ZoneName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ZoneName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ZoneName",
"setterDocumentation" : "/**The name of the Availability Zone.
\n@param zoneName The name of the Availability Zone.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "zoneName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "zoneName",
"variableType" : "String",
"documentation" : "The name of the Availability Zone.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "AvailabilityZone",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AvailabilityZone",
"variableName" : "availabilityZone",
"variableType" : "AvailabilityZone",
"documentation" : null,
"simpleType" : "AvailabilityZone",
"variableSetterType" : "AvailabilityZone"
},
"wrapper" : false
},
"Certificate" : {
"c2jName" : "Certificate",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Information about an SSL server certificate deployed on a load balancer.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"hasUriMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "CertificateArn",
"c2jShape" : "CertificateArn",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the certificate.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the certificate.
\n@param certificateArn The Amazon Resource Name (ARN) of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) of the certificate.
\n@return The Amazon Resource Name (ARN) of the certificate.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "CertificateArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificateArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CertificateArn",
"setterDocumentation" : "/**The Amazon Resource Name (ARN) of the certificate.
\n@param certificateArn The Amazon Resource Name (ARN) of the certificate.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the certificate.
\n@param certificateArn The Amazon Resource Name (ARN) of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CertificateArn" : {
"c2jName" : "CertificateArn",
"c2jShape" : "CertificateArn",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the certificate.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the certificate.
\n@param certificateArn The Amazon Resource Name (ARN) of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) of the certificate.
\n@return The Amazon Resource Name (ARN) of the certificate.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "CertificateArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CertificateArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CertificateArn",
"setterDocumentation" : "/**The Amazon Resource Name (ARN) of the certificate.
\n@param certificateArn The Amazon Resource Name (ARN) of the certificate.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "certificateArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) of the certificate.
\n@param certificateArn The Amazon Resource Name (ARN) of the certificate.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "certificateArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the certificate.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "Certificate",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Certificate",
"variableName" : "certificate",
"variableType" : "Certificate",
"documentation" : null,
"simpleType" : "Certificate",
"variableSetterType" : "Certificate"
},
"wrapper" : false
},
"CertificateNotFoundException" : {
"c2jName" : "CertificateNotFoundException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The specified certificate does not exist.
",
"enums" : null,
"errorCode" : "CertificateNotFound",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"hasUriMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "CertificateNotFoundException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CertificateNotFoundException",
"variableName" : "certificateNotFoundException",
"variableType" : "CertificateNotFoundException",
"documentation" : null,
"simpleType" : "CertificateNotFoundException",
"variableSetterType" : "CertificateNotFoundException"
},
"wrapper" : false
},
"Cipher" : {
"c2jName" : "Cipher",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Information about a cipher used in a policy.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"hasUriMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "Name",
"c2jShape" : "CipherName",
"deprecated" : false,
"documentation" : "The name of the cipher.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the cipher.
\n@param name The name of the cipher.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The name of the cipher.
\n@return The name of the cipher.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"setterDocumentation" : "/**The name of the cipher.
\n@param name The name of the cipher.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the cipher.
\n@param name The name of the cipher.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the cipher.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Priority",
"c2jShape" : "CipherPriority",
"deprecated" : false,
"documentation" : "The priority of the cipher.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The priority of the cipher.
\n@param priority The priority of the cipher.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The priority of the cipher.
\n@return The priority of the cipher.*/",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Priority",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Priority",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Priority",
"setterDocumentation" : "/**The priority of the cipher.
\n@param priority The priority of the cipher.*/",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "priority",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**The priority of the cipher.
\n@param priority The priority of the cipher.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "priority",
"variableType" : "Integer",
"documentation" : "The priority of the cipher.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Name" : {
"c2jName" : "Name",
"c2jShape" : "CipherName",
"deprecated" : false,
"documentation" : "The name of the cipher.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the cipher.
\n@param name The name of the cipher.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The name of the cipher.
\n@return The name of the cipher.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"setterDocumentation" : "/**The name of the cipher.
\n@param name The name of the cipher.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the cipher.
\n@param name The name of the cipher.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the cipher.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Priority" : {
"c2jName" : "Priority",
"c2jShape" : "CipherPriority",
"deprecated" : false,
"documentation" : "The priority of the cipher.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The priority of the cipher.
\n@param priority The priority of the cipher.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The priority of the cipher.
\n@return The priority of the cipher.*/",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Priority",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Priority",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Priority",
"setterDocumentation" : "/**The priority of the cipher.
\n@param priority The priority of the cipher.*/",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "priority",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**The priority of the cipher.
\n@param priority The priority of the cipher.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "priority",
"variableType" : "Integer",
"documentation" : "The priority of the cipher.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "Cipher",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Cipher",
"variableName" : "cipher",
"variableType" : "Cipher",
"documentation" : null,
"simpleType" : "Cipher",
"variableSetterType" : "Cipher"
},
"wrapper" : false
},
"CreateListenerRequest" : {
"c2jName" : "CreateListenerInput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Contains the parameters for CreateListener.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"hasUriMember" : false,
"marshaller" : {
"action" : "CreateListener",
"locationName" : null,
"requestUri" : "/",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "LoadBalancerArn",
"c2jShape" : "LoadBalancerArn",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the load balancer.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) of the load balancer.
\n@return The Amazon Resource Name (ARN) of the load balancer.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "LoadBalancerArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "LoadBalancerArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "LoadBalancerArn",
"setterDocumentation" : "/**The Amazon Resource Name (ARN) of the load balancer.
\n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "loadBalancerArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "loadBalancerArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the load balancer.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Protocol",
"c2jShape" : "ProtocolEnum",
"deprecated" : false,
"documentation" : "The protocol for connections from clients to the load balancer.
",
"enumType" : "ProtocolEnum",
"fluentSetterDocumentation" : "/**The protocol for connections from clients to the load balancer.
\n@param protocol The protocol for connections from clients to the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum*/",
"getterDocumentation" : "/**The protocol for connections from clients to the load balancer.
\n@return The protocol for connections from clients to the load balancer.\n@see ProtocolEnum*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Protocol",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Protocol",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Protocol",
"setterDocumentation" : "/**The protocol for connections from clients to the load balancer.
\n@param protocol The protocol for connections from clients to the load balancer.\n@see ProtocolEnum*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "protocol",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The protocol for connections from clients to the load balancer.
\n@param protocol The protocol for connections from clients to the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "protocol",
"variableType" : "String",
"documentation" : "The protocol for connections from clients to the load balancer.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Port",
"c2jShape" : "Port",
"deprecated" : false,
"documentation" : "The port on which the load balancer is listening.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The port on which the load balancer is listening.
\n@param port The port on which the load balancer is listening.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The port on which the load balancer is listening.
\n@return The port on which the load balancer is listening.*/",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Port",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Port",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Port",
"setterDocumentation" : "/**The port on which the load balancer is listening.
\n@param port The port on which the load balancer is listening.*/",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "port",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**The port on which the load balancer is listening.
\n@param port The port on which the load balancer is listening.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "port",
"variableType" : "Integer",
"documentation" : "The port on which the load balancer is listening.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "SslPolicy",
"c2jShape" : "SslPolicyName",
"deprecated" : false,
"documentation" : "The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.
\n@param sslPolicy The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.
\n@return The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SslPolicy",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SslPolicy",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SslPolicy",
"setterDocumentation" : "/**The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.
\n@param sslPolicy The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sslPolicy",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.
\n@param sslPolicy The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sslPolicy",
"variableType" : "String",
"documentation" : "The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Certificates",
"c2jShape" : "CertificateList",
"deprecated" : false,
"documentation" : "The SSL server certificate. You must provide exactly one certificate if the protocol is HTTPS.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The SSL server certificate. You must provide exactly one certificate if the protocol is HTTPS.
\n@param certificates The SSL server certificate. You must provide exactly one certificate if the protocol is HTTPS.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The SSL server certificate. You must provide exactly one certificate if the protocol is HTTPS.
\n@return The SSL server certificate. You must provide exactly one certificate if the protocol is HTTPS.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Certificates",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Certificates",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "Certificate",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "Certificate",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "Certificate",
"variableName" : "member",
"variableType" : "Certificate",
"documentation" : "",
"simpleType" : "Certificate",
"variableSetterType" : "Certificate"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Certificate",
"variableName" : "member",
"variableType" : "Certificate",
"documentation" : "",
"simpleType" : "Certificate",
"variableSetterType" : "Certificate"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Certificate",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Certificate",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Certificates",
"setterDocumentation" : "/**The SSL server certificate. You must provide exactly one certificate if the protocol is HTTPS.
\n@param certificates The SSL server certificate. You must provide exactly one certificate if the protocol is HTTPS.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "certificates",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**The SSL server certificate. You must provide exactly one certificate if the protocol is HTTPS.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setCertificates(java.util.Collection)} or {@link #withCertificates(java.util.Collection)} if you want to override the existing values.
\n@param certificates The SSL server certificate. You must provide exactly one certificate if the protocol is HTTPS.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "certificates",
"variableType" : "java.util.List",
"documentation" : "The SSL server certificate. You must provide exactly one certificate if the protocol is HTTPS.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "DefaultActions",
"c2jShape" : "Actions",
"deprecated" : false,
"documentation" : "The default action for the listener.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The default action for the listener.
\n@param defaultActions The default action for the listener.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The default action for the listener.
\n@return The default action for the listener.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DefaultActions",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DefaultActions",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "Action",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "Action",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "Action",
"variableName" : "member",
"variableType" : "Action",
"documentation" : "",
"simpleType" : "Action",
"variableSetterType" : "Action"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Action",
"variableName" : "member",
"variableType" : "Action",
"documentation" : "",
"simpleType" : "Action",
"variableSetterType" : "Action"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Action",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Action",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "DefaultActions",
"setterDocumentation" : "/**The default action for the listener.
\n@param defaultActions The default action for the listener.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "defaultActions",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**The default action for the listener.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setDefaultActions(java.util.Collection)} or {@link #withDefaultActions(java.util.Collection)} if you want to override the existing values.
\n@param defaultActions The default action for the listener.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "defaultActions",
"variableType" : "java.util.List",
"documentation" : "The default action for the listener.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Certificates" : {
"c2jName" : "Certificates",
"c2jShape" : "CertificateList",
"deprecated" : false,
"documentation" : "The SSL server certificate. You must provide exactly one certificate if the protocol is HTTPS.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The SSL server certificate. You must provide exactly one certificate if the protocol is HTTPS.
\n@param certificates The SSL server certificate. You must provide exactly one certificate if the protocol is HTTPS.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The SSL server certificate. You must provide exactly one certificate if the protocol is HTTPS.
\n@return The SSL server certificate. You must provide exactly one certificate if the protocol is HTTPS.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Certificates",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Certificates",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "Certificate",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "Certificate",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "Certificate",
"variableName" : "member",
"variableType" : "Certificate",
"documentation" : "",
"simpleType" : "Certificate",
"variableSetterType" : "Certificate"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Certificate",
"variableName" : "member",
"variableType" : "Certificate",
"documentation" : "",
"simpleType" : "Certificate",
"variableSetterType" : "Certificate"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Certificate",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Certificate",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Certificates",
"setterDocumentation" : "/**The SSL server certificate. You must provide exactly one certificate if the protocol is HTTPS.
\n@param certificates The SSL server certificate. You must provide exactly one certificate if the protocol is HTTPS.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "certificates",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**The SSL server certificate. You must provide exactly one certificate if the protocol is HTTPS.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setCertificates(java.util.Collection)} or {@link #withCertificates(java.util.Collection)} if you want to override the existing values.
\n@param certificates The SSL server certificate. You must provide exactly one certificate if the protocol is HTTPS.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "certificates",
"variableType" : "java.util.List",
"documentation" : "The SSL server certificate. You must provide exactly one certificate if the protocol is HTTPS.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"DefaultActions" : {
"c2jName" : "DefaultActions",
"c2jShape" : "Actions",
"deprecated" : false,
"documentation" : "The default action for the listener.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The default action for the listener.
\n@param defaultActions The default action for the listener.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The default action for the listener.
\n@return The default action for the listener.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DefaultActions",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DefaultActions",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "Action",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "Action",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "Action",
"variableName" : "member",
"variableType" : "Action",
"documentation" : "",
"simpleType" : "Action",
"variableSetterType" : "Action"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Action",
"variableName" : "member",
"variableType" : "Action",
"documentation" : "",
"simpleType" : "Action",
"variableSetterType" : "Action"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Action",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Action",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "DefaultActions",
"setterDocumentation" : "/**The default action for the listener.
\n@param defaultActions The default action for the listener.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "defaultActions",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**The default action for the listener.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setDefaultActions(java.util.Collection)} or {@link #withDefaultActions(java.util.Collection)} if you want to override the existing values.
\n@param defaultActions The default action for the listener.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "defaultActions",
"variableType" : "java.util.List",
"documentation" : "The default action for the listener.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"LoadBalancerArn" : {
"c2jName" : "LoadBalancerArn",
"c2jShape" : "LoadBalancerArn",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the load balancer.
",
"enumType" : null,
"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.*/",
"getterDocumentation" : "/**The Amazon Resource Name (ARN) of the load balancer.
\n@return The Amazon Resource Name (ARN) of the load balancer.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "LoadBalancerArn",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "LoadBalancerArn",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "LoadBalancerArn",
"setterDocumentation" : "/**The Amazon Resource Name (ARN) of the load balancer.
\n@param loadBalancerArn The Amazon Resource Name (ARN) of the load balancer.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "loadBalancerArn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"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.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "loadBalancerArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the load balancer.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Port" : {
"c2jName" : "Port",
"c2jShape" : "Port",
"deprecated" : false,
"documentation" : "The port on which the load balancer is listening.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The port on which the load balancer is listening.
\n@param port The port on which the load balancer is listening.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The port on which the load balancer is listening.
\n@return The port on which the load balancer is listening.*/",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Port",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Port",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Port",
"setterDocumentation" : "/**The port on which the load balancer is listening.
\n@param port The port on which the load balancer is listening.*/",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "port",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**The port on which the load balancer is listening.
\n@param port The port on which the load balancer is listening.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "port",
"variableType" : "Integer",
"documentation" : "The port on which the load balancer is listening.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"Protocol" : {
"c2jName" : "Protocol",
"c2jShape" : "ProtocolEnum",
"deprecated" : false,
"documentation" : "The protocol for connections from clients to the load balancer.
",
"enumType" : "ProtocolEnum",
"fluentSetterDocumentation" : "/**The protocol for connections from clients to the load balancer.
\n@param protocol The protocol for connections from clients to the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum*/",
"getterDocumentation" : "/**The protocol for connections from clients to the load balancer.
\n@return The protocol for connections from clients to the load balancer.\n@see ProtocolEnum*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Protocol",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Protocol",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Protocol",
"setterDocumentation" : "/**The protocol for connections from clients to the load balancer.
\n@param protocol The protocol for connections from clients to the load balancer.\n@see ProtocolEnum*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "protocol",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The protocol for connections from clients to the load balancer.
\n@param protocol The protocol for connections from clients to the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ProtocolEnum*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "protocol",
"variableType" : "String",
"documentation" : "The protocol for connections from clients to the load balancer.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"SslPolicy" : {
"c2jName" : "SslPolicy",
"c2jShape" : "SslPolicyName",
"deprecated" : false,
"documentation" : "The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.
\n@param sslPolicy The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.
\n@return The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SslPolicy",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SslPolicy",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SslPolicy",
"setterDocumentation" : "/**The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.
\n@param sslPolicy The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sslPolicy",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.
\n@param sslPolicy The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sslPolicy",
"variableType" : "String",
"documentation" : "The security policy that defines which ciphers and protocols are supported. The default is the current predefined security policy.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "LoadBalancerArn", "Protocol", "Port", "DefaultActions" ],
"shapeName" : "CreateListenerRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateListenerRequest",
"variableName" : "createListenerRequest",
"variableType" : "CreateListenerRequest",
"documentation" : null,
"simpleType" : "CreateListenerRequest",
"variableSetterType" : "CreateListenerRequest"
},
"wrapper" : false
},
"CreateListenerResult" : {
"c2jName" : "CreateListenerOutput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Contains the output of CreateListener.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"hasUriMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "Listeners",
"c2jShape" : "Listeners",
"deprecated" : false,
"documentation" : "Information about the listener.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Information about the listener.
\n@param listeners Information about the listener.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Information about the listener.
\n@return Information about the listener.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Listeners",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Listeners",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "Listener",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "Listener",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "Listener",
"variableName" : "member",
"variableType" : "Listener",
"documentation" : "",
"simpleType" : "Listener",
"variableSetterType" : "Listener"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Listener",
"variableName" : "member",
"variableType" : "Listener",
"documentation" : "",
"simpleType" : "Listener",
"variableSetterType" : "Listener"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Listener",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Listener",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Listeners",
"setterDocumentation" : "/**Information about the listener.
\n@param listeners Information about the listener.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "listeners",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**Information about the listener.
\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 listener.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "listeners",
"variableType" : "java.util.List",
"documentation" : "Information about the listener.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Listeners" : {
"c2jName" : "Listeners",
"c2jShape" : "Listeners",
"deprecated" : false,
"documentation" : "Information about the listener.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Information about the listener.
\n@param listeners Information about the listener.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Information about the listener.
\n@return Information about the listener.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Listeners",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Listeners",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "Listener",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "Listener",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "Listener",
"variableName" : "member",
"variableType" : "Listener",
"documentation" : "",
"simpleType" : "Listener",
"variableSetterType" : "Listener"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Listener",
"variableName" : "member",
"variableType" : "Listener",
"documentation" : "",
"simpleType" : "Listener",
"variableSetterType" : "Listener"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Listener",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Listener",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Listeners",
"setterDocumentation" : "/**Information about the listener.
\n@param listeners Information about the listener.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "listeners",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**Information about the listener.
\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 listener.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "listeners",
"variableType" : "java.util.List",
"documentation" : "Information about the listener.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "CreateListenerResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "CreateListenerResult"
},
"variable" : {
"variableDeclarationType" : "CreateListenerResult",
"variableName" : "createListenerResult",
"variableType" : "CreateListenerResult",
"documentation" : null,
"simpleType" : "CreateListenerResult",
"variableSetterType" : "CreateListenerResult"
},
"wrapper" : false
},
"CreateLoadBalancerRequest" : {
"c2jName" : "CreateLoadBalancerInput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Contains the parameters for CreateLoadBalancer.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"hasUriMember" : false,
"marshaller" : {
"action" : "CreateLoadBalancer",
"locationName" : null,
"requestUri" : "/",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "Name",
"c2jShape" : "LoadBalancerName",
"deprecated" : false,
"documentation" : "The name of the load balancer.
This name must be unique within your AWS account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the load balancer.
This name must be unique within your AWS account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.
\n@param name The name of the load balancer. This name must be unique within your AWS account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
The name of the load balancer.
This name must be unique within your AWS account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.
\n@return The name of the load balancer. This name must be unique within your AWS account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"setterDocumentation" : "/**
The name of the load balancer.
This name must be unique within your AWS account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.
\n@param name The name of the load balancer. This name must be unique within your AWS account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The name of the load balancer.
This name must be unique within your AWS account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.
\n@param name The name of the load balancer. This name must be unique within your AWS account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "
The name of the load balancer.
This name must be unique within your AWS account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Subnets",
"c2jShape" : "Subnets",
"deprecated" : false,
"documentation" : "The IDs of the subnets to attach to the load balancer. You can specify only one subnet per Availability Zone. You must specify subnets from at least two Availability Zones.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The IDs of the subnets to attach to the load balancer. You can specify only one subnet per Availability Zone. You must specify subnets from at least two Availability Zones.
\n@param subnets The IDs of the subnets to attach to the load balancer. You can specify only one subnet per Availability Zone. You must specify subnets from at least two Availability Zones.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The IDs of the subnets to attach to the load balancer. You can specify only one subnet per Availability Zone. You must specify subnets from at least two Availability Zones.
\n@return The IDs of the subnets to attach to the load balancer. You can specify only one subnet per Availability Zone. You must specify subnets from at least two Availability Zones.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Subnets",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Subnets",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "SubnetId",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Subnets",
"setterDocumentation" : "/**The IDs of the subnets to attach to the load balancer. You can specify only one subnet per Availability Zone. You must specify subnets from at least two Availability Zones.
\n@param subnets The IDs of the subnets to attach to the load balancer. You can specify only one subnet per Availability Zone. You must specify subnets from at least two Availability Zones.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "subnets",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**The IDs of the subnets to attach to the load balancer. You can specify only one subnet per Availability Zone. You must specify subnets from at least two Availability Zones.
\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 to attach to the load balancer. You can specify only one subnet per Availability Zone. You must specify subnets from at least two Availability Zones.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "subnets",
"variableType" : "java.util.List",
"documentation" : "The IDs of the subnets to attach to the load balancer. You can specify only one subnet per Availability Zone. You must specify subnets from at least two Availability Zones.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "SecurityGroups",
"c2jShape" : "SecurityGroups",
"deprecated" : false,
"documentation" : "The IDs of the security groups to assign to the load balancer.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The IDs of the security groups to assign to the load balancer.
\n@param securityGroups The IDs of the security groups to assign to the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The IDs of the security groups to assign to the load balancer.
\n@return The IDs of the security groups to assign to the load balancer.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SecurityGroups",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SecurityGroups",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "SecurityGroupId",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "SecurityGroups",
"setterDocumentation" : "/**The IDs of the security groups to assign to the load balancer.
\n@param securityGroups The IDs of the security groups to assign to the load balancer.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "securityGroups",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**The IDs of the security groups to assign to the load balancer.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setSecurityGroups(java.util.Collection)} or {@link #withSecurityGroups(java.util.Collection)} if you want to override the existing values.
\n@param securityGroups The IDs of the security groups to assign to the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "securityGroups",
"variableType" : "java.util.List",
"documentation" : "The IDs of the security groups to assign to the load balancer.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Scheme",
"c2jShape" : "LoadBalancerSchemeEnum",
"deprecated" : false,
"documentation" : "The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the Internet.
The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.
The default is an Internet-facing load balancer.
",
"enumType" : "LoadBalancerSchemeEnum",
"fluentSetterDocumentation" : "/**The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the Internet.
The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.
The default is an Internet-facing load balancer.
\n@param scheme The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the Internet. The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.
The default is an Internet-facing load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LoadBalancerSchemeEnum*/",
"getterDocumentation" : "/**
The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the Internet.
The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.
The default is an Internet-facing load balancer.
\n@return The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the Internet. The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.
The default is an Internet-facing load balancer.\n@see LoadBalancerSchemeEnum*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Scheme",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Scheme",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Scheme",
"setterDocumentation" : "/**
The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the Internet.
The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.
The default is an Internet-facing load balancer.
\n@param scheme The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the Internet. The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.
The default is an Internet-facing load balancer.\n@see LoadBalancerSchemeEnum*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "scheme",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the Internet.
The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.
The default is an Internet-facing load balancer.
\n@param scheme The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the Internet. The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.
The default is an Internet-facing load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LoadBalancerSchemeEnum*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "scheme",
"variableType" : "String",
"documentation" : "
The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the Internet.
The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.
The default is an Internet-facing load balancer.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Tags",
"c2jShape" : "TagList",
"deprecated" : false,
"documentation" : "One or more tags to assign to the load balancer.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**One or more tags to assign to the load balancer.
\n@param tags One or more tags to assign to the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**One or more tags to assign to the load balancer.
\n@return One or more tags to assign to the load balancer.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Tags",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Tags",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "Tag",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Tag",
"variableName" : "member",
"variableType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Tag",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "Tag",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Tags",
"setterDocumentation" : "/**One or more tags to assign to the load balancer.
\n@param tags One or more tags to assign to the load balancer.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**One or more tags to assign to the load balancer.
\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 One or more tags to assign to the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "One or more tags to assign to the load balancer.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Name" : {
"c2jName" : "Name",
"c2jShape" : "LoadBalancerName",
"deprecated" : false,
"documentation" : "The name of the load balancer.
This name must be unique within your AWS account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the load balancer.
This name must be unique within your AWS account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.
\n@param name The name of the load balancer. This name must be unique within your AWS account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
The name of the load balancer.
This name must be unique within your AWS account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.
\n@return The name of the load balancer. This name must be unique within your AWS account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Name",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Name",
"setterDocumentation" : "/**
The name of the load balancer.
This name must be unique within your AWS account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.
\n@param name The name of the load balancer. This name must be unique within your AWS account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The name of the load balancer.
This name must be unique within your AWS account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.
\n@param name The name of the load balancer. This name must be unique within your AWS account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "
The name of the load balancer.
This name must be unique within your AWS account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Scheme" : {
"c2jName" : "Scheme",
"c2jShape" : "LoadBalancerSchemeEnum",
"deprecated" : false,
"documentation" : "The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the Internet.
The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.
The default is an Internet-facing load balancer.
",
"enumType" : "LoadBalancerSchemeEnum",
"fluentSetterDocumentation" : "/**The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the Internet.
The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.
The default is an Internet-facing load balancer.
\n@param scheme The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the Internet. The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.
The default is an Internet-facing load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LoadBalancerSchemeEnum*/",
"getterDocumentation" : "/**
The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the Internet.
The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.
The default is an Internet-facing load balancer.
\n@return The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the Internet. The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.
The default is an Internet-facing load balancer.\n@see LoadBalancerSchemeEnum*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Scheme",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Scheme",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Scheme",
"setterDocumentation" : "/**
The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the Internet.
The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.
The default is an Internet-facing load balancer.
\n@param scheme The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the Internet. The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.
The default is an Internet-facing load balancer.\n@see LoadBalancerSchemeEnum*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "scheme",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the Internet.
The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.
The default is an Internet-facing load balancer.
\n@param scheme The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the Internet. The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.
The default is an Internet-facing load balancer.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LoadBalancerSchemeEnum*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "scheme",
"variableType" : "String",
"documentation" : "
The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the Internet.
The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can only route requests from clients with access to the VPC for the load balancer.
The default is an Internet-facing load balancer.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"SecurityGroups" : {
"c2jName" : "SecurityGroups",
"c2jShape" : "SecurityGroups",
"deprecated" : false,
"documentation" : "The IDs of the security groups to assign to the load balancer.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The IDs of the security groups to assign to the load balancer.
\n@param securityGroups The IDs of the security groups to assign to the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The IDs of the security groups to assign to the load balancer.
\n@return The IDs of the security groups to assign to the load balancer.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SecurityGroups",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SecurityGroups",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "SecurityGroupId",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "SecurityGroups",
"setterDocumentation" : "/**The IDs of the security groups to assign to the load balancer.
\n@param securityGroups The IDs of the security groups to assign to the load balancer.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "securityGroups",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**The IDs of the security groups to assign to the load balancer.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setSecurityGroups(java.util.Collection)} or {@link #withSecurityGroups(java.util.Collection)} if you want to override the existing values.
\n@param securityGroups The IDs of the security groups to assign to the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "securityGroups",
"variableType" : "java.util.List",
"documentation" : "The IDs of the security groups to assign to the load balancer.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"Subnets" : {
"c2jName" : "Subnets",
"c2jShape" : "Subnets",
"deprecated" : false,
"documentation" : "The IDs of the subnets to attach to the load balancer. You can specify only one subnet per Availability Zone. You must specify subnets from at least two Availability Zones.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The IDs of the subnets to attach to the load balancer. You can specify only one subnet per Availability Zone. You must specify subnets from at least two Availability Zones.
\n@param subnets The IDs of the subnets to attach to the load balancer. You can specify only one subnet per Availability Zone. You must specify subnets from at least two Availability Zones.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The IDs of the subnets to attach to the load balancer. You can specify only one subnet per Availability Zone. You must specify subnets from at least two Availability Zones.
\n@return The IDs of the subnets to attach to the load balancer. You can specify only one subnet per Availability Zone. You must specify subnets from at least two Availability Zones.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Subnets",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Subnets",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "SubnetId",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**\n@return */",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Subnets",
"setterDocumentation" : "/**The IDs of the subnets to attach to the load balancer. You can specify only one subnet per Availability Zone. You must specify subnets from at least two Availability Zones.
\n@param subnets The IDs of the subnets to attach to the load balancer. You can specify only one subnet per Availability Zone. You must specify subnets from at least two Availability Zones.*/",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "subnets",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**The IDs of the subnets to attach to the load balancer. You can specify only one subnet per Availability Zone. You must specify subnets from at least two Availability Zones.
\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 to attach to the load balancer. You can specify only one subnet per Availability Zone. You must specify subnets from at least two Availability Zones.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "subnets",
"variableType" : "java.util.List",
"documentation" : "