models.elasticloadbalancing-2012-06-01-intermediate.json Maven / Gradle / Ivy
{
"customizationConfig" : {
"additionalShapeConstructors" : {
"AppCookieStickinessPolicy" : {
"constructorForms" : [ [ "PolicyName", "CookieName" ] ]
},
"ConfigureHealthCheckRequest" : {
"constructorForms" : [ [ "LoadBalancerName", "HealthCheck" ] ]
},
"CreateAppCookieStickinessPolicyRequest" : {
"constructorForms" : [ [ "LoadBalancerName", "PolicyName", "CookieName" ] ]
},
"CreateLBCookieStickinessPolicyRequest" : {
"constructorForms" : [ [ "LoadBalancerName", "PolicyName" ] ]
},
"CreateLoadBalancerListenersRequest" : {
"constructorForms" : [ [ "LoadBalancerName", "Listeners" ] ]
},
"CreateLoadBalancerRequest" : {
"constructorForms" : [ [ "LoadBalancerName" ], [ "LoadBalancerName", "Listeners", "AvailabilityZones" ] ]
},
"DeleteLoadBalancerListenersRequest" : {
"constructorForms" : [ [ "LoadBalancerName", "LoadBalancerPorts" ] ]
},
"DeleteLoadBalancerPolicyRequest" : {
"constructorForms" : [ [ "LoadBalancerName", "PolicyName" ] ]
},
"DeleteLoadBalancerRequest" : {
"constructorForms" : [ [ "LoadBalancerName" ] ]
},
"DeregisterInstancesFromLoadBalancerRequest" : {
"constructorForms" : [ [ "LoadBalancerName", "Instances" ] ]
},
"DescribeInstanceHealthRequest" : {
"constructorForms" : [ [ "LoadBalancerName" ] ]
},
"DescribeLoadBalancersRequest" : {
"constructorForms" : [ [ "LoadBalancerNames" ] ]
},
"DisableAvailabilityZonesForLoadBalancerRequest" : {
"constructorForms" : [ [ "LoadBalancerName", "AvailabilityZones" ] ]
},
"EnableAvailabilityZonesForLoadBalancerRequest" : {
"constructorForms" : [ [ "LoadBalancerName", "AvailabilityZones" ] ]
},
"HealthCheck" : {
"constructorForms" : [ [ "Target", "Interval", "Timeout", "UnhealthyThreshold", "HealthyThreshold" ] ]
},
"Instance" : {
"constructorForms" : [ [ "InstanceId" ] ]
},
"LBCookieStickinessPolicy" : {
"constructorForms" : [ [ "PolicyName", "CookieExpirationPeriod" ] ]
},
"Listener" : {
"constructorForms" : [ [ "Protocol", "LoadBalancerPort", "InstancePort" ] ]
},
"PolicyAttribute" : {
"constructorForms" : [ [ "AttributeName", "AttributeValue" ] ]
},
"RegisterInstancesWithLoadBalancerRequest" : {
"constructorForms" : [ [ "LoadBalancerName", "Instances" ] ]
},
"SetLoadBalancerListenerSSLCertificateRequest" : {
"constructorForms" : [ [ "LoadBalancerName", "LoadBalancerPort", "SSLCertificateId" ] ]
},
"SetLoadBalancerPoliciesOfListenerRequest" : {
"constructorForms" : [ [ "LoadBalancerName", "LoadBalancerPort", "PolicyNames" ] ]
}
},
"authPolicyActions" : {
"actionPrefix" : null,
"fileNamePrefix" : "ElasticLoadBalancing",
"skip" : false
},
"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" : {
"AccessPointNotFoundException" : "LoadBalancerNotFoundException",
"DuplicateAccessPointNameException" : "DuplicateLoadBalancerNameException",
"InvalidEndPointException" : "InvalidInstanceException",
"TooManyAccessPointsException" : "TooManyLoadBalancersException"
},
"requestMetrics" : null,
"requiredParamValidationEnabled" : false,
"sdkModeledExceptionBaseClassName" : null,
"sendEmptyAutoConstructedListAsEmptyList" : {
"SetLoadBalancerPoliciesForBackendServerRequest" : [ "PolicyNames" ],
"SetLoadBalancerPoliciesOfListenerRequest" : [ "PolicyNames" ]
},
"sendExplicitlyEmptyListsForQuery" : false,
"serviceClientHoldInputStream" : false,
"shapeModifiers" : null,
"shapeSubstitutions" : null,
"simpleMethods" : {
"DescribeLoadBalancerPolicies" : {
"methodForms" : [ [ ] ]
},
"DescribeLoadBalancerPolicyTypes" : {
"methodForms" : [ [ ] ]
},
"DescribeLoadBalancers" : {
"methodForms" : [ [ ] ]
}
},
"skipInterfaceAdditions" : false,
"skipSmokeTests" : false,
"useAutoConstructList" : true,
"useAutoConstructMap" : false
},
"metadata" : {
"apiVersion" : "2012-06-01",
"asyncClient" : "AmazonElasticLoadBalancingAsyncClient",
"asyncClientBuilderClassName" : "AmazonElasticLoadBalancingAsyncClientBuilder",
"asyncInterface" : "AmazonElasticLoadBalancingAsync",
"cborProtocol" : false,
"checksumFormat" : null,
"contentType" : null,
"cucumberModuleInjectorClassName" : "AmazonElasticLoadBalancingModuleInjector",
"defaultEndpoint" : "elasticloadbalancing.amazonaws.com",
"defaultEndpointWithoutHttpProtocol" : "elasticloadbalancing.amazonaws.com",
"documentation" : "Elastic Load Balancing A load balancer distributes incoming traffic across your EC2 instances. This enables you to increase the availability of your application. The load balancer also monitors the health of its registered instances and ensures that it routes traffic only to healthy instances. You configure your load balancer to accept incoming traffic by specifying one or more listeners, which are configured with a protocol and port number for connections from clients to the load balancer and a protocol and port number for connections from the load balancer to the instances.
Elastic Load Balancing supports two types of load balancers: Classic load balancers and Application load balancers (new). A Classic load balancer makes routing and load balancing decisions either at the transport layer (TCP/SSL) or the application layer (HTTP/HTTPS), and supports either EC2-Classic or a VPC. An Application load balancer makes routing and load balancing decisions at the application layer (HTTP/HTTPS), supports path-based routing, and can route requests to one or more ports on each EC2 instance or container instance in your virtual private cloud (VPC). For more information, see the .
This reference covers the 2012-06-01 API, which supports Classic load balancers. The 2015-12-01 API supports Application load balancers.
To get started, create a load balancer with one or more listeners using CreateLoadBalancer. Register your instances with the load balancer using RegisterInstancesWithLoadBalancer.
All Elastic Load Balancing operations are idempotent, which means that they complete at most one time. If you repeat an operation, it succeeds with a 200 OK response code.
",
"endpointPrefix" : "elasticloadbalancing",
"hasApiWithStreamInput" : false,
"ionProtocol" : false,
"jsonProtocol" : false,
"jsonVersion" : null,
"packageName" : "com.amazonaws.services.elasticloadbalancing",
"packagePath" : "com/amazonaws/services/elasticloadbalancing",
"protocol" : "query",
"protocolDefaultExceptionUmarshallerImpl" : "StandardErrorUnmarshaller",
"requestBaseFqcn" : "com.amazonaws.AmazonWebServiceRequest",
"serviceAbbreviation" : null,
"serviceFullName" : "Elastic Load Balancing",
"serviceName" : "Elastic Load Balancing",
"signingName" : "elasticloadbalancing",
"smokeTestsPackageName" : "com.amazonaws.services.elasticloadbalancing.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 load balancer. Each load balancer can have a maximum of 10 tags.
Each tag consists of a key and an optional value. If a tag with the same key is already associated with the load balancer, AddTags
updates its value.
For more information, see Tag Your Classic Load Balancer in the Classic Load Balancers Guide.
",
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "TooManyTagsException",
"documentation" : "The quota for the number of tags that can be assigned to a load balancer has been reached.
"
}, {
"exceptionName" : "DuplicateTagKeysException",
"documentation" : "A tag key was specified more than once.
"
} ],
"hasBlobMemberAsPayload" : false,
"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"
},
"ApplySecurityGroupsToLoadBalancer" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ApplySecurityGroupsToLoadBalancerResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Associates one or more security groups with your load balancer in a virtual private cloud (VPC). The specified security groups override the previously associated security groups.
For more information, see Security Groups for Load Balancers in a VPC in the Classic Load Balancers Guide.
",
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "InvalidConfigurationRequestException",
"documentation" : "The requested configuration change is not valid.
"
}, {
"exceptionName" : "InvalidSecurityGroupException",
"documentation" : "One or more of the specified security groups do not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ApplySecurityGroupsToLoadBalancerRequest",
"variableName" : "applySecurityGroupsToLoadBalancerRequest",
"variableType" : "ApplySecurityGroupsToLoadBalancerRequest",
"documentation" : "Contains the parameters for ApplySecurityGroupsToLoadBalancer.
",
"simpleType" : "ApplySecurityGroupsToLoadBalancerRequest",
"variableSetterType" : "ApplySecurityGroupsToLoadBalancerRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "applySecurityGroupsToLoadBalancer",
"operationName" : "ApplySecurityGroupsToLoadBalancer",
"returnType" : {
"returnType" : "ApplySecurityGroupsToLoadBalancerResult",
"documentation" : "Contains the output of ApplySecurityGroupsToLoadBalancer.
"
},
"syncReturnType" : "ApplySecurityGroupsToLoadBalancerResult"
},
"AttachLoadBalancerToSubnets" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "AttachLoadBalancerToSubnetsResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Adds one or more subnets to the set of configured subnets for the specified load balancer.
The load balancer evenly distributes requests across all registered subnets. For more information, see Add or Remove Subnets for Your Load Balancer in a VPC in the Classic Load Balancers Guide.
",
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "InvalidConfigurationRequestException",
"documentation" : "The requested configuration change is not valid.
"
}, {
"exceptionName" : "SubnetNotFoundException",
"documentation" : "One or more of the specified subnets do not exist.
"
}, {
"exceptionName" : "InvalidSubnetException",
"documentation" : "The specified VPC has no associated Internet gateway.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "AttachLoadBalancerToSubnetsRequest",
"variableName" : "attachLoadBalancerToSubnetsRequest",
"variableType" : "AttachLoadBalancerToSubnetsRequest",
"documentation" : "Contains the parameters for AttachLoaBalancerToSubnets.
",
"simpleType" : "AttachLoadBalancerToSubnetsRequest",
"variableSetterType" : "AttachLoadBalancerToSubnetsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "attachLoadBalancerToSubnets",
"operationName" : "AttachLoadBalancerToSubnets",
"returnType" : {
"returnType" : "AttachLoadBalancerToSubnetsResult",
"documentation" : "Contains the output of AttachLoadBalancerToSubnets.
"
},
"syncReturnType" : "AttachLoadBalancerToSubnetsResult"
},
"ConfigureHealthCheck" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ConfigureHealthCheckResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Specifies the health check settings to use when evaluating the health state of your EC2 instances.
For more information, see Configure Health Checks for Your Load Balancer in the Classic Load Balancers Guide.
",
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ConfigureHealthCheckRequest",
"variableName" : "configureHealthCheckRequest",
"variableType" : "ConfigureHealthCheckRequest",
"documentation" : "Contains the parameters for ConfigureHealthCheck.
",
"simpleType" : "ConfigureHealthCheckRequest",
"variableSetterType" : "ConfigureHealthCheckRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "configureHealthCheck",
"operationName" : "ConfigureHealthCheck",
"returnType" : {
"returnType" : "ConfigureHealthCheckResult",
"documentation" : "Contains the output of ConfigureHealthCheck.
"
},
"syncReturnType" : "ConfigureHealthCheckResult"
},
"CreateAppCookieStickinessPolicy" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "CreateAppCookieStickinessPolicyResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Generates a stickiness policy with sticky session lifetimes that follow that of an application-generated cookie. This policy can be associated only with HTTP/HTTPS listeners.
This policy is similar to the policy created by CreateLBCookieStickinessPolicy, except that the lifetime of the special Elastic Load Balancing cookie, AWSELB
, follows the lifetime of the application-generated cookie specified in the policy configuration. The load balancer only inserts a new stickiness cookie when the application response includes a new application cookie.
If the application cookie is explicitly removed or expires, the session stops being sticky until a new application cookie is issued.
For more information, see Application-Controlled Session Stickiness in the Classic Load Balancers Guide.
",
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "DuplicatePolicyNameException",
"documentation" : "A policy with the specified name already exists for this load balancer.
"
}, {
"exceptionName" : "TooManyPoliciesException",
"documentation" : "The quota for the number of policies for this load balancer has been reached.
"
}, {
"exceptionName" : "InvalidConfigurationRequestException",
"documentation" : "The requested configuration change is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateAppCookieStickinessPolicyRequest",
"variableName" : "createAppCookieStickinessPolicyRequest",
"variableType" : "CreateAppCookieStickinessPolicyRequest",
"documentation" : "Contains the parameters for CreateAppCookieStickinessPolicy.
",
"simpleType" : "CreateAppCookieStickinessPolicyRequest",
"variableSetterType" : "CreateAppCookieStickinessPolicyRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "createAppCookieStickinessPolicy",
"operationName" : "CreateAppCookieStickinessPolicy",
"returnType" : {
"returnType" : "CreateAppCookieStickinessPolicyResult",
"documentation" : "Contains the output for CreateAppCookieStickinessPolicy.
"
},
"syncReturnType" : "CreateAppCookieStickinessPolicyResult"
},
"CreateLBCookieStickinessPolicy" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "CreateLBCookieStickinessPolicyResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Generates a stickiness policy with sticky session lifetimes controlled by the lifetime of the browser (user-agent) or a specified expiration period. This policy can be associated only with HTTP/HTTPS listeners.
When a load balancer implements this policy, the load balancer uses a special cookie to track the instance for each request. When the load balancer receives a request, it first checks to see if this cookie is present in the request. If so, the load balancer sends the request to the application server specified in the cookie. If not, the load balancer sends the request to a server that is chosen based on the existing load-balancing algorithm.
A cookie is inserted into the response for binding subsequent requests from the same user to that server. The validity of the cookie is based on the cookie expiration time, which is specified in the policy configuration.
For more information, see Duration-Based Session Stickiness in the Classic Load Balancers Guide.
",
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "DuplicatePolicyNameException",
"documentation" : "A policy with the specified name already exists for this load balancer.
"
}, {
"exceptionName" : "TooManyPoliciesException",
"documentation" : "The quota for the number of policies for this load balancer has been reached.
"
}, {
"exceptionName" : "InvalidConfigurationRequestException",
"documentation" : "The requested configuration change is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateLBCookieStickinessPolicyRequest",
"variableName" : "createLBCookieStickinessPolicyRequest",
"variableType" : "CreateLBCookieStickinessPolicyRequest",
"documentation" : "Contains the parameters for CreateLBCookieStickinessPolicy.
",
"simpleType" : "CreateLBCookieStickinessPolicyRequest",
"variableSetterType" : "CreateLBCookieStickinessPolicyRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "createLBCookieStickinessPolicy",
"operationName" : "CreateLBCookieStickinessPolicy",
"returnType" : {
"returnType" : "CreateLBCookieStickinessPolicyResult",
"documentation" : "Contains the output for CreateLBCookieStickinessPolicy.
"
},
"syncReturnType" : "CreateLBCookieStickinessPolicyResult"
},
"CreateLoadBalancer" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "CreateLoadBalancerResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a Classic load balancer.
You can add listeners, security groups, subnets, and tags when you create your load balancer, or you can add them later using CreateLoadBalancerListeners, ApplySecurityGroupsToLoadBalancer, AttachLoadBalancerToSubnets, and AddTags.
To describe your current load balancers, see DescribeLoadBalancers. When you are finished with a load balancer, you can delete it using DeleteLoadBalancer.
You can create up to 20 load balancers per region per account. You can request an increase for the number of load balancers for your account. For more information, see Limits for Your Classic Load Balancer in the Classic Load Balancers Guide.
",
"exceptions" : [ {
"exceptionName" : "DuplicateLoadBalancerNameException",
"documentation" : "The specified load balancer name already exists for this account.
"
}, {
"exceptionName" : "TooManyLoadBalancersException",
"documentation" : "The quota for the number of load balancers has been reached.
"
}, {
"exceptionName" : "CertificateNotFoundException",
"documentation" : "The specified ARN does not refer to a valid SSL certificate in AWS Identity and Access Management (IAM) or AWS Certificate Manager (ACM). Note that if you recently uploaded the certificate to IAM, this error might indicate that the certificate is not fully available yet.
"
}, {
"exceptionName" : "InvalidConfigurationRequestException",
"documentation" : "The requested configuration change is not valid.
"
}, {
"exceptionName" : "SubnetNotFoundException",
"documentation" : "One or more of the specified subnets do not exist.
"
}, {
"exceptionName" : "InvalidSubnetException",
"documentation" : "The specified VPC has no associated Internet gateway.
"
}, {
"exceptionName" : "InvalidSecurityGroupException",
"documentation" : "One or more of the specified security groups do not exist.
"
}, {
"exceptionName" : "InvalidSchemeException",
"documentation" : "The specified value for the schema is not valid. You can only specify a scheme for load balancers in a VPC.
"
}, {
"exceptionName" : "TooManyTagsException",
"documentation" : "The quota for the number of tags that can be assigned to a load balancer has been reached.
"
}, {
"exceptionName" : "DuplicateTagKeysException",
"documentation" : "A tag key was specified more than once.
"
}, {
"exceptionName" : "UnsupportedProtocolException",
"documentation" : null
} ],
"hasBlobMemberAsPayload" : false,
"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 for CreateLoadBalancer.
"
},
"syncReturnType" : "CreateLoadBalancerResult"
},
"CreateLoadBalancerListeners" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "CreateLoadBalancerListenersResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates one or more listeners for the specified load balancer. If a listener with the specified port does not already exist, it is created; otherwise, the properties of the new listener must match the properties of the existing listener.
For more information, see Listeners for Your Classic Load Balancer in the Classic Load Balancers Guide.
",
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "DuplicateListenerException",
"documentation" : "A listener already exists for the specified load balancer name and port, but with a different instance port, protocol, or SSL certificate.
"
}, {
"exceptionName" : "CertificateNotFoundException",
"documentation" : "The specified ARN does not refer to a valid SSL certificate in AWS Identity and Access Management (IAM) or AWS Certificate Manager (ACM). Note that if you recently uploaded the certificate to IAM, this error might indicate that the certificate is not fully available yet.
"
}, {
"exceptionName" : "InvalidConfigurationRequestException",
"documentation" : "The requested configuration change is not valid.
"
}, {
"exceptionName" : "UnsupportedProtocolException",
"documentation" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateLoadBalancerListenersRequest",
"variableName" : "createLoadBalancerListenersRequest",
"variableType" : "CreateLoadBalancerListenersRequest",
"documentation" : "Contains the parameters for CreateLoadBalancerListeners.
",
"simpleType" : "CreateLoadBalancerListenersRequest",
"variableSetterType" : "CreateLoadBalancerListenersRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "createLoadBalancerListeners",
"operationName" : "CreateLoadBalancerListeners",
"returnType" : {
"returnType" : "CreateLoadBalancerListenersResult",
"documentation" : "Contains the parameters for CreateLoadBalancerListener.
"
},
"syncReturnType" : "CreateLoadBalancerListenersResult"
},
"CreateLoadBalancerPolicy" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "CreateLoadBalancerPolicyResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a policy with the specified attributes for the specified load balancer.
Policies are settings that are saved for your load balancer and that can be applied to the listener or the application server, depending on the policy type.
",
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "PolicyTypeNotFoundException",
"documentation" : "One or more of the specified policy types do not exist.
"
}, {
"exceptionName" : "DuplicatePolicyNameException",
"documentation" : "A policy with the specified name already exists for this load balancer.
"
}, {
"exceptionName" : "TooManyPoliciesException",
"documentation" : "The quota for the number of policies for this load balancer has been reached.
"
}, {
"exceptionName" : "InvalidConfigurationRequestException",
"documentation" : "The requested configuration change is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateLoadBalancerPolicyRequest",
"variableName" : "createLoadBalancerPolicyRequest",
"variableType" : "CreateLoadBalancerPolicyRequest",
"documentation" : "Contains the parameters for CreateLoadBalancerPolicy.
",
"simpleType" : "CreateLoadBalancerPolicyRequest",
"variableSetterType" : "CreateLoadBalancerPolicyRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "createLoadBalancerPolicy",
"operationName" : "CreateLoadBalancerPolicy",
"returnType" : {
"returnType" : "CreateLoadBalancerPolicyResult",
"documentation" : "Contains the output of CreateLoadBalancerPolicy.
"
},
"syncReturnType" : "CreateLoadBalancerPolicyResult"
},
"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 load balancer.
If you are attempting to recreate a load balancer, you must reconfigure all settings. The DNS name associated with a deleted load balancer are no longer usable. The name and associated DNS record of the deleted load balancer no longer exist and traffic sent to any of its IP addresses is no longer delivered to your instances.
If the load balancer does not exist or has already been deleted, the call to DeleteLoadBalancer
still succeeds.
",
"exceptions" : null,
"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"
},
"DeleteLoadBalancerListeners" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeleteLoadBalancerListenersResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the specified listeners from the specified load balancer.
",
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteLoadBalancerListenersRequest",
"variableName" : "deleteLoadBalancerListenersRequest",
"variableType" : "DeleteLoadBalancerListenersRequest",
"documentation" : "Contains the parameters for DeleteLoadBalancerListeners.
",
"simpleType" : "DeleteLoadBalancerListenersRequest",
"variableSetterType" : "DeleteLoadBalancerListenersRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteLoadBalancerListeners",
"operationName" : "DeleteLoadBalancerListeners",
"returnType" : {
"returnType" : "DeleteLoadBalancerListenersResult",
"documentation" : "Contains the output of DeleteLoadBalancerListeners.
"
},
"syncReturnType" : "DeleteLoadBalancerListenersResult"
},
"DeleteLoadBalancerPolicy" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeleteLoadBalancerPolicyResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the specified policy from the specified load balancer. This policy must not be enabled for any listeners.
",
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "InvalidConfigurationRequestException",
"documentation" : "The requested configuration change is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteLoadBalancerPolicyRequest",
"variableName" : "deleteLoadBalancerPolicyRequest",
"variableType" : "DeleteLoadBalancerPolicyRequest",
"documentation" : "Contains the parameters for DeleteLoadBalancerPolicy.
",
"simpleType" : "DeleteLoadBalancerPolicyRequest",
"variableSetterType" : "DeleteLoadBalancerPolicyRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteLoadBalancerPolicy",
"operationName" : "DeleteLoadBalancerPolicy",
"returnType" : {
"returnType" : "DeleteLoadBalancerPolicyResult",
"documentation" : "Contains the output of DeleteLoadBalancerPolicy.
"
},
"syncReturnType" : "DeleteLoadBalancerPolicyResult"
},
"DeregisterInstancesFromLoadBalancer" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeregisterInstancesFromLoadBalancerResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deregisters the specified instances from the specified load balancer. After the instance is deregistered, it no longer receives traffic from the load balancer.
You can use DescribeLoadBalancers to verify that the instance is deregistered from the load balancer.
For more information, see Register or De-Register EC2 Instances in the Classic Load Balancers Guide.
",
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "InvalidInstanceException",
"documentation" : "The specified endpoint is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeregisterInstancesFromLoadBalancerRequest",
"variableName" : "deregisterInstancesFromLoadBalancerRequest",
"variableType" : "DeregisterInstancesFromLoadBalancerRequest",
"documentation" : "Contains the parameters for DeregisterInstancesFromLoadBalancer.
",
"simpleType" : "DeregisterInstancesFromLoadBalancerRequest",
"variableSetterType" : "DeregisterInstancesFromLoadBalancerRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deregisterInstancesFromLoadBalancer",
"operationName" : "DeregisterInstancesFromLoadBalancer",
"returnType" : {
"returnType" : "DeregisterInstancesFromLoadBalancerResult",
"documentation" : "Contains the output of DeregisterInstancesFromLoadBalancer.
"
},
"syncReturnType" : "DeregisterInstancesFromLoadBalancerResult"
},
"DescribeInstanceHealth" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeInstanceHealthResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Describes the state of the specified instances with respect to the specified load balancer. If no instances are specified, the call describes the state of all instances that are currently registered with the load balancer. If instances are specified, their state is returned even if they are no longer registered with the load balancer. The state of terminated instances is not returned.
",
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "InvalidInstanceException",
"documentation" : "The specified endpoint is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeInstanceHealthRequest",
"variableName" : "describeInstanceHealthRequest",
"variableType" : "DescribeInstanceHealthRequest",
"documentation" : "Contains the parameters for DescribeInstanceHealth.
",
"simpleType" : "DescribeInstanceHealthRequest",
"variableSetterType" : "DescribeInstanceHealthRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeInstanceHealth",
"operationName" : "DescribeInstanceHealth",
"returnType" : {
"returnType" : "DescribeInstanceHealthResult",
"documentation" : "Contains the output for DescribeInstanceHealth.
"
},
"syncReturnType" : "DescribeInstanceHealthResult"
},
"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 load balancer.
",
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "LoadBalancerAttributeNotFoundException",
"documentation" : "The specified load balancer attribute 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"
},
"DescribeLoadBalancerPolicies" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeLoadBalancerPoliciesResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Describes the specified policies.
If you specify a load balancer name, the action returns the descriptions of all policies created for the load balancer. If you specify a policy name associated with your load balancer, the action returns the description of that policy. If you don't specify a load balancer name, the action returns descriptions of the specified sample policies, or descriptions of all sample policies. The names of the sample policies have the ELBSample-
prefix.
",
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "PolicyNotFoundException",
"documentation" : "One or more of the specified policies do not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeLoadBalancerPoliciesRequest",
"variableName" : "describeLoadBalancerPoliciesRequest",
"variableType" : "DescribeLoadBalancerPoliciesRequest",
"documentation" : "Contains the parameters for DescribeLoadBalancerPolicies.
",
"simpleType" : "DescribeLoadBalancerPoliciesRequest",
"variableSetterType" : "DescribeLoadBalancerPoliciesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeLoadBalancerPolicies",
"operationName" : "DescribeLoadBalancerPolicies",
"returnType" : {
"returnType" : "DescribeLoadBalancerPoliciesResult",
"documentation" : "Contains the output of DescribeLoadBalancerPolicies.
"
},
"syncReturnType" : "DescribeLoadBalancerPoliciesResult"
},
"DescribeLoadBalancerPolicyTypes" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeLoadBalancerPolicyTypesResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Describes the specified load balancer policy types or all load balancer policy types.
The description of each type indicates how it can be used. For example, some policies can be used only with layer 7 listeners, some policies can be used only with layer 4 listeners, and some policies can be used only with your EC2 instances.
You can use CreateLoadBalancerPolicy to create a policy configuration for any of these policy types. Then, depending on the policy type, use either SetLoadBalancerPoliciesOfListener or SetLoadBalancerPoliciesForBackendServer to set the policy.
",
"exceptions" : [ {
"exceptionName" : "PolicyTypeNotFoundException",
"documentation" : "One or more of the specified policy types do not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeLoadBalancerPolicyTypesRequest",
"variableName" : "describeLoadBalancerPolicyTypesRequest",
"variableType" : "DescribeLoadBalancerPolicyTypesRequest",
"documentation" : "Contains the parameters for DescribeLoadBalancerPolicyTypes.
",
"simpleType" : "DescribeLoadBalancerPolicyTypesRequest",
"variableSetterType" : "DescribeLoadBalancerPolicyTypesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeLoadBalancerPolicyTypes",
"operationName" : "DescribeLoadBalancerPolicyTypes",
"returnType" : {
"returnType" : "DescribeLoadBalancerPolicyTypesResult",
"documentation" : "Contains the output of DescribeLoadBalancerPolicyTypes.
"
},
"syncReturnType" : "DescribeLoadBalancerPolicyTypesResult"
},
"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 the load balancers. If no load balancers are specified, the call describes all of your load balancers.
",
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "DependencyThrottleException",
"documentation" : null
} ],
"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 parameters for DescribeLoadBalancers.
"
},
"syncReturnType" : "DescribeLoadBalancersResult"
},
"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 associated with the specified load balancers.
",
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer 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 for DescribeTags.
"
},
"syncReturnType" : "DescribeTagsResult"
},
"DetachLoadBalancerFromSubnets" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DetachLoadBalancerFromSubnetsResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Removes the specified subnets from the set of configured subnets for the load balancer.
After a subnet is removed, all EC2 instances registered with the load balancer in the removed subnet go into the OutOfService
state. Then, the load balancer balances the traffic among the remaining routable subnets.
",
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "InvalidConfigurationRequestException",
"documentation" : "The requested configuration change is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DetachLoadBalancerFromSubnetsRequest",
"variableName" : "detachLoadBalancerFromSubnetsRequest",
"variableType" : "DetachLoadBalancerFromSubnetsRequest",
"documentation" : "Contains the parameters for DetachLoadBalancerFromSubnets.
",
"simpleType" : "DetachLoadBalancerFromSubnetsRequest",
"variableSetterType" : "DetachLoadBalancerFromSubnetsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "detachLoadBalancerFromSubnets",
"operationName" : "DetachLoadBalancerFromSubnets",
"returnType" : {
"returnType" : "DetachLoadBalancerFromSubnetsResult",
"documentation" : "Contains the output of DetachLoadBalancerFromSubnets.
"
},
"syncReturnType" : "DetachLoadBalancerFromSubnetsResult"
},
"DisableAvailabilityZonesForLoadBalancer" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DisableAvailabilityZonesForLoadBalancerResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Removes the specified Availability Zones from the set of Availability Zones for the specified load balancer.
There must be at least one Availability Zone registered with a load balancer at all times. After an Availability Zone is removed, all instances registered with the load balancer that are in the removed Availability Zone go into the OutOfService
state. Then, the load balancer attempts to equally balance the traffic among its remaining Availability Zones.
For more information, see Add or Remove Availability Zones in the Classic Load Balancers Guide.
",
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "InvalidConfigurationRequestException",
"documentation" : "The requested configuration change is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DisableAvailabilityZonesForLoadBalancerRequest",
"variableName" : "disableAvailabilityZonesForLoadBalancerRequest",
"variableType" : "DisableAvailabilityZonesForLoadBalancerRequest",
"documentation" : "Contains the parameters for DisableAvailabilityZonesForLoadBalancer.
",
"simpleType" : "DisableAvailabilityZonesForLoadBalancerRequest",
"variableSetterType" : "DisableAvailabilityZonesForLoadBalancerRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "disableAvailabilityZonesForLoadBalancer",
"operationName" : "DisableAvailabilityZonesForLoadBalancer",
"returnType" : {
"returnType" : "DisableAvailabilityZonesForLoadBalancerResult",
"documentation" : "Contains the output for DisableAvailabilityZonesForLoadBalancer.
"
},
"syncReturnType" : "DisableAvailabilityZonesForLoadBalancerResult"
},
"EnableAvailabilityZonesForLoadBalancer" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "EnableAvailabilityZonesForLoadBalancerResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Adds the specified Availability Zones to the set of Availability Zones for the specified load balancer.
The load balancer evenly distributes requests across all its registered Availability Zones that contain instances.
For more information, see Add or Remove Availability Zones in the Classic Load Balancers Guide.
",
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "EnableAvailabilityZonesForLoadBalancerRequest",
"variableName" : "enableAvailabilityZonesForLoadBalancerRequest",
"variableType" : "EnableAvailabilityZonesForLoadBalancerRequest",
"documentation" : "Contains the parameters for EnableAvailabilityZonesForLoadBalancer.
",
"simpleType" : "EnableAvailabilityZonesForLoadBalancerRequest",
"variableSetterType" : "EnableAvailabilityZonesForLoadBalancerRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "enableAvailabilityZonesForLoadBalancer",
"operationName" : "EnableAvailabilityZonesForLoadBalancer",
"returnType" : {
"returnType" : "EnableAvailabilityZonesForLoadBalancerResult",
"documentation" : "Contains the output of EnableAvailabilityZonesForLoadBalancer.
"
},
"syncReturnType" : "EnableAvailabilityZonesForLoadBalancerResult"
},
"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 attributes of the specified load balancer.
You can modify the load balancer attributes, such as AccessLogs
, ConnectionDraining
, and CrossZoneLoadBalancing
by either enabling or disabling them. Or, you can modify the load balancer attribute ConnectionSettings
by specifying an idle connection timeout value for your load balancer.
For more information, see the following in the Classic Load Balancers Guide:
",
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "LoadBalancerAttributeNotFoundException",
"documentation" : "The specified load balancer attribute does not exist.
"
}, {
"exceptionName" : "InvalidConfigurationRequestException",
"documentation" : "The requested configuration change is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"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"
},
"RegisterInstancesWithLoadBalancer" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "RegisterInstancesWithLoadBalancerResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Adds the specified instances to the specified load balancer.
The instance must be a running instance in the same network as the load balancer (EC2-Classic or the same VPC). If you have EC2-Classic instances and a load balancer in a VPC with ClassicLink enabled, you can link the EC2-Classic instances to that VPC and then register the linked EC2-Classic instances with the load balancer in the VPC.
Note that RegisterInstanceWithLoadBalancer
completes when the request has been registered. Instance registration takes a little time to complete. To check the state of the registered instances, use DescribeLoadBalancers or DescribeInstanceHealth.
After the instance is registered, it starts receiving traffic and requests from the load balancer. Any instance that is not in one of the Availability Zones registered for the load balancer is moved to the OutOfService
state. If an Availability Zone is added to the load balancer later, any instances registered with the load balancer move to the InService
state.
To deregister instances from a load balancer, use DeregisterInstancesFromLoadBalancer.
For more information, see Register or De-Register EC2 Instances in the Classic Load Balancers Guide.
",
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "InvalidInstanceException",
"documentation" : "The specified endpoint is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "RegisterInstancesWithLoadBalancerRequest",
"variableName" : "registerInstancesWithLoadBalancerRequest",
"variableType" : "RegisterInstancesWithLoadBalancerRequest",
"documentation" : "Contains the parameters for RegisterInstancesWithLoadBalancer.
",
"simpleType" : "RegisterInstancesWithLoadBalancerRequest",
"variableSetterType" : "RegisterInstancesWithLoadBalancerRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "registerInstancesWithLoadBalancer",
"operationName" : "RegisterInstancesWithLoadBalancer",
"returnType" : {
"returnType" : "RegisterInstancesWithLoadBalancerResult",
"documentation" : "Contains the output of RegisterInstancesWithLoadBalancer.
"
},
"syncReturnType" : "RegisterInstancesWithLoadBalancerResult"
},
"RemoveTags" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "RemoveTagsResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Removes one or more tags from the specified load balancer.
",
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
} ],
"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"
},
"SetLoadBalancerListenerSSLCertificate" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "SetLoadBalancerListenerSSLCertificateResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Sets the certificate that terminates the specified listener's SSL connections. The specified certificate replaces any prior certificate that was used on the same load balancer and port.
For more information about updating your SSL certificate, see Replace the SSL Certificate for Your Load Balancer in the Classic Load Balancers Guide.
",
"exceptions" : [ {
"exceptionName" : "CertificateNotFoundException",
"documentation" : "The specified ARN does not refer to a valid SSL certificate in AWS Identity and Access Management (IAM) or AWS Certificate Manager (ACM). Note that if you recently uploaded the certificate to IAM, this error might indicate that the certificate is not fully available yet.
"
}, {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "ListenerNotFoundException",
"documentation" : "The load balancer does not have a listener configured at the specified port.
"
}, {
"exceptionName" : "InvalidConfigurationRequestException",
"documentation" : "The requested configuration change is not valid.
"
}, {
"exceptionName" : "UnsupportedProtocolException",
"documentation" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "SetLoadBalancerListenerSSLCertificateRequest",
"variableName" : "setLoadBalancerListenerSSLCertificateRequest",
"variableType" : "SetLoadBalancerListenerSSLCertificateRequest",
"documentation" : "Contains the parameters for SetLoadBalancerListenerSSLCertificate.
",
"simpleType" : "SetLoadBalancerListenerSSLCertificateRequest",
"variableSetterType" : "SetLoadBalancerListenerSSLCertificateRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "setLoadBalancerListenerSSLCertificate",
"operationName" : "SetLoadBalancerListenerSSLCertificate",
"returnType" : {
"returnType" : "SetLoadBalancerListenerSSLCertificateResult",
"documentation" : "Contains the output of SetLoadBalancerListenerSSLCertificate.
"
},
"syncReturnType" : "SetLoadBalancerListenerSSLCertificateResult"
},
"SetLoadBalancerPoliciesForBackendServer" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "SetLoadBalancerPoliciesForBackendServerResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Replaces the set of policies associated with the specified port on which the EC2 instance is listening with a new set of policies. At this time, only the back-end server authentication policy type can be applied to the instance ports; this policy type is composed of multiple public key policies.
Each time you use SetLoadBalancerPoliciesForBackendServer
to enable the policies, use the PolicyNames
parameter to list the policies that you want to enable.
You can use DescribeLoadBalancers or DescribeLoadBalancerPolicies to verify that the policy is associated with the EC2 instance.
For more information about enabling back-end instance authentication, see Configure Back-end Instance Authentication in the Classic Load Balancers Guide. For more information about Proxy Protocol, see Configure Proxy Protocol Support in the Classic Load Balancers Guide.
",
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "PolicyNotFoundException",
"documentation" : "One or more of the specified policies do not exist.
"
}, {
"exceptionName" : "InvalidConfigurationRequestException",
"documentation" : "The requested configuration change is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "SetLoadBalancerPoliciesForBackendServerRequest",
"variableName" : "setLoadBalancerPoliciesForBackendServerRequest",
"variableType" : "SetLoadBalancerPoliciesForBackendServerRequest",
"documentation" : "Contains the parameters for SetLoadBalancerPoliciesForBackendServer.
",
"simpleType" : "SetLoadBalancerPoliciesForBackendServerRequest",
"variableSetterType" : "SetLoadBalancerPoliciesForBackendServerRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "setLoadBalancerPoliciesForBackendServer",
"operationName" : "SetLoadBalancerPoliciesForBackendServer",
"returnType" : {
"returnType" : "SetLoadBalancerPoliciesForBackendServerResult",
"documentation" : "Contains the output of SetLoadBalancerPoliciesForBackendServer.
"
},
"syncReturnType" : "SetLoadBalancerPoliciesForBackendServerResult"
},
"SetLoadBalancerPoliciesOfListener" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "SetLoadBalancerPoliciesOfListenerResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Replaces the current set of policies for the specified load balancer port with the specified set of policies.
To enable back-end server authentication, use SetLoadBalancerPoliciesForBackendServer.
For more information about setting policies, see Update the SSL Negotiation Configuration, Duration-Based Session Stickiness, and Application-Controlled Session Stickiness in the Classic Load Balancers Guide.
",
"exceptions" : [ {
"exceptionName" : "LoadBalancerNotFoundException",
"documentation" : "The specified load balancer does not exist.
"
}, {
"exceptionName" : "PolicyNotFoundException",
"documentation" : "One or more of the specified policies do not exist.
"
}, {
"exceptionName" : "ListenerNotFoundException",
"documentation" : "The load balancer does not have a listener configured at the specified port.
"
}, {
"exceptionName" : "InvalidConfigurationRequestException",
"documentation" : "The requested configuration change is not valid.
"
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "SetLoadBalancerPoliciesOfListenerRequest",
"variableName" : "setLoadBalancerPoliciesOfListenerRequest",
"variableType" : "SetLoadBalancerPoliciesOfListenerRequest",
"documentation" : "Contains the parameters for SetLoadBalancePoliciesOfListener.
",
"simpleType" : "SetLoadBalancerPoliciesOfListenerRequest",
"variableSetterType" : "SetLoadBalancerPoliciesOfListenerRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "setLoadBalancerPoliciesOfListener",
"operationName" : "SetLoadBalancerPoliciesOfListener",
"returnType" : {
"returnType" : "SetLoadBalancerPoliciesOfListenerResult",
"documentation" : "Contains the output of SetLoadBalancePoliciesOfListener.
"
},
"syncReturnType" : "SetLoadBalancerPoliciesOfListenerResult"
}
},
"shapes" : {
"AccessLog" : {
"c2jName" : "AccessLog",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Information about the AccessLog
attribute.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"hasUriMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "Enabled",
"c2jShape" : "AccessLogEnabled",
"deprecated" : false,
"documentation" : "Specifies whether access logs are enabled for the load balancer.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Specifies whether access logs are enabled for the load balancer.
\n@param enabled Specifies whether access logs are enabled for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Specifies whether access logs are enabled for the load balancer.
\n@return Specifies whether access logs are enabled for the load balancer.*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Enabled",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Enabled",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Enabled",
"setterDocumentation" : "/**Specifies whether access logs are enabled for the load balancer.
\n@param enabled Specifies whether access logs are enabled for the load balancer.*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enabled",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**Specifies whether access logs are enabled for the load balancer.
\n@param enabled Specifies whether access logs are enabled for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enabled",
"variableType" : "Boolean",
"documentation" : "Specifies whether access logs are enabled for the load balancer.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "S3BucketName",
"c2jShape" : "S3BucketName",
"deprecated" : false,
"documentation" : "The name of the Amazon S3 bucket where the access logs are stored.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the Amazon S3 bucket where the access logs are stored.
\n@param s3BucketName The name of the Amazon S3 bucket where the access logs are stored.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The name of the Amazon S3 bucket where the access logs are stored.
\n@return The name of the Amazon S3 bucket where the access logs are stored.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "S3BucketName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "S3BucketName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "S3BucketName",
"setterDocumentation" : "/**The name of the Amazon S3 bucket where the access logs are stored.
\n@param s3BucketName The name of the Amazon S3 bucket where the access logs are stored.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "s3BucketName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the Amazon S3 bucket where the access logs are stored.
\n@param s3BucketName The name of the Amazon S3 bucket where the access logs are stored.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "s3BucketName",
"variableType" : "String",
"documentation" : "The name of the Amazon S3 bucket where the access logs are stored.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "EmitInterval",
"c2jShape" : "AccessLogInterval",
"deprecated" : false,
"documentation" : "The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes.
Default: 60 minutes
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes.
Default: 60 minutes
\n@param emitInterval The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes. Default: 60 minutes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes.
Default: 60 minutes
\n@return The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes. Default: 60 minutes*/",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "EmitInterval",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EmitInterval",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "EmitInterval",
"setterDocumentation" : "/**
The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes.
Default: 60 minutes
\n@param emitInterval The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes. Default: 60 minutes*/",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "emitInterval",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes.
Default: 60 minutes
\n@param emitInterval The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes. Default: 60 minutes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "emitInterval",
"variableType" : "Integer",
"documentation" : "
The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes.
Default: 60 minutes
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "S3BucketPrefix",
"c2jShape" : "AccessLogPrefix",
"deprecated" : false,
"documentation" : "The logical hierarchy you created for your Amazon S3 bucket, for example my-bucket-prefix/prod
. If the prefix is not provided, the log is placed at the root level of the bucket.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The logical hierarchy you created for your Amazon S3 bucket, for example my-bucket-prefix/prod
. If the prefix is not provided, the log is placed at the root level of the bucket.
\n@param s3BucketPrefix The logical hierarchy you created for your Amazon S3 bucket, for example my-bucket-prefix/prod
. If the prefix is not provided, the log is placed at the root level of the bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The logical hierarchy you created for your Amazon S3 bucket, for example my-bucket-prefix/prod
. If the prefix is not provided, the log is placed at the root level of the bucket.
\n@return The logical hierarchy you created for your Amazon S3 bucket, for example my-bucket-prefix/prod
. If the prefix is not provided, the log is placed at the root level of the bucket.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "S3BucketPrefix",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "S3BucketPrefix",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "S3BucketPrefix",
"setterDocumentation" : "/**The logical hierarchy you created for your Amazon S3 bucket, for example my-bucket-prefix/prod
. If the prefix is not provided, the log is placed at the root level of the bucket.
\n@param s3BucketPrefix The logical hierarchy you created for your Amazon S3 bucket, for example my-bucket-prefix/prod
. If the prefix is not provided, the log is placed at the root level of the bucket.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "s3BucketPrefix",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The logical hierarchy you created for your Amazon S3 bucket, for example my-bucket-prefix/prod
. If the prefix is not provided, the log is placed at the root level of the bucket.
\n@param s3BucketPrefix The logical hierarchy you created for your Amazon S3 bucket, for example my-bucket-prefix/prod
. If the prefix is not provided, the log is placed at the root level of the bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "s3BucketPrefix",
"variableType" : "String",
"documentation" : "The logical hierarchy you created for your Amazon S3 bucket, for example my-bucket-prefix/prod
. If the prefix is not provided, the log is placed at the root level of the bucket.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"EmitInterval" : {
"c2jName" : "EmitInterval",
"c2jShape" : "AccessLogInterval",
"deprecated" : false,
"documentation" : "The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes.
Default: 60 minutes
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes.
Default: 60 minutes
\n@param emitInterval The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes. Default: 60 minutes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**
The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes.
Default: 60 minutes
\n@return The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes. Default: 60 minutes*/",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "EmitInterval",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EmitInterval",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "EmitInterval",
"setterDocumentation" : "/**
The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes.
Default: 60 minutes
\n@param emitInterval The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes. Default: 60 minutes*/",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "emitInterval",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**
The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes.
Default: 60 minutes
\n@param emitInterval The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes. Default: 60 minutes\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "emitInterval",
"variableType" : "Integer",
"documentation" : "
The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes.
Default: 60 minutes
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"Enabled" : {
"c2jName" : "Enabled",
"c2jShape" : "AccessLogEnabled",
"deprecated" : false,
"documentation" : "Specifies whether access logs are enabled for the load balancer.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Specifies whether access logs are enabled for the load balancer.
\n@param enabled Specifies whether access logs are enabled for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Specifies whether access logs are enabled for the load balancer.
\n@return Specifies whether access logs are enabled for the load balancer.*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Enabled",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Enabled",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Enabled",
"setterDocumentation" : "/**Specifies whether access logs are enabled for the load balancer.
\n@param enabled Specifies whether access logs are enabled for the load balancer.*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enabled",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**Specifies whether access logs are enabled for the load balancer.
\n@param enabled Specifies whether access logs are enabled for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enabled",
"variableType" : "Boolean",
"documentation" : "Specifies whether access logs are enabled for the load balancer.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"S3BucketName" : {
"c2jName" : "S3BucketName",
"c2jShape" : "S3BucketName",
"deprecated" : false,
"documentation" : "The name of the Amazon S3 bucket where the access logs are stored.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the Amazon S3 bucket where the access logs are stored.
\n@param s3BucketName The name of the Amazon S3 bucket where the access logs are stored.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The name of the Amazon S3 bucket where the access logs are stored.
\n@return The name of the Amazon S3 bucket where the access logs are stored.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "S3BucketName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "S3BucketName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "S3BucketName",
"setterDocumentation" : "/**The name of the Amazon S3 bucket where the access logs are stored.
\n@param s3BucketName The name of the Amazon S3 bucket where the access logs are stored.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "s3BucketName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the Amazon S3 bucket where the access logs are stored.
\n@param s3BucketName The name of the Amazon S3 bucket where the access logs are stored.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "s3BucketName",
"variableType" : "String",
"documentation" : "The name of the Amazon S3 bucket where the access logs are stored.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"S3BucketPrefix" : {
"c2jName" : "S3BucketPrefix",
"c2jShape" : "AccessLogPrefix",
"deprecated" : false,
"documentation" : "The logical hierarchy you created for your Amazon S3 bucket, for example my-bucket-prefix/prod
. If the prefix is not provided, the log is placed at the root level of the bucket.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The logical hierarchy you created for your Amazon S3 bucket, for example my-bucket-prefix/prod
. If the prefix is not provided, the log is placed at the root level of the bucket.
\n@param s3BucketPrefix The logical hierarchy you created for your Amazon S3 bucket, for example my-bucket-prefix/prod
. If the prefix is not provided, the log is placed at the root level of the bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The logical hierarchy you created for your Amazon S3 bucket, for example my-bucket-prefix/prod
. If the prefix is not provided, the log is placed at the root level of the bucket.
\n@return The logical hierarchy you created for your Amazon S3 bucket, for example my-bucket-prefix/prod
. If the prefix is not provided, the log is placed at the root level of the bucket.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "S3BucketPrefix",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "S3BucketPrefix",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "S3BucketPrefix",
"setterDocumentation" : "/**The logical hierarchy you created for your Amazon S3 bucket, for example my-bucket-prefix/prod
. If the prefix is not provided, the log is placed at the root level of the bucket.
\n@param s3BucketPrefix The logical hierarchy you created for your Amazon S3 bucket, for example my-bucket-prefix/prod
. If the prefix is not provided, the log is placed at the root level of the bucket.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "s3BucketPrefix",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The logical hierarchy you created for your Amazon S3 bucket, for example my-bucket-prefix/prod
. If the prefix is not provided, the log is placed at the root level of the bucket.
\n@param s3BucketPrefix The logical hierarchy you created for your Amazon S3 bucket, for example my-bucket-prefix/prod
. If the prefix is not provided, the log is placed at the root level of the bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "s3BucketPrefix",
"variableType" : "String",
"documentation" : "The logical hierarchy you created for your Amazon S3 bucket, for example my-bucket-prefix/prod
. If the prefix is not provided, the log is placed at the root level of the bucket.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "Enabled" ],
"shapeName" : "AccessLog",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AccessLog",
"variableName" : "accessLog",
"variableType" : "AccessLog",
"documentation" : null,
"simpleType" : "AccessLog",
"variableSetterType" : "AccessLog"
},
"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" : "LoadBalancerNames",
"c2jShape" : "LoadBalancerNames",
"deprecated" : false,
"documentation" : "The name of the load balancer. You can specify one load balancer only.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the load balancer. You can specify one load balancer only.
\n@param loadBalancerNames The name of the load balancer. You can specify one load balancer only.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The name of the load balancer. You can specify one load balancer only.
\n@return The name of the load balancer. You can specify one load balancer only.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "LoadBalancerNames",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "LoadBalancerNames",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "AccessPointName",
"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" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "LoadBalancerNames",
"setterDocumentation" : "/**The name of the load balancer. You can specify one load balancer only.
\n@param loadBalancerNames The name of the load balancer. You can specify one load balancer only.*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "loadBalancerNames",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**The name of the load balancer. You can specify one load balancer only.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setLoadBalancerNames(java.util.Collection)} or {@link #withLoadBalancerNames(java.util.Collection)} if you want to override the existing values.
\n@param loadBalancerNames The name of the load balancer. You can specify one load balancer only.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "loadBalancerNames",
"variableType" : "java.util.List",
"documentation" : "The name of the load balancer. You can specify one load balancer only.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Tags",
"c2jShape" : "TagList",
"deprecated" : false,
"documentation" : "The tags.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The tags.
\n@param tags The tags.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The tags.
\n@return The 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" : "com.amazonaws.internal.SdkInternalList",
"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" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Tags",
"setterDocumentation" : "/**The tags.
\n@param tags The tags.*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**The tags.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.
\n@param tags The tags.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "The tags.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"LoadBalancerNames" : {
"c2jName" : "LoadBalancerNames",
"c2jShape" : "LoadBalancerNames",
"deprecated" : false,
"documentation" : "The name of the load balancer. You can specify one load balancer only.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the load balancer. You can specify one load balancer only.
\n@param loadBalancerNames The name of the load balancer. You can specify one load balancer only.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The name of the load balancer. You can specify one load balancer only.
\n@return The name of the load balancer. You can specify one load balancer only.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "LoadBalancerNames",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "LoadBalancerNames",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "AccessPointName",
"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" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "LoadBalancerNames",
"setterDocumentation" : "/**The name of the load balancer. You can specify one load balancer only.
\n@param loadBalancerNames The name of the load balancer. You can specify one load balancer only.*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "loadBalancerNames",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**The name of the load balancer. You can specify one load balancer only.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setLoadBalancerNames(java.util.Collection)} or {@link #withLoadBalancerNames(java.util.Collection)} if you want to override the existing values.
\n@param loadBalancerNames The name of the load balancer. You can specify one load balancer only.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "loadBalancerNames",
"variableType" : "java.util.List",
"documentation" : "The name of the load balancer. You can specify one load balancer only.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"Tags" : {
"c2jName" : "Tags",
"c2jShape" : "TagList",
"deprecated" : false,
"documentation" : "The tags.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The tags.
\n@param tags The tags.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The tags.
\n@return The 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" : "com.amazonaws.internal.SdkInternalList",
"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" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Tags",
"setterDocumentation" : "/**The tags.
\n@param tags The tags.*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**The tags.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.
\n@param tags The tags.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "tags",
"variableType" : "java.util.List",
"documentation" : "The tags.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "LoadBalancerNames", "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
},
"AdditionalAttribute" : {
"c2jName" : "AdditionalAttribute",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "This data type is reserved.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"hasUriMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "Key",
"c2jShape" : "AdditionalAttributeKey",
"deprecated" : false,
"documentation" : "This parameter is reserved.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**This parameter is reserved.
\n@param key This parameter is reserved.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**This parameter is reserved.
\n@return This parameter is reserved.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Key",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Key",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Key",
"setterDocumentation" : "/**This parameter is reserved.
\n@param key This parameter is reserved.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**This parameter is reserved.
\n@param key This parameter is reserved.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "This parameter is reserved.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Value",
"c2jShape" : "AdditionalAttributeValue",
"deprecated" : false,
"documentation" : "This parameter is reserved.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**This parameter is reserved.
\n@param value This parameter is reserved.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**This parameter is reserved.
\n@return This parameter is reserved.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Value",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Value",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Value",
"setterDocumentation" : "/**This parameter is reserved.
\n@param value This parameter is reserved.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**This parameter is reserved.
\n@param value This parameter is reserved.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "This parameter is reserved.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Key" : {
"c2jName" : "Key",
"c2jShape" : "AdditionalAttributeKey",
"deprecated" : false,
"documentation" : "This parameter is reserved.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**This parameter is reserved.
\n@param key This parameter is reserved.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**This parameter is reserved.
\n@return This parameter is reserved.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Key",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Key",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Key",
"setterDocumentation" : "/**This parameter is reserved.
\n@param key This parameter is reserved.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**This parameter is reserved.
\n@param key This parameter is reserved.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "This parameter is reserved.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Value" : {
"c2jName" : "Value",
"c2jShape" : "AdditionalAttributeValue",
"deprecated" : false,
"documentation" : "This parameter is reserved.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**This parameter is reserved.
\n@param value This parameter is reserved.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**This parameter is reserved.
\n@return This parameter is reserved.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Value",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Value",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Value",
"setterDocumentation" : "/**This parameter is reserved.
\n@param value This parameter is reserved.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**This parameter is reserved.
\n@param value This parameter is reserved.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "This parameter is reserved.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "AdditionalAttribute",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AdditionalAttribute",
"variableName" : "additionalAttribute",
"variableType" : "AdditionalAttribute",
"documentation" : null,
"simpleType" : "AdditionalAttribute",
"variableSetterType" : "AdditionalAttribute"
},
"wrapper" : false
},
"AppCookieStickinessPolicy" : {
"c2jName" : "AppCookieStickinessPolicy",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Information about a policy for application-controlled session stickiness.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"hasUriMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "PolicyName",
"c2jShape" : "PolicyName",
"deprecated" : false,
"documentation" : "The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer.
\n@param policyName The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer.
\n@return The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "PolicyName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PolicyName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PolicyName",
"setterDocumentation" : "/**The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer.
\n@param policyName The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer.
\n@param policyName The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "CookieName",
"c2jShape" : "CookieName",
"deprecated" : false,
"documentation" : "The name of the application cookie used for stickiness.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the application cookie used for stickiness.
\n@param cookieName The name of the application cookie used for stickiness.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The name of the application cookie used for stickiness.
\n@return The name of the application cookie used for stickiness.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "CookieName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CookieName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CookieName",
"setterDocumentation" : "/**The name of the application cookie used for stickiness.
\n@param cookieName The name of the application cookie used for stickiness.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "cookieName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the application cookie used for stickiness.
\n@param cookieName The name of the application cookie used for stickiness.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "cookieName",
"variableType" : "String",
"documentation" : "The name of the application cookie used for stickiness.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CookieName" : {
"c2jName" : "CookieName",
"c2jShape" : "CookieName",
"deprecated" : false,
"documentation" : "The name of the application cookie used for stickiness.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the application cookie used for stickiness.
\n@param cookieName The name of the application cookie used for stickiness.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The name of the application cookie used for stickiness.
\n@return The name of the application cookie used for stickiness.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "CookieName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CookieName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CookieName",
"setterDocumentation" : "/**The name of the application cookie used for stickiness.
\n@param cookieName The name of the application cookie used for stickiness.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "cookieName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the application cookie used for stickiness.
\n@param cookieName The name of the application cookie used for stickiness.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "cookieName",
"variableType" : "String",
"documentation" : "The name of the application cookie used for stickiness.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"PolicyName" : {
"c2jName" : "PolicyName",
"c2jShape" : "PolicyName",
"deprecated" : false,
"documentation" : "The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer.
\n@param policyName The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer.
\n@return The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "PolicyName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PolicyName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PolicyName",
"setterDocumentation" : "/**The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer.
\n@param policyName The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer.
\n@param policyName The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "AppCookieStickinessPolicy",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AppCookieStickinessPolicy",
"variableName" : "appCookieStickinessPolicy",
"variableType" : "AppCookieStickinessPolicy",
"documentation" : null,
"simpleType" : "AppCookieStickinessPolicy",
"variableSetterType" : "AppCookieStickinessPolicy"
},
"wrapper" : false
},
"ApplySecurityGroupsToLoadBalancerRequest" : {
"c2jName" : "ApplySecurityGroupsToLoadBalancerInput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Contains the parameters for ApplySecurityGroupsToLoadBalancer.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"hasUriMember" : false,
"marshaller" : {
"action" : "ApplySecurityGroupsToLoadBalancer",
"locationName" : null,
"requestUri" : "/",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "LoadBalancerName",
"c2jShape" : "AccessPointName",
"deprecated" : false,
"documentation" : "The name of the load balancer.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the load balancer.
\n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The name of the load balancer.
\n@return The name 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" : "LoadBalancerName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "LoadBalancerName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "LoadBalancerName",
"setterDocumentation" : "/**The name of the load balancer.
\n@param loadBalancerName The name of the load balancer.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "loadBalancerName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the load balancer.
\n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "loadBalancerName",
"variableType" : "String",
"documentation" : "The name of the load balancer.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "SecurityGroups",
"c2jShape" : "SecurityGroups",
"deprecated" : false,
"documentation" : "The IDs of the security groups to associate with the load balancer. Note that you cannot specify the name of the security group.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The IDs of the security groups to associate with the load balancer. Note that you cannot specify the name of the security group.
\n@param securityGroups The IDs of the security groups to associate with the load balancer. Note that you cannot specify the name of the security group.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The IDs of the security groups to associate with the load balancer. Note that you cannot specify the name of the security group.
\n@return The IDs of the security groups to associate with the load balancer. Note that you cannot specify the name of the security group.*/",
"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" : "com.amazonaws.internal.SdkInternalList",
"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" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "SecurityGroups",
"setterDocumentation" : "/**The IDs of the security groups to associate with the load balancer. Note that you cannot specify the name of the security group.
\n@param securityGroups The IDs of the security groups to associate with the load balancer. Note that you cannot specify the name of the security group.*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "securityGroups",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**The IDs of the security groups to associate with the load balancer. Note that you cannot specify the name of the security group.
\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 associate with the load balancer. Note that you cannot specify the name of the security group.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "securityGroups",
"variableType" : "java.util.List",
"documentation" : "The IDs of the security groups to associate with the load balancer. Note that you cannot specify the name of the security group.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"LoadBalancerName" : {
"c2jName" : "LoadBalancerName",
"c2jShape" : "AccessPointName",
"deprecated" : false,
"documentation" : "The name of the load balancer.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the load balancer.
\n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The name of the load balancer.
\n@return The name 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" : "LoadBalancerName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "LoadBalancerName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "LoadBalancerName",
"setterDocumentation" : "/**The name of the load balancer.
\n@param loadBalancerName The name of the load balancer.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "loadBalancerName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the load balancer.
\n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "loadBalancerName",
"variableType" : "String",
"documentation" : "The name of the load balancer.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"SecurityGroups" : {
"c2jName" : "SecurityGroups",
"c2jShape" : "SecurityGroups",
"deprecated" : false,
"documentation" : "The IDs of the security groups to associate with the load balancer. Note that you cannot specify the name of the security group.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The IDs of the security groups to associate with the load balancer. Note that you cannot specify the name of the security group.
\n@param securityGroups The IDs of the security groups to associate with the load balancer. Note that you cannot specify the name of the security group.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The IDs of the security groups to associate with the load balancer. Note that you cannot specify the name of the security group.
\n@return The IDs of the security groups to associate with the load balancer. Note that you cannot specify the name of the security group.*/",
"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" : "com.amazonaws.internal.SdkInternalList",
"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" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "SecurityGroups",
"setterDocumentation" : "/**The IDs of the security groups to associate with the load balancer. Note that you cannot specify the name of the security group.
\n@param securityGroups The IDs of the security groups to associate with the load balancer. Note that you cannot specify the name of the security group.*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "securityGroups",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**The IDs of the security groups to associate with the load balancer. Note that you cannot specify the name of the security group.
\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 associate with the load balancer. Note that you cannot specify the name of the security group.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "securityGroups",
"variableType" : "java.util.List",
"documentation" : "The IDs of the security groups to associate with the load balancer. Note that you cannot specify the name of the security group.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "LoadBalancerName", "SecurityGroups" ],
"shapeName" : "ApplySecurityGroupsToLoadBalancerRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ApplySecurityGroupsToLoadBalancerRequest",
"variableName" : "applySecurityGroupsToLoadBalancerRequest",
"variableType" : "ApplySecurityGroupsToLoadBalancerRequest",
"documentation" : null,
"simpleType" : "ApplySecurityGroupsToLoadBalancerRequest",
"variableSetterType" : "ApplySecurityGroupsToLoadBalancerRequest"
},
"wrapper" : false
},
"ApplySecurityGroupsToLoadBalancerResult" : {
"c2jName" : "ApplySecurityGroupsToLoadBalancerOutput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Contains the output of ApplySecurityGroupsToLoadBalancer.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"hasUriMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "SecurityGroups",
"c2jShape" : "SecurityGroups",
"deprecated" : false,
"documentation" : "The IDs of the security groups associated with the load balancer.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The IDs of the security groups associated with the load balancer.
\n@param securityGroups The IDs of the security groups associated with 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 associated with the load balancer.
\n@return The IDs of the security groups associated with 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" : "com.amazonaws.internal.SdkInternalList",
"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" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "SecurityGroups",
"setterDocumentation" : "/**The IDs of the security groups associated with the load balancer.
\n@param securityGroups The IDs of the security groups associated with the load balancer.*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "securityGroups",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**The IDs of the security groups associated with 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 associated with the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "securityGroups",
"variableType" : "java.util.List",
"documentation" : "The IDs of the security groups associated with the load balancer.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"SecurityGroups" : {
"c2jName" : "SecurityGroups",
"c2jShape" : "SecurityGroups",
"deprecated" : false,
"documentation" : "The IDs of the security groups associated with the load balancer.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The IDs of the security groups associated with the load balancer.
\n@param securityGroups The IDs of the security groups associated with 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 associated with the load balancer.
\n@return The IDs of the security groups associated with 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" : "com.amazonaws.internal.SdkInternalList",
"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" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "SecurityGroups",
"setterDocumentation" : "/**The IDs of the security groups associated with the load balancer.
\n@param securityGroups The IDs of the security groups associated with the load balancer.*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "securityGroups",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**The IDs of the security groups associated with 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 associated with the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "securityGroups",
"variableType" : "java.util.List",
"documentation" : "The IDs of the security groups associated with the load balancer.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "ApplySecurityGroupsToLoadBalancerResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "ApplySecurityGroupsToLoadBalancerResult"
},
"variable" : {
"variableDeclarationType" : "ApplySecurityGroupsToLoadBalancerResult",
"variableName" : "applySecurityGroupsToLoadBalancerResult",
"variableType" : "ApplySecurityGroupsToLoadBalancerResult",
"documentation" : null,
"simpleType" : "ApplySecurityGroupsToLoadBalancerResult",
"variableSetterType" : "ApplySecurityGroupsToLoadBalancerResult"
},
"wrapper" : false
},
"AttachLoadBalancerToSubnetsRequest" : {
"c2jName" : "AttachLoadBalancerToSubnetsInput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Contains the parameters for AttachLoaBalancerToSubnets.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"hasUriMember" : false,
"marshaller" : {
"action" : "AttachLoadBalancerToSubnets",
"locationName" : null,
"requestUri" : "/",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "LoadBalancerName",
"c2jShape" : "AccessPointName",
"deprecated" : false,
"documentation" : "The name of the load balancer.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the load balancer.
\n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The name of the load balancer.
\n@return The name 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" : "LoadBalancerName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "LoadBalancerName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "LoadBalancerName",
"setterDocumentation" : "/**The name of the load balancer.
\n@param loadBalancerName The name of the load balancer.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "loadBalancerName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the load balancer.
\n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "loadBalancerName",
"variableType" : "String",
"documentation" : "The name of the load balancer.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Subnets",
"c2jShape" : "Subnets",
"deprecated" : false,
"documentation" : "The IDs of the subnets to add. You can add only one subnet per Availability Zone.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The IDs of the subnets to add. You can add only one subnet per Availability Zone.
\n@param subnets The IDs of the subnets to add. You can add only one subnet per Availability Zone.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The IDs of the subnets to add. You can add only one subnet per Availability Zone.
\n@return The IDs of the subnets to add. You can add only one subnet per Availability Zone.*/",
"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" : "com.amazonaws.internal.SdkInternalList",
"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" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Subnets",
"setterDocumentation" : "/**The IDs of the subnets to add. You can add only one subnet per Availability Zone.
\n@param subnets The IDs of the subnets to add. You can add only one subnet per Availability Zone.*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "subnets",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**The IDs of the subnets to add. You can add only one subnet per Availability Zone.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setSubnets(java.util.Collection)} or {@link #withSubnets(java.util.Collection)} if you want to override the existing values.
\n@param subnets The IDs of the subnets to add. You can add only one subnet per Availability Zone.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "subnets",
"variableType" : "java.util.List",
"documentation" : "The IDs of the subnets to add. You can add only one subnet per Availability Zone.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"LoadBalancerName" : {
"c2jName" : "LoadBalancerName",
"c2jShape" : "AccessPointName",
"deprecated" : false,
"documentation" : "The name of the load balancer.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the load balancer.
\n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The name of the load balancer.
\n@return The name 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" : "LoadBalancerName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "LoadBalancerName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "LoadBalancerName",
"setterDocumentation" : "/**The name of the load balancer.
\n@param loadBalancerName The name of the load balancer.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "loadBalancerName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the load balancer.
\n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "loadBalancerName",
"variableType" : "String",
"documentation" : "The name of the load balancer.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Subnets" : {
"c2jName" : "Subnets",
"c2jShape" : "Subnets",
"deprecated" : false,
"documentation" : "The IDs of the subnets to add. You can add only one subnet per Availability Zone.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The IDs of the subnets to add. You can add only one subnet per Availability Zone.
\n@param subnets The IDs of the subnets to add. You can add only one subnet per Availability Zone.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The IDs of the subnets to add. You can add only one subnet per Availability Zone.
\n@return The IDs of the subnets to add. You can add only one subnet per Availability Zone.*/",
"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" : "com.amazonaws.internal.SdkInternalList",
"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" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Subnets",
"setterDocumentation" : "/**The IDs of the subnets to add. You can add only one subnet per Availability Zone.
\n@param subnets The IDs of the subnets to add. You can add only one subnet per Availability Zone.*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "subnets",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**The IDs of the subnets to add. You can add only one subnet per Availability Zone.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setSubnets(java.util.Collection)} or {@link #withSubnets(java.util.Collection)} if you want to override the existing values.
\n@param subnets The IDs of the subnets to add. You can add only one subnet per Availability Zone.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "subnets",
"variableType" : "java.util.List",
"documentation" : "The IDs of the subnets to add. You can add only one subnet per Availability Zone.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "LoadBalancerName", "Subnets" ],
"shapeName" : "AttachLoadBalancerToSubnetsRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AttachLoadBalancerToSubnetsRequest",
"variableName" : "attachLoadBalancerToSubnetsRequest",
"variableType" : "AttachLoadBalancerToSubnetsRequest",
"documentation" : null,
"simpleType" : "AttachLoadBalancerToSubnetsRequest",
"variableSetterType" : "AttachLoadBalancerToSubnetsRequest"
},
"wrapper" : false
},
"AttachLoadBalancerToSubnetsResult" : {
"c2jName" : "AttachLoadBalancerToSubnetsOutput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Contains the output of AttachLoadBalancerToSubnets.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"hasUriMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "Subnets",
"c2jShape" : "Subnets",
"deprecated" : false,
"documentation" : "The IDs of the subnets attached to the load balancer.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The IDs of the subnets attached to the load balancer.
\n@param subnets The IDs of the subnets attached 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 subnets attached to the load balancer.
\n@return The IDs of the subnets attached 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" : "Subnets",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Subnets",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"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" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Subnets",
"setterDocumentation" : "/**The IDs of the subnets attached to the load balancer.
\n@param subnets The IDs of the subnets attached to the load balancer.*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "subnets",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**The IDs of the subnets attached to the load balancer.
\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 attached to the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "subnets",
"variableType" : "java.util.List",
"documentation" : "The IDs of the subnets attached to the load balancer.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Subnets" : {
"c2jName" : "Subnets",
"c2jShape" : "Subnets",
"deprecated" : false,
"documentation" : "The IDs of the subnets attached to the load balancer.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The IDs of the subnets attached to the load balancer.
\n@param subnets The IDs of the subnets attached 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 subnets attached to the load balancer.
\n@return The IDs of the subnets attached 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" : "Subnets",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Subnets",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"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" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Subnets",
"setterDocumentation" : "/**The IDs of the subnets attached to the load balancer.
\n@param subnets The IDs of the subnets attached to the load balancer.*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "subnets",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**The IDs of the subnets attached to the load balancer.
\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 attached to the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "subnets",
"variableType" : "java.util.List",
"documentation" : "The IDs of the subnets attached to the load balancer.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "AttachLoadBalancerToSubnetsResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "AttachLoadBalancerToSubnetsResult"
},
"variable" : {
"variableDeclarationType" : "AttachLoadBalancerToSubnetsResult",
"variableName" : "attachLoadBalancerToSubnetsResult",
"variableType" : "AttachLoadBalancerToSubnetsResult",
"documentation" : null,
"simpleType" : "AttachLoadBalancerToSubnetsResult",
"variableSetterType" : "AttachLoadBalancerToSubnetsResult"
},
"wrapper" : false
},
"BackendServerDescription" : {
"c2jName" : "BackendServerDescription",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Information about the configuration of an EC2 instance.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"hasUriMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "InstancePort",
"c2jShape" : "InstancePort",
"deprecated" : false,
"documentation" : "The port on which the EC2 instance is listening.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The port on which the EC2 instance is listening.
\n@param instancePort The port on which the EC2 instance is listening.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The port on which the EC2 instance is listening.
\n@return The port on which the EC2 instance is listening.*/",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "InstancePort",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "InstancePort",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "InstancePort",
"setterDocumentation" : "/**The port on which the EC2 instance is listening.
\n@param instancePort The port on which the EC2 instance is listening.*/",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "instancePort",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**The port on which the EC2 instance is listening.
\n@param instancePort The port on which the EC2 instance is listening.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "instancePort",
"variableType" : "Integer",
"documentation" : "The port on which the EC2 instance is listening.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "PolicyNames",
"c2jShape" : "PolicyNames",
"deprecated" : false,
"documentation" : "The names of the policies enabled for the EC2 instance.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The names of the policies enabled for the EC2 instance.
\n@param policyNames The names of the policies enabled for the EC2 instance.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The names of the policies enabled for the EC2 instance.
\n@return The names of the policies enabled for the EC2 instance.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "PolicyNames",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PolicyNames",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "PolicyName",
"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" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "PolicyNames",
"setterDocumentation" : "/**The names of the policies enabled for the EC2 instance.
\n@param policyNames The names of the policies enabled for the EC2 instance.*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "policyNames",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**The names of the policies enabled for the EC2 instance.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setPolicyNames(java.util.Collection)} or {@link #withPolicyNames(java.util.Collection)} if you want to override the existing values.
\n@param policyNames The names of the policies enabled for the EC2 instance.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "policyNames",
"variableType" : "java.util.List",
"documentation" : "The names of the policies enabled for the EC2 instance.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"InstancePort" : {
"c2jName" : "InstancePort",
"c2jShape" : "InstancePort",
"deprecated" : false,
"documentation" : "The port on which the EC2 instance is listening.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The port on which the EC2 instance is listening.
\n@param instancePort The port on which the EC2 instance is listening.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The port on which the EC2 instance is listening.
\n@return The port on which the EC2 instance is listening.*/",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "InstancePort",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "InstancePort",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "InstancePort",
"setterDocumentation" : "/**The port on which the EC2 instance is listening.
\n@param instancePort The port on which the EC2 instance is listening.*/",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "instancePort",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**The port on which the EC2 instance is listening.
\n@param instancePort The port on which the EC2 instance is listening.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "instancePort",
"variableType" : "Integer",
"documentation" : "The port on which the EC2 instance is listening.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"PolicyNames" : {
"c2jName" : "PolicyNames",
"c2jShape" : "PolicyNames",
"deprecated" : false,
"documentation" : "The names of the policies enabled for the EC2 instance.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The names of the policies enabled for the EC2 instance.
\n@param policyNames The names of the policies enabled for the EC2 instance.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The names of the policies enabled for the EC2 instance.
\n@return The names of the policies enabled for the EC2 instance.*/",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "PolicyNames",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PolicyNames",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "PolicyName",
"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" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "PolicyNames",
"setterDocumentation" : "/**The names of the policies enabled for the EC2 instance.
\n@param policyNames The names of the policies enabled for the EC2 instance.*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "policyNames",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**The names of the policies enabled for the EC2 instance.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setPolicyNames(java.util.Collection)} or {@link #withPolicyNames(java.util.Collection)} if you want to override the existing values.
\n@param policyNames The names of the policies enabled for the EC2 instance.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "policyNames",
"variableType" : "java.util.List",
"documentation" : "The names of the policies enabled for the EC2 instance.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "BackendServerDescription",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "BackendServerDescription",
"variableName" : "backendServerDescription",
"variableType" : "BackendServerDescription",
"documentation" : null,
"simpleType" : "BackendServerDescription",
"variableSetterType" : "BackendServerDescription"
},
"wrapper" : false
},
"CertificateNotFoundException" : {
"c2jName" : "CertificateNotFoundException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The specified ARN does not refer to a valid SSL certificate in AWS Identity and Access Management (IAM) or AWS Certificate Manager (ACM). Note that if you recently uploaded the certificate to IAM, this error might indicate that the certificate is not fully available yet.
",
"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
},
"ConfigureHealthCheckRequest" : {
"c2jName" : "ConfigureHealthCheckInput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Contains the parameters for ConfigureHealthCheck.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"hasUriMember" : false,
"marshaller" : {
"action" : "ConfigureHealthCheck",
"locationName" : null,
"requestUri" : "/",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "LoadBalancerName",
"c2jShape" : "AccessPointName",
"deprecated" : false,
"documentation" : "The name of the load balancer.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the load balancer.
\n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The name of the load balancer.
\n@return The name 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" : "LoadBalancerName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "LoadBalancerName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "LoadBalancerName",
"setterDocumentation" : "/**The name of the load balancer.
\n@param loadBalancerName The name of the load balancer.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "loadBalancerName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the load balancer.
\n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "loadBalancerName",
"variableType" : "String",
"documentation" : "The name of the load balancer.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "HealthCheck",
"c2jShape" : "HealthCheck",
"deprecated" : false,
"documentation" : "The configuration information.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The configuration information.
\n@param healthCheck The configuration information.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The configuration information.
\n@return The configuration information.*/",
"getterModel" : {
"returnType" : "HealthCheck",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "HealthCheck",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "HealthCheck",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "HealthCheck",
"setterDocumentation" : "/**The configuration information.
\n@param healthCheck The configuration information.*/",
"setterModel" : {
"variableDeclarationType" : "HealthCheck",
"variableName" : "healthCheck",
"variableType" : "HealthCheck",
"documentation" : "",
"simpleType" : "HealthCheck",
"variableSetterType" : "HealthCheck"
},
"simple" : false,
"varargSetterDocumentation" : "/**The configuration information.
\n@param healthCheck The configuration information.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "HealthCheck",
"variableName" : "healthCheck",
"variableType" : "HealthCheck",
"documentation" : "The configuration information.
",
"simpleType" : "HealthCheck",
"variableSetterType" : "HealthCheck"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"HealthCheck" : {
"c2jName" : "HealthCheck",
"c2jShape" : "HealthCheck",
"deprecated" : false,
"documentation" : "The configuration information.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The configuration information.
\n@param healthCheck The configuration information.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The configuration information.
\n@return The configuration information.*/",
"getterModel" : {
"returnType" : "HealthCheck",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "HealthCheck",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "HealthCheck",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "HealthCheck",
"setterDocumentation" : "/**The configuration information.
\n@param healthCheck The configuration information.*/",
"setterModel" : {
"variableDeclarationType" : "HealthCheck",
"variableName" : "healthCheck",
"variableType" : "HealthCheck",
"documentation" : "",
"simpleType" : "HealthCheck",
"variableSetterType" : "HealthCheck"
},
"simple" : false,
"varargSetterDocumentation" : "/**The configuration information.
\n@param healthCheck The configuration information.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "HealthCheck",
"variableName" : "healthCheck",
"variableType" : "HealthCheck",
"documentation" : "The configuration information.
",
"simpleType" : "HealthCheck",
"variableSetterType" : "HealthCheck"
},
"xmlNameSpaceUri" : null
},
"LoadBalancerName" : {
"c2jName" : "LoadBalancerName",
"c2jShape" : "AccessPointName",
"deprecated" : false,
"documentation" : "The name of the load balancer.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the load balancer.
\n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The name of the load balancer.
\n@return The name 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" : "LoadBalancerName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "LoadBalancerName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "LoadBalancerName",
"setterDocumentation" : "/**The name of the load balancer.
\n@param loadBalancerName The name of the load balancer.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "loadBalancerName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the load balancer.
\n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "loadBalancerName",
"variableType" : "String",
"documentation" : "The name of the load balancer.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "LoadBalancerName", "HealthCheck" ],
"shapeName" : "ConfigureHealthCheckRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ConfigureHealthCheckRequest",
"variableName" : "configureHealthCheckRequest",
"variableType" : "ConfigureHealthCheckRequest",
"documentation" : null,
"simpleType" : "ConfigureHealthCheckRequest",
"variableSetterType" : "ConfigureHealthCheckRequest"
},
"wrapper" : false
},
"ConfigureHealthCheckResult" : {
"c2jName" : "ConfigureHealthCheckOutput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Contains the output of ConfigureHealthCheck.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"hasUriMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "HealthCheck",
"c2jShape" : "HealthCheck",
"deprecated" : false,
"documentation" : "The updated health check.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The updated health check.
\n@param healthCheck The updated health check.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The updated health check.
\n@return The updated health check.*/",
"getterModel" : {
"returnType" : "HealthCheck",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "HealthCheck",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "HealthCheck",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "HealthCheck",
"setterDocumentation" : "/**The updated health check.
\n@param healthCheck The updated health check.*/",
"setterModel" : {
"variableDeclarationType" : "HealthCheck",
"variableName" : "healthCheck",
"variableType" : "HealthCheck",
"documentation" : "",
"simpleType" : "HealthCheck",
"variableSetterType" : "HealthCheck"
},
"simple" : false,
"varargSetterDocumentation" : "/**The updated health check.
\n@param healthCheck The updated health check.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "HealthCheck",
"variableName" : "healthCheck",
"variableType" : "HealthCheck",
"documentation" : "The updated health check.
",
"simpleType" : "HealthCheck",
"variableSetterType" : "HealthCheck"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"HealthCheck" : {
"c2jName" : "HealthCheck",
"c2jShape" : "HealthCheck",
"deprecated" : false,
"documentation" : "The updated health check.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The updated health check.
\n@param healthCheck The updated health check.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The updated health check.
\n@return The updated health check.*/",
"getterModel" : {
"returnType" : "HealthCheck",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "HealthCheck",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "HealthCheck",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "HealthCheck",
"setterDocumentation" : "/**The updated health check.
\n@param healthCheck The updated health check.*/",
"setterModel" : {
"variableDeclarationType" : "HealthCheck",
"variableName" : "healthCheck",
"variableType" : "HealthCheck",
"documentation" : "",
"simpleType" : "HealthCheck",
"variableSetterType" : "HealthCheck"
},
"simple" : false,
"varargSetterDocumentation" : "/**The updated health check.
\n@param healthCheck The updated health check.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "HealthCheck",
"variableName" : "healthCheck",
"variableType" : "HealthCheck",
"documentation" : "The updated health check.
",
"simpleType" : "HealthCheck",
"variableSetterType" : "HealthCheck"
},
"xmlNameSpaceUri" : null
}
},
"required" : null,
"shapeName" : "ConfigureHealthCheckResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "ConfigureHealthCheckResult"
},
"variable" : {
"variableDeclarationType" : "ConfigureHealthCheckResult",
"variableName" : "configureHealthCheckResult",
"variableType" : "ConfigureHealthCheckResult",
"documentation" : null,
"simpleType" : "ConfigureHealthCheckResult",
"variableSetterType" : "ConfigureHealthCheckResult"
},
"wrapper" : false
},
"ConnectionDraining" : {
"c2jName" : "ConnectionDraining",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Information about the ConnectionDraining
attribute.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"hasUriMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "Enabled",
"c2jShape" : "ConnectionDrainingEnabled",
"deprecated" : false,
"documentation" : "Specifies whether connection draining is enabled for the load balancer.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Specifies whether connection draining is enabled for the load balancer.
\n@param enabled Specifies whether connection draining is enabled for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Specifies whether connection draining is enabled for the load balancer.
\n@return Specifies whether connection draining is enabled for the load balancer.*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Enabled",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Enabled",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Enabled",
"setterDocumentation" : "/**Specifies whether connection draining is enabled for the load balancer.
\n@param enabled Specifies whether connection draining is enabled for the load balancer.*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enabled",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**Specifies whether connection draining is enabled for the load balancer.
\n@param enabled Specifies whether connection draining is enabled for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enabled",
"variableType" : "Boolean",
"documentation" : "Specifies whether connection draining is enabled for the load balancer.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Timeout",
"c2jShape" : "ConnectionDrainingTimeout",
"deprecated" : false,
"documentation" : "The maximum time, in seconds, to keep the existing connections open before deregistering the instances.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The maximum time, in seconds, to keep the existing connections open before deregistering the instances.
\n@param timeout The maximum time, in seconds, to keep the existing connections open before deregistering the instances.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The maximum time, in seconds, to keep the existing connections open before deregistering the instances.
\n@return The maximum time, in seconds, to keep the existing connections open before deregistering the instances.*/",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Timeout",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Timeout",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Timeout",
"setterDocumentation" : "/**The maximum time, in seconds, to keep the existing connections open before deregistering the instances.
\n@param timeout The maximum time, in seconds, to keep the existing connections open before deregistering the instances.*/",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "timeout",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**The maximum time, in seconds, to keep the existing connections open before deregistering the instances.
\n@param timeout The maximum time, in seconds, to keep the existing connections open before deregistering the instances.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "timeout",
"variableType" : "Integer",
"documentation" : "The maximum time, in seconds, to keep the existing connections open before deregistering the instances.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Enabled" : {
"c2jName" : "Enabled",
"c2jShape" : "ConnectionDrainingEnabled",
"deprecated" : false,
"documentation" : "Specifies whether connection draining is enabled for the load balancer.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Specifies whether connection draining is enabled for the load balancer.
\n@param enabled Specifies whether connection draining is enabled for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**Specifies whether connection draining is enabled for the load balancer.
\n@return Specifies whether connection draining is enabled for the load balancer.*/",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Enabled",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Enabled",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Enabled",
"setterDocumentation" : "/**Specifies whether connection draining is enabled for the load balancer.
\n@param enabled Specifies whether connection draining is enabled for the load balancer.*/",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enabled",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**Specifies whether connection draining is enabled for the load balancer.
\n@param enabled Specifies whether connection draining is enabled for the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enabled",
"variableType" : "Boolean",
"documentation" : "Specifies whether connection draining is enabled for the load balancer.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"Timeout" : {
"c2jName" : "Timeout",
"c2jShape" : "ConnectionDrainingTimeout",
"deprecated" : false,
"documentation" : "The maximum time, in seconds, to keep the existing connections open before deregistering the instances.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The maximum time, in seconds, to keep the existing connections open before deregistering the instances.
\n@param timeout The maximum time, in seconds, to keep the existing connections open before deregistering the instances.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The maximum time, in seconds, to keep the existing connections open before deregistering the instances.
\n@return The maximum time, in seconds, to keep the existing connections open before deregistering the instances.*/",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Timeout",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Timeout",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Timeout",
"setterDocumentation" : "/**The maximum time, in seconds, to keep the existing connections open before deregistering the instances.
\n@param timeout The maximum time, in seconds, to keep the existing connections open before deregistering the instances.*/",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "timeout",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**The maximum time, in seconds, to keep the existing connections open before deregistering the instances.
\n@param timeout The maximum time, in seconds, to keep the existing connections open before deregistering the instances.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "timeout",
"variableType" : "Integer",
"documentation" : "The maximum time, in seconds, to keep the existing connections open before deregistering the instances.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "Enabled" ],
"shapeName" : "ConnectionDraining",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ConnectionDraining",
"variableName" : "connectionDraining",
"variableType" : "ConnectionDraining",
"documentation" : null,
"simpleType" : "ConnectionDraining",
"variableSetterType" : "ConnectionDraining"
},
"wrapper" : false
},
"ConnectionSettings" : {
"c2jName" : "ConnectionSettings",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Information about the ConnectionSettings
attribute.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"hasUriMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "IdleTimeout",
"c2jShape" : "IdleTimeout",
"deprecated" : false,
"documentation" : "The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer.
\n@param idleTimeout The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer.
\n@return The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer.*/",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "IdleTimeout",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "IdleTimeout",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "IdleTimeout",
"setterDocumentation" : "/**The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer.
\n@param idleTimeout The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer.*/",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "idleTimeout",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer.
\n@param idleTimeout The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "idleTimeout",
"variableType" : "Integer",
"documentation" : "The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"IdleTimeout" : {
"c2jName" : "IdleTimeout",
"c2jShape" : "IdleTimeout",
"deprecated" : false,
"documentation" : "The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer.
\n@param idleTimeout The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer.
\n@return The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer.*/",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "IdleTimeout",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "IdleTimeout",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "IdleTimeout",
"setterDocumentation" : "/**The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer.
\n@param idleTimeout The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer.*/",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "idleTimeout",
"variableType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"varargSetterDocumentation" : "/**The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer.
\n@param idleTimeout The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "idleTimeout",
"variableType" : "Integer",
"documentation" : "The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "IdleTimeout" ],
"shapeName" : "ConnectionSettings",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ConnectionSettings",
"variableName" : "connectionSettings",
"variableType" : "ConnectionSettings",
"documentation" : null,
"simpleType" : "ConnectionSettings",
"variableSetterType" : "ConnectionSettings"
},
"wrapper" : false
},
"CreateAppCookieStickinessPolicyRequest" : {
"c2jName" : "CreateAppCookieStickinessPolicyInput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Contains the parameters for CreateAppCookieStickinessPolicy.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"hasUriMember" : false,
"marshaller" : {
"action" : "CreateAppCookieStickinessPolicy",
"locationName" : null,
"requestUri" : "/",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "LoadBalancerName",
"c2jShape" : "AccessPointName",
"deprecated" : false,
"documentation" : "The name of the load balancer.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the load balancer.
\n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The name of the load balancer.
\n@return The name 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" : "LoadBalancerName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "LoadBalancerName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "LoadBalancerName",
"setterDocumentation" : "/**The name of the load balancer.
\n@param loadBalancerName The name of the load balancer.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "loadBalancerName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the load balancer.
\n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "loadBalancerName",
"variableType" : "String",
"documentation" : "The name of the load balancer.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "PolicyName",
"c2jShape" : "PolicyName",
"deprecated" : false,
"documentation" : "The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.
\n@param policyName The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.
\n@return The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "PolicyName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PolicyName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PolicyName",
"setterDocumentation" : "/**The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.
\n@param policyName The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.
\n@param policyName The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "CookieName",
"c2jShape" : "CookieName",
"deprecated" : false,
"documentation" : "The name of the application cookie used for stickiness.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the application cookie used for stickiness.
\n@param cookieName The name of the application cookie used for stickiness.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The name of the application cookie used for stickiness.
\n@return The name of the application cookie used for stickiness.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "CookieName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CookieName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CookieName",
"setterDocumentation" : "/**The name of the application cookie used for stickiness.
\n@param cookieName The name of the application cookie used for stickiness.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "cookieName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the application cookie used for stickiness.
\n@param cookieName The name of the application cookie used for stickiness.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "cookieName",
"variableType" : "String",
"documentation" : "The name of the application cookie used for stickiness.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CookieName" : {
"c2jName" : "CookieName",
"c2jShape" : "CookieName",
"deprecated" : false,
"documentation" : "The name of the application cookie used for stickiness.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the application cookie used for stickiness.
\n@param cookieName The name of the application cookie used for stickiness.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The name of the application cookie used for stickiness.
\n@return The name of the application cookie used for stickiness.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "CookieName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CookieName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CookieName",
"setterDocumentation" : "/**The name of the application cookie used for stickiness.
\n@param cookieName The name of the application cookie used for stickiness.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "cookieName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the application cookie used for stickiness.
\n@param cookieName The name of the application cookie used for stickiness.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "cookieName",
"variableType" : "String",
"documentation" : "The name of the application cookie used for stickiness.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"LoadBalancerName" : {
"c2jName" : "LoadBalancerName",
"c2jShape" : "AccessPointName",
"deprecated" : false,
"documentation" : "The name of the load balancer.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the load balancer.
\n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The name of the load balancer.
\n@return The name 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" : "LoadBalancerName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "LoadBalancerName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "LoadBalancerName",
"setterDocumentation" : "/**The name of the load balancer.
\n@param loadBalancerName The name of the load balancer.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "loadBalancerName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the load balancer.
\n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "loadBalancerName",
"variableType" : "String",
"documentation" : "The name of the load balancer.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"PolicyName" : {
"c2jName" : "PolicyName",
"c2jShape" : "PolicyName",
"deprecated" : false,
"documentation" : "The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.
\n@param policyName The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.
\n@return The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "PolicyName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PolicyName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PolicyName",
"setterDocumentation" : "/**The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.
\n@param policyName The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.
\n@param policyName The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "LoadBalancerName", "PolicyName", "CookieName" ],
"shapeName" : "CreateAppCookieStickinessPolicyRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateAppCookieStickinessPolicyRequest",
"variableName" : "createAppCookieStickinessPolicyRequest",
"variableType" : "CreateAppCookieStickinessPolicyRequest",
"documentation" : null,
"simpleType" : "CreateAppCookieStickinessPolicyRequest",
"variableSetterType" : "CreateAppCookieStickinessPolicyRequest"
},
"wrapper" : false
},
"CreateAppCookieStickinessPolicyResult" : {
"c2jName" : "CreateAppCookieStickinessPolicyOutput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Contains the output for CreateAppCookieStickinessPolicy.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"hasUriMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "CreateAppCookieStickinessPolicyResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "CreateAppCookieStickinessPolicyResult"
},
"variable" : {
"variableDeclarationType" : "CreateAppCookieStickinessPolicyResult",
"variableName" : "createAppCookieStickinessPolicyResult",
"variableType" : "CreateAppCookieStickinessPolicyResult",
"documentation" : null,
"simpleType" : "CreateAppCookieStickinessPolicyResult",
"variableSetterType" : "CreateAppCookieStickinessPolicyResult"
},
"wrapper" : false
},
"CreateLBCookieStickinessPolicyRequest" : {
"c2jName" : "CreateLBCookieStickinessPolicyInput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Contains the parameters for CreateLBCookieStickinessPolicy.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"hasUriMember" : false,
"marshaller" : {
"action" : "CreateLBCookieStickinessPolicy",
"locationName" : null,
"requestUri" : "/",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "LoadBalancerName",
"c2jShape" : "AccessPointName",
"deprecated" : false,
"documentation" : "The name of the load balancer.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the load balancer.
\n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The name of the load balancer.
\n@return The name 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" : "LoadBalancerName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "LoadBalancerName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "LoadBalancerName",
"setterDocumentation" : "/**The name of the load balancer.
\n@param loadBalancerName The name of the load balancer.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "loadBalancerName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the load balancer.
\n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "loadBalancerName",
"variableType" : "String",
"documentation" : "The name of the load balancer.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "PolicyName",
"c2jShape" : "PolicyName",
"deprecated" : false,
"documentation" : "The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.
\n@param policyName The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.
\n@return The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "PolicyName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PolicyName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PolicyName",
"setterDocumentation" : "/**The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.
\n@param policyName The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.
\n@param policyName The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "CookieExpirationPeriod",
"c2jShape" : "CookieExpirationPeriod",
"deprecated" : false,
"documentation" : "The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the default value is 0, which indicates that the sticky session should last for the duration of the browser session.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the default value is 0, which indicates that the sticky session should last for the duration of the browser session.
\n@param cookieExpirationPeriod The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the default value is 0, which indicates that the sticky session should last for the duration of the browser session.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the default value is 0, which indicates that the sticky session should last for the duration of the browser session.
\n@return The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the default value is 0, which indicates that the sticky session should last for the duration of the browser session.*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "CookieExpirationPeriod",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CookieExpirationPeriod",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CookieExpirationPeriod",
"setterDocumentation" : "/**The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the default value is 0, which indicates that the sticky session should last for the duration of the browser session.
\n@param cookieExpirationPeriod The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the default value is 0, which indicates that the sticky session should last for the duration of the browser session.*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "cookieExpirationPeriod",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the default value is 0, which indicates that the sticky session should last for the duration of the browser session.
\n@param cookieExpirationPeriod The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the default value is 0, which indicates that the sticky session should last for the duration of the browser session.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "cookieExpirationPeriod",
"variableType" : "Long",
"documentation" : "The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the default value is 0, which indicates that the sticky session should last for the duration of the browser session.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CookieExpirationPeriod" : {
"c2jName" : "CookieExpirationPeriod",
"c2jShape" : "CookieExpirationPeriod",
"deprecated" : false,
"documentation" : "The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the default value is 0, which indicates that the sticky session should last for the duration of the browser session.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the default value is 0, which indicates that the sticky session should last for the duration of the browser session.
\n@param cookieExpirationPeriod The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the default value is 0, which indicates that the sticky session should last for the duration of the browser session.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the default value is 0, which indicates that the sticky session should last for the duration of the browser session.
\n@return The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the default value is 0, which indicates that the sticky session should last for the duration of the browser session.*/",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "CookieExpirationPeriod",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "CookieExpirationPeriod",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "CookieExpirationPeriod",
"setterDocumentation" : "/**The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the default value is 0, which indicates that the sticky session should last for the duration of the browser session.
\n@param cookieExpirationPeriod The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the default value is 0, which indicates that the sticky session should last for the duration of the browser session.*/",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "cookieExpirationPeriod",
"variableType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"varargSetterDocumentation" : "/**The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the default value is 0, which indicates that the sticky session should last for the duration of the browser session.
\n@param cookieExpirationPeriod The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the default value is 0, which indicates that the sticky session should last for the duration of the browser session.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "cookieExpirationPeriod",
"variableType" : "Long",
"documentation" : "The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the default value is 0, which indicates that the sticky session should last for the duration of the browser session.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
},
"LoadBalancerName" : {
"c2jName" : "LoadBalancerName",
"c2jShape" : "AccessPointName",
"deprecated" : false,
"documentation" : "The name of the load balancer.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the load balancer.
\n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The name of the load balancer.
\n@return The name 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" : "LoadBalancerName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "LoadBalancerName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "LoadBalancerName",
"setterDocumentation" : "/**The name of the load balancer.
\n@param loadBalancerName The name of the load balancer.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "loadBalancerName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the load balancer.
\n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "loadBalancerName",
"variableType" : "String",
"documentation" : "The name of the load balancer.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"PolicyName" : {
"c2jName" : "PolicyName",
"c2jShape" : "PolicyName",
"deprecated" : false,
"documentation" : "The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.
\n@param policyName The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.
\n@return The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.*/",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "PolicyName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "PolicyName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "PolicyName",
"setterDocumentation" : "/**The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.
\n@param policyName The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.
\n@param policyName The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "policyName",
"variableType" : "String",
"documentation" : "The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"required" : [ "LoadBalancerName", "PolicyName" ],
"shapeName" : "CreateLBCookieStickinessPolicyRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateLBCookieStickinessPolicyRequest",
"variableName" : "createLBCookieStickinessPolicyRequest",
"variableType" : "CreateLBCookieStickinessPolicyRequest",
"documentation" : null,
"simpleType" : "CreateLBCookieStickinessPolicyRequest",
"variableSetterType" : "CreateLBCookieStickinessPolicyRequest"
},
"wrapper" : false
},
"CreateLBCookieStickinessPolicyResult" : {
"c2jName" : "CreateLBCookieStickinessPolicyOutput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Contains the output for CreateLBCookieStickinessPolicy.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"hasUriMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"required" : null,
"shapeName" : "CreateLBCookieStickinessPolicyResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "CreateLBCookieStickinessPolicyResult"
},
"variable" : {
"variableDeclarationType" : "CreateLBCookieStickinessPolicyResult",
"variableName" : "createLBCookieStickinessPolicyResult",
"variableType" : "CreateLBCookieStickinessPolicyResult",
"documentation" : null,
"simpleType" : "CreateLBCookieStickinessPolicyResult",
"variableSetterType" : "CreateLBCookieStickinessPolicyResult"
},
"wrapper" : false
},
"CreateLoadBalancerListenersRequest" : {
"c2jName" : "CreateLoadBalancerListenerInput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Contains the parameters for CreateLoadBalancerListeners.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"hasUriMember" : false,
"marshaller" : {
"action" : "CreateLoadBalancerListeners",
"locationName" : null,
"requestUri" : "/",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "LoadBalancerName",
"c2jShape" : "AccessPointName",
"deprecated" : false,
"documentation" : "The name of the load balancer.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the load balancer.
\n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The name of the load balancer.
\n@return The name 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" : "LoadBalancerName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "LoadBalancerName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "LoadBalancerName",
"setterDocumentation" : "/**The name of the load balancer.
\n@param loadBalancerName The name of the load balancer.*/",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "loadBalancerName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the load balancer.
\n@param loadBalancerName The name of the load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "loadBalancerName",
"variableType" : "String",
"documentation" : "The name of the load balancer.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Listeners",
"c2jShape" : "Listeners",
"deprecated" : false,
"documentation" : "The listeners.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The listeners.
\n@param listeners The listeners.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The listeners.
\n@return The listeners.*/",
"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" : "com.amazonaws.internal.SdkInternalList",
"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" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Listeners",
"setterDocumentation" : "/**The listeners.
\n@param listeners The listeners.*/",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "listeners",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**The listeners.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setListeners(java.util.Collection)} or {@link #withListeners(java.util.Collection)} if you want to override the existing values.
\n@param listeners The listeners.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "listeners",
"variableType" : "java.util.List",
"documentation" : "The listeners.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Listeners" : {
"c2jName" : "Listeners",
"c2jShape" : "Listeners",
"deprecated" : false,
"documentation" : "The listeners.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The listeners.
\n@param listeners The listeners.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"getterDocumentation" : "/**The listeners.
\n@return The listeners.*/",
"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" : "com.amazonaws.internal.SdkInternalList",
"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" : "com.amazonaws.internal.SdkInternalList