models.globalaccelerator-2018-08-08-intermediate.json Maven / Gradle / Ivy
Show all versions of globalaccelerator Show documentation
{
"customizationConfig" : {
"attachPayloadTraitToMember" : { },
"blacklistedSimpleMethods" : [ "describeAcceleratorAttributes" ],
"calculateCrc32FromCompressedData" : false,
"convenienceTypeOverloads" : [ ],
"customErrorCodeFieldName" : null,
"customProtocolFactoryFqcn" : null,
"customResponseMetadata" : null,
"customRetryPolicy" : null,
"customServiceMetadata" : null,
"defaultSimpleMethodTestRegion" : "US_WEST_2",
"deprecatedOperations" : [ ],
"deprecatedShapes" : [ ],
"excludeClientCreateMethod" : false,
"modelMarshallerDefaultValueSupplier" : { },
"operationModifiers" : null,
"paginationCustomization" : null,
"renameShapes" : null,
"sdkModeledExceptionBaseClassName" : null,
"sdkRequestBaseClassName" : null,
"sdkResponseBaseClassName" : null,
"serviceSpecificClientConfigClass" : null,
"serviceSpecificHttpConfig" : null,
"shapeModifiers" : null,
"shapeSubstitutions" : null,
"shareModelConfig" : null,
"skipSyncClientGeneration" : false,
"useAutoConstructList" : true,
"useAutoConstructMap" : true,
"utilitiesMethod" : null,
"verifiedSimpleMethods" : [ "listAccelerators" ]
},
"metadata" : {
"apiVersion" : "2018-08-08",
"asyncBuilder" : "DefaultGlobalAcceleratorAsyncClientBuilder",
"asyncBuilderInterface" : "GlobalAcceleratorAsyncClientBuilder",
"asyncClient" : "DefaultGlobalAcceleratorAsyncClient",
"asyncInterface" : "GlobalAcceleratorAsyncClient",
"authPolicyPackageName" : null,
"authType" : "V4",
"baseBuilder" : "DefaultGlobalAcceleratorBaseClientBuilder",
"baseBuilderInterface" : "GlobalAcceleratorBaseClientBuilder",
"baseExceptionName" : "GlobalAcceleratorException",
"baseRequestName" : "GlobalAcceleratorRequest",
"baseResponseName" : "GlobalAcceleratorResponse",
"cborProtocol" : false,
"clientPackageName" : "globalaccelerator",
"contentType" : null,
"defaultEndpoint" : null,
"defaultEndpointWithoutHttpProtocol" : null,
"defaultRegion" : null,
"descriptiveServiceName" : "AWS Global Accelerator",
"documentation" : "AWS Global Accelerator This is the AWS Global Accelerator API Reference. This guide is for developers who need detailed information about AWS Global Accelerator API actions, data types, and errors. For more information about Global Accelerator features, see the AWS Global Accelerator Developer Guide.
AWS Global Accelerator is a network layer service in which you create accelerators to improve availability and performance for internet applications used by a global audience.
Global Accelerator provides you with static IP addresses that you associate with your accelerator. These IP addresses are anycast from the AWS edge network and distribute incoming application traffic across multiple endpoint resources in multiple AWS Regions, which increases the availability of your applications. Endpoints can be Elastic IP addresses, Network Load Balancers, and Application Load Balancers that are located in one AWS Region or multiple Regions.
Global Accelerator uses the AWS global network to route traffic to the optimal regional endpoint based on health, client location, and policies that you configure. The service reacts instantly to changes in health or configuration to ensure that internet traffic from clients is directed to only healthy endpoints.
Global Accelerator includes components that work together to help you improve performance and availability for your applications:
- Static IP address
-
AWS Global Accelerator provides you with a set of static IP addresses which are anycast from the AWS edge network and serve as the single fixed entry points for your clients. If you already have Elastic Load Balancing or Elastic IP address resources set up for your applications, you can easily add those to Global Accelerator to allow the resources to be accessed by a Global Accelerator static IP address.
- Accelerator
-
An accelerator directs traffic to optimal endpoints over the AWS global network to improve availability and performance for your internet applications that have a global audience. Each accelerator includes one or more listeners.
- Network zone
-
A network zone services the static IP addresses for your accelerator from a unique IP subnet. Similar to an AWS Availability Zone, a network zone is an isolated unit with its own set of physical infrastructure. When you configure an accelerator, Global Accelerator allocates two IPv4 addresses for it. If one IP address from a network zone becomes unavailable due to IP address blocking by certain client networks, or network disruptions, then client applications can retry on the healthy static IP address from the other isolated network zone.
- Listener
-
A listener processes inbound connections from clients to Global Accelerator, based on the protocol and port that you configure. Each listener has one or more endpoint groups associated with it, and traffic is forwarded to endpoints in one of the groups. You associate endpoint groups with listeners by specifying the Regions that you want to distribute traffic to. Traffic is distributed to optimal endpoints within the endpoint groups associated with a listener.
- Endpoint group
-
Each endpoint group is associated with a specific AWS Region. Endpoint groups include one or more endpoints in the Region. You can increase or reduce the percentage of traffic that would be otherwise directed to an endpoint group by adjusting a setting called a traffic dial. The traffic dial lets you easily do performance testing or blue/green deployment testing for new releases across different AWS Regions, for example.
- Endpoint
-
An endpoint is an Elastic IP address, Network Load Balancer, or Application Load Balancer. Traffic is routed to endpoints based on several factors, including the geo-proximity to the user, the health of the endpoint, and the configuration options that you choose, such as endpoint weights. For each endpoint, you can configure weights, which are numbers that you can use to specify the proportion of traffic to route to each one. This can be useful, for example, to do performance testing within a Region.
",
"endpointPrefix" : "globalaccelerator",
"fullAuthPolicyPackageName" : "software.amazon.awssdk.services",
"fullClientPackageName" : "software.amazon.awssdk.services.globalaccelerator",
"fullModelPackageName" : "software.amazon.awssdk.services.globalaccelerator.model",
"fullPaginatorsPackageName" : "software.amazon.awssdk.services.globalaccelerator.paginators",
"fullRequestTransformPackageName" : "software.amazon.awssdk.services.globalaccelerator.transform",
"fullTransformPackageName" : "software.amazon.awssdk.services.globalaccelerator.transform",
"ionProtocol" : false,
"jsonProtocol" : true,
"jsonVersion" : "1.1",
"modelPackageName" : "globalaccelerator.model",
"paginatorsPackageName" : "globalaccelerator.paginators",
"protocol" : "json",
"requestTransformPackageName" : "globalaccelerator.transform",
"requiresApiKey" : false,
"requiresIamSigners" : false,
"rootPackageName" : "software.amazon.awssdk.services",
"serviceId" : "Global Accelerator",
"serviceName" : "GlobalAccelerator",
"signingName" : "globalaccelerator",
"syncBuilder" : "DefaultGlobalAcceleratorClientBuilder",
"syncBuilderInterface" : "GlobalAcceleratorClientBuilder",
"syncClient" : "DefaultGlobalAcceleratorClient",
"syncInterface" : "GlobalAcceleratorClient",
"transformPackageName" : "globalaccelerator.transform",
"uid" : "globalaccelerator-2018-08-08",
"xmlProtocol" : false
},
"operations" : {
"CreateAccelerator" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Create an accelerator. An accelerator includes one or more listeners that process inbound connections and direct traffic to one or more endpoint groups, each of which includes endpoints, such as Network Load Balancers. To see an AWS CLI example of creating an accelerator, scroll down to Example.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InternalServiceErrorException",
"documentation" : "There was an internal error for AWS Global Accelerator.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidArgumentException",
"documentation" : "An argument that you specified is invalid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "Processing your request would cause you to exceed an AWS Global Accelerator limit.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateAcceleratorRequest",
"variableName" : "createAcceleratorRequest",
"variableType" : "CreateAcceleratorRequest",
"documentation" : "",
"simpleType" : "CreateAcceleratorRequest",
"variableSetterType" : "CreateAcceleratorRequest"
},
"methodName" : "createAccelerator",
"operationName" : "CreateAccelerator",
"paginated" : false,
"returnType" : {
"returnType" : "CreateAcceleratorResponse",
"documentation" : null
},
"syncReturnType" : "CreateAcceleratorResponse"
},
"CreateEndpointGroup" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Create an endpoint group for the specified listener. An endpoint group is a collection of endpoints in one AWS Region. To see an AWS CLI example of creating an endpoint group, scroll down to Example.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AcceleratorNotFoundException",
"documentation" : "The accelerator that you specified doesn't exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "EndpointGroupAlreadyExistsException",
"documentation" : "The endpoint group that you specified already exists.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ListenerNotFoundException",
"documentation" : "The listener that you specified doesn't exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServiceErrorException",
"documentation" : "There was an internal error for AWS Global Accelerator.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidArgumentException",
"documentation" : "An argument that you specified is invalid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "Processing your request would cause you to exceed an AWS Global Accelerator limit.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateEndpointGroupRequest",
"variableName" : "createEndpointGroupRequest",
"variableType" : "CreateEndpointGroupRequest",
"documentation" : "",
"simpleType" : "CreateEndpointGroupRequest",
"variableSetterType" : "CreateEndpointGroupRequest"
},
"methodName" : "createEndpointGroup",
"operationName" : "CreateEndpointGroup",
"paginated" : false,
"returnType" : {
"returnType" : "CreateEndpointGroupResponse",
"documentation" : null
},
"syncReturnType" : "CreateEndpointGroupResponse"
},
"CreateListener" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Create a listener to process inbound connections from clients to an accelerator. Connections arrive to assigned static IP addresses on a port, port range, or list of port ranges that you specify. To see an AWS CLI example of creating a listener, scroll down to Example.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidArgumentException",
"documentation" : "An argument that you specified is invalid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AcceleratorNotFoundException",
"documentation" : "The accelerator that you specified doesn't exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidPortRangeException",
"documentation" : "The port numbers that you specified are not valid numbers or are not unique for this accelerator.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServiceErrorException",
"documentation" : "There was an internal error for AWS Global Accelerator.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "Processing your request would cause you to exceed an AWS Global Accelerator limit.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateListenerRequest",
"variableName" : "createListenerRequest",
"variableType" : "CreateListenerRequest",
"documentation" : "",
"simpleType" : "CreateListenerRequest",
"variableSetterType" : "CreateListenerRequest"
},
"methodName" : "createListener",
"operationName" : "CreateListener",
"paginated" : false,
"returnType" : {
"returnType" : "CreateListenerResponse",
"documentation" : null
},
"syncReturnType" : "CreateListenerResponse"
},
"DeleteAccelerator" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Delete an accelerator. Note: before you can delete an accelerator, you must disable it and remove all dependent resources (listeners and endpoint groups).
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AcceleratorNotFoundException",
"documentation" : "The accelerator that you specified doesn't exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AcceleratorNotDisabledException",
"documentation" : "The accelerator that you specified could not be disabled.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AssociatedListenerFoundException",
"documentation" : "The accelerator that you specified has a listener associated with it. You must remove all dependent resources from an accelerator before you can delete it.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServiceErrorException",
"documentation" : "There was an internal error for AWS Global Accelerator.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidArgumentException",
"documentation" : "An argument that you specified is invalid.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteAcceleratorRequest",
"variableName" : "deleteAcceleratorRequest",
"variableType" : "DeleteAcceleratorRequest",
"documentation" : "",
"simpleType" : "DeleteAcceleratorRequest",
"variableSetterType" : "DeleteAcceleratorRequest"
},
"methodName" : "deleteAccelerator",
"operationName" : "DeleteAccelerator",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteAcceleratorResponse",
"documentation" : null
},
"syncReturnType" : "DeleteAcceleratorResponse"
},
"DeleteEndpointGroup" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Delete an endpoint group from a listener.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "EndpointGroupNotFoundException",
"documentation" : "The endpoint group that you specified doesn't exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServiceErrorException",
"documentation" : "There was an internal error for AWS Global Accelerator.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteEndpointGroupRequest",
"variableName" : "deleteEndpointGroupRequest",
"variableType" : "DeleteEndpointGroupRequest",
"documentation" : "",
"simpleType" : "DeleteEndpointGroupRequest",
"variableSetterType" : "DeleteEndpointGroupRequest"
},
"methodName" : "deleteEndpointGroup",
"operationName" : "DeleteEndpointGroup",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteEndpointGroupResponse",
"documentation" : null
},
"syncReturnType" : "DeleteEndpointGroupResponse"
},
"DeleteListener" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Delete a listener from an accelerator.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ListenerNotFoundException",
"documentation" : "The listener that you specified doesn't exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AssociatedEndpointGroupFoundException",
"documentation" : "The listener that you specified has an endpoint group associated with it. You must remove all dependent resources from a listener before you can delete it.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServiceErrorException",
"documentation" : "There was an internal error for AWS Global Accelerator.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteListenerRequest",
"variableName" : "deleteListenerRequest",
"variableType" : "DeleteListenerRequest",
"documentation" : "",
"simpleType" : "DeleteListenerRequest",
"variableSetterType" : "DeleteListenerRequest"
},
"methodName" : "deleteListener",
"operationName" : "DeleteListener",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteListenerResponse",
"documentation" : null
},
"syncReturnType" : "DeleteListenerResponse"
},
"DescribeAccelerator" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Describe an accelerator. To see an AWS CLI example of describing an accelerator, scroll down to Example.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AcceleratorNotFoundException",
"documentation" : "The accelerator that you specified doesn't exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServiceErrorException",
"documentation" : "There was an internal error for AWS Global Accelerator.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidArgumentException",
"documentation" : "An argument that you specified is invalid.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeAcceleratorRequest",
"variableName" : "describeAcceleratorRequest",
"variableType" : "DescribeAcceleratorRequest",
"documentation" : "",
"simpleType" : "DescribeAcceleratorRequest",
"variableSetterType" : "DescribeAcceleratorRequest"
},
"methodName" : "describeAccelerator",
"operationName" : "DescribeAccelerator",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeAcceleratorResponse",
"documentation" : null
},
"syncReturnType" : "DescribeAcceleratorResponse"
},
"DescribeAcceleratorAttributes" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Describe the attributes of an accelerator.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AcceleratorNotFoundException",
"documentation" : "The accelerator that you specified doesn't exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServiceErrorException",
"documentation" : "There was an internal error for AWS Global Accelerator.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidArgumentException",
"documentation" : "An argument that you specified is invalid.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeAcceleratorAttributesRequest",
"variableName" : "describeAcceleratorAttributesRequest",
"variableType" : "DescribeAcceleratorAttributesRequest",
"documentation" : "",
"simpleType" : "DescribeAcceleratorAttributesRequest",
"variableSetterType" : "DescribeAcceleratorAttributesRequest"
},
"methodName" : "describeAcceleratorAttributes",
"operationName" : "DescribeAcceleratorAttributes",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeAcceleratorAttributesResponse",
"documentation" : null
},
"syncReturnType" : "DescribeAcceleratorAttributesResponse"
},
"DescribeEndpointGroup" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Describe an endpoint group.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "EndpointGroupNotFoundException",
"documentation" : "The endpoint group that you specified doesn't exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServiceErrorException",
"documentation" : "There was an internal error for AWS Global Accelerator.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeEndpointGroupRequest",
"variableName" : "describeEndpointGroupRequest",
"variableType" : "DescribeEndpointGroupRequest",
"documentation" : "",
"simpleType" : "DescribeEndpointGroupRequest",
"variableSetterType" : "DescribeEndpointGroupRequest"
},
"methodName" : "describeEndpointGroup",
"operationName" : "DescribeEndpointGroup",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeEndpointGroupResponse",
"documentation" : null
},
"syncReturnType" : "DescribeEndpointGroupResponse"
},
"DescribeListener" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Describe a listener.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidArgumentException",
"documentation" : "An argument that you specified is invalid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ListenerNotFoundException",
"documentation" : "The listener that you specified doesn't exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServiceErrorException",
"documentation" : "There was an internal error for AWS Global Accelerator.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeListenerRequest",
"variableName" : "describeListenerRequest",
"variableType" : "DescribeListenerRequest",
"documentation" : "",
"simpleType" : "DescribeListenerRequest",
"variableSetterType" : "DescribeListenerRequest"
},
"methodName" : "describeListener",
"operationName" : "DescribeListener",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeListenerResponse",
"documentation" : null
},
"syncReturnType" : "DescribeListenerResponse"
},
"ListAccelerators" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "List the accelerators for an AWS account.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "There isn't another item to return.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServiceErrorException",
"documentation" : "There was an internal error for AWS Global Accelerator.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListAcceleratorsRequest",
"variableName" : "listAcceleratorsRequest",
"variableType" : "ListAcceleratorsRequest",
"documentation" : "",
"simpleType" : "ListAcceleratorsRequest",
"variableSetterType" : "ListAcceleratorsRequest"
},
"methodName" : "listAccelerators",
"operationName" : "ListAccelerators",
"paginated" : false,
"returnType" : {
"returnType" : "ListAcceleratorsResponse",
"documentation" : null
},
"syncReturnType" : "ListAcceleratorsResponse"
},
"ListEndpointGroups" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "List the endpoint groups that are associated with a listener.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ListenerNotFoundException",
"documentation" : "The listener that you specified doesn't exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "There isn't another item to return.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidArgumentException",
"documentation" : "An argument that you specified is invalid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServiceErrorException",
"documentation" : "There was an internal error for AWS Global Accelerator.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListEndpointGroupsRequest",
"variableName" : "listEndpointGroupsRequest",
"variableType" : "ListEndpointGroupsRequest",
"documentation" : "",
"simpleType" : "ListEndpointGroupsRequest",
"variableSetterType" : "ListEndpointGroupsRequest"
},
"methodName" : "listEndpointGroups",
"operationName" : "ListEndpointGroups",
"paginated" : false,
"returnType" : {
"returnType" : "ListEndpointGroupsResponse",
"documentation" : null
},
"syncReturnType" : "ListEndpointGroupsResponse"
},
"ListListeners" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "List the listeners for an accelerator.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AcceleratorNotFoundException",
"documentation" : "The accelerator that you specified doesn't exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "There isn't another item to return.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServiceErrorException",
"documentation" : "There was an internal error for AWS Global Accelerator.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListListenersRequest",
"variableName" : "listListenersRequest",
"variableType" : "ListListenersRequest",
"documentation" : "",
"simpleType" : "ListListenersRequest",
"variableSetterType" : "ListListenersRequest"
},
"methodName" : "listListeners",
"operationName" : "ListListeners",
"paginated" : false,
"returnType" : {
"returnType" : "ListListenersResponse",
"documentation" : null
},
"syncReturnType" : "ListListenersResponse"
},
"UpdateAccelerator" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Update an accelerator.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AcceleratorNotFoundException",
"documentation" : "The accelerator that you specified doesn't exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServiceErrorException",
"documentation" : "There was an internal error for AWS Global Accelerator.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidArgumentException",
"documentation" : "An argument that you specified is invalid.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateAcceleratorRequest",
"variableName" : "updateAcceleratorRequest",
"variableType" : "UpdateAcceleratorRequest",
"documentation" : "",
"simpleType" : "UpdateAcceleratorRequest",
"variableSetterType" : "UpdateAcceleratorRequest"
},
"methodName" : "updateAccelerator",
"operationName" : "UpdateAccelerator",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateAcceleratorResponse",
"documentation" : null
},
"syncReturnType" : "UpdateAcceleratorResponse"
},
"UpdateAcceleratorAttributes" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Update the attributes for an accelerator. To see an AWS CLI example of updating an accelerator to enable flow logs, scroll down to Example.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AcceleratorNotFoundException",
"documentation" : "The accelerator that you specified doesn't exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServiceErrorException",
"documentation" : "There was an internal error for AWS Global Accelerator.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidArgumentException",
"documentation" : "An argument that you specified is invalid.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateAcceleratorAttributesRequest",
"variableName" : "updateAcceleratorAttributesRequest",
"variableType" : "UpdateAcceleratorAttributesRequest",
"documentation" : "",
"simpleType" : "UpdateAcceleratorAttributesRequest",
"variableSetterType" : "UpdateAcceleratorAttributesRequest"
},
"methodName" : "updateAcceleratorAttributes",
"operationName" : "UpdateAcceleratorAttributes",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateAcceleratorAttributesResponse",
"documentation" : null
},
"syncReturnType" : "UpdateAcceleratorAttributesResponse"
},
"UpdateEndpointGroup" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Update an endpoint group. To see an AWS CLI example of updating an endpoint group, scroll down to Example.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidArgumentException",
"documentation" : "An argument that you specified is invalid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "EndpointGroupNotFoundException",
"documentation" : "The endpoint group that you specified doesn't exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServiceErrorException",
"documentation" : "There was an internal error for AWS Global Accelerator.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "Processing your request would cause you to exceed an AWS Global Accelerator limit.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateEndpointGroupRequest",
"variableName" : "updateEndpointGroupRequest",
"variableType" : "UpdateEndpointGroupRequest",
"documentation" : "",
"simpleType" : "UpdateEndpointGroupRequest",
"variableSetterType" : "UpdateEndpointGroupRequest"
},
"methodName" : "updateEndpointGroup",
"operationName" : "UpdateEndpointGroup",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateEndpointGroupResponse",
"documentation" : null
},
"syncReturnType" : "UpdateEndpointGroupResponse"
},
"UpdateListener" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Update a listener.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidArgumentException",
"documentation" : "An argument that you specified is invalid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidPortRangeException",
"documentation" : "The port numbers that you specified are not valid numbers or are not unique for this accelerator.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ListenerNotFoundException",
"documentation" : "The listener that you specified doesn't exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServiceErrorException",
"documentation" : "There was an internal error for AWS Global Accelerator.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "Processing your request would cause you to exceed an AWS Global Accelerator limit.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateListenerRequest",
"variableName" : "updateListenerRequest",
"variableType" : "UpdateListenerRequest",
"documentation" : "",
"simpleType" : "UpdateListenerRequest",
"variableSetterType" : "UpdateListenerRequest"
},
"methodName" : "updateListener",
"operationName" : "UpdateListener",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateListenerResponse",
"documentation" : null
},
"syncReturnType" : "UpdateListenerResponse"
}
},
"shapes" : {
"Accelerator" : {
"c2jName" : "Accelerator",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "An accelerator is a complex type that includes one or more listeners that process inbound connections and then direct traffic to one or more endpoint groups, each of which includes endpoints, such as load balancers.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getAcceleratorArn",
"beanStyleSetterMethodName" : "setAcceleratorArn",
"c2jName" : "AcceleratorArn",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the accelerator.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #acceleratorArn(String)}.\n@param acceleratorArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #acceleratorArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the accelerator.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "acceleratorArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the accelerator.
\n@param acceleratorArn The Amazon Resource Name (ARN) of the accelerator.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "acceleratorArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the accelerator.
\n@return The Amazon Resource Name (ARN) of the accelerator.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AcceleratorArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AcceleratorArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AcceleratorArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the accelerator.
\n@param acceleratorArn The Amazon Resource Name (ARN) of the accelerator.",
"setterMethodName" : "setAcceleratorArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "acceleratorArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "acceleratorArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the accelerator.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "The name of the accelerator. The name can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the accelerator. The name can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the accelerator. The name can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.
\n@param name The name of the accelerator. The name can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the accelerator. The name can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.
\n@return The name of the accelerator. The name can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the accelerator. The name can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.
\n@param name The name of the accelerator. The name can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the accelerator. The name can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getIpAddressTypeAsString",
"beanStyleSetterMethodName" : "setIpAddressType",
"c2jName" : "IpAddressType",
"c2jShape" : "IpAddressType",
"defaultConsumerFluentSetterDocumentation" : "The value for the address type must be IPv4.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ipAddressTypeAsString(String)}.\n@param ipAddressType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ipAddressType(String)",
"deprecated" : false,
"documentation" : "The value for the address type must be IPv4.
",
"endpointDiscoveryId" : false,
"enumType" : "IpAddressType",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "ipAddressType",
"fluentEnumSetterMethodName" : "ipAddressType",
"fluentGetterMethodName" : "ipAddressTypeAsString",
"fluentSetterDocumentation" : "The value for the address type must be IPv4.
\n@param ipAddressType The value for the address type must be IPv4.\n@see IpAddressType\n@return Returns a reference to this object so that method calls can be chained together.\n@see IpAddressType",
"fluentSetterMethodName" : "ipAddressType",
"getterDocumentation" : "The value for the address type must be IPv4.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #ipAddressType} will return {@link IpAddressType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #ipAddressTypeAsString}.\n
\n@return The value for the address type must be IPv4.\n@see IpAddressType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "IpAddressType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "IpAddressType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "IpAddressType",
"sensitive" : false,
"setterDocumentation" : "The value for the address type must be IPv4.
\n@param ipAddressType The value for the address type must be IPv4.\n@see IpAddressType",
"setterMethodName" : "setIpAddressType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ipAddressType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ipAddressType",
"variableType" : "String",
"documentation" : "The value for the address type must be IPv4.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEnabled",
"beanStyleSetterMethodName" : "setEnabled",
"c2jName" : "Enabled",
"c2jShape" : "GenericBoolean",
"defaultConsumerFluentSetterDocumentation" : "Indicates whether theaccelerator is enabled. The value is true or false. The default value is true.
If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enabled(Boolean)}.\n@param enabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enabled(Boolean)",
"deprecated" : false,
"documentation" : "Indicates whether theaccelerator is enabled. The value is true or false. The default value is true.
If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "enabled",
"fluentSetterDocumentation" : "Indicates whether theaccelerator is enabled. The value is true or false. The default value is true.
If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.
\n@param enabled Indicates whether theaccelerator is enabled. The value is true or false. The default value is true. If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "enabled",
"getterDocumentation" : "
Indicates whether theaccelerator is enabled. The value is true or false. The default value is true.
If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.
\n@return Indicates whether theaccelerator is enabled. The value is true or false. The default value is true. If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Enabled",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Enabled",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "Enabled",
"sensitive" : false,
"setterDocumentation" : "
Indicates whether theaccelerator is enabled. The value is true or false. The default value is true.
If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.
\n@param enabled Indicates whether theaccelerator is enabled. The value is true or false. The default value is true. If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.",
"setterMethodName" : "setEnabled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enabled",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enabled",
"variableType" : "Boolean",
"documentation" : "
Indicates whether theaccelerator is enabled. The value is true or false. The default value is true.
If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getIpSets",
"beanStyleSetterMethodName" : "setIpSets",
"c2jName" : "IpSets",
"c2jShape" : "IpSets",
"defaultConsumerFluentSetterDocumentation" : "IP address set associated with the accelerator.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #ipSets(List)}.\n@param ipSets a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ipSets(List)",
"deprecated" : false,
"documentation" : "IP address set associated with the accelerator.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "ipSets",
"fluentSetterDocumentation" : "IP address set associated with the accelerator.
\n@param ipSets IP address set associated with the accelerator.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "ipSets",
"getterDocumentation" : "IP address set associated with the accelerator.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return IP address set associated with the accelerator.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "IpSets",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "IpSets",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "IpSet",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link IpSet.Builder} avoiding the need to create one manually via {@link IpSet#builder()}.\n\nWhen the {@link Consumer} completes, {@link IpSet.Builder#build()} is called immediately and its result is passed to {@link #member(IpSet)}.\n@param member a consumer that will call methods on {@link IpSet.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(IpSet)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "IpSet",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "IpSet",
"variableName" : "member",
"variableType" : "IpSet",
"documentation" : null,
"simpleType" : "IpSet",
"variableSetterType" : "IpSet"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "IpSet",
"variableName" : "member",
"variableType" : "IpSet",
"documentation" : "",
"simpleType" : "IpSet",
"variableSetterType" : "IpSet"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "IpSet",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "IpSet",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "IpSets",
"sensitive" : false,
"setterDocumentation" : "IP address set associated with the accelerator.
\n@param ipSets IP address set associated with the accelerator.",
"setterMethodName" : "setIpSets",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "ipSets",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "ipSets",
"variableType" : "java.util.List",
"documentation" : "IP address set associated with the accelerator.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStatusAsString",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "Status",
"c2jShape" : "AcceleratorStatus",
"defaultConsumerFluentSetterDocumentation" : "Describes the deployment status of the accelerator.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"documentation" : "Describes the deployment status of the accelerator.
",
"endpointDiscoveryId" : false,
"enumType" : "AcceleratorStatus",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "Describes the deployment status of the accelerator.
\n@param status Describes the deployment status of the accelerator.\n@see AcceleratorStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see AcceleratorStatus",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "Describes the deployment status of the accelerator.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link AcceleratorStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return Describes the deployment status of the accelerator.\n@see AcceleratorStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "Describes the deployment status of the accelerator.
\n@param status Describes the deployment status of the accelerator.\n@see AcceleratorStatus",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "Describes the deployment status of the accelerator.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCreatedTime",
"beanStyleSetterMethodName" : "setCreatedTime",
"c2jName" : "CreatedTime",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date and time that the accelerator was created.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #createdTime(Instant)}.\n@param createdTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createdTime(Instant)",
"deprecated" : false,
"documentation" : "The date and time that the accelerator was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createdTime",
"fluentSetterDocumentation" : "The date and time that the accelerator was created.
\n@param createdTime The date and time that the accelerator was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createdTime",
"getterDocumentation" : "The date and time that the accelerator was created.
\n@return The date and time that the accelerator was created.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CreatedTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreatedTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreatedTime",
"sensitive" : false,
"setterDocumentation" : "The date and time that the accelerator was created.
\n@param createdTime The date and time that the accelerator was created.",
"setterMethodName" : "setCreatedTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time that the accelerator was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLastModifiedTime",
"beanStyleSetterMethodName" : "setLastModifiedTime",
"c2jName" : "LastModifiedTime",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date and time that the accelerator was last modified.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastModifiedTime(Instant)}.\n@param lastModifiedTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastModifiedTime(Instant)",
"deprecated" : false,
"documentation" : "The date and time that the accelerator was last modified.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastModifiedTime",
"fluentSetterDocumentation" : "The date and time that the accelerator was last modified.
\n@param lastModifiedTime The date and time that the accelerator was last modified.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastModifiedTime",
"getterDocumentation" : "The date and time that the accelerator was last modified.
\n@return The date and time that the accelerator was last modified.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LastModifiedTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastModifiedTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastModifiedTime",
"sensitive" : false,
"setterDocumentation" : "The date and time that the accelerator was last modified.
\n@param lastModifiedTime The date and time that the accelerator was last modified.",
"setterMethodName" : "setLastModifiedTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time that the accelerator was last modified.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AcceleratorArn" : {
"beanStyleGetterMethodName" : "getAcceleratorArn",
"beanStyleSetterMethodName" : "setAcceleratorArn",
"c2jName" : "AcceleratorArn",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the accelerator.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #acceleratorArn(String)}.\n@param acceleratorArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #acceleratorArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the accelerator.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "acceleratorArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the accelerator.
\n@param acceleratorArn The Amazon Resource Name (ARN) of the accelerator.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "acceleratorArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the accelerator.
\n@return The Amazon Resource Name (ARN) of the accelerator.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AcceleratorArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AcceleratorArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AcceleratorArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the accelerator.
\n@param acceleratorArn The Amazon Resource Name (ARN) of the accelerator.",
"setterMethodName" : "setAcceleratorArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "acceleratorArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "acceleratorArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the accelerator.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"CreatedTime" : {
"beanStyleGetterMethodName" : "getCreatedTime",
"beanStyleSetterMethodName" : "setCreatedTime",
"c2jName" : "CreatedTime",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date and time that the accelerator was created.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #createdTime(Instant)}.\n@param createdTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createdTime(Instant)",
"deprecated" : false,
"documentation" : "The date and time that the accelerator was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createdTime",
"fluentSetterDocumentation" : "The date and time that the accelerator was created.
\n@param createdTime The date and time that the accelerator was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createdTime",
"getterDocumentation" : "The date and time that the accelerator was created.
\n@return The date and time that the accelerator was created.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CreatedTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreatedTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreatedTime",
"sensitive" : false,
"setterDocumentation" : "The date and time that the accelerator was created.
\n@param createdTime The date and time that the accelerator was created.",
"setterMethodName" : "setCreatedTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time that the accelerator was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
},
"Enabled" : {
"beanStyleGetterMethodName" : "getEnabled",
"beanStyleSetterMethodName" : "setEnabled",
"c2jName" : "Enabled",
"c2jShape" : "GenericBoolean",
"defaultConsumerFluentSetterDocumentation" : "Indicates whether theaccelerator is enabled. The value is true or false. The default value is true.
If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enabled(Boolean)}.\n@param enabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enabled(Boolean)",
"deprecated" : false,
"documentation" : "Indicates whether theaccelerator is enabled. The value is true or false. The default value is true.
If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "enabled",
"fluentSetterDocumentation" : "Indicates whether theaccelerator is enabled. The value is true or false. The default value is true.
If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.
\n@param enabled Indicates whether theaccelerator is enabled. The value is true or false. The default value is true. If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "enabled",
"getterDocumentation" : "
Indicates whether theaccelerator is enabled. The value is true or false. The default value is true.
If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.
\n@return Indicates whether theaccelerator is enabled. The value is true or false. The default value is true. If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Enabled",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Enabled",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "Enabled",
"sensitive" : false,
"setterDocumentation" : "
Indicates whether theaccelerator is enabled. The value is true or false. The default value is true.
If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.
\n@param enabled Indicates whether theaccelerator is enabled. The value is true or false. The default value is true. If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.",
"setterMethodName" : "setEnabled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enabled",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enabled",
"variableType" : "Boolean",
"documentation" : "
Indicates whether theaccelerator is enabled. The value is true or false. The default value is true.
If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"IpAddressType" : {
"beanStyleGetterMethodName" : "getIpAddressTypeAsString",
"beanStyleSetterMethodName" : "setIpAddressType",
"c2jName" : "IpAddressType",
"c2jShape" : "IpAddressType",
"defaultConsumerFluentSetterDocumentation" : "The value for the address type must be IPv4.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ipAddressTypeAsString(String)}.\n@param ipAddressType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ipAddressType(String)",
"deprecated" : false,
"documentation" : "The value for the address type must be IPv4.
",
"endpointDiscoveryId" : false,
"enumType" : "IpAddressType",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "ipAddressType",
"fluentEnumSetterMethodName" : "ipAddressType",
"fluentGetterMethodName" : "ipAddressTypeAsString",
"fluentSetterDocumentation" : "The value for the address type must be IPv4.
\n@param ipAddressType The value for the address type must be IPv4.\n@see IpAddressType\n@return Returns a reference to this object so that method calls can be chained together.\n@see IpAddressType",
"fluentSetterMethodName" : "ipAddressType",
"getterDocumentation" : "The value for the address type must be IPv4.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #ipAddressType} will return {@link IpAddressType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #ipAddressTypeAsString}.\n
\n@return The value for the address type must be IPv4.\n@see IpAddressType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "IpAddressType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "IpAddressType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "IpAddressType",
"sensitive" : false,
"setterDocumentation" : "The value for the address type must be IPv4.
\n@param ipAddressType The value for the address type must be IPv4.\n@see IpAddressType",
"setterMethodName" : "setIpAddressType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ipAddressType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ipAddressType",
"variableType" : "String",
"documentation" : "The value for the address type must be IPv4.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"IpSets" : {
"beanStyleGetterMethodName" : "getIpSets",
"beanStyleSetterMethodName" : "setIpSets",
"c2jName" : "IpSets",
"c2jShape" : "IpSets",
"defaultConsumerFluentSetterDocumentation" : "IP address set associated with the accelerator.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #ipSets(List)}.\n@param ipSets a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ipSets(List)",
"deprecated" : false,
"documentation" : "IP address set associated with the accelerator.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "ipSets",
"fluentSetterDocumentation" : "IP address set associated with the accelerator.
\n@param ipSets IP address set associated with the accelerator.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "ipSets",
"getterDocumentation" : "IP address set associated with the accelerator.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return IP address set associated with the accelerator.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "IpSets",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "IpSets",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "IpSet",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link IpSet.Builder} avoiding the need to create one manually via {@link IpSet#builder()}.\n\nWhen the {@link Consumer} completes, {@link IpSet.Builder#build()} is called immediately and its result is passed to {@link #member(IpSet)}.\n@param member a consumer that will call methods on {@link IpSet.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(IpSet)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "IpSet",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "IpSet",
"variableName" : "member",
"variableType" : "IpSet",
"documentation" : null,
"simpleType" : "IpSet",
"variableSetterType" : "IpSet"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "IpSet",
"variableName" : "member",
"variableType" : "IpSet",
"documentation" : "",
"simpleType" : "IpSet",
"variableSetterType" : "IpSet"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "IpSet",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "IpSet",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "IpSets",
"sensitive" : false,
"setterDocumentation" : "IP address set associated with the accelerator.
\n@param ipSets IP address set associated with the accelerator.",
"setterMethodName" : "setIpSets",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "ipSets",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "ipSets",
"variableType" : "java.util.List",
"documentation" : "IP address set associated with the accelerator.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"LastModifiedTime" : {
"beanStyleGetterMethodName" : "getLastModifiedTime",
"beanStyleSetterMethodName" : "setLastModifiedTime",
"c2jName" : "LastModifiedTime",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date and time that the accelerator was last modified.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastModifiedTime(Instant)}.\n@param lastModifiedTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastModifiedTime(Instant)",
"deprecated" : false,
"documentation" : "The date and time that the accelerator was last modified.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastModifiedTime",
"fluentSetterDocumentation" : "The date and time that the accelerator was last modified.
\n@param lastModifiedTime The date and time that the accelerator was last modified.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastModifiedTime",
"getterDocumentation" : "The date and time that the accelerator was last modified.
\n@return The date and time that the accelerator was last modified.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LastModifiedTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastModifiedTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastModifiedTime",
"sensitive" : false,
"setterDocumentation" : "The date and time that the accelerator was last modified.
\n@param lastModifiedTime The date and time that the accelerator was last modified.",
"setterMethodName" : "setLastModifiedTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time that the accelerator was last modified.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
},
"Name" : {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "The name of the accelerator. The name can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the accelerator. The name can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the accelerator. The name can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.
\n@param name The name of the accelerator. The name can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the accelerator. The name can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.
\n@return The name of the accelerator. The name can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the accelerator. The name can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.
\n@param name The name of the accelerator. The name can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the accelerator. The name can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Status" : {
"beanStyleGetterMethodName" : "getStatusAsString",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "Status",
"c2jShape" : "AcceleratorStatus",
"defaultConsumerFluentSetterDocumentation" : "Describes the deployment status of the accelerator.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"documentation" : "Describes the deployment status of the accelerator.
",
"endpointDiscoveryId" : false,
"enumType" : "AcceleratorStatus",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "Describes the deployment status of the accelerator.
\n@param status Describes the deployment status of the accelerator.\n@see AcceleratorStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see AcceleratorStatus",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "Describes the deployment status of the accelerator.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link AcceleratorStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return Describes the deployment status of the accelerator.\n@see AcceleratorStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "Describes the deployment status of the accelerator.
\n@param status Describes the deployment status of the accelerator.\n@see AcceleratorStatus",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "Describes the deployment status of the accelerator.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getAcceleratorArn",
"beanStyleSetterMethodName" : "setAcceleratorArn",
"c2jName" : "AcceleratorArn",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the accelerator.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #acceleratorArn(String)}.\n@param acceleratorArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #acceleratorArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the accelerator.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "acceleratorArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the accelerator.
\n@param acceleratorArn The Amazon Resource Name (ARN) of the accelerator.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "acceleratorArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the accelerator.
\n@return The Amazon Resource Name (ARN) of the accelerator.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AcceleratorArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AcceleratorArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AcceleratorArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the accelerator.
\n@param acceleratorArn The Amazon Resource Name (ARN) of the accelerator.",
"setterMethodName" : "setAcceleratorArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "acceleratorArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "acceleratorArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the accelerator.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "The name of the accelerator. The name can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the accelerator. The name can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the accelerator. The name can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.
\n@param name The name of the accelerator. The name can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the accelerator. The name can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.
\n@return The name of the accelerator. The name can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the accelerator. The name can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.
\n@param name The name of the accelerator. The name can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the accelerator. The name can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getIpAddressTypeAsString",
"beanStyleSetterMethodName" : "setIpAddressType",
"c2jName" : "IpAddressType",
"c2jShape" : "IpAddressType",
"defaultConsumerFluentSetterDocumentation" : "The value for the address type must be IPv4.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ipAddressTypeAsString(String)}.\n@param ipAddressType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ipAddressType(String)",
"deprecated" : false,
"documentation" : "The value for the address type must be IPv4.
",
"endpointDiscoveryId" : false,
"enumType" : "IpAddressType",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "ipAddressType",
"fluentEnumSetterMethodName" : "ipAddressType",
"fluentGetterMethodName" : "ipAddressTypeAsString",
"fluentSetterDocumentation" : "The value for the address type must be IPv4.
\n@param ipAddressType The value for the address type must be IPv4.\n@see IpAddressType\n@return Returns a reference to this object so that method calls can be chained together.\n@see IpAddressType",
"fluentSetterMethodName" : "ipAddressType",
"getterDocumentation" : "The value for the address type must be IPv4.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #ipAddressType} will return {@link IpAddressType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #ipAddressTypeAsString}.\n
\n@return The value for the address type must be IPv4.\n@see IpAddressType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "IpAddressType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "IpAddressType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "IpAddressType",
"sensitive" : false,
"setterDocumentation" : "The value for the address type must be IPv4.
\n@param ipAddressType The value for the address type must be IPv4.\n@see IpAddressType",
"setterMethodName" : "setIpAddressType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ipAddressType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ipAddressType",
"variableType" : "String",
"documentation" : "The value for the address type must be IPv4.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEnabled",
"beanStyleSetterMethodName" : "setEnabled",
"c2jName" : "Enabled",
"c2jShape" : "GenericBoolean",
"defaultConsumerFluentSetterDocumentation" : "Indicates whether theaccelerator is enabled. The value is true or false. The default value is true.
If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enabled(Boolean)}.\n@param enabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enabled(Boolean)",
"deprecated" : false,
"documentation" : "Indicates whether theaccelerator is enabled. The value is true or false. The default value is true.
If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "enabled",
"fluentSetterDocumentation" : "Indicates whether theaccelerator is enabled. The value is true or false. The default value is true.
If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.
\n@param enabled Indicates whether theaccelerator is enabled. The value is true or false. The default value is true. If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "enabled",
"getterDocumentation" : "
Indicates whether theaccelerator is enabled. The value is true or false. The default value is true.
If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.
\n@return Indicates whether theaccelerator is enabled. The value is true or false. The default value is true. If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Enabled",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Enabled",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "Enabled",
"sensitive" : false,
"setterDocumentation" : "
Indicates whether theaccelerator is enabled. The value is true or false. The default value is true.
If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.
\n@param enabled Indicates whether theaccelerator is enabled. The value is true or false. The default value is true. If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.",
"setterMethodName" : "setEnabled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enabled",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enabled",
"variableType" : "Boolean",
"documentation" : "
Indicates whether theaccelerator is enabled. The value is true or false. The default value is true.
If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getIpSets",
"beanStyleSetterMethodName" : "setIpSets",
"c2jName" : "IpSets",
"c2jShape" : "IpSets",
"defaultConsumerFluentSetterDocumentation" : "IP address set associated with the accelerator.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #ipSets(List)}.\n@param ipSets a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ipSets(List)",
"deprecated" : false,
"documentation" : "IP address set associated with the accelerator.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "ipSets",
"fluentSetterDocumentation" : "IP address set associated with the accelerator.
\n@param ipSets IP address set associated with the accelerator.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "ipSets",
"getterDocumentation" : "IP address set associated with the accelerator.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return IP address set associated with the accelerator.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "IpSets",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "IpSets",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "IpSet",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link IpSet.Builder} avoiding the need to create one manually via {@link IpSet#builder()}.\n\nWhen the {@link Consumer} completes, {@link IpSet.Builder#build()} is called immediately and its result is passed to {@link #member(IpSet)}.\n@param member a consumer that will call methods on {@link IpSet.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(IpSet)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "IpSet",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "IpSet",
"variableName" : "member",
"variableType" : "IpSet",
"documentation" : null,
"simpleType" : "IpSet",
"variableSetterType" : "IpSet"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "IpSet",
"variableName" : "member",
"variableType" : "IpSet",
"documentation" : "",
"simpleType" : "IpSet",
"variableSetterType" : "IpSet"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "IpSet",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "IpSet",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "IpSets",
"sensitive" : false,
"setterDocumentation" : "IP address set associated with the accelerator.
\n@param ipSets IP address set associated with the accelerator.",
"setterMethodName" : "setIpSets",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "ipSets",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "ipSets",
"variableType" : "java.util.List",
"documentation" : "IP address set associated with the accelerator.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStatusAsString",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "Status",
"c2jShape" : "AcceleratorStatus",
"defaultConsumerFluentSetterDocumentation" : "Describes the deployment status of the accelerator.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusAsString(String)}.\n@param status a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #status(String)",
"deprecated" : false,
"documentation" : "Describes the deployment status of the accelerator.
",
"endpointDiscoveryId" : false,
"enumType" : "AcceleratorStatus",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "Describes the deployment status of the accelerator.
\n@param status Describes the deployment status of the accelerator.\n@see AcceleratorStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see AcceleratorStatus",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "Describes the deployment status of the accelerator.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link AcceleratorStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return Describes the deployment status of the accelerator.\n@see AcceleratorStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Status",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "Describes the deployment status of the accelerator.
\n@param status Describes the deployment status of the accelerator.\n@see AcceleratorStatus",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "Describes the deployment status of the accelerator.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCreatedTime",
"beanStyleSetterMethodName" : "setCreatedTime",
"c2jName" : "CreatedTime",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date and time that the accelerator was created.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #createdTime(Instant)}.\n@param createdTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createdTime(Instant)",
"deprecated" : false,
"documentation" : "The date and time that the accelerator was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createdTime",
"fluentSetterDocumentation" : "The date and time that the accelerator was created.
\n@param createdTime The date and time that the accelerator was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createdTime",
"getterDocumentation" : "The date and time that the accelerator was created.
\n@return The date and time that the accelerator was created.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CreatedTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreatedTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreatedTime",
"sensitive" : false,
"setterDocumentation" : "The date and time that the accelerator was created.
\n@param createdTime The date and time that the accelerator was created.",
"setterMethodName" : "setCreatedTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time that the accelerator was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLastModifiedTime",
"beanStyleSetterMethodName" : "setLastModifiedTime",
"c2jName" : "LastModifiedTime",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date and time that the accelerator was last modified.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #lastModifiedTime(Instant)}.\n@param lastModifiedTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lastModifiedTime(Instant)",
"deprecated" : false,
"documentation" : "The date and time that the accelerator was last modified.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastModifiedTime",
"fluentSetterDocumentation" : "The date and time that the accelerator was last modified.
\n@param lastModifiedTime The date and time that the accelerator was last modified.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastModifiedTime",
"getterDocumentation" : "The date and time that the accelerator was last modified.
\n@return The date and time that the accelerator was last modified.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "LastModifiedTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastModifiedTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastModifiedTime",
"sensitive" : false,
"setterDocumentation" : "The date and time that the accelerator was last modified.
\n@param lastModifiedTime The date and time that the accelerator was last modified.",
"setterMethodName" : "setLastModifiedTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastModifiedTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time that the accelerator was last modified.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "Accelerator",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Accelerator",
"variableName" : "accelerator",
"variableType" : "Accelerator",
"documentation" : null,
"simpleType" : "Accelerator",
"variableSetterType" : "Accelerator"
},
"wrapper" : false
},
"AcceleratorAttributes" : {
"c2jName" : "AcceleratorAttributes",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Attributes of an accelerator.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getFlowLogsEnabled",
"beanStyleSetterMethodName" : "setFlowLogsEnabled",
"c2jName" : "FlowLogsEnabled",
"c2jShape" : "GenericBoolean",
"defaultConsumerFluentSetterDocumentation" : "Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket
and FlowLogsS3Prefix
must be specified.
For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #flowLogsEnabled(Boolean)}.\n@param flowLogsEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #flowLogsEnabled(Boolean)",
"deprecated" : false,
"documentation" : "Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket
and FlowLogsS3Prefix
must be specified.
For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "flowLogsEnabled",
"fluentSetterDocumentation" : "Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket
and FlowLogsS3Prefix
must be specified.
For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.
\n@param flowLogsEnabled Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket
and FlowLogsS3Prefix
must be specified. For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "flowLogsEnabled",
"getterDocumentation" : "
Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket
and FlowLogsS3Prefix
must be specified.
For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.
\n@return Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket
and FlowLogsS3Prefix
must be specified. For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FlowLogsEnabled",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FlowLogsEnabled",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "FlowLogsEnabled",
"sensitive" : false,
"setterDocumentation" : "
Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket
and FlowLogsS3Prefix
must be specified.
For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.
\n@param flowLogsEnabled Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket
and FlowLogsS3Prefix
must be specified. For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.",
"setterMethodName" : "setFlowLogsEnabled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "flowLogsEnabled",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "flowLogsEnabled",
"variableType" : "Boolean",
"documentation" : "
Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket
and FlowLogsS3Prefix
must be specified.
For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getFlowLogsS3Bucket",
"beanStyleSetterMethodName" : "setFlowLogsS3Bucket",
"c2jName" : "FlowLogsS3Bucket",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled
is true
. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #flowLogsS3Bucket(String)}.\n@param flowLogsS3Bucket a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #flowLogsS3Bucket(String)",
"deprecated" : false,
"documentation" : "The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled
is true
. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "flowLogsS3Bucket",
"fluentSetterDocumentation" : "The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled
is true
. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.
\n@param flowLogsS3Bucket The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled
is true
. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "flowLogsS3Bucket",
"getterDocumentation" : "The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled
is true
. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.
\n@return The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled
is true
. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FlowLogsS3Bucket",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FlowLogsS3Bucket",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FlowLogsS3Bucket",
"sensitive" : false,
"setterDocumentation" : "The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled
is true
. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.
\n@param flowLogsS3Bucket The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled
is true
. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.",
"setterMethodName" : "setFlowLogsS3Bucket",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "flowLogsS3Bucket",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "flowLogsS3Bucket",
"variableType" : "String",
"documentation" : "The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled
is true
. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getFlowLogsS3Prefix",
"beanStyleSetterMethodName" : "setFlowLogsS3Prefix",
"c2jName" : "FlowLogsS3Prefix",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled
is true
. If you don’t specify a prefix, the flow logs are stored in the root of the bucket.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #flowLogsS3Prefix(String)}.\n@param flowLogsS3Prefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #flowLogsS3Prefix(String)",
"deprecated" : false,
"documentation" : "The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled
is true
. If you don’t specify a prefix, the flow logs are stored in the root of the bucket.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "flowLogsS3Prefix",
"fluentSetterDocumentation" : "The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled
is true
. If you don’t specify a prefix, the flow logs are stored in the root of the bucket.
\n@param flowLogsS3Prefix The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled
is true
. If you don’t specify a prefix, the flow logs are stored in the root of the bucket.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "flowLogsS3Prefix",
"getterDocumentation" : "The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled
is true
. If you don’t specify a prefix, the flow logs are stored in the root of the bucket.
\n@return The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled
is true
. If you don’t specify a prefix, the flow logs are stored in the root of the bucket.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FlowLogsS3Prefix",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FlowLogsS3Prefix",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FlowLogsS3Prefix",
"sensitive" : false,
"setterDocumentation" : "The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled
is true
. If you don’t specify a prefix, the flow logs are stored in the root of the bucket.
\n@param flowLogsS3Prefix The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled
is true
. If you don’t specify a prefix, the flow logs are stored in the root of the bucket.",
"setterMethodName" : "setFlowLogsS3Prefix",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "flowLogsS3Prefix",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "flowLogsS3Prefix",
"variableType" : "String",
"documentation" : "The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled
is true
. If you don’t specify a prefix, the flow logs are stored in the root of the bucket.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"FlowLogsEnabled" : {
"beanStyleGetterMethodName" : "getFlowLogsEnabled",
"beanStyleSetterMethodName" : "setFlowLogsEnabled",
"c2jName" : "FlowLogsEnabled",
"c2jShape" : "GenericBoolean",
"defaultConsumerFluentSetterDocumentation" : "Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket
and FlowLogsS3Prefix
must be specified.
For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #flowLogsEnabled(Boolean)}.\n@param flowLogsEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #flowLogsEnabled(Boolean)",
"deprecated" : false,
"documentation" : "Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket
and FlowLogsS3Prefix
must be specified.
For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "flowLogsEnabled",
"fluentSetterDocumentation" : "Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket
and FlowLogsS3Prefix
must be specified.
For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.
\n@param flowLogsEnabled Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket
and FlowLogsS3Prefix
must be specified. For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "flowLogsEnabled",
"getterDocumentation" : "
Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket
and FlowLogsS3Prefix
must be specified.
For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.
\n@return Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket
and FlowLogsS3Prefix
must be specified. For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FlowLogsEnabled",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FlowLogsEnabled",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "FlowLogsEnabled",
"sensitive" : false,
"setterDocumentation" : "
Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket
and FlowLogsS3Prefix
must be specified.
For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.
\n@param flowLogsEnabled Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket
and FlowLogsS3Prefix
must be specified. For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.",
"setterMethodName" : "setFlowLogsEnabled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "flowLogsEnabled",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "flowLogsEnabled",
"variableType" : "Boolean",
"documentation" : "
Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket
and FlowLogsS3Prefix
must be specified.
For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"FlowLogsS3Bucket" : {
"beanStyleGetterMethodName" : "getFlowLogsS3Bucket",
"beanStyleSetterMethodName" : "setFlowLogsS3Bucket",
"c2jName" : "FlowLogsS3Bucket",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled
is true
. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #flowLogsS3Bucket(String)}.\n@param flowLogsS3Bucket a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #flowLogsS3Bucket(String)",
"deprecated" : false,
"documentation" : "The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled
is true
. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "flowLogsS3Bucket",
"fluentSetterDocumentation" : "The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled
is true
. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.
\n@param flowLogsS3Bucket The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled
is true
. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "flowLogsS3Bucket",
"getterDocumentation" : "The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled
is true
. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.
\n@return The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled
is true
. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FlowLogsS3Bucket",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FlowLogsS3Bucket",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FlowLogsS3Bucket",
"sensitive" : false,
"setterDocumentation" : "The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled
is true
. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.
\n@param flowLogsS3Bucket The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled
is true
. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.",
"setterMethodName" : "setFlowLogsS3Bucket",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "flowLogsS3Bucket",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "flowLogsS3Bucket",
"variableType" : "String",
"documentation" : "The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled
is true
. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"FlowLogsS3Prefix" : {
"beanStyleGetterMethodName" : "getFlowLogsS3Prefix",
"beanStyleSetterMethodName" : "setFlowLogsS3Prefix",
"c2jName" : "FlowLogsS3Prefix",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled
is true
. If you don’t specify a prefix, the flow logs are stored in the root of the bucket.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #flowLogsS3Prefix(String)}.\n@param flowLogsS3Prefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #flowLogsS3Prefix(String)",
"deprecated" : false,
"documentation" : "The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled
is true
. If you don’t specify a prefix, the flow logs are stored in the root of the bucket.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "flowLogsS3Prefix",
"fluentSetterDocumentation" : "The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled
is true
. If you don’t specify a prefix, the flow logs are stored in the root of the bucket.
\n@param flowLogsS3Prefix The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled
is true
. If you don’t specify a prefix, the flow logs are stored in the root of the bucket.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "flowLogsS3Prefix",
"getterDocumentation" : "The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled
is true
. If you don’t specify a prefix, the flow logs are stored in the root of the bucket.
\n@return The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled
is true
. If you don’t specify a prefix, the flow logs are stored in the root of the bucket.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FlowLogsS3Prefix",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FlowLogsS3Prefix",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FlowLogsS3Prefix",
"sensitive" : false,
"setterDocumentation" : "The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled
is true
. If you don’t specify a prefix, the flow logs are stored in the root of the bucket.
\n@param flowLogsS3Prefix The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled
is true
. If you don’t specify a prefix, the flow logs are stored in the root of the bucket.",
"setterMethodName" : "setFlowLogsS3Prefix",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "flowLogsS3Prefix",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "flowLogsS3Prefix",
"variableType" : "String",
"documentation" : "The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled
is true
. If you don’t specify a prefix, the flow logs are stored in the root of the bucket.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getFlowLogsEnabled",
"beanStyleSetterMethodName" : "setFlowLogsEnabled",
"c2jName" : "FlowLogsEnabled",
"c2jShape" : "GenericBoolean",
"defaultConsumerFluentSetterDocumentation" : "Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket
and FlowLogsS3Prefix
must be specified.
For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #flowLogsEnabled(Boolean)}.\n@param flowLogsEnabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #flowLogsEnabled(Boolean)",
"deprecated" : false,
"documentation" : "Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket
and FlowLogsS3Prefix
must be specified.
For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "flowLogsEnabled",
"fluentSetterDocumentation" : "Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket
and FlowLogsS3Prefix
must be specified.
For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.
\n@param flowLogsEnabled Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket
and FlowLogsS3Prefix
must be specified. For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "flowLogsEnabled",
"getterDocumentation" : "
Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket
and FlowLogsS3Prefix
must be specified.
For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.
\n@return Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket
and FlowLogsS3Prefix
must be specified. For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FlowLogsEnabled",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FlowLogsEnabled",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "FlowLogsEnabled",
"sensitive" : false,
"setterDocumentation" : "
Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket
and FlowLogsS3Prefix
must be specified.
For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.
\n@param flowLogsEnabled Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket
and FlowLogsS3Prefix
must be specified. For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.",
"setterMethodName" : "setFlowLogsEnabled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "flowLogsEnabled",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "flowLogsEnabled",
"variableType" : "Boolean",
"documentation" : "
Indicates whether flow logs are enabled. The default value is false. If the value is true, FlowLogsS3Bucket
and FlowLogsS3Prefix
must be specified.
For more information, see Flow Logs in the AWS Global Accelerator Developer Guide.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getFlowLogsS3Bucket",
"beanStyleSetterMethodName" : "setFlowLogsS3Bucket",
"c2jName" : "FlowLogsS3Bucket",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled
is true
. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #flowLogsS3Bucket(String)}.\n@param flowLogsS3Bucket a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #flowLogsS3Bucket(String)",
"deprecated" : false,
"documentation" : "The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled
is true
. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "flowLogsS3Bucket",
"fluentSetterDocumentation" : "The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled
is true
. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.
\n@param flowLogsS3Bucket The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled
is true
. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "flowLogsS3Bucket",
"getterDocumentation" : "The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled
is true
. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.
\n@return The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled
is true
. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FlowLogsS3Bucket",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FlowLogsS3Bucket",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FlowLogsS3Bucket",
"sensitive" : false,
"setterDocumentation" : "The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled
is true
. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.
\n@param flowLogsS3Bucket The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled
is true
. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.",
"setterMethodName" : "setFlowLogsS3Bucket",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "flowLogsS3Bucket",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "flowLogsS3Bucket",
"variableType" : "String",
"documentation" : "The name of the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled
is true
. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the bucket.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getFlowLogsS3Prefix",
"beanStyleSetterMethodName" : "setFlowLogsS3Prefix",
"c2jName" : "FlowLogsS3Prefix",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled
is true
. If you don’t specify a prefix, the flow logs are stored in the root of the bucket.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #flowLogsS3Prefix(String)}.\n@param flowLogsS3Prefix a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #flowLogsS3Prefix(String)",
"deprecated" : false,
"documentation" : "The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled
is true
. If you don’t specify a prefix, the flow logs are stored in the root of the bucket.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "flowLogsS3Prefix",
"fluentSetterDocumentation" : "The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled
is true
. If you don’t specify a prefix, the flow logs are stored in the root of the bucket.
\n@param flowLogsS3Prefix The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled
is true
. If you don’t specify a prefix, the flow logs are stored in the root of the bucket.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "flowLogsS3Prefix",
"getterDocumentation" : "The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled
is true
. If you don’t specify a prefix, the flow logs are stored in the root of the bucket.
\n@return The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled
is true
. If you don’t specify a prefix, the flow logs are stored in the root of the bucket.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FlowLogsS3Prefix",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FlowLogsS3Prefix",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FlowLogsS3Prefix",
"sensitive" : false,
"setterDocumentation" : "The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled
is true
. If you don’t specify a prefix, the flow logs are stored in the root of the bucket.
\n@param flowLogsS3Prefix The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled
is true
. If you don’t specify a prefix, the flow logs are stored in the root of the bucket.",
"setterMethodName" : "setFlowLogsS3Prefix",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "flowLogsS3Prefix",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "flowLogsS3Prefix",
"variableType" : "String",
"documentation" : "The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if FlowLogsEnabled
is true
. If you don’t specify a prefix, the flow logs are stored in the root of the bucket.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AcceleratorAttributes",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AcceleratorAttributes",
"variableName" : "acceleratorAttributes",
"variableType" : "AcceleratorAttributes",
"documentation" : null,
"simpleType" : "AcceleratorAttributes",
"variableSetterType" : "AcceleratorAttributes"
},
"wrapper" : false
},
"AcceleratorNotDisabledException" : {
"c2jName" : "AcceleratorNotDisabledException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The accelerator that you specified could not be disabled.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "AcceleratorNotDisabledException",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AcceleratorNotDisabledException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AcceleratorNotDisabledException",
"variableName" : "acceleratorNotDisabledException",
"variableType" : "AcceleratorNotDisabledException",
"documentation" : null,
"simpleType" : "AcceleratorNotDisabledException",
"variableSetterType" : "AcceleratorNotDisabledException"
},
"wrapper" : false
},
"AcceleratorNotFoundException" : {
"c2jName" : "AcceleratorNotFoundException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The accelerator that you specified doesn't exist.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "AcceleratorNotFoundException",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AcceleratorNotFoundException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AcceleratorNotFoundException",
"variableName" : "acceleratorNotFoundException",
"variableType" : "AcceleratorNotFoundException",
"documentation" : null,
"simpleType" : "AcceleratorNotFoundException",
"variableSetterType" : "AcceleratorNotFoundException"
},
"wrapper" : false
},
"AcceleratorStatus" : {
"c2jName" : "AcceleratorStatus",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "DEPLOYED",
"value" : "DEPLOYED"
}, {
"name" : "IN_PROGRESS",
"value" : "IN_PROGRESS"
} ],
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AcceleratorStatus",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AcceleratorStatus",
"variableName" : "acceleratorStatus",
"variableType" : "AcceleratorStatus",
"documentation" : null,
"simpleType" : "AcceleratorStatus",
"variableSetterType" : "AcceleratorStatus"
},
"wrapper" : false
},
"AssociatedEndpointGroupFoundException" : {
"c2jName" : "AssociatedEndpointGroupFoundException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The listener that you specified has an endpoint group associated with it. You must remove all dependent resources from a listener before you can delete it.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "AssociatedEndpointGroupFoundException",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AssociatedEndpointGroupFoundException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AssociatedEndpointGroupFoundException",
"variableName" : "associatedEndpointGroupFoundException",
"variableType" : "AssociatedEndpointGroupFoundException",
"documentation" : null,
"simpleType" : "AssociatedEndpointGroupFoundException",
"variableSetterType" : "AssociatedEndpointGroupFoundException"
},
"wrapper" : false
},
"AssociatedListenerFoundException" : {
"c2jName" : "AssociatedListenerFoundException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The accelerator that you specified has a listener associated with it. You must remove all dependent resources from an accelerator before you can delete it.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "AssociatedListenerFoundException",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AssociatedListenerFoundException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AssociatedListenerFoundException",
"variableName" : "associatedListenerFoundException",
"variableType" : "AssociatedListenerFoundException",
"documentation" : null,
"simpleType" : "AssociatedListenerFoundException",
"variableSetterType" : "AssociatedListenerFoundException"
},
"wrapper" : false
},
"ClientAffinity" : {
"c2jName" : "ClientAffinity",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "NONE",
"value" : "NONE"
}, {
"name" : "SOURCE_IP",
"value" : "SOURCE_IP"
} ],
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ClientAffinity",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ClientAffinity",
"variableName" : "clientAffinity",
"variableType" : "ClientAffinity",
"documentation" : null,
"simpleType" : "ClientAffinity",
"variableSetterType" : "ClientAffinity"
},
"wrapper" : false
},
"CreateAcceleratorRequest" : {
"c2jName" : "CreateAcceleratorRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "CreateAccelerator",
"locationName" : null,
"requestUri" : "/",
"target" : "GlobalAccelerator_V20180706.CreateAccelerator",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "The name of an accelerator. The name can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of an accelerator. The name can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of an accelerator. The name can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.
\n@param name The name of an accelerator. The name can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of an accelerator. The name can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.
\n@return The name of an accelerator. The name can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of an accelerator. The name can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.
\n@param name The name of an accelerator. The name can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of an accelerator. The name can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getIpAddressTypeAsString",
"beanStyleSetterMethodName" : "setIpAddressType",
"c2jName" : "IpAddressType",
"c2jShape" : "IpAddressType",
"defaultConsumerFluentSetterDocumentation" : "The value for the address type must be IPv4.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ipAddressTypeAsString(String)}.\n@param ipAddressType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ipAddressType(String)",
"deprecated" : false,
"documentation" : "The value for the address type must be IPv4.
",
"endpointDiscoveryId" : false,
"enumType" : "IpAddressType",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "ipAddressType",
"fluentEnumSetterMethodName" : "ipAddressType",
"fluentGetterMethodName" : "ipAddressTypeAsString",
"fluentSetterDocumentation" : "The value for the address type must be IPv4.
\n@param ipAddressType The value for the address type must be IPv4.\n@see IpAddressType\n@return Returns a reference to this object so that method calls can be chained together.\n@see IpAddressType",
"fluentSetterMethodName" : "ipAddressType",
"getterDocumentation" : "The value for the address type must be IPv4.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #ipAddressType} will return {@link IpAddressType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #ipAddressTypeAsString}.\n
\n@return The value for the address type must be IPv4.\n@see IpAddressType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "IpAddressType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "IpAddressType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "IpAddressType",
"sensitive" : false,
"setterDocumentation" : "The value for the address type must be IPv4.
\n@param ipAddressType The value for the address type must be IPv4.\n@see IpAddressType",
"setterMethodName" : "setIpAddressType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ipAddressType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ipAddressType",
"variableType" : "String",
"documentation" : "The value for the address type must be IPv4.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEnabled",
"beanStyleSetterMethodName" : "setEnabled",
"c2jName" : "Enabled",
"c2jShape" : "GenericBoolean",
"defaultConsumerFluentSetterDocumentation" : "Indicates whether an accelerator is enabled. The value is true or false. The default value is true.
If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enabled(Boolean)}.\n@param enabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enabled(Boolean)",
"deprecated" : false,
"documentation" : "Indicates whether an accelerator is enabled. The value is true or false. The default value is true.
If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "enabled",
"fluentSetterDocumentation" : "Indicates whether an accelerator is enabled. The value is true or false. The default value is true.
If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.
\n@param enabled Indicates whether an accelerator is enabled. The value is true or false. The default value is true. If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "enabled",
"getterDocumentation" : "
Indicates whether an accelerator is enabled. The value is true or false. The default value is true.
If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.
\n@return Indicates whether an accelerator is enabled. The value is true or false. The default value is true. If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Enabled",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Enabled",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "Enabled",
"sensitive" : false,
"setterDocumentation" : "
Indicates whether an accelerator is enabled. The value is true or false. The default value is true.
If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.
\n@param enabled Indicates whether an accelerator is enabled. The value is true or false. The default value is true. If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.",
"setterMethodName" : "setEnabled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enabled",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enabled",
"variableType" : "Boolean",
"documentation" : "
Indicates whether an accelerator is enabled. The value is true or false. The default value is true.
If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getIdempotencyToken",
"beanStyleSetterMethodName" : "setIdempotencyToken",
"c2jName" : "IdempotencyToken",
"c2jShape" : "IdempotencyToken",
"defaultConsumerFluentSetterDocumentation" : "A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #idempotencyToken(String)}.\n@param idempotencyToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #idempotencyToken(String)",
"deprecated" : false,
"documentation" : "A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "idempotencyToken",
"fluentSetterDocumentation" : "A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.
\n@param idempotencyToken A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "idempotencyToken",
"getterDocumentation" : "A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.
\n@return A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "IdempotencyToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "IdempotencyToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "IdempotencyToken",
"sensitive" : false,
"setterDocumentation" : "A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.
\n@param idempotencyToken A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.",
"setterMethodName" : "setIdempotencyToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "idempotencyToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "idempotencyToken",
"variableType" : "String",
"documentation" : "A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Enabled" : {
"beanStyleGetterMethodName" : "getEnabled",
"beanStyleSetterMethodName" : "setEnabled",
"c2jName" : "Enabled",
"c2jShape" : "GenericBoolean",
"defaultConsumerFluentSetterDocumentation" : "Indicates whether an accelerator is enabled. The value is true or false. The default value is true.
If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enabled(Boolean)}.\n@param enabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enabled(Boolean)",
"deprecated" : false,
"documentation" : "Indicates whether an accelerator is enabled. The value is true or false. The default value is true.
If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "enabled",
"fluentSetterDocumentation" : "Indicates whether an accelerator is enabled. The value is true or false. The default value is true.
If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.
\n@param enabled Indicates whether an accelerator is enabled. The value is true or false. The default value is true. If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "enabled",
"getterDocumentation" : "
Indicates whether an accelerator is enabled. The value is true or false. The default value is true.
If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.
\n@return Indicates whether an accelerator is enabled. The value is true or false. The default value is true. If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Enabled",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Enabled",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "Enabled",
"sensitive" : false,
"setterDocumentation" : "
Indicates whether an accelerator is enabled. The value is true or false. The default value is true.
If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.
\n@param enabled Indicates whether an accelerator is enabled. The value is true or false. The default value is true. If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.",
"setterMethodName" : "setEnabled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enabled",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enabled",
"variableType" : "Boolean",
"documentation" : "
Indicates whether an accelerator is enabled. The value is true or false. The default value is true.
If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"IdempotencyToken" : {
"beanStyleGetterMethodName" : "getIdempotencyToken",
"beanStyleSetterMethodName" : "setIdempotencyToken",
"c2jName" : "IdempotencyToken",
"c2jShape" : "IdempotencyToken",
"defaultConsumerFluentSetterDocumentation" : "A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #idempotencyToken(String)}.\n@param idempotencyToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #idempotencyToken(String)",
"deprecated" : false,
"documentation" : "A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "idempotencyToken",
"fluentSetterDocumentation" : "A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.
\n@param idempotencyToken A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "idempotencyToken",
"getterDocumentation" : "A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.
\n@return A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "IdempotencyToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "IdempotencyToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "IdempotencyToken",
"sensitive" : false,
"setterDocumentation" : "A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.
\n@param idempotencyToken A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.",
"setterMethodName" : "setIdempotencyToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "idempotencyToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "idempotencyToken",
"variableType" : "String",
"documentation" : "A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"IpAddressType" : {
"beanStyleGetterMethodName" : "getIpAddressTypeAsString",
"beanStyleSetterMethodName" : "setIpAddressType",
"c2jName" : "IpAddressType",
"c2jShape" : "IpAddressType",
"defaultConsumerFluentSetterDocumentation" : "The value for the address type must be IPv4.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ipAddressTypeAsString(String)}.\n@param ipAddressType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ipAddressType(String)",
"deprecated" : false,
"documentation" : "The value for the address type must be IPv4.
",
"endpointDiscoveryId" : false,
"enumType" : "IpAddressType",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "ipAddressType",
"fluentEnumSetterMethodName" : "ipAddressType",
"fluentGetterMethodName" : "ipAddressTypeAsString",
"fluentSetterDocumentation" : "The value for the address type must be IPv4.
\n@param ipAddressType The value for the address type must be IPv4.\n@see IpAddressType\n@return Returns a reference to this object so that method calls can be chained together.\n@see IpAddressType",
"fluentSetterMethodName" : "ipAddressType",
"getterDocumentation" : "The value for the address type must be IPv4.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #ipAddressType} will return {@link IpAddressType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #ipAddressTypeAsString}.\n
\n@return The value for the address type must be IPv4.\n@see IpAddressType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "IpAddressType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "IpAddressType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "IpAddressType",
"sensitive" : false,
"setterDocumentation" : "The value for the address type must be IPv4.
\n@param ipAddressType The value for the address type must be IPv4.\n@see IpAddressType",
"setterMethodName" : "setIpAddressType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ipAddressType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ipAddressType",
"variableType" : "String",
"documentation" : "The value for the address type must be IPv4.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Name" : {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "The name of an accelerator. The name can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of an accelerator. The name can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of an accelerator. The name can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.
\n@param name The name of an accelerator. The name can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of an accelerator. The name can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.
\n@return The name of an accelerator. The name can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of an accelerator. The name can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.
\n@param name The name of an accelerator. The name can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of an accelerator. The name can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "The name of an accelerator. The name can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of an accelerator. The name can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of an accelerator. The name can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.
\n@param name The name of an accelerator. The name can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of an accelerator. The name can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.
\n@return The name of an accelerator. The name can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of an accelerator. The name can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.
\n@param name The name of an accelerator. The name can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of an accelerator. The name can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getIpAddressTypeAsString",
"beanStyleSetterMethodName" : "setIpAddressType",
"c2jName" : "IpAddressType",
"c2jShape" : "IpAddressType",
"defaultConsumerFluentSetterDocumentation" : "The value for the address type must be IPv4.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ipAddressTypeAsString(String)}.\n@param ipAddressType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ipAddressType(String)",
"deprecated" : false,
"documentation" : "The value for the address type must be IPv4.
",
"endpointDiscoveryId" : false,
"enumType" : "IpAddressType",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "ipAddressType",
"fluentEnumSetterMethodName" : "ipAddressType",
"fluentGetterMethodName" : "ipAddressTypeAsString",
"fluentSetterDocumentation" : "The value for the address type must be IPv4.
\n@param ipAddressType The value for the address type must be IPv4.\n@see IpAddressType\n@return Returns a reference to this object so that method calls can be chained together.\n@see IpAddressType",
"fluentSetterMethodName" : "ipAddressType",
"getterDocumentation" : "The value for the address type must be IPv4.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #ipAddressType} will return {@link IpAddressType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #ipAddressTypeAsString}.\n
\n@return The value for the address type must be IPv4.\n@see IpAddressType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "IpAddressType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "IpAddressType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "IpAddressType",
"sensitive" : false,
"setterDocumentation" : "The value for the address type must be IPv4.
\n@param ipAddressType The value for the address type must be IPv4.\n@see IpAddressType",
"setterMethodName" : "setIpAddressType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ipAddressType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ipAddressType",
"variableType" : "String",
"documentation" : "The value for the address type must be IPv4.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEnabled",
"beanStyleSetterMethodName" : "setEnabled",
"c2jName" : "Enabled",
"c2jShape" : "GenericBoolean",
"defaultConsumerFluentSetterDocumentation" : "Indicates whether an accelerator is enabled. The value is true or false. The default value is true.
If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enabled(Boolean)}.\n@param enabled a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enabled(Boolean)",
"deprecated" : false,
"documentation" : "Indicates whether an accelerator is enabled. The value is true or false. The default value is true.
If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "enabled",
"fluentSetterDocumentation" : "Indicates whether an accelerator is enabled. The value is true or false. The default value is true.
If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.
\n@param enabled Indicates whether an accelerator is enabled. The value is true or false. The default value is true. If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "enabled",
"getterDocumentation" : "
Indicates whether an accelerator is enabled. The value is true or false. The default value is true.
If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.
\n@return Indicates whether an accelerator is enabled. The value is true or false. The default value is true. If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Enabled",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Enabled",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "Enabled",
"sensitive" : false,
"setterDocumentation" : "
Indicates whether an accelerator is enabled. The value is true or false. The default value is true.
If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.
\n@param enabled Indicates whether an accelerator is enabled. The value is true or false. The default value is true. If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.",
"setterMethodName" : "setEnabled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enabled",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enabled",
"variableType" : "Boolean",
"documentation" : "
Indicates whether an accelerator is enabled. The value is true or false. The default value is true.
If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getIdempotencyToken",
"beanStyleSetterMethodName" : "setIdempotencyToken",
"c2jName" : "IdempotencyToken",
"c2jShape" : "IdempotencyToken",
"defaultConsumerFluentSetterDocumentation" : "A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #idempotencyToken(String)}.\n@param idempotencyToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #idempotencyToken(String)",
"deprecated" : false,
"documentation" : "A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "idempotencyToken",
"fluentSetterDocumentation" : "A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.
\n@param idempotencyToken A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "idempotencyToken",
"getterDocumentation" : "A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.
\n@return A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "IdempotencyToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "IdempotencyToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "IdempotencyToken",
"sensitive" : false,
"setterDocumentation" : "A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.
\n@param idempotencyToken A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.",
"setterMethodName" : "setIdempotencyToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "idempotencyToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "idempotencyToken",
"variableType" : "String",
"documentation" : "A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of an accelerator.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Name", "IdempotencyToken" ],
"shapeName" : "CreateAcceleratorRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateAcceleratorRequest",
"variableName" : "createAcceleratorRequest",
"variableType" : "CreateAcceleratorRequest",
"documentation" : null,
"simpleType" : "CreateAcceleratorRequest",
"variableSetterType" : "CreateAcceleratorRequest"
},
"wrapper" : false
},
"CreateAcceleratorResponse" : {
"c2jName" : "CreateAcceleratorResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getAccelerator",
"beanStyleSetterMethodName" : "setAccelerator",
"c2jName" : "Accelerator",
"c2jShape" : "Accelerator",
"defaultConsumerFluentSetterDocumentation" : "The accelerator that is created by specifying a listener and the supported IP address types.
\nThis is a convenience that creates an instance of the {@link Accelerator.Builder} avoiding the need to create one manually via {@link Accelerator#builder()}.\n\nWhen the {@link Consumer} completes, {@link Accelerator.Builder#build()} is called immediately and its result is passed to {@link #accelerator(Accelerator)}.\n@param accelerator a consumer that will call methods on {@link Accelerator.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accelerator(Accelerator)",
"deprecated" : false,
"documentation" : "The accelerator that is created by specifying a listener and the supported IP address types.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "accelerator",
"fluentSetterDocumentation" : "The accelerator that is created by specifying a listener and the supported IP address types.
\n@param accelerator The accelerator that is created by specifying a listener and the supported IP address types.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "accelerator",
"getterDocumentation" : "The accelerator that is created by specifying a listener and the supported IP address types.
\n@return The accelerator that is created by specifying a listener and the supported IP address types.",
"getterModel" : {
"returnType" : "Accelerator",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Accelerator",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Accelerator",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Accelerator",
"sensitive" : false,
"setterDocumentation" : "The accelerator that is created by specifying a listener and the supported IP address types.
\n@param accelerator The accelerator that is created by specifying a listener and the supported IP address types.",
"setterMethodName" : "setAccelerator",
"setterModel" : {
"variableDeclarationType" : "Accelerator",
"variableName" : "accelerator",
"variableType" : "Accelerator",
"documentation" : null,
"simpleType" : "Accelerator",
"variableSetterType" : "Accelerator"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Accelerator",
"variableName" : "accelerator",
"variableType" : "Accelerator",
"documentation" : "The accelerator that is created by specifying a listener and the supported IP address types.
",
"simpleType" : "Accelerator",
"variableSetterType" : "Accelerator"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Accelerator" : {
"beanStyleGetterMethodName" : "getAccelerator",
"beanStyleSetterMethodName" : "setAccelerator",
"c2jName" : "Accelerator",
"c2jShape" : "Accelerator",
"defaultConsumerFluentSetterDocumentation" : "The accelerator that is created by specifying a listener and the supported IP address types.
\nThis is a convenience that creates an instance of the {@link Accelerator.Builder} avoiding the need to create one manually via {@link Accelerator#builder()}.\n\nWhen the {@link Consumer} completes, {@link Accelerator.Builder#build()} is called immediately and its result is passed to {@link #accelerator(Accelerator)}.\n@param accelerator a consumer that will call methods on {@link Accelerator.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accelerator(Accelerator)",
"deprecated" : false,
"documentation" : "The accelerator that is created by specifying a listener and the supported IP address types.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "accelerator",
"fluentSetterDocumentation" : "The accelerator that is created by specifying a listener and the supported IP address types.
\n@param accelerator The accelerator that is created by specifying a listener and the supported IP address types.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "accelerator",
"getterDocumentation" : "The accelerator that is created by specifying a listener and the supported IP address types.
\n@return The accelerator that is created by specifying a listener and the supported IP address types.",
"getterModel" : {
"returnType" : "Accelerator",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Accelerator",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Accelerator",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Accelerator",
"sensitive" : false,
"setterDocumentation" : "The accelerator that is created by specifying a listener and the supported IP address types.
\n@param accelerator The accelerator that is created by specifying a listener and the supported IP address types.",
"setterMethodName" : "setAccelerator",
"setterModel" : {
"variableDeclarationType" : "Accelerator",
"variableName" : "accelerator",
"variableType" : "Accelerator",
"documentation" : null,
"simpleType" : "Accelerator",
"variableSetterType" : "Accelerator"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Accelerator",
"variableName" : "accelerator",
"variableType" : "Accelerator",
"documentation" : "The accelerator that is created by specifying a listener and the supported IP address types.
",
"simpleType" : "Accelerator",
"variableSetterType" : "Accelerator"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getAccelerator",
"beanStyleSetterMethodName" : "setAccelerator",
"c2jName" : "Accelerator",
"c2jShape" : "Accelerator",
"defaultConsumerFluentSetterDocumentation" : "The accelerator that is created by specifying a listener and the supported IP address types.
\nThis is a convenience that creates an instance of the {@link Accelerator.Builder} avoiding the need to create one manually via {@link Accelerator#builder()}.\n\nWhen the {@link Consumer} completes, {@link Accelerator.Builder#build()} is called immediately and its result is passed to {@link #accelerator(Accelerator)}.\n@param accelerator a consumer that will call methods on {@link Accelerator.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accelerator(Accelerator)",
"deprecated" : false,
"documentation" : "The accelerator that is created by specifying a listener and the supported IP address types.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "accelerator",
"fluentSetterDocumentation" : "The accelerator that is created by specifying a listener and the supported IP address types.
\n@param accelerator The accelerator that is created by specifying a listener and the supported IP address types.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "accelerator",
"getterDocumentation" : "The accelerator that is created by specifying a listener and the supported IP address types.
\n@return The accelerator that is created by specifying a listener and the supported IP address types.",
"getterModel" : {
"returnType" : "Accelerator",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Accelerator",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Accelerator",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Accelerator",
"sensitive" : false,
"setterDocumentation" : "The accelerator that is created by specifying a listener and the supported IP address types.
\n@param accelerator The accelerator that is created by specifying a listener and the supported IP address types.",
"setterMethodName" : "setAccelerator",
"setterModel" : {
"variableDeclarationType" : "Accelerator",
"variableName" : "accelerator",
"variableType" : "Accelerator",
"documentation" : null,
"simpleType" : "Accelerator",
"variableSetterType" : "Accelerator"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Accelerator",
"variableName" : "accelerator",
"variableType" : "Accelerator",
"documentation" : "The accelerator that is created by specifying a listener and the supported IP address types.
",
"simpleType" : "Accelerator",
"variableSetterType" : "Accelerator"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateAcceleratorResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateAcceleratorResponse",
"variableName" : "createAcceleratorResponse",
"variableType" : "CreateAcceleratorResponse",
"documentation" : null,
"simpleType" : "CreateAcceleratorResponse",
"variableSetterType" : "CreateAcceleratorResponse"
},
"wrapper" : false
},
"CreateEndpointGroupRequest" : {
"c2jName" : "CreateEndpointGroupRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "CreateEndpointGroup",
"locationName" : null,
"requestUri" : "/",
"target" : "GlobalAccelerator_V20180706.CreateEndpointGroup",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getListenerArn",
"beanStyleSetterMethodName" : "setListenerArn",
"c2jName" : "ListenerArn",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the listener.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #listenerArn(String)}.\n@param listenerArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listenerArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the listener.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "listenerArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the listener.
\n@param listenerArn The Amazon Resource Name (ARN) of the listener.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "listenerArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the listener.
\n@return The Amazon Resource Name (ARN) of the listener.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ListenerArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ListenerArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ListenerArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the listener.
\n@param listenerArn The Amazon Resource Name (ARN) of the listener.",
"setterMethodName" : "setListenerArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "listenerArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "listenerArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the listener.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEndpointGroupRegion",
"beanStyleSetterMethodName" : "setEndpointGroupRegion",
"c2jName" : "EndpointGroupRegion",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointGroupRegion(String)}.\n@param endpointGroupRegion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointGroupRegion(String)",
"deprecated" : false,
"documentation" : "The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "endpointGroupRegion",
"fluentSetterDocumentation" : "The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.
\n@param endpointGroupRegion The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "endpointGroupRegion",
"getterDocumentation" : "The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.
\n@return The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EndpointGroupRegion",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointGroupRegion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EndpointGroupRegion",
"sensitive" : false,
"setterDocumentation" : "The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.
\n@param endpointGroupRegion The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.",
"setterMethodName" : "setEndpointGroupRegion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointGroupRegion",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endpointGroupRegion",
"variableType" : "String",
"documentation" : "The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEndpointConfigurations",
"beanStyleSetterMethodName" : "setEndpointConfigurations",
"c2jName" : "EndpointConfigurations",
"c2jShape" : "EndpointConfigurations",
"defaultConsumerFluentSetterDocumentation" : "The list of endpoint objects.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #endpointConfigurations(List)}.\n@param endpointConfigurations a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointConfigurations(List)",
"deprecated" : false,
"documentation" : "The list of endpoint objects.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "endpointConfigurations",
"fluentSetterDocumentation" : "The list of endpoint objects.
\n@param endpointConfigurations The list of endpoint objects.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "endpointConfigurations",
"getterDocumentation" : "The list of endpoint objects.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The list of endpoint objects.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EndpointConfigurations",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointConfigurations",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "EndpointConfiguration",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link EndpointConfiguration.Builder} avoiding the need to create one manually via {@link EndpointConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link EndpointConfiguration.Builder#build()} is called immediately and its result is passed to {@link #member(EndpointConfiguration)}.\n@param member a consumer that will call methods on {@link EndpointConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(EndpointConfiguration)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "EndpointConfiguration",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "EndpointConfiguration",
"variableName" : "member",
"variableType" : "EndpointConfiguration",
"documentation" : null,
"simpleType" : "EndpointConfiguration",
"variableSetterType" : "EndpointConfiguration"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "EndpointConfiguration",
"variableName" : "member",
"variableType" : "EndpointConfiguration",
"documentation" : "",
"simpleType" : "EndpointConfiguration",
"variableSetterType" : "EndpointConfiguration"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "EndpointConfiguration",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "EndpointConfiguration",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "EndpointConfigurations",
"sensitive" : false,
"setterDocumentation" : "The list of endpoint objects.
\n@param endpointConfigurations The list of endpoint objects.",
"setterMethodName" : "setEndpointConfigurations",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "endpointConfigurations",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "endpointConfigurations",
"variableType" : "java.util.List",
"documentation" : "The list of endpoint objects.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTrafficDialPercentage",
"beanStyleSetterMethodName" : "setTrafficDialPercentage",
"c2jName" : "TrafficDialPercentage",
"c2jShape" : "TrafficDialPercentage",
"defaultConsumerFluentSetterDocumentation" : "The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.
Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.
The default value is 100.
\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #trafficDialPercentage(Float)}.\n@param trafficDialPercentage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #trafficDialPercentage(Float)",
"deprecated" : false,
"documentation" : "The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.
Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.
The default value is 100.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "trafficDialPercentage",
"fluentSetterDocumentation" : "The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.
Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.
The default value is 100.
\n@param trafficDialPercentage The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener. Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.
The default value is 100.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "trafficDialPercentage",
"getterDocumentation" : "
The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.
Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.
The default value is 100.
\n@return The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener. Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.
The default value is 100.",
"getterModel" : {
"returnType" : "Float",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TrafficDialPercentage",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TrafficDialPercentage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "FLOAT",
"name" : "TrafficDialPercentage",
"sensitive" : false,
"setterDocumentation" : "
The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.
Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.
The default value is 100.
\n@param trafficDialPercentage The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener. Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.
The default value is 100.",
"setterMethodName" : "setTrafficDialPercentage",
"setterModel" : {
"variableDeclarationType" : "Float",
"variableName" : "trafficDialPercentage",
"variableType" : "Float",
"documentation" : null,
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Float",
"variableName" : "trafficDialPercentage",
"variableType" : "Float",
"documentation" : "
The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.
Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.
The default value is 100.
",
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getHealthCheckPort",
"beanStyleSetterMethodName" : "setHealthCheckPort",
"c2jName" : "HealthCheckPort",
"c2jShape" : "HealthCheckPort",
"defaultConsumerFluentSetterDocumentation" : "The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #healthCheckPort(Integer)}.\n@param healthCheckPort a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckPort(Integer)",
"deprecated" : false,
"documentation" : "The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "healthCheckPort",
"fluentSetterDocumentation" : "The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.
\n@param healthCheckPort The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "healthCheckPort",
"getterDocumentation" : "The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.
\n@return The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "HealthCheckPort",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "HealthCheckPort",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "HealthCheckPort",
"sensitive" : false,
"setterDocumentation" : "The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.
\n@param healthCheckPort The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.",
"setterMethodName" : "setHealthCheckPort",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "healthCheckPort",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "healthCheckPort",
"variableType" : "Integer",
"documentation" : "The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getHealthCheckProtocolAsString",
"beanStyleSetterMethodName" : "setHealthCheckProtocol",
"c2jName" : "HealthCheckProtocol",
"c2jShape" : "HealthCheckProtocol",
"defaultConsumerFluentSetterDocumentation" : "The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #healthCheckProtocolAsString(String)}.\n@param healthCheckProtocol a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckProtocol(String)",
"deprecated" : false,
"documentation" : "The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.
",
"endpointDiscoveryId" : false,
"enumType" : "HealthCheckProtocol",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "healthCheckProtocol",
"fluentEnumSetterMethodName" : "healthCheckProtocol",
"fluentGetterMethodName" : "healthCheckProtocolAsString",
"fluentSetterDocumentation" : "The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.
\n@param healthCheckProtocol The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.\n@see HealthCheckProtocol\n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckProtocol",
"fluentSetterMethodName" : "healthCheckProtocol",
"getterDocumentation" : "The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #healthCheckProtocol} will return {@link HealthCheckProtocol#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #healthCheckProtocolAsString}.\n
\n@return The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.\n@see HealthCheckProtocol",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "HealthCheckProtocol",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "HealthCheckProtocol",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "HealthCheckProtocol",
"sensitive" : false,
"setterDocumentation" : "The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.
\n@param healthCheckProtocol The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.\n@see HealthCheckProtocol",
"setterMethodName" : "setHealthCheckProtocol",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "healthCheckProtocol",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "healthCheckProtocol",
"variableType" : "String",
"documentation" : "The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getHealthCheckPath",
"beanStyleSetterMethodName" : "setHealthCheckPath",
"c2jName" : "HealthCheckPath",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #healthCheckPath(String)}.\n@param healthCheckPath a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckPath(String)",
"deprecated" : false,
"documentation" : "If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "healthCheckPath",
"fluentSetterDocumentation" : "If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).
\n@param healthCheckPath If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "healthCheckPath",
"getterDocumentation" : "If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).
\n@return If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "HealthCheckPath",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "HealthCheckPath",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "HealthCheckPath",
"sensitive" : false,
"setterDocumentation" : "If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).
\n@param healthCheckPath If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).",
"setterMethodName" : "setHealthCheckPath",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "healthCheckPath",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "healthCheckPath",
"variableType" : "String",
"documentation" : "If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getHealthCheckIntervalSeconds",
"beanStyleSetterMethodName" : "setHealthCheckIntervalSeconds",
"c2jName" : "HealthCheckIntervalSeconds",
"c2jShape" : "HealthCheckIntervalSeconds",
"defaultConsumerFluentSetterDocumentation" : "The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #healthCheckIntervalSeconds(Integer)}.\n@param healthCheckIntervalSeconds a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckIntervalSeconds(Integer)",
"deprecated" : false,
"documentation" : "The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "healthCheckIntervalSeconds",
"fluentSetterDocumentation" : "The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.
\n@param healthCheckIntervalSeconds The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "healthCheckIntervalSeconds",
"getterDocumentation" : "The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.
\n@return The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "HealthCheckIntervalSeconds",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "HealthCheckIntervalSeconds",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "HealthCheckIntervalSeconds",
"sensitive" : false,
"setterDocumentation" : "The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.
\n@param healthCheckIntervalSeconds The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.",
"setterMethodName" : "setHealthCheckIntervalSeconds",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "healthCheckIntervalSeconds",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "healthCheckIntervalSeconds",
"variableType" : "Integer",
"documentation" : "The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getThresholdCount",
"beanStyleSetterMethodName" : "setThresholdCount",
"c2jName" : "ThresholdCount",
"c2jShape" : "ThresholdCount",
"defaultConsumerFluentSetterDocumentation" : "The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #thresholdCount(Integer)}.\n@param thresholdCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #thresholdCount(Integer)",
"deprecated" : false,
"documentation" : "The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "thresholdCount",
"fluentSetterDocumentation" : "The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.
\n@param thresholdCount The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "thresholdCount",
"getterDocumentation" : "The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.
\n@return The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ThresholdCount",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ThresholdCount",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "ThresholdCount",
"sensitive" : false,
"setterDocumentation" : "The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.
\n@param thresholdCount The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.",
"setterMethodName" : "setThresholdCount",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "thresholdCount",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "thresholdCount",
"variableType" : "Integer",
"documentation" : "The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getIdempotencyToken",
"beanStyleSetterMethodName" : "setIdempotencyToken",
"c2jName" : "IdempotencyToken",
"c2jShape" : "IdempotencyToken",
"defaultConsumerFluentSetterDocumentation" : "A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #idempotencyToken(String)}.\n@param idempotencyToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #idempotencyToken(String)",
"deprecated" : false,
"documentation" : "A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "idempotencyToken",
"fluentSetterDocumentation" : "A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.
\n@param idempotencyToken A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "idempotencyToken",
"getterDocumentation" : "A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.
\n@return A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "IdempotencyToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "IdempotencyToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "IdempotencyToken",
"sensitive" : false,
"setterDocumentation" : "A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.
\n@param idempotencyToken A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.",
"setterMethodName" : "setIdempotencyToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "idempotencyToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "idempotencyToken",
"variableType" : "String",
"documentation" : "A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"EndpointConfigurations" : {
"beanStyleGetterMethodName" : "getEndpointConfigurations",
"beanStyleSetterMethodName" : "setEndpointConfigurations",
"c2jName" : "EndpointConfigurations",
"c2jShape" : "EndpointConfigurations",
"defaultConsumerFluentSetterDocumentation" : "The list of endpoint objects.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #endpointConfigurations(List)}.\n@param endpointConfigurations a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointConfigurations(List)",
"deprecated" : false,
"documentation" : "The list of endpoint objects.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "endpointConfigurations",
"fluentSetterDocumentation" : "The list of endpoint objects.
\n@param endpointConfigurations The list of endpoint objects.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "endpointConfigurations",
"getterDocumentation" : "The list of endpoint objects.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The list of endpoint objects.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EndpointConfigurations",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointConfigurations",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "EndpointConfiguration",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link EndpointConfiguration.Builder} avoiding the need to create one manually via {@link EndpointConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link EndpointConfiguration.Builder#build()} is called immediately and its result is passed to {@link #member(EndpointConfiguration)}.\n@param member a consumer that will call methods on {@link EndpointConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(EndpointConfiguration)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "EndpointConfiguration",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "EndpointConfiguration",
"variableName" : "member",
"variableType" : "EndpointConfiguration",
"documentation" : null,
"simpleType" : "EndpointConfiguration",
"variableSetterType" : "EndpointConfiguration"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "EndpointConfiguration",
"variableName" : "member",
"variableType" : "EndpointConfiguration",
"documentation" : "",
"simpleType" : "EndpointConfiguration",
"variableSetterType" : "EndpointConfiguration"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "EndpointConfiguration",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "EndpointConfiguration",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "EndpointConfigurations",
"sensitive" : false,
"setterDocumentation" : "The list of endpoint objects.
\n@param endpointConfigurations The list of endpoint objects.",
"setterMethodName" : "setEndpointConfigurations",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "endpointConfigurations",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "endpointConfigurations",
"variableType" : "java.util.List",
"documentation" : "The list of endpoint objects.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"EndpointGroupRegion" : {
"beanStyleGetterMethodName" : "getEndpointGroupRegion",
"beanStyleSetterMethodName" : "setEndpointGroupRegion",
"c2jName" : "EndpointGroupRegion",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointGroupRegion(String)}.\n@param endpointGroupRegion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointGroupRegion(String)",
"deprecated" : false,
"documentation" : "The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "endpointGroupRegion",
"fluentSetterDocumentation" : "The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.
\n@param endpointGroupRegion The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "endpointGroupRegion",
"getterDocumentation" : "The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.
\n@return The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EndpointGroupRegion",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointGroupRegion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EndpointGroupRegion",
"sensitive" : false,
"setterDocumentation" : "The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.
\n@param endpointGroupRegion The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.",
"setterMethodName" : "setEndpointGroupRegion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointGroupRegion",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endpointGroupRegion",
"variableType" : "String",
"documentation" : "The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"HealthCheckIntervalSeconds" : {
"beanStyleGetterMethodName" : "getHealthCheckIntervalSeconds",
"beanStyleSetterMethodName" : "setHealthCheckIntervalSeconds",
"c2jName" : "HealthCheckIntervalSeconds",
"c2jShape" : "HealthCheckIntervalSeconds",
"defaultConsumerFluentSetterDocumentation" : "The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #healthCheckIntervalSeconds(Integer)}.\n@param healthCheckIntervalSeconds a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckIntervalSeconds(Integer)",
"deprecated" : false,
"documentation" : "The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "healthCheckIntervalSeconds",
"fluentSetterDocumentation" : "The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.
\n@param healthCheckIntervalSeconds The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "healthCheckIntervalSeconds",
"getterDocumentation" : "The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.
\n@return The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "HealthCheckIntervalSeconds",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "HealthCheckIntervalSeconds",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "HealthCheckIntervalSeconds",
"sensitive" : false,
"setterDocumentation" : "The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.
\n@param healthCheckIntervalSeconds The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.",
"setterMethodName" : "setHealthCheckIntervalSeconds",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "healthCheckIntervalSeconds",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "healthCheckIntervalSeconds",
"variableType" : "Integer",
"documentation" : "The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"HealthCheckPath" : {
"beanStyleGetterMethodName" : "getHealthCheckPath",
"beanStyleSetterMethodName" : "setHealthCheckPath",
"c2jName" : "HealthCheckPath",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #healthCheckPath(String)}.\n@param healthCheckPath a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckPath(String)",
"deprecated" : false,
"documentation" : "If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "healthCheckPath",
"fluentSetterDocumentation" : "If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).
\n@param healthCheckPath If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "healthCheckPath",
"getterDocumentation" : "If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).
\n@return If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "HealthCheckPath",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "HealthCheckPath",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "HealthCheckPath",
"sensitive" : false,
"setterDocumentation" : "If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).
\n@param healthCheckPath If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).",
"setterMethodName" : "setHealthCheckPath",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "healthCheckPath",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "healthCheckPath",
"variableType" : "String",
"documentation" : "If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"HealthCheckPort" : {
"beanStyleGetterMethodName" : "getHealthCheckPort",
"beanStyleSetterMethodName" : "setHealthCheckPort",
"c2jName" : "HealthCheckPort",
"c2jShape" : "HealthCheckPort",
"defaultConsumerFluentSetterDocumentation" : "The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #healthCheckPort(Integer)}.\n@param healthCheckPort a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckPort(Integer)",
"deprecated" : false,
"documentation" : "The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "healthCheckPort",
"fluentSetterDocumentation" : "The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.
\n@param healthCheckPort The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "healthCheckPort",
"getterDocumentation" : "The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.
\n@return The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "HealthCheckPort",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "HealthCheckPort",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "HealthCheckPort",
"sensitive" : false,
"setterDocumentation" : "The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.
\n@param healthCheckPort The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.",
"setterMethodName" : "setHealthCheckPort",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "healthCheckPort",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "healthCheckPort",
"variableType" : "Integer",
"documentation" : "The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"HealthCheckProtocol" : {
"beanStyleGetterMethodName" : "getHealthCheckProtocolAsString",
"beanStyleSetterMethodName" : "setHealthCheckProtocol",
"c2jName" : "HealthCheckProtocol",
"c2jShape" : "HealthCheckProtocol",
"defaultConsumerFluentSetterDocumentation" : "The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #healthCheckProtocolAsString(String)}.\n@param healthCheckProtocol a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckProtocol(String)",
"deprecated" : false,
"documentation" : "The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.
",
"endpointDiscoveryId" : false,
"enumType" : "HealthCheckProtocol",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "healthCheckProtocol",
"fluentEnumSetterMethodName" : "healthCheckProtocol",
"fluentGetterMethodName" : "healthCheckProtocolAsString",
"fluentSetterDocumentation" : "The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.
\n@param healthCheckProtocol The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.\n@see HealthCheckProtocol\n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckProtocol",
"fluentSetterMethodName" : "healthCheckProtocol",
"getterDocumentation" : "The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #healthCheckProtocol} will return {@link HealthCheckProtocol#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #healthCheckProtocolAsString}.\n
\n@return The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.\n@see HealthCheckProtocol",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "HealthCheckProtocol",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "HealthCheckProtocol",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "HealthCheckProtocol",
"sensitive" : false,
"setterDocumentation" : "The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.
\n@param healthCheckProtocol The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.\n@see HealthCheckProtocol",
"setterMethodName" : "setHealthCheckProtocol",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "healthCheckProtocol",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "healthCheckProtocol",
"variableType" : "String",
"documentation" : "The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"IdempotencyToken" : {
"beanStyleGetterMethodName" : "getIdempotencyToken",
"beanStyleSetterMethodName" : "setIdempotencyToken",
"c2jName" : "IdempotencyToken",
"c2jShape" : "IdempotencyToken",
"defaultConsumerFluentSetterDocumentation" : "A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #idempotencyToken(String)}.\n@param idempotencyToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #idempotencyToken(String)",
"deprecated" : false,
"documentation" : "A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "idempotencyToken",
"fluentSetterDocumentation" : "A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.
\n@param idempotencyToken A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "idempotencyToken",
"getterDocumentation" : "A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.
\n@return A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "IdempotencyToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "IdempotencyToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "IdempotencyToken",
"sensitive" : false,
"setterDocumentation" : "A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.
\n@param idempotencyToken A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.",
"setterMethodName" : "setIdempotencyToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "idempotencyToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "idempotencyToken",
"variableType" : "String",
"documentation" : "A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ListenerArn" : {
"beanStyleGetterMethodName" : "getListenerArn",
"beanStyleSetterMethodName" : "setListenerArn",
"c2jName" : "ListenerArn",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the listener.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #listenerArn(String)}.\n@param listenerArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listenerArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the listener.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "listenerArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the listener.
\n@param listenerArn The Amazon Resource Name (ARN) of the listener.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "listenerArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the listener.
\n@return The Amazon Resource Name (ARN) of the listener.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ListenerArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ListenerArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ListenerArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the listener.
\n@param listenerArn The Amazon Resource Name (ARN) of the listener.",
"setterMethodName" : "setListenerArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "listenerArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "listenerArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the listener.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ThresholdCount" : {
"beanStyleGetterMethodName" : "getThresholdCount",
"beanStyleSetterMethodName" : "setThresholdCount",
"c2jName" : "ThresholdCount",
"c2jShape" : "ThresholdCount",
"defaultConsumerFluentSetterDocumentation" : "The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #thresholdCount(Integer)}.\n@param thresholdCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #thresholdCount(Integer)",
"deprecated" : false,
"documentation" : "The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "thresholdCount",
"fluentSetterDocumentation" : "The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.
\n@param thresholdCount The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "thresholdCount",
"getterDocumentation" : "The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.
\n@return The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ThresholdCount",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ThresholdCount",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "ThresholdCount",
"sensitive" : false,
"setterDocumentation" : "The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.
\n@param thresholdCount The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.",
"setterMethodName" : "setThresholdCount",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "thresholdCount",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "thresholdCount",
"variableType" : "Integer",
"documentation" : "The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"TrafficDialPercentage" : {
"beanStyleGetterMethodName" : "getTrafficDialPercentage",
"beanStyleSetterMethodName" : "setTrafficDialPercentage",
"c2jName" : "TrafficDialPercentage",
"c2jShape" : "TrafficDialPercentage",
"defaultConsumerFluentSetterDocumentation" : "The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.
Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.
The default value is 100.
\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #trafficDialPercentage(Float)}.\n@param trafficDialPercentage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #trafficDialPercentage(Float)",
"deprecated" : false,
"documentation" : "The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.
Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.
The default value is 100.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "trafficDialPercentage",
"fluentSetterDocumentation" : "The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.
Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.
The default value is 100.
\n@param trafficDialPercentage The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener. Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.
The default value is 100.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "trafficDialPercentage",
"getterDocumentation" : "
The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.
Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.
The default value is 100.
\n@return The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener. Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.
The default value is 100.",
"getterModel" : {
"returnType" : "Float",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TrafficDialPercentage",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TrafficDialPercentage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "FLOAT",
"name" : "TrafficDialPercentage",
"sensitive" : false,
"setterDocumentation" : "
The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.
Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.
The default value is 100.
\n@param trafficDialPercentage The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener. Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.
The default value is 100.",
"setterMethodName" : "setTrafficDialPercentage",
"setterModel" : {
"variableDeclarationType" : "Float",
"variableName" : "trafficDialPercentage",
"variableType" : "Float",
"documentation" : null,
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Float",
"variableName" : "trafficDialPercentage",
"variableType" : "Float",
"documentation" : "
The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.
Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.
The default value is 100.
",
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getListenerArn",
"beanStyleSetterMethodName" : "setListenerArn",
"c2jName" : "ListenerArn",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the listener.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #listenerArn(String)}.\n@param listenerArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listenerArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the listener.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "listenerArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the listener.
\n@param listenerArn The Amazon Resource Name (ARN) of the listener.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "listenerArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the listener.
\n@return The Amazon Resource Name (ARN) of the listener.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ListenerArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ListenerArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ListenerArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the listener.
\n@param listenerArn The Amazon Resource Name (ARN) of the listener.",
"setterMethodName" : "setListenerArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "listenerArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "listenerArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the listener.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEndpointGroupRegion",
"beanStyleSetterMethodName" : "setEndpointGroupRegion",
"c2jName" : "EndpointGroupRegion",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointGroupRegion(String)}.\n@param endpointGroupRegion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointGroupRegion(String)",
"deprecated" : false,
"documentation" : "The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "endpointGroupRegion",
"fluentSetterDocumentation" : "The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.
\n@param endpointGroupRegion The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "endpointGroupRegion",
"getterDocumentation" : "The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.
\n@return The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EndpointGroupRegion",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointGroupRegion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EndpointGroupRegion",
"sensitive" : false,
"setterDocumentation" : "The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.
\n@param endpointGroupRegion The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.",
"setterMethodName" : "setEndpointGroupRegion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointGroupRegion",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endpointGroupRegion",
"variableType" : "String",
"documentation" : "The name of the AWS Region where the endpoint group is located. A listener can have only one endpoint group in a specific Region.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEndpointConfigurations",
"beanStyleSetterMethodName" : "setEndpointConfigurations",
"c2jName" : "EndpointConfigurations",
"c2jShape" : "EndpointConfigurations",
"defaultConsumerFluentSetterDocumentation" : "The list of endpoint objects.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #endpointConfigurations(List)}.\n@param endpointConfigurations a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointConfigurations(List)",
"deprecated" : false,
"documentation" : "The list of endpoint objects.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "endpointConfigurations",
"fluentSetterDocumentation" : "The list of endpoint objects.
\n@param endpointConfigurations The list of endpoint objects.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "endpointConfigurations",
"getterDocumentation" : "The list of endpoint objects.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The list of endpoint objects.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EndpointConfigurations",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointConfigurations",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "EndpointConfiguration",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link EndpointConfiguration.Builder} avoiding the need to create one manually via {@link EndpointConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link EndpointConfiguration.Builder#build()} is called immediately and its result is passed to {@link #member(EndpointConfiguration)}.\n@param member a consumer that will call methods on {@link EndpointConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(EndpointConfiguration)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "EndpointConfiguration",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "EndpointConfiguration",
"variableName" : "member",
"variableType" : "EndpointConfiguration",
"documentation" : null,
"simpleType" : "EndpointConfiguration",
"variableSetterType" : "EndpointConfiguration"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "EndpointConfiguration",
"variableName" : "member",
"variableType" : "EndpointConfiguration",
"documentation" : "",
"simpleType" : "EndpointConfiguration",
"variableSetterType" : "EndpointConfiguration"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "EndpointConfiguration",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "EndpointConfiguration",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "EndpointConfigurations",
"sensitive" : false,
"setterDocumentation" : "The list of endpoint objects.
\n@param endpointConfigurations The list of endpoint objects.",
"setterMethodName" : "setEndpointConfigurations",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "endpointConfigurations",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "endpointConfigurations",
"variableType" : "java.util.List",
"documentation" : "The list of endpoint objects.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTrafficDialPercentage",
"beanStyleSetterMethodName" : "setTrafficDialPercentage",
"c2jName" : "TrafficDialPercentage",
"c2jShape" : "TrafficDialPercentage",
"defaultConsumerFluentSetterDocumentation" : "The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.
Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.
The default value is 100.
\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #trafficDialPercentage(Float)}.\n@param trafficDialPercentage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #trafficDialPercentage(Float)",
"deprecated" : false,
"documentation" : "The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.
Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.
The default value is 100.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "trafficDialPercentage",
"fluentSetterDocumentation" : "The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.
Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.
The default value is 100.
\n@param trafficDialPercentage The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener. Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.
The default value is 100.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "trafficDialPercentage",
"getterDocumentation" : "
The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.
Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.
The default value is 100.
\n@return The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener. Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.
The default value is 100.",
"getterModel" : {
"returnType" : "Float",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TrafficDialPercentage",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TrafficDialPercentage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "FLOAT",
"name" : "TrafficDialPercentage",
"sensitive" : false,
"setterDocumentation" : "
The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.
Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.
The default value is 100.
\n@param trafficDialPercentage The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener. Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.
The default value is 100.",
"setterMethodName" : "setTrafficDialPercentage",
"setterModel" : {
"variableDeclarationType" : "Float",
"variableName" : "trafficDialPercentage",
"variableType" : "Float",
"documentation" : null,
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Float",
"variableName" : "trafficDialPercentage",
"variableType" : "Float",
"documentation" : "
The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.
Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.
The default value is 100.
",
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getHealthCheckPort",
"beanStyleSetterMethodName" : "setHealthCheckPort",
"c2jName" : "HealthCheckPort",
"c2jShape" : "HealthCheckPort",
"defaultConsumerFluentSetterDocumentation" : "The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #healthCheckPort(Integer)}.\n@param healthCheckPort a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckPort(Integer)",
"deprecated" : false,
"documentation" : "The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "healthCheckPort",
"fluentSetterDocumentation" : "The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.
\n@param healthCheckPort The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "healthCheckPort",
"getterDocumentation" : "The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.
\n@return The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "HealthCheckPort",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "HealthCheckPort",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "HealthCheckPort",
"sensitive" : false,
"setterDocumentation" : "The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.
\n@param healthCheckPort The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.",
"setterMethodName" : "setHealthCheckPort",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "healthCheckPort",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "healthCheckPort",
"variableType" : "Integer",
"documentation" : "The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the first port in the list.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getHealthCheckProtocolAsString",
"beanStyleSetterMethodName" : "setHealthCheckProtocol",
"c2jName" : "HealthCheckProtocol",
"c2jShape" : "HealthCheckProtocol",
"defaultConsumerFluentSetterDocumentation" : "The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #healthCheckProtocolAsString(String)}.\n@param healthCheckProtocol a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckProtocol(String)",
"deprecated" : false,
"documentation" : "The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.
",
"endpointDiscoveryId" : false,
"enumType" : "HealthCheckProtocol",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "healthCheckProtocol",
"fluentEnumSetterMethodName" : "healthCheckProtocol",
"fluentGetterMethodName" : "healthCheckProtocolAsString",
"fluentSetterDocumentation" : "The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.
\n@param healthCheckProtocol The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.\n@see HealthCheckProtocol\n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckProtocol",
"fluentSetterMethodName" : "healthCheckProtocol",
"getterDocumentation" : "The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #healthCheckProtocol} will return {@link HealthCheckProtocol#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #healthCheckProtocolAsString}.\n
\n@return The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.\n@see HealthCheckProtocol",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "HealthCheckProtocol",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "HealthCheckProtocol",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "HealthCheckProtocol",
"sensitive" : false,
"setterDocumentation" : "The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.
\n@param healthCheckProtocol The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.\n@see HealthCheckProtocol",
"setterMethodName" : "setHealthCheckProtocol",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "healthCheckProtocol",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "healthCheckProtocol",
"variableType" : "String",
"documentation" : "The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getHealthCheckPath",
"beanStyleSetterMethodName" : "setHealthCheckPath",
"c2jName" : "HealthCheckPath",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #healthCheckPath(String)}.\n@param healthCheckPath a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckPath(String)",
"deprecated" : false,
"documentation" : "If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "healthCheckPath",
"fluentSetterDocumentation" : "If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).
\n@param healthCheckPath If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "healthCheckPath",
"getterDocumentation" : "If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).
\n@return If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "HealthCheckPath",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "HealthCheckPath",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "HealthCheckPath",
"sensitive" : false,
"setterDocumentation" : "If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).
\n@param healthCheckPath If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).",
"setterMethodName" : "setHealthCheckPath",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "healthCheckPath",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "healthCheckPath",
"variableType" : "String",
"documentation" : "If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getHealthCheckIntervalSeconds",
"beanStyleSetterMethodName" : "setHealthCheckIntervalSeconds",
"c2jName" : "HealthCheckIntervalSeconds",
"c2jShape" : "HealthCheckIntervalSeconds",
"defaultConsumerFluentSetterDocumentation" : "The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #healthCheckIntervalSeconds(Integer)}.\n@param healthCheckIntervalSeconds a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckIntervalSeconds(Integer)",
"deprecated" : false,
"documentation" : "The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "healthCheckIntervalSeconds",
"fluentSetterDocumentation" : "The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.
\n@param healthCheckIntervalSeconds The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "healthCheckIntervalSeconds",
"getterDocumentation" : "The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.
\n@return The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "HealthCheckIntervalSeconds",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "HealthCheckIntervalSeconds",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "HealthCheckIntervalSeconds",
"sensitive" : false,
"setterDocumentation" : "The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.
\n@param healthCheckIntervalSeconds The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.",
"setterMethodName" : "setHealthCheckIntervalSeconds",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "healthCheckIntervalSeconds",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "healthCheckIntervalSeconds",
"variableType" : "Integer",
"documentation" : "The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getThresholdCount",
"beanStyleSetterMethodName" : "setThresholdCount",
"c2jName" : "ThresholdCount",
"c2jShape" : "ThresholdCount",
"defaultConsumerFluentSetterDocumentation" : "The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #thresholdCount(Integer)}.\n@param thresholdCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #thresholdCount(Integer)",
"deprecated" : false,
"documentation" : "The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "thresholdCount",
"fluentSetterDocumentation" : "The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.
\n@param thresholdCount The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "thresholdCount",
"getterDocumentation" : "The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.
\n@return The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ThresholdCount",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ThresholdCount",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "ThresholdCount",
"sensitive" : false,
"setterDocumentation" : "The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.
\n@param thresholdCount The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.",
"setterMethodName" : "setThresholdCount",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "thresholdCount",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "thresholdCount",
"variableType" : "Integer",
"documentation" : "The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getIdempotencyToken",
"beanStyleSetterMethodName" : "setIdempotencyToken",
"c2jName" : "IdempotencyToken",
"c2jShape" : "IdempotencyToken",
"defaultConsumerFluentSetterDocumentation" : "A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #idempotencyToken(String)}.\n@param idempotencyToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #idempotencyToken(String)",
"deprecated" : false,
"documentation" : "A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "idempotencyToken",
"fluentSetterDocumentation" : "A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.
\n@param idempotencyToken A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "idempotencyToken",
"getterDocumentation" : "A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.
\n@return A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "IdempotencyToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "IdempotencyToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "IdempotencyToken",
"sensitive" : false,
"setterDocumentation" : "A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.
\n@param idempotencyToken A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.",
"setterMethodName" : "setIdempotencyToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "idempotencyToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "idempotencyToken",
"variableType" : "String",
"documentation" : "A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ListenerArn", "EndpointGroupRegion", "IdempotencyToken" ],
"shapeName" : "CreateEndpointGroupRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateEndpointGroupRequest",
"variableName" : "createEndpointGroupRequest",
"variableType" : "CreateEndpointGroupRequest",
"documentation" : null,
"simpleType" : "CreateEndpointGroupRequest",
"variableSetterType" : "CreateEndpointGroupRequest"
},
"wrapper" : false
},
"CreateEndpointGroupResponse" : {
"c2jName" : "CreateEndpointGroupResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getEndpointGroup",
"beanStyleSetterMethodName" : "setEndpointGroup",
"c2jName" : "EndpointGroup",
"c2jShape" : "EndpointGroup",
"defaultConsumerFluentSetterDocumentation" : "The information about the endpoint group that was created.
\nThis is a convenience that creates an instance of the {@link EndpointGroup.Builder} avoiding the need to create one manually via {@link EndpointGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link EndpointGroup.Builder#build()} is called immediately and its result is passed to {@link #endpointGroup(EndpointGroup)}.\n@param endpointGroup a consumer that will call methods on {@link EndpointGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointGroup(EndpointGroup)",
"deprecated" : false,
"documentation" : "The information about the endpoint group that was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "endpointGroup",
"fluentSetterDocumentation" : "The information about the endpoint group that was created.
\n@param endpointGroup The information about the endpoint group that was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "endpointGroup",
"getterDocumentation" : "The information about the endpoint group that was created.
\n@return The information about the endpoint group that was created.",
"getterModel" : {
"returnType" : "EndpointGroup",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EndpointGroup",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointGroup",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "EndpointGroup",
"sensitive" : false,
"setterDocumentation" : "The information about the endpoint group that was created.
\n@param endpointGroup The information about the endpoint group that was created.",
"setterMethodName" : "setEndpointGroup",
"setterModel" : {
"variableDeclarationType" : "EndpointGroup",
"variableName" : "endpointGroup",
"variableType" : "EndpointGroup",
"documentation" : null,
"simpleType" : "EndpointGroup",
"variableSetterType" : "EndpointGroup"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "EndpointGroup",
"variableName" : "endpointGroup",
"variableType" : "EndpointGroup",
"documentation" : "The information about the endpoint group that was created.
",
"simpleType" : "EndpointGroup",
"variableSetterType" : "EndpointGroup"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"EndpointGroup" : {
"beanStyleGetterMethodName" : "getEndpointGroup",
"beanStyleSetterMethodName" : "setEndpointGroup",
"c2jName" : "EndpointGroup",
"c2jShape" : "EndpointGroup",
"defaultConsumerFluentSetterDocumentation" : "The information about the endpoint group that was created.
\nThis is a convenience that creates an instance of the {@link EndpointGroup.Builder} avoiding the need to create one manually via {@link EndpointGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link EndpointGroup.Builder#build()} is called immediately and its result is passed to {@link #endpointGroup(EndpointGroup)}.\n@param endpointGroup a consumer that will call methods on {@link EndpointGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointGroup(EndpointGroup)",
"deprecated" : false,
"documentation" : "The information about the endpoint group that was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "endpointGroup",
"fluentSetterDocumentation" : "The information about the endpoint group that was created.
\n@param endpointGroup The information about the endpoint group that was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "endpointGroup",
"getterDocumentation" : "The information about the endpoint group that was created.
\n@return The information about the endpoint group that was created.",
"getterModel" : {
"returnType" : "EndpointGroup",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EndpointGroup",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointGroup",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "EndpointGroup",
"sensitive" : false,
"setterDocumentation" : "The information about the endpoint group that was created.
\n@param endpointGroup The information about the endpoint group that was created.",
"setterMethodName" : "setEndpointGroup",
"setterModel" : {
"variableDeclarationType" : "EndpointGroup",
"variableName" : "endpointGroup",
"variableType" : "EndpointGroup",
"documentation" : null,
"simpleType" : "EndpointGroup",
"variableSetterType" : "EndpointGroup"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "EndpointGroup",
"variableName" : "endpointGroup",
"variableType" : "EndpointGroup",
"documentation" : "The information about the endpoint group that was created.
",
"simpleType" : "EndpointGroup",
"variableSetterType" : "EndpointGroup"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getEndpointGroup",
"beanStyleSetterMethodName" : "setEndpointGroup",
"c2jName" : "EndpointGroup",
"c2jShape" : "EndpointGroup",
"defaultConsumerFluentSetterDocumentation" : "The information about the endpoint group that was created.
\nThis is a convenience that creates an instance of the {@link EndpointGroup.Builder} avoiding the need to create one manually via {@link EndpointGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link EndpointGroup.Builder#build()} is called immediately and its result is passed to {@link #endpointGroup(EndpointGroup)}.\n@param endpointGroup a consumer that will call methods on {@link EndpointGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointGroup(EndpointGroup)",
"deprecated" : false,
"documentation" : "The information about the endpoint group that was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "endpointGroup",
"fluentSetterDocumentation" : "The information about the endpoint group that was created.
\n@param endpointGroup The information about the endpoint group that was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "endpointGroup",
"getterDocumentation" : "The information about the endpoint group that was created.
\n@return The information about the endpoint group that was created.",
"getterModel" : {
"returnType" : "EndpointGroup",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EndpointGroup",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointGroup",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "EndpointGroup",
"sensitive" : false,
"setterDocumentation" : "The information about the endpoint group that was created.
\n@param endpointGroup The information about the endpoint group that was created.",
"setterMethodName" : "setEndpointGroup",
"setterModel" : {
"variableDeclarationType" : "EndpointGroup",
"variableName" : "endpointGroup",
"variableType" : "EndpointGroup",
"documentation" : null,
"simpleType" : "EndpointGroup",
"variableSetterType" : "EndpointGroup"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "EndpointGroup",
"variableName" : "endpointGroup",
"variableType" : "EndpointGroup",
"documentation" : "The information about the endpoint group that was created.
",
"simpleType" : "EndpointGroup",
"variableSetterType" : "EndpointGroup"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateEndpointGroupResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateEndpointGroupResponse",
"variableName" : "createEndpointGroupResponse",
"variableType" : "CreateEndpointGroupResponse",
"documentation" : null,
"simpleType" : "CreateEndpointGroupResponse",
"variableSetterType" : "CreateEndpointGroupResponse"
},
"wrapper" : false
},
"CreateListenerRequest" : {
"c2jName" : "CreateListenerRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "CreateListener",
"locationName" : null,
"requestUri" : "/",
"target" : "GlobalAccelerator_V20180706.CreateListener",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getAcceleratorArn",
"beanStyleSetterMethodName" : "setAcceleratorArn",
"c2jName" : "AcceleratorArn",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of your accelerator.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #acceleratorArn(String)}.\n@param acceleratorArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #acceleratorArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of your accelerator.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "acceleratorArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of your accelerator.
\n@param acceleratorArn The Amazon Resource Name (ARN) of your accelerator.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "acceleratorArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of your accelerator.
\n@return The Amazon Resource Name (ARN) of your accelerator.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AcceleratorArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AcceleratorArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AcceleratorArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of your accelerator.
\n@param acceleratorArn The Amazon Resource Name (ARN) of your accelerator.",
"setterMethodName" : "setAcceleratorArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "acceleratorArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "acceleratorArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of your accelerator.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getPortRanges",
"beanStyleSetterMethodName" : "setPortRanges",
"c2jName" : "PortRanges",
"c2jShape" : "PortRanges",
"defaultConsumerFluentSetterDocumentation" : "The list of port ranges to support for connections from clients to your accelerator.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #portRanges(List)}.\n@param portRanges a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #portRanges(List)",
"deprecated" : false,
"documentation" : "The list of port ranges to support for connections from clients to your accelerator.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "portRanges",
"fluentSetterDocumentation" : "The list of port ranges to support for connections from clients to your accelerator.
\n@param portRanges The list of port ranges to support for connections from clients to your accelerator.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "portRanges",
"getterDocumentation" : "The list of port ranges to support for connections from clients to your accelerator.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The list of port ranges to support for connections from clients to your accelerator.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "PortRanges",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "PortRanges",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "PortRange",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PortRange.Builder} avoiding the need to create one manually via {@link PortRange#builder()}.\n\nWhen the {@link Consumer} completes, {@link PortRange.Builder#build()} is called immediately and its result is passed to {@link #member(PortRange)}.\n@param member a consumer that will call methods on {@link PortRange.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PortRange)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "PortRange",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "PortRange",
"variableName" : "member",
"variableType" : "PortRange",
"documentation" : null,
"simpleType" : "PortRange",
"variableSetterType" : "PortRange"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "PortRange",
"variableName" : "member",
"variableType" : "PortRange",
"documentation" : "",
"simpleType" : "PortRange",
"variableSetterType" : "PortRange"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "PortRange",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "PortRange",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "PortRanges",
"sensitive" : false,
"setterDocumentation" : "The list of port ranges to support for connections from clients to your accelerator.
\n@param portRanges The list of port ranges to support for connections from clients to your accelerator.",
"setterMethodName" : "setPortRanges",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "portRanges",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "portRanges",
"variableType" : "java.util.List",
"documentation" : "The list of port ranges to support for connections from clients to your accelerator.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getProtocolAsString",
"beanStyleSetterMethodName" : "setProtocol",
"c2jName" : "Protocol",
"c2jShape" : "Protocol",
"defaultConsumerFluentSetterDocumentation" : "The protocol for connections from clients to your accelerator.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #protocolAsString(String)}.\n@param protocol a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #protocol(String)",
"deprecated" : false,
"documentation" : "The protocol for connections from clients to your accelerator.
",
"endpointDiscoveryId" : false,
"enumType" : "Protocol",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "protocol",
"fluentEnumSetterMethodName" : "protocol",
"fluentGetterMethodName" : "protocolAsString",
"fluentSetterDocumentation" : "The protocol for connections from clients to your accelerator.
\n@param protocol The protocol for connections from clients to your accelerator.\n@see Protocol\n@return Returns a reference to this object so that method calls can be chained together.\n@see Protocol",
"fluentSetterMethodName" : "protocol",
"getterDocumentation" : "The protocol for connections from clients to your accelerator.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #protocol} will return {@link Protocol#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #protocolAsString}.\n
\n@return The protocol for connections from clients to your accelerator.\n@see Protocol",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Protocol",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Protocol",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Protocol",
"sensitive" : false,
"setterDocumentation" : "The protocol for connections from clients to your accelerator.
\n@param protocol The protocol for connections from clients to your accelerator.\n@see Protocol",
"setterMethodName" : "setProtocol",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "protocol",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "protocol",
"variableType" : "String",
"documentation" : "The protocol for connections from clients to your accelerator.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getClientAffinityAsString",
"beanStyleSetterMethodName" : "setClientAffinity",
"c2jName" : "ClientAffinity",
"c2jShape" : "ClientAffinity",
"defaultConsumerFluentSetterDocumentation" : "Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.
AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE
, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.
If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP
instead. When you use the SOURCE_IP
setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.
The default value is NONE
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #clientAffinityAsString(String)}.\n@param clientAffinity a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #clientAffinity(String)",
"deprecated" : false,
"documentation" : "Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.
AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE
, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.
If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP
instead. When you use the SOURCE_IP
setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.
The default value is NONE
.
",
"endpointDiscoveryId" : false,
"enumType" : "ClientAffinity",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "clientAffinity",
"fluentEnumSetterMethodName" : "clientAffinity",
"fluentGetterMethodName" : "clientAffinityAsString",
"fluentSetterDocumentation" : "Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.
AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE
, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.
If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP
instead. When you use the SOURCE_IP
setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.
The default value is NONE
.
\n@param clientAffinity Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint. AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE
, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.
If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP
instead. When you use the SOURCE_IP
setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.
The default value is NONE
.\n@see ClientAffinity\n@return Returns a reference to this object so that method calls can be chained together.\n@see ClientAffinity",
"fluentSetterMethodName" : "clientAffinity",
"getterDocumentation" : "
Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.
AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE
, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.
If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP
instead. When you use the SOURCE_IP
setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.
The default value is NONE
.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #clientAffinity} will return {@link ClientAffinity#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #clientAffinityAsString}.\n
\n@return Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint. AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE
, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.
If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP
instead. When you use the SOURCE_IP
setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.
The default value is NONE
.\n@see ClientAffinity",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ClientAffinity",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ClientAffinity",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ClientAffinity",
"sensitive" : false,
"setterDocumentation" : "
Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.
AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE
, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.
If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP
instead. When you use the SOURCE_IP
setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.
The default value is NONE
.
\n@param clientAffinity Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint. AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE
, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.
If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP
instead. When you use the SOURCE_IP
setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.
The default value is NONE
.\n@see ClientAffinity",
"setterMethodName" : "setClientAffinity",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "clientAffinity",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "clientAffinity",
"variableType" : "String",
"documentation" : "
Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.
AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE
, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.
If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP
instead. When you use the SOURCE_IP
setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.
The default value is NONE
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getIdempotencyToken",
"beanStyleSetterMethodName" : "setIdempotencyToken",
"c2jName" : "IdempotencyToken",
"c2jShape" : "IdempotencyToken",
"defaultConsumerFluentSetterDocumentation" : "A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #idempotencyToken(String)}.\n@param idempotencyToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #idempotencyToken(String)",
"deprecated" : false,
"documentation" : "A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "idempotencyToken",
"fluentSetterDocumentation" : "A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.
\n@param idempotencyToken A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "idempotencyToken",
"getterDocumentation" : "A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.
\n@return A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "IdempotencyToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "IdempotencyToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "IdempotencyToken",
"sensitive" : false,
"setterDocumentation" : "A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.
\n@param idempotencyToken A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.",
"setterMethodName" : "setIdempotencyToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "idempotencyToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "idempotencyToken",
"variableType" : "String",
"documentation" : "A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AcceleratorArn" : {
"beanStyleGetterMethodName" : "getAcceleratorArn",
"beanStyleSetterMethodName" : "setAcceleratorArn",
"c2jName" : "AcceleratorArn",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of your accelerator.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #acceleratorArn(String)}.\n@param acceleratorArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #acceleratorArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of your accelerator.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "acceleratorArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of your accelerator.
\n@param acceleratorArn The Amazon Resource Name (ARN) of your accelerator.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "acceleratorArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of your accelerator.
\n@return The Amazon Resource Name (ARN) of your accelerator.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AcceleratorArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AcceleratorArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AcceleratorArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of your accelerator.
\n@param acceleratorArn The Amazon Resource Name (ARN) of your accelerator.",
"setterMethodName" : "setAcceleratorArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "acceleratorArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "acceleratorArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of your accelerator.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ClientAffinity" : {
"beanStyleGetterMethodName" : "getClientAffinityAsString",
"beanStyleSetterMethodName" : "setClientAffinity",
"c2jName" : "ClientAffinity",
"c2jShape" : "ClientAffinity",
"defaultConsumerFluentSetterDocumentation" : "Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.
AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE
, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.
If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP
instead. When you use the SOURCE_IP
setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.
The default value is NONE
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #clientAffinityAsString(String)}.\n@param clientAffinity a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #clientAffinity(String)",
"deprecated" : false,
"documentation" : "Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.
AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE
, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.
If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP
instead. When you use the SOURCE_IP
setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.
The default value is NONE
.
",
"endpointDiscoveryId" : false,
"enumType" : "ClientAffinity",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "clientAffinity",
"fluentEnumSetterMethodName" : "clientAffinity",
"fluentGetterMethodName" : "clientAffinityAsString",
"fluentSetterDocumentation" : "Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.
AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE
, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.
If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP
instead. When you use the SOURCE_IP
setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.
The default value is NONE
.
\n@param clientAffinity Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint. AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE
, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.
If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP
instead. When you use the SOURCE_IP
setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.
The default value is NONE
.\n@see ClientAffinity\n@return Returns a reference to this object so that method calls can be chained together.\n@see ClientAffinity",
"fluentSetterMethodName" : "clientAffinity",
"getterDocumentation" : "
Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.
AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE
, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.
If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP
instead. When you use the SOURCE_IP
setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.
The default value is NONE
.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #clientAffinity} will return {@link ClientAffinity#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #clientAffinityAsString}.\n
\n@return Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint. AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE
, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.
If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP
instead. When you use the SOURCE_IP
setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.
The default value is NONE
.\n@see ClientAffinity",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ClientAffinity",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ClientAffinity",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ClientAffinity",
"sensitive" : false,
"setterDocumentation" : "
Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.
AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE
, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.
If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP
instead. When you use the SOURCE_IP
setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.
The default value is NONE
.
\n@param clientAffinity Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint. AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE
, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.
If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP
instead. When you use the SOURCE_IP
setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.
The default value is NONE
.\n@see ClientAffinity",
"setterMethodName" : "setClientAffinity",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "clientAffinity",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "clientAffinity",
"variableType" : "String",
"documentation" : "
Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.
AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE
, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.
If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP
instead. When you use the SOURCE_IP
setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.
The default value is NONE
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"IdempotencyToken" : {
"beanStyleGetterMethodName" : "getIdempotencyToken",
"beanStyleSetterMethodName" : "setIdempotencyToken",
"c2jName" : "IdempotencyToken",
"c2jShape" : "IdempotencyToken",
"defaultConsumerFluentSetterDocumentation" : "A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #idempotencyToken(String)}.\n@param idempotencyToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #idempotencyToken(String)",
"deprecated" : false,
"documentation" : "A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "idempotencyToken",
"fluentSetterDocumentation" : "A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.
\n@param idempotencyToken A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "idempotencyToken",
"getterDocumentation" : "A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.
\n@return A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "IdempotencyToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "IdempotencyToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "IdempotencyToken",
"sensitive" : false,
"setterDocumentation" : "A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.
\n@param idempotencyToken A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.",
"setterMethodName" : "setIdempotencyToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "idempotencyToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "idempotencyToken",
"variableType" : "String",
"documentation" : "A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"PortRanges" : {
"beanStyleGetterMethodName" : "getPortRanges",
"beanStyleSetterMethodName" : "setPortRanges",
"c2jName" : "PortRanges",
"c2jShape" : "PortRanges",
"defaultConsumerFluentSetterDocumentation" : "The list of port ranges to support for connections from clients to your accelerator.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #portRanges(List)}.\n@param portRanges a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #portRanges(List)",
"deprecated" : false,
"documentation" : "The list of port ranges to support for connections from clients to your accelerator.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "portRanges",
"fluentSetterDocumentation" : "The list of port ranges to support for connections from clients to your accelerator.
\n@param portRanges The list of port ranges to support for connections from clients to your accelerator.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "portRanges",
"getterDocumentation" : "The list of port ranges to support for connections from clients to your accelerator.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The list of port ranges to support for connections from clients to your accelerator.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "PortRanges",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "PortRanges",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "PortRange",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PortRange.Builder} avoiding the need to create one manually via {@link PortRange#builder()}.\n\nWhen the {@link Consumer} completes, {@link PortRange.Builder#build()} is called immediately and its result is passed to {@link #member(PortRange)}.\n@param member a consumer that will call methods on {@link PortRange.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PortRange)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "PortRange",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "PortRange",
"variableName" : "member",
"variableType" : "PortRange",
"documentation" : null,
"simpleType" : "PortRange",
"variableSetterType" : "PortRange"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "PortRange",
"variableName" : "member",
"variableType" : "PortRange",
"documentation" : "",
"simpleType" : "PortRange",
"variableSetterType" : "PortRange"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "PortRange",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "PortRange",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "PortRanges",
"sensitive" : false,
"setterDocumentation" : "The list of port ranges to support for connections from clients to your accelerator.
\n@param portRanges The list of port ranges to support for connections from clients to your accelerator.",
"setterMethodName" : "setPortRanges",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "portRanges",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "portRanges",
"variableType" : "java.util.List",
"documentation" : "The list of port ranges to support for connections from clients to your accelerator.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"Protocol" : {
"beanStyleGetterMethodName" : "getProtocolAsString",
"beanStyleSetterMethodName" : "setProtocol",
"c2jName" : "Protocol",
"c2jShape" : "Protocol",
"defaultConsumerFluentSetterDocumentation" : "The protocol for connections from clients to your accelerator.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #protocolAsString(String)}.\n@param protocol a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #protocol(String)",
"deprecated" : false,
"documentation" : "The protocol for connections from clients to your accelerator.
",
"endpointDiscoveryId" : false,
"enumType" : "Protocol",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "protocol",
"fluentEnumSetterMethodName" : "protocol",
"fluentGetterMethodName" : "protocolAsString",
"fluentSetterDocumentation" : "The protocol for connections from clients to your accelerator.
\n@param protocol The protocol for connections from clients to your accelerator.\n@see Protocol\n@return Returns a reference to this object so that method calls can be chained together.\n@see Protocol",
"fluentSetterMethodName" : "protocol",
"getterDocumentation" : "The protocol for connections from clients to your accelerator.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #protocol} will return {@link Protocol#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #protocolAsString}.\n
\n@return The protocol for connections from clients to your accelerator.\n@see Protocol",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Protocol",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Protocol",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Protocol",
"sensitive" : false,
"setterDocumentation" : "The protocol for connections from clients to your accelerator.
\n@param protocol The protocol for connections from clients to your accelerator.\n@see Protocol",
"setterMethodName" : "setProtocol",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "protocol",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "protocol",
"variableType" : "String",
"documentation" : "The protocol for connections from clients to your accelerator.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getAcceleratorArn",
"beanStyleSetterMethodName" : "setAcceleratorArn",
"c2jName" : "AcceleratorArn",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of your accelerator.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #acceleratorArn(String)}.\n@param acceleratorArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #acceleratorArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of your accelerator.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "acceleratorArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of your accelerator.
\n@param acceleratorArn The Amazon Resource Name (ARN) of your accelerator.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "acceleratorArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of your accelerator.
\n@return The Amazon Resource Name (ARN) of your accelerator.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AcceleratorArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AcceleratorArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AcceleratorArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of your accelerator.
\n@param acceleratorArn The Amazon Resource Name (ARN) of your accelerator.",
"setterMethodName" : "setAcceleratorArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "acceleratorArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "acceleratorArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of your accelerator.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getPortRanges",
"beanStyleSetterMethodName" : "setPortRanges",
"c2jName" : "PortRanges",
"c2jShape" : "PortRanges",
"defaultConsumerFluentSetterDocumentation" : "The list of port ranges to support for connections from clients to your accelerator.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #portRanges(List)}.\n@param portRanges a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #portRanges(List)",
"deprecated" : false,
"documentation" : "The list of port ranges to support for connections from clients to your accelerator.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "portRanges",
"fluentSetterDocumentation" : "The list of port ranges to support for connections from clients to your accelerator.
\n@param portRanges The list of port ranges to support for connections from clients to your accelerator.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "portRanges",
"getterDocumentation" : "The list of port ranges to support for connections from clients to your accelerator.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The list of port ranges to support for connections from clients to your accelerator.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "PortRanges",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "PortRanges",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "PortRange",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PortRange.Builder} avoiding the need to create one manually via {@link PortRange#builder()}.\n\nWhen the {@link Consumer} completes, {@link PortRange.Builder#build()} is called immediately and its result is passed to {@link #member(PortRange)}.\n@param member a consumer that will call methods on {@link PortRange.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PortRange)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "PortRange",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "PortRange",
"variableName" : "member",
"variableType" : "PortRange",
"documentation" : null,
"simpleType" : "PortRange",
"variableSetterType" : "PortRange"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "PortRange",
"variableName" : "member",
"variableType" : "PortRange",
"documentation" : "",
"simpleType" : "PortRange",
"variableSetterType" : "PortRange"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "PortRange",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "PortRange",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "PortRanges",
"sensitive" : false,
"setterDocumentation" : "The list of port ranges to support for connections from clients to your accelerator.
\n@param portRanges The list of port ranges to support for connections from clients to your accelerator.",
"setterMethodName" : "setPortRanges",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "portRanges",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "portRanges",
"variableType" : "java.util.List",
"documentation" : "The list of port ranges to support for connections from clients to your accelerator.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getProtocolAsString",
"beanStyleSetterMethodName" : "setProtocol",
"c2jName" : "Protocol",
"c2jShape" : "Protocol",
"defaultConsumerFluentSetterDocumentation" : "The protocol for connections from clients to your accelerator.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #protocolAsString(String)}.\n@param protocol a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #protocol(String)",
"deprecated" : false,
"documentation" : "The protocol for connections from clients to your accelerator.
",
"endpointDiscoveryId" : false,
"enumType" : "Protocol",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "protocol",
"fluentEnumSetterMethodName" : "protocol",
"fluentGetterMethodName" : "protocolAsString",
"fluentSetterDocumentation" : "The protocol for connections from clients to your accelerator.
\n@param protocol The protocol for connections from clients to your accelerator.\n@see Protocol\n@return Returns a reference to this object so that method calls can be chained together.\n@see Protocol",
"fluentSetterMethodName" : "protocol",
"getterDocumentation" : "The protocol for connections from clients to your accelerator.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #protocol} will return {@link Protocol#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #protocolAsString}.\n
\n@return The protocol for connections from clients to your accelerator.\n@see Protocol",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Protocol",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Protocol",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Protocol",
"sensitive" : false,
"setterDocumentation" : "The protocol for connections from clients to your accelerator.
\n@param protocol The protocol for connections from clients to your accelerator.\n@see Protocol",
"setterMethodName" : "setProtocol",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "protocol",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "protocol",
"variableType" : "String",
"documentation" : "The protocol for connections from clients to your accelerator.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getClientAffinityAsString",
"beanStyleSetterMethodName" : "setClientAffinity",
"c2jName" : "ClientAffinity",
"c2jShape" : "ClientAffinity",
"defaultConsumerFluentSetterDocumentation" : "Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.
AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE
, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.
If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP
instead. When you use the SOURCE_IP
setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.
The default value is NONE
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #clientAffinityAsString(String)}.\n@param clientAffinity a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #clientAffinity(String)",
"deprecated" : false,
"documentation" : "Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.
AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE
, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.
If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP
instead. When you use the SOURCE_IP
setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.
The default value is NONE
.
",
"endpointDiscoveryId" : false,
"enumType" : "ClientAffinity",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "clientAffinity",
"fluentEnumSetterMethodName" : "clientAffinity",
"fluentGetterMethodName" : "clientAffinityAsString",
"fluentSetterDocumentation" : "Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.
AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE
, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.
If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP
instead. When you use the SOURCE_IP
setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.
The default value is NONE
.
\n@param clientAffinity Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint. AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE
, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.
If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP
instead. When you use the SOURCE_IP
setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.
The default value is NONE
.\n@see ClientAffinity\n@return Returns a reference to this object so that method calls can be chained together.\n@see ClientAffinity",
"fluentSetterMethodName" : "clientAffinity",
"getterDocumentation" : "
Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.
AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE
, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.
If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP
instead. When you use the SOURCE_IP
setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.
The default value is NONE
.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #clientAffinity} will return {@link ClientAffinity#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #clientAffinityAsString}.\n
\n@return Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint. AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE
, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.
If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP
instead. When you use the SOURCE_IP
setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.
The default value is NONE
.\n@see ClientAffinity",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ClientAffinity",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ClientAffinity",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ClientAffinity",
"sensitive" : false,
"setterDocumentation" : "
Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.
AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE
, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.
If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP
instead. When you use the SOURCE_IP
setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.
The default value is NONE
.
\n@param clientAffinity Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint. AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE
, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.
If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP
instead. When you use the SOURCE_IP
setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.
The default value is NONE
.\n@see ClientAffinity",
"setterMethodName" : "setClientAffinity",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "clientAffinity",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "clientAffinity",
"variableType" : "String",
"documentation" : "
Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications, regardless of the port and protocol of the client request. Clienty affinity gives you control over whether to always route each client to the same specific endpoint.
AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client affinity is NONE
, Global Accelerator uses the \"five-tuple\" (5-tuple) properties—source IP address, source port, destination IP address, destination port, and protocol—to select the hash value, and then chooses the best endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not be always routed to the same endpoint because the hash value changes.
If you want a given client to always be routed to the same endpoint, set client affinity to SOURCE_IP
instead. When you use the SOURCE_IP
setting, Global Accelerator uses the \"two-tuple\" (2-tuple) properties— source (client) IP address and destination IP address—to select the hash value.
The default value is NONE
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getIdempotencyToken",
"beanStyleSetterMethodName" : "setIdempotencyToken",
"c2jName" : "IdempotencyToken",
"c2jShape" : "IdempotencyToken",
"defaultConsumerFluentSetterDocumentation" : "A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #idempotencyToken(String)}.\n@param idempotencyToken a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #idempotencyToken(String)",
"deprecated" : false,
"documentation" : "A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "idempotencyToken",
"fluentSetterDocumentation" : "A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.
\n@param idempotencyToken A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "idempotencyToken",
"getterDocumentation" : "A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.
\n@return A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "IdempotencyToken",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "IdempotencyToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "IdempotencyToken",
"sensitive" : false,
"setterDocumentation" : "A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.
\n@param idempotencyToken A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.",
"setterMethodName" : "setIdempotencyToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "idempotencyToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "idempotencyToken",
"variableType" : "String",
"documentation" : "A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "AcceleratorArn", "PortRanges", "Protocol", "IdempotencyToken" ],
"shapeName" : "CreateListenerRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateListenerRequest",
"variableName" : "createListenerRequest",
"variableType" : "CreateListenerRequest",
"documentation" : null,
"simpleType" : "CreateListenerRequest",
"variableSetterType" : "CreateListenerRequest"
},
"wrapper" : false
},
"CreateListenerResponse" : {
"c2jName" : "CreateListenerResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getListener",
"beanStyleSetterMethodName" : "setListener",
"c2jName" : "Listener",
"c2jShape" : "Listener",
"defaultConsumerFluentSetterDocumentation" : "The listener that you've created.
\nThis is a convenience that creates an instance of the {@link Listener.Builder} avoiding the need to create one manually via {@link Listener#builder()}.\n\nWhen the {@link Consumer} completes, {@link Listener.Builder#build()} is called immediately and its result is passed to {@link #listener(Listener)}.\n@param listener a consumer that will call methods on {@link Listener.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listener(Listener)",
"deprecated" : false,
"documentation" : "The listener that you've created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "listener",
"fluentSetterDocumentation" : "The listener that you've created.
\n@param listener The listener that you've created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "listener",
"getterDocumentation" : "The listener that you've created.
\n@return The listener that you've created.",
"getterModel" : {
"returnType" : "Listener",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Listener",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Listener",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Listener",
"sensitive" : false,
"setterDocumentation" : "The listener that you've created.
\n@param listener The listener that you've created.",
"setterMethodName" : "setListener",
"setterModel" : {
"variableDeclarationType" : "Listener",
"variableName" : "listener",
"variableType" : "Listener",
"documentation" : null,
"simpleType" : "Listener",
"variableSetterType" : "Listener"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Listener",
"variableName" : "listener",
"variableType" : "Listener",
"documentation" : "The listener that you've created.
",
"simpleType" : "Listener",
"variableSetterType" : "Listener"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Listener" : {
"beanStyleGetterMethodName" : "getListener",
"beanStyleSetterMethodName" : "setListener",
"c2jName" : "Listener",
"c2jShape" : "Listener",
"defaultConsumerFluentSetterDocumentation" : "The listener that you've created.
\nThis is a convenience that creates an instance of the {@link Listener.Builder} avoiding the need to create one manually via {@link Listener#builder()}.\n\nWhen the {@link Consumer} completes, {@link Listener.Builder#build()} is called immediately and its result is passed to {@link #listener(Listener)}.\n@param listener a consumer that will call methods on {@link Listener.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listener(Listener)",
"deprecated" : false,
"documentation" : "The listener that you've created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "listener",
"fluentSetterDocumentation" : "The listener that you've created.
\n@param listener The listener that you've created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "listener",
"getterDocumentation" : "The listener that you've created.
\n@return The listener that you've created.",
"getterModel" : {
"returnType" : "Listener",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Listener",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Listener",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Listener",
"sensitive" : false,
"setterDocumentation" : "The listener that you've created.
\n@param listener The listener that you've created.",
"setterMethodName" : "setListener",
"setterModel" : {
"variableDeclarationType" : "Listener",
"variableName" : "listener",
"variableType" : "Listener",
"documentation" : null,
"simpleType" : "Listener",
"variableSetterType" : "Listener"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Listener",
"variableName" : "listener",
"variableType" : "Listener",
"documentation" : "The listener that you've created.
",
"simpleType" : "Listener",
"variableSetterType" : "Listener"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getListener",
"beanStyleSetterMethodName" : "setListener",
"c2jName" : "Listener",
"c2jShape" : "Listener",
"defaultConsumerFluentSetterDocumentation" : "The listener that you've created.
\nThis is a convenience that creates an instance of the {@link Listener.Builder} avoiding the need to create one manually via {@link Listener#builder()}.\n\nWhen the {@link Consumer} completes, {@link Listener.Builder#build()} is called immediately and its result is passed to {@link #listener(Listener)}.\n@param listener a consumer that will call methods on {@link Listener.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listener(Listener)",
"deprecated" : false,
"documentation" : "The listener that you've created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "listener",
"fluentSetterDocumentation" : "The listener that you've created.
\n@param listener The listener that you've created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "listener",
"getterDocumentation" : "The listener that you've created.
\n@return The listener that you've created.",
"getterModel" : {
"returnType" : "Listener",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Listener",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Listener",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Listener",
"sensitive" : false,
"setterDocumentation" : "The listener that you've created.
\n@param listener The listener that you've created.",
"setterMethodName" : "setListener",
"setterModel" : {
"variableDeclarationType" : "Listener",
"variableName" : "listener",
"variableType" : "Listener",
"documentation" : null,
"simpleType" : "Listener",
"variableSetterType" : "Listener"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Listener",
"variableName" : "listener",
"variableType" : "Listener",
"documentation" : "The listener that you've created.
",
"simpleType" : "Listener",
"variableSetterType" : "Listener"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateListenerResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CreateListenerResponse",
"variableName" : "createListenerResponse",
"variableType" : "CreateListenerResponse",
"documentation" : null,
"simpleType" : "CreateListenerResponse",
"variableSetterType" : "CreateListenerResponse"
},
"wrapper" : false
},
"DeleteAcceleratorRequest" : {
"c2jName" : "DeleteAcceleratorRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DeleteAccelerator",
"locationName" : null,
"requestUri" : "/",
"target" : "GlobalAccelerator_V20180706.DeleteAccelerator",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getAcceleratorArn",
"beanStyleSetterMethodName" : "setAcceleratorArn",
"c2jName" : "AcceleratorArn",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of an accelerator.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #acceleratorArn(String)}.\n@param acceleratorArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #acceleratorArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of an accelerator.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "acceleratorArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of an accelerator.
\n@param acceleratorArn The Amazon Resource Name (ARN) of an accelerator.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "acceleratorArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of an accelerator.
\n@return The Amazon Resource Name (ARN) of an accelerator.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AcceleratorArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AcceleratorArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AcceleratorArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of an accelerator.
\n@param acceleratorArn The Amazon Resource Name (ARN) of an accelerator.",
"setterMethodName" : "setAcceleratorArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "acceleratorArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "acceleratorArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of an accelerator.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AcceleratorArn" : {
"beanStyleGetterMethodName" : "getAcceleratorArn",
"beanStyleSetterMethodName" : "setAcceleratorArn",
"c2jName" : "AcceleratorArn",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of an accelerator.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #acceleratorArn(String)}.\n@param acceleratorArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #acceleratorArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of an accelerator.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "acceleratorArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of an accelerator.
\n@param acceleratorArn The Amazon Resource Name (ARN) of an accelerator.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "acceleratorArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of an accelerator.
\n@return The Amazon Resource Name (ARN) of an accelerator.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AcceleratorArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AcceleratorArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AcceleratorArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of an accelerator.
\n@param acceleratorArn The Amazon Resource Name (ARN) of an accelerator.",
"setterMethodName" : "setAcceleratorArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "acceleratorArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "acceleratorArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of an accelerator.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getAcceleratorArn",
"beanStyleSetterMethodName" : "setAcceleratorArn",
"c2jName" : "AcceleratorArn",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of an accelerator.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #acceleratorArn(String)}.\n@param acceleratorArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #acceleratorArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of an accelerator.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "acceleratorArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of an accelerator.
\n@param acceleratorArn The Amazon Resource Name (ARN) of an accelerator.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "acceleratorArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of an accelerator.
\n@return The Amazon Resource Name (ARN) of an accelerator.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AcceleratorArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AcceleratorArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AcceleratorArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of an accelerator.
\n@param acceleratorArn The Amazon Resource Name (ARN) of an accelerator.",
"setterMethodName" : "setAcceleratorArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "acceleratorArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "acceleratorArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of an accelerator.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "AcceleratorArn" ],
"shapeName" : "DeleteAcceleratorRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteAcceleratorRequest",
"variableName" : "deleteAcceleratorRequest",
"variableType" : "DeleteAcceleratorRequest",
"documentation" : null,
"simpleType" : "DeleteAcceleratorRequest",
"variableSetterType" : "DeleteAcceleratorRequest"
},
"wrapper" : false
},
"DeleteAcceleratorResponse" : {
"c2jName" : "DeleteAcceleratorResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : null,
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteAcceleratorResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteAcceleratorResponse",
"variableName" : "deleteAcceleratorResponse",
"variableType" : "DeleteAcceleratorResponse",
"documentation" : null,
"simpleType" : "DeleteAcceleratorResponse",
"variableSetterType" : "DeleteAcceleratorResponse"
},
"wrapper" : false
},
"DeleteEndpointGroupRequest" : {
"c2jName" : "DeleteEndpointGroupRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DeleteEndpointGroup",
"locationName" : null,
"requestUri" : "/",
"target" : "GlobalAccelerator_V20180706.DeleteEndpointGroup",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getEndpointGroupArn",
"beanStyleSetterMethodName" : "setEndpointGroupArn",
"c2jName" : "EndpointGroupArn",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the endpoint group to delete.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointGroupArn(String)}.\n@param endpointGroupArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointGroupArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the endpoint group to delete.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "endpointGroupArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the endpoint group to delete.
\n@param endpointGroupArn The Amazon Resource Name (ARN) of the endpoint group to delete.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "endpointGroupArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the endpoint group to delete.
\n@return The Amazon Resource Name (ARN) of the endpoint group to delete.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EndpointGroupArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointGroupArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EndpointGroupArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the endpoint group to delete.
\n@param endpointGroupArn The Amazon Resource Name (ARN) of the endpoint group to delete.",
"setterMethodName" : "setEndpointGroupArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointGroupArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endpointGroupArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the endpoint group to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"EndpointGroupArn" : {
"beanStyleGetterMethodName" : "getEndpointGroupArn",
"beanStyleSetterMethodName" : "setEndpointGroupArn",
"c2jName" : "EndpointGroupArn",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the endpoint group to delete.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointGroupArn(String)}.\n@param endpointGroupArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointGroupArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the endpoint group to delete.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "endpointGroupArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the endpoint group to delete.
\n@param endpointGroupArn The Amazon Resource Name (ARN) of the endpoint group to delete.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "endpointGroupArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the endpoint group to delete.
\n@return The Amazon Resource Name (ARN) of the endpoint group to delete.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EndpointGroupArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointGroupArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EndpointGroupArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the endpoint group to delete.
\n@param endpointGroupArn The Amazon Resource Name (ARN) of the endpoint group to delete.",
"setterMethodName" : "setEndpointGroupArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointGroupArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endpointGroupArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the endpoint group to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getEndpointGroupArn",
"beanStyleSetterMethodName" : "setEndpointGroupArn",
"c2jName" : "EndpointGroupArn",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the endpoint group to delete.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointGroupArn(String)}.\n@param endpointGroupArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointGroupArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the endpoint group to delete.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "endpointGroupArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the endpoint group to delete.
\n@param endpointGroupArn The Amazon Resource Name (ARN) of the endpoint group to delete.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "endpointGroupArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the endpoint group to delete.
\n@return The Amazon Resource Name (ARN) of the endpoint group to delete.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EndpointGroupArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointGroupArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EndpointGroupArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the endpoint group to delete.
\n@param endpointGroupArn The Amazon Resource Name (ARN) of the endpoint group to delete.",
"setterMethodName" : "setEndpointGroupArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointGroupArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endpointGroupArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the endpoint group to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "EndpointGroupArn" ],
"shapeName" : "DeleteEndpointGroupRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteEndpointGroupRequest",
"variableName" : "deleteEndpointGroupRequest",
"variableType" : "DeleteEndpointGroupRequest",
"documentation" : null,
"simpleType" : "DeleteEndpointGroupRequest",
"variableSetterType" : "DeleteEndpointGroupRequest"
},
"wrapper" : false
},
"DeleteEndpointGroupResponse" : {
"c2jName" : "DeleteEndpointGroupResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : null,
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteEndpointGroupResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteEndpointGroupResponse",
"variableName" : "deleteEndpointGroupResponse",
"variableType" : "DeleteEndpointGroupResponse",
"documentation" : null,
"simpleType" : "DeleteEndpointGroupResponse",
"variableSetterType" : "DeleteEndpointGroupResponse"
},
"wrapper" : false
},
"DeleteListenerRequest" : {
"c2jName" : "DeleteListenerRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DeleteListener",
"locationName" : null,
"requestUri" : "/",
"target" : "GlobalAccelerator_V20180706.DeleteListener",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getListenerArn",
"beanStyleSetterMethodName" : "setListenerArn",
"c2jName" : "ListenerArn",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the listener.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #listenerArn(String)}.\n@param listenerArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listenerArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the listener.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "listenerArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the listener.
\n@param listenerArn The Amazon Resource Name (ARN) of the listener.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "listenerArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the listener.
\n@return The Amazon Resource Name (ARN) of the listener.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ListenerArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ListenerArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ListenerArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the listener.
\n@param listenerArn The Amazon Resource Name (ARN) of the listener.",
"setterMethodName" : "setListenerArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "listenerArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "listenerArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the listener.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ListenerArn" : {
"beanStyleGetterMethodName" : "getListenerArn",
"beanStyleSetterMethodName" : "setListenerArn",
"c2jName" : "ListenerArn",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the listener.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #listenerArn(String)}.\n@param listenerArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listenerArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the listener.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "listenerArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the listener.
\n@param listenerArn The Amazon Resource Name (ARN) of the listener.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "listenerArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the listener.
\n@return The Amazon Resource Name (ARN) of the listener.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ListenerArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ListenerArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ListenerArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the listener.
\n@param listenerArn The Amazon Resource Name (ARN) of the listener.",
"setterMethodName" : "setListenerArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "listenerArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "listenerArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the listener.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getListenerArn",
"beanStyleSetterMethodName" : "setListenerArn",
"c2jName" : "ListenerArn",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the listener.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #listenerArn(String)}.\n@param listenerArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listenerArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the listener.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "listenerArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the listener.
\n@param listenerArn The Amazon Resource Name (ARN) of the listener.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "listenerArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the listener.
\n@return The Amazon Resource Name (ARN) of the listener.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ListenerArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ListenerArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ListenerArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the listener.
\n@param listenerArn The Amazon Resource Name (ARN) of the listener.",
"setterMethodName" : "setListenerArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "listenerArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "listenerArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the listener.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ListenerArn" ],
"shapeName" : "DeleteListenerRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteListenerRequest",
"variableName" : "deleteListenerRequest",
"variableType" : "DeleteListenerRequest",
"documentation" : null,
"simpleType" : "DeleteListenerRequest",
"variableSetterType" : "DeleteListenerRequest"
},
"wrapper" : false
},
"DeleteListenerResponse" : {
"c2jName" : "DeleteListenerResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : null,
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteListenerResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DeleteListenerResponse",
"variableName" : "deleteListenerResponse",
"variableType" : "DeleteListenerResponse",
"documentation" : null,
"simpleType" : "DeleteListenerResponse",
"variableSetterType" : "DeleteListenerResponse"
},
"wrapper" : false
},
"DescribeAcceleratorAttributesRequest" : {
"c2jName" : "DescribeAcceleratorAttributesRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DescribeAcceleratorAttributes",
"locationName" : null,
"requestUri" : "/",
"target" : "GlobalAccelerator_V20180706.DescribeAcceleratorAttributes",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getAcceleratorArn",
"beanStyleSetterMethodName" : "setAcceleratorArn",
"c2jName" : "AcceleratorArn",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe. Value is required.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #acceleratorArn(String)}.\n@param acceleratorArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #acceleratorArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe. Value is required.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "acceleratorArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe. Value is required.
\n@param acceleratorArn The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe. Value is required.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "acceleratorArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe. Value is required.
\n@return The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe. Value is required.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AcceleratorArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AcceleratorArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AcceleratorArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe. Value is required.
\n@param acceleratorArn The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe. Value is required.",
"setterMethodName" : "setAcceleratorArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "acceleratorArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "acceleratorArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe. Value is required.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AcceleratorArn" : {
"beanStyleGetterMethodName" : "getAcceleratorArn",
"beanStyleSetterMethodName" : "setAcceleratorArn",
"c2jName" : "AcceleratorArn",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe. Value is required.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #acceleratorArn(String)}.\n@param acceleratorArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #acceleratorArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe. Value is required.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "acceleratorArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe. Value is required.
\n@param acceleratorArn The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe. Value is required.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "acceleratorArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe. Value is required.
\n@return The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe. Value is required.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AcceleratorArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AcceleratorArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AcceleratorArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe. Value is required.
\n@param acceleratorArn The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe. Value is required.",
"setterMethodName" : "setAcceleratorArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "acceleratorArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "acceleratorArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe. Value is required.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getAcceleratorArn",
"beanStyleSetterMethodName" : "setAcceleratorArn",
"c2jName" : "AcceleratorArn",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe. Value is required.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #acceleratorArn(String)}.\n@param acceleratorArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #acceleratorArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe. Value is required.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "acceleratorArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe. Value is required.
\n@param acceleratorArn The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe. Value is required.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "acceleratorArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe. Value is required.
\n@return The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe. Value is required.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AcceleratorArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AcceleratorArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AcceleratorArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe. Value is required.
\n@param acceleratorArn The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe. Value is required.",
"setterMethodName" : "setAcceleratorArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "acceleratorArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "acceleratorArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe. Value is required.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DescribeAcceleratorAttributesRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DescribeAcceleratorAttributesRequest",
"variableName" : "describeAcceleratorAttributesRequest",
"variableType" : "DescribeAcceleratorAttributesRequest",
"documentation" : null,
"simpleType" : "DescribeAcceleratorAttributesRequest",
"variableSetterType" : "DescribeAcceleratorAttributesRequest"
},
"wrapper" : false
},
"DescribeAcceleratorAttributesResponse" : {
"c2jName" : "DescribeAcceleratorAttributesResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getAcceleratorAttributes",
"beanStyleSetterMethodName" : "setAcceleratorAttributes",
"c2jName" : "AcceleratorAttributes",
"c2jShape" : "AcceleratorAttributes",
"defaultConsumerFluentSetterDocumentation" : "The attributes of the accelerator.
\nThis is a convenience that creates an instance of the {@link AcceleratorAttributes.Builder} avoiding the need to create one manually via {@link AcceleratorAttributes#builder()}.\n\nWhen the {@link Consumer} completes, {@link AcceleratorAttributes.Builder#build()} is called immediately and its result is passed to {@link #acceleratorAttributes(AcceleratorAttributes)}.\n@param acceleratorAttributes a consumer that will call methods on {@link AcceleratorAttributes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #acceleratorAttributes(AcceleratorAttributes)",
"deprecated" : false,
"documentation" : "The attributes of the accelerator.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "acceleratorAttributes",
"fluentSetterDocumentation" : "The attributes of the accelerator.
\n@param acceleratorAttributes The attributes of the accelerator.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "acceleratorAttributes",
"getterDocumentation" : "The attributes of the accelerator.
\n@return The attributes of the accelerator.",
"getterModel" : {
"returnType" : "AcceleratorAttributes",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AcceleratorAttributes",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AcceleratorAttributes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "AcceleratorAttributes",
"sensitive" : false,
"setterDocumentation" : "The attributes of the accelerator.
\n@param acceleratorAttributes The attributes of the accelerator.",
"setterMethodName" : "setAcceleratorAttributes",
"setterModel" : {
"variableDeclarationType" : "AcceleratorAttributes",
"variableName" : "acceleratorAttributes",
"variableType" : "AcceleratorAttributes",
"documentation" : null,
"simpleType" : "AcceleratorAttributes",
"variableSetterType" : "AcceleratorAttributes"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "AcceleratorAttributes",
"variableName" : "acceleratorAttributes",
"variableType" : "AcceleratorAttributes",
"documentation" : "The attributes of the accelerator.
",
"simpleType" : "AcceleratorAttributes",
"variableSetterType" : "AcceleratorAttributes"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AcceleratorAttributes" : {
"beanStyleGetterMethodName" : "getAcceleratorAttributes",
"beanStyleSetterMethodName" : "setAcceleratorAttributes",
"c2jName" : "AcceleratorAttributes",
"c2jShape" : "AcceleratorAttributes",
"defaultConsumerFluentSetterDocumentation" : "The attributes of the accelerator.
\nThis is a convenience that creates an instance of the {@link AcceleratorAttributes.Builder} avoiding the need to create one manually via {@link AcceleratorAttributes#builder()}.\n\nWhen the {@link Consumer} completes, {@link AcceleratorAttributes.Builder#build()} is called immediately and its result is passed to {@link #acceleratorAttributes(AcceleratorAttributes)}.\n@param acceleratorAttributes a consumer that will call methods on {@link AcceleratorAttributes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #acceleratorAttributes(AcceleratorAttributes)",
"deprecated" : false,
"documentation" : "The attributes of the accelerator.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "acceleratorAttributes",
"fluentSetterDocumentation" : "The attributes of the accelerator.
\n@param acceleratorAttributes The attributes of the accelerator.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "acceleratorAttributes",
"getterDocumentation" : "The attributes of the accelerator.
\n@return The attributes of the accelerator.",
"getterModel" : {
"returnType" : "AcceleratorAttributes",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AcceleratorAttributes",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AcceleratorAttributes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "AcceleratorAttributes",
"sensitive" : false,
"setterDocumentation" : "The attributes of the accelerator.
\n@param acceleratorAttributes The attributes of the accelerator.",
"setterMethodName" : "setAcceleratorAttributes",
"setterModel" : {
"variableDeclarationType" : "AcceleratorAttributes",
"variableName" : "acceleratorAttributes",
"variableType" : "AcceleratorAttributes",
"documentation" : null,
"simpleType" : "AcceleratorAttributes",
"variableSetterType" : "AcceleratorAttributes"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "AcceleratorAttributes",
"variableName" : "acceleratorAttributes",
"variableType" : "AcceleratorAttributes",
"documentation" : "The attributes of the accelerator.
",
"simpleType" : "AcceleratorAttributes",
"variableSetterType" : "AcceleratorAttributes"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getAcceleratorAttributes",
"beanStyleSetterMethodName" : "setAcceleratorAttributes",
"c2jName" : "AcceleratorAttributes",
"c2jShape" : "AcceleratorAttributes",
"defaultConsumerFluentSetterDocumentation" : "The attributes of the accelerator.
\nThis is a convenience that creates an instance of the {@link AcceleratorAttributes.Builder} avoiding the need to create one manually via {@link AcceleratorAttributes#builder()}.\n\nWhen the {@link Consumer} completes, {@link AcceleratorAttributes.Builder#build()} is called immediately and its result is passed to {@link #acceleratorAttributes(AcceleratorAttributes)}.\n@param acceleratorAttributes a consumer that will call methods on {@link AcceleratorAttributes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #acceleratorAttributes(AcceleratorAttributes)",
"deprecated" : false,
"documentation" : "The attributes of the accelerator.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "acceleratorAttributes",
"fluentSetterDocumentation" : "The attributes of the accelerator.
\n@param acceleratorAttributes The attributes of the accelerator.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "acceleratorAttributes",
"getterDocumentation" : "The attributes of the accelerator.
\n@return The attributes of the accelerator.",
"getterModel" : {
"returnType" : "AcceleratorAttributes",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AcceleratorAttributes",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AcceleratorAttributes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "AcceleratorAttributes",
"sensitive" : false,
"setterDocumentation" : "The attributes of the accelerator.
\n@param acceleratorAttributes The attributes of the accelerator.",
"setterMethodName" : "setAcceleratorAttributes",
"setterModel" : {
"variableDeclarationType" : "AcceleratorAttributes",
"variableName" : "acceleratorAttributes",
"variableType" : "AcceleratorAttributes",
"documentation" : null,
"simpleType" : "AcceleratorAttributes",
"variableSetterType" : "AcceleratorAttributes"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "AcceleratorAttributes",
"variableName" : "acceleratorAttributes",
"variableType" : "AcceleratorAttributes",
"documentation" : "The attributes of the accelerator.
",
"simpleType" : "AcceleratorAttributes",
"variableSetterType" : "AcceleratorAttributes"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DescribeAcceleratorAttributesResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DescribeAcceleratorAttributesResponse",
"variableName" : "describeAcceleratorAttributesResponse",
"variableType" : "DescribeAcceleratorAttributesResponse",
"documentation" : null,
"simpleType" : "DescribeAcceleratorAttributesResponse",
"variableSetterType" : "DescribeAcceleratorAttributesResponse"
},
"wrapper" : false
},
"DescribeAcceleratorRequest" : {
"c2jName" : "DescribeAcceleratorRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DescribeAccelerator",
"locationName" : null,
"requestUri" : "/",
"target" : "GlobalAccelerator_V20180706.DescribeAccelerator",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getAcceleratorArn",
"beanStyleSetterMethodName" : "setAcceleratorArn",
"c2jName" : "AcceleratorArn",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the accelerator to describe.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #acceleratorArn(String)}.\n@param acceleratorArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #acceleratorArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the accelerator to describe.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "acceleratorArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the accelerator to describe.
\n@param acceleratorArn The Amazon Resource Name (ARN) of the accelerator to describe.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "acceleratorArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the accelerator to describe.
\n@return The Amazon Resource Name (ARN) of the accelerator to describe.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AcceleratorArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AcceleratorArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AcceleratorArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the accelerator to describe.
\n@param acceleratorArn The Amazon Resource Name (ARN) of the accelerator to describe.",
"setterMethodName" : "setAcceleratorArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "acceleratorArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "acceleratorArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the accelerator to describe.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AcceleratorArn" : {
"beanStyleGetterMethodName" : "getAcceleratorArn",
"beanStyleSetterMethodName" : "setAcceleratorArn",
"c2jName" : "AcceleratorArn",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the accelerator to describe.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #acceleratorArn(String)}.\n@param acceleratorArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #acceleratorArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the accelerator to describe.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "acceleratorArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the accelerator to describe.
\n@param acceleratorArn The Amazon Resource Name (ARN) of the accelerator to describe.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "acceleratorArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the accelerator to describe.
\n@return The Amazon Resource Name (ARN) of the accelerator to describe.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AcceleratorArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AcceleratorArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AcceleratorArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the accelerator to describe.
\n@param acceleratorArn The Amazon Resource Name (ARN) of the accelerator to describe.",
"setterMethodName" : "setAcceleratorArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "acceleratorArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "acceleratorArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the accelerator to describe.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getAcceleratorArn",
"beanStyleSetterMethodName" : "setAcceleratorArn",
"c2jName" : "AcceleratorArn",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the accelerator to describe.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #acceleratorArn(String)}.\n@param acceleratorArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #acceleratorArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the accelerator to describe.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "acceleratorArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the accelerator to describe.
\n@param acceleratorArn The Amazon Resource Name (ARN) of the accelerator to describe.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "acceleratorArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the accelerator to describe.
\n@return The Amazon Resource Name (ARN) of the accelerator to describe.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "AcceleratorArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "AcceleratorArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AcceleratorArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the accelerator to describe.
\n@param acceleratorArn The Amazon Resource Name (ARN) of the accelerator to describe.",
"setterMethodName" : "setAcceleratorArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "acceleratorArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "acceleratorArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the accelerator to describe.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "AcceleratorArn" ],
"shapeName" : "DescribeAcceleratorRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DescribeAcceleratorRequest",
"variableName" : "describeAcceleratorRequest",
"variableType" : "DescribeAcceleratorRequest",
"documentation" : null,
"simpleType" : "DescribeAcceleratorRequest",
"variableSetterType" : "DescribeAcceleratorRequest"
},
"wrapper" : false
},
"DescribeAcceleratorResponse" : {
"c2jName" : "DescribeAcceleratorResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getAccelerator",
"beanStyleSetterMethodName" : "setAccelerator",
"c2jName" : "Accelerator",
"c2jShape" : "Accelerator",
"defaultConsumerFluentSetterDocumentation" : "The description of the accelerator.
\nThis is a convenience that creates an instance of the {@link Accelerator.Builder} avoiding the need to create one manually via {@link Accelerator#builder()}.\n\nWhen the {@link Consumer} completes, {@link Accelerator.Builder#build()} is called immediately and its result is passed to {@link #accelerator(Accelerator)}.\n@param accelerator a consumer that will call methods on {@link Accelerator.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accelerator(Accelerator)",
"deprecated" : false,
"documentation" : "The description of the accelerator.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "accelerator",
"fluentSetterDocumentation" : "The description of the accelerator.
\n@param accelerator The description of the accelerator.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "accelerator",
"getterDocumentation" : "The description of the accelerator.
\n@return The description of the accelerator.",
"getterModel" : {
"returnType" : "Accelerator",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Accelerator",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Accelerator",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Accelerator",
"sensitive" : false,
"setterDocumentation" : "The description of the accelerator.
\n@param accelerator The description of the accelerator.",
"setterMethodName" : "setAccelerator",
"setterModel" : {
"variableDeclarationType" : "Accelerator",
"variableName" : "accelerator",
"variableType" : "Accelerator",
"documentation" : null,
"simpleType" : "Accelerator",
"variableSetterType" : "Accelerator"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Accelerator",
"variableName" : "accelerator",
"variableType" : "Accelerator",
"documentation" : "The description of the accelerator.
",
"simpleType" : "Accelerator",
"variableSetterType" : "Accelerator"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Accelerator" : {
"beanStyleGetterMethodName" : "getAccelerator",
"beanStyleSetterMethodName" : "setAccelerator",
"c2jName" : "Accelerator",
"c2jShape" : "Accelerator",
"defaultConsumerFluentSetterDocumentation" : "The description of the accelerator.
\nThis is a convenience that creates an instance of the {@link Accelerator.Builder} avoiding the need to create one manually via {@link Accelerator#builder()}.\n\nWhen the {@link Consumer} completes, {@link Accelerator.Builder#build()} is called immediately and its result is passed to {@link #accelerator(Accelerator)}.\n@param accelerator a consumer that will call methods on {@link Accelerator.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accelerator(Accelerator)",
"deprecated" : false,
"documentation" : "The description of the accelerator.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "accelerator",
"fluentSetterDocumentation" : "The description of the accelerator.
\n@param accelerator The description of the accelerator.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "accelerator",
"getterDocumentation" : "The description of the accelerator.
\n@return The description of the accelerator.",
"getterModel" : {
"returnType" : "Accelerator",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Accelerator",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Accelerator",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Accelerator",
"sensitive" : false,
"setterDocumentation" : "The description of the accelerator.
\n@param accelerator The description of the accelerator.",
"setterMethodName" : "setAccelerator",
"setterModel" : {
"variableDeclarationType" : "Accelerator",
"variableName" : "accelerator",
"variableType" : "Accelerator",
"documentation" : null,
"simpleType" : "Accelerator",
"variableSetterType" : "Accelerator"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Accelerator",
"variableName" : "accelerator",
"variableType" : "Accelerator",
"documentation" : "The description of the accelerator.
",
"simpleType" : "Accelerator",
"variableSetterType" : "Accelerator"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getAccelerator",
"beanStyleSetterMethodName" : "setAccelerator",
"c2jName" : "Accelerator",
"c2jShape" : "Accelerator",
"defaultConsumerFluentSetterDocumentation" : "The description of the accelerator.
\nThis is a convenience that creates an instance of the {@link Accelerator.Builder} avoiding the need to create one manually via {@link Accelerator#builder()}.\n\nWhen the {@link Consumer} completes, {@link Accelerator.Builder#build()} is called immediately and its result is passed to {@link #accelerator(Accelerator)}.\n@param accelerator a consumer that will call methods on {@link Accelerator.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accelerator(Accelerator)",
"deprecated" : false,
"documentation" : "The description of the accelerator.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "accelerator",
"fluentSetterDocumentation" : "The description of the accelerator.
\n@param accelerator The description of the accelerator.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "accelerator",
"getterDocumentation" : "The description of the accelerator.
\n@return The description of the accelerator.",
"getterModel" : {
"returnType" : "Accelerator",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Accelerator",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Accelerator",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Accelerator",
"sensitive" : false,
"setterDocumentation" : "The description of the accelerator.
\n@param accelerator The description of the accelerator.",
"setterMethodName" : "setAccelerator",
"setterModel" : {
"variableDeclarationType" : "Accelerator",
"variableName" : "accelerator",
"variableType" : "Accelerator",
"documentation" : null,
"simpleType" : "Accelerator",
"variableSetterType" : "Accelerator"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Accelerator",
"variableName" : "accelerator",
"variableType" : "Accelerator",
"documentation" : "The description of the accelerator.
",
"simpleType" : "Accelerator",
"variableSetterType" : "Accelerator"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DescribeAcceleratorResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DescribeAcceleratorResponse",
"variableName" : "describeAcceleratorResponse",
"variableType" : "DescribeAcceleratorResponse",
"documentation" : null,
"simpleType" : "DescribeAcceleratorResponse",
"variableSetterType" : "DescribeAcceleratorResponse"
},
"wrapper" : false
},
"DescribeEndpointGroupRequest" : {
"c2jName" : "DescribeEndpointGroupRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DescribeEndpointGroup",
"locationName" : null,
"requestUri" : "/",
"target" : "GlobalAccelerator_V20180706.DescribeEndpointGroup",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getEndpointGroupArn",
"beanStyleSetterMethodName" : "setEndpointGroupArn",
"c2jName" : "EndpointGroupArn",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the endpoint group to describe.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointGroupArn(String)}.\n@param endpointGroupArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointGroupArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the endpoint group to describe.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "endpointGroupArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the endpoint group to describe.
\n@param endpointGroupArn The Amazon Resource Name (ARN) of the endpoint group to describe.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "endpointGroupArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the endpoint group to describe.
\n@return The Amazon Resource Name (ARN) of the endpoint group to describe.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EndpointGroupArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointGroupArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EndpointGroupArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the endpoint group to describe.
\n@param endpointGroupArn The Amazon Resource Name (ARN) of the endpoint group to describe.",
"setterMethodName" : "setEndpointGroupArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointGroupArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endpointGroupArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the endpoint group to describe.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"EndpointGroupArn" : {
"beanStyleGetterMethodName" : "getEndpointGroupArn",
"beanStyleSetterMethodName" : "setEndpointGroupArn",
"c2jName" : "EndpointGroupArn",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the endpoint group to describe.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointGroupArn(String)}.\n@param endpointGroupArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointGroupArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the endpoint group to describe.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "endpointGroupArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the endpoint group to describe.
\n@param endpointGroupArn The Amazon Resource Name (ARN) of the endpoint group to describe.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "endpointGroupArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the endpoint group to describe.
\n@return The Amazon Resource Name (ARN) of the endpoint group to describe.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EndpointGroupArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointGroupArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EndpointGroupArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the endpoint group to describe.
\n@param endpointGroupArn The Amazon Resource Name (ARN) of the endpoint group to describe.",
"setterMethodName" : "setEndpointGroupArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointGroupArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endpointGroupArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the endpoint group to describe.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getEndpointGroupArn",
"beanStyleSetterMethodName" : "setEndpointGroupArn",
"c2jName" : "EndpointGroupArn",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the endpoint group to describe.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointGroupArn(String)}.\n@param endpointGroupArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointGroupArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the endpoint group to describe.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "endpointGroupArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the endpoint group to describe.
\n@param endpointGroupArn The Amazon Resource Name (ARN) of the endpoint group to describe.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "endpointGroupArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the endpoint group to describe.
\n@return The Amazon Resource Name (ARN) of the endpoint group to describe.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EndpointGroupArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointGroupArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EndpointGroupArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the endpoint group to describe.
\n@param endpointGroupArn The Amazon Resource Name (ARN) of the endpoint group to describe.",
"setterMethodName" : "setEndpointGroupArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointGroupArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endpointGroupArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the endpoint group to describe.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "EndpointGroupArn" ],
"shapeName" : "DescribeEndpointGroupRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DescribeEndpointGroupRequest",
"variableName" : "describeEndpointGroupRequest",
"variableType" : "DescribeEndpointGroupRequest",
"documentation" : null,
"simpleType" : "DescribeEndpointGroupRequest",
"variableSetterType" : "DescribeEndpointGroupRequest"
},
"wrapper" : false
},
"DescribeEndpointGroupResponse" : {
"c2jName" : "DescribeEndpointGroupResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getEndpointGroup",
"beanStyleSetterMethodName" : "setEndpointGroup",
"c2jName" : "EndpointGroup",
"c2jShape" : "EndpointGroup",
"defaultConsumerFluentSetterDocumentation" : "The description of an endpoint group.
\nThis is a convenience that creates an instance of the {@link EndpointGroup.Builder} avoiding the need to create one manually via {@link EndpointGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link EndpointGroup.Builder#build()} is called immediately and its result is passed to {@link #endpointGroup(EndpointGroup)}.\n@param endpointGroup a consumer that will call methods on {@link EndpointGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointGroup(EndpointGroup)",
"deprecated" : false,
"documentation" : "The description of an endpoint group.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "endpointGroup",
"fluentSetterDocumentation" : "The description of an endpoint group.
\n@param endpointGroup The description of an endpoint group.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "endpointGroup",
"getterDocumentation" : "The description of an endpoint group.
\n@return The description of an endpoint group.",
"getterModel" : {
"returnType" : "EndpointGroup",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EndpointGroup",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointGroup",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "EndpointGroup",
"sensitive" : false,
"setterDocumentation" : "The description of an endpoint group.
\n@param endpointGroup The description of an endpoint group.",
"setterMethodName" : "setEndpointGroup",
"setterModel" : {
"variableDeclarationType" : "EndpointGroup",
"variableName" : "endpointGroup",
"variableType" : "EndpointGroup",
"documentation" : null,
"simpleType" : "EndpointGroup",
"variableSetterType" : "EndpointGroup"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "EndpointGroup",
"variableName" : "endpointGroup",
"variableType" : "EndpointGroup",
"documentation" : "The description of an endpoint group.
",
"simpleType" : "EndpointGroup",
"variableSetterType" : "EndpointGroup"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"EndpointGroup" : {
"beanStyleGetterMethodName" : "getEndpointGroup",
"beanStyleSetterMethodName" : "setEndpointGroup",
"c2jName" : "EndpointGroup",
"c2jShape" : "EndpointGroup",
"defaultConsumerFluentSetterDocumentation" : "The description of an endpoint group.
\nThis is a convenience that creates an instance of the {@link EndpointGroup.Builder} avoiding the need to create one manually via {@link EndpointGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link EndpointGroup.Builder#build()} is called immediately and its result is passed to {@link #endpointGroup(EndpointGroup)}.\n@param endpointGroup a consumer that will call methods on {@link EndpointGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointGroup(EndpointGroup)",
"deprecated" : false,
"documentation" : "The description of an endpoint group.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "endpointGroup",
"fluentSetterDocumentation" : "The description of an endpoint group.
\n@param endpointGroup The description of an endpoint group.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "endpointGroup",
"getterDocumentation" : "The description of an endpoint group.
\n@return The description of an endpoint group.",
"getterModel" : {
"returnType" : "EndpointGroup",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EndpointGroup",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointGroup",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "EndpointGroup",
"sensitive" : false,
"setterDocumentation" : "The description of an endpoint group.
\n@param endpointGroup The description of an endpoint group.",
"setterMethodName" : "setEndpointGroup",
"setterModel" : {
"variableDeclarationType" : "EndpointGroup",
"variableName" : "endpointGroup",
"variableType" : "EndpointGroup",
"documentation" : null,
"simpleType" : "EndpointGroup",
"variableSetterType" : "EndpointGroup"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "EndpointGroup",
"variableName" : "endpointGroup",
"variableType" : "EndpointGroup",
"documentation" : "The description of an endpoint group.
",
"simpleType" : "EndpointGroup",
"variableSetterType" : "EndpointGroup"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getEndpointGroup",
"beanStyleSetterMethodName" : "setEndpointGroup",
"c2jName" : "EndpointGroup",
"c2jShape" : "EndpointGroup",
"defaultConsumerFluentSetterDocumentation" : "The description of an endpoint group.
\nThis is a convenience that creates an instance of the {@link EndpointGroup.Builder} avoiding the need to create one manually via {@link EndpointGroup#builder()}.\n\nWhen the {@link Consumer} completes, {@link EndpointGroup.Builder#build()} is called immediately and its result is passed to {@link #endpointGroup(EndpointGroup)}.\n@param endpointGroup a consumer that will call methods on {@link EndpointGroup.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointGroup(EndpointGroup)",
"deprecated" : false,
"documentation" : "The description of an endpoint group.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "endpointGroup",
"fluentSetterDocumentation" : "The description of an endpoint group.
\n@param endpointGroup The description of an endpoint group.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "endpointGroup",
"getterDocumentation" : "The description of an endpoint group.
\n@return The description of an endpoint group.",
"getterModel" : {
"returnType" : "EndpointGroup",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EndpointGroup",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointGroup",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "EndpointGroup",
"sensitive" : false,
"setterDocumentation" : "The description of an endpoint group.
\n@param endpointGroup The description of an endpoint group.",
"setterMethodName" : "setEndpointGroup",
"setterModel" : {
"variableDeclarationType" : "EndpointGroup",
"variableName" : "endpointGroup",
"variableType" : "EndpointGroup",
"documentation" : null,
"simpleType" : "EndpointGroup",
"variableSetterType" : "EndpointGroup"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "EndpointGroup",
"variableName" : "endpointGroup",
"variableType" : "EndpointGroup",
"documentation" : "The description of an endpoint group.
",
"simpleType" : "EndpointGroup",
"variableSetterType" : "EndpointGroup"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DescribeEndpointGroupResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DescribeEndpointGroupResponse",
"variableName" : "describeEndpointGroupResponse",
"variableType" : "DescribeEndpointGroupResponse",
"documentation" : null,
"simpleType" : "DescribeEndpointGroupResponse",
"variableSetterType" : "DescribeEndpointGroupResponse"
},
"wrapper" : false
},
"DescribeListenerRequest" : {
"c2jName" : "DescribeListenerRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DescribeListener",
"locationName" : null,
"requestUri" : "/",
"target" : "GlobalAccelerator_V20180706.DescribeListener",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getListenerArn",
"beanStyleSetterMethodName" : "setListenerArn",
"c2jName" : "ListenerArn",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the listener to describe.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #listenerArn(String)}.\n@param listenerArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listenerArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the listener to describe.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "listenerArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the listener to describe.
\n@param listenerArn The Amazon Resource Name (ARN) of the listener to describe.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "listenerArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the listener to describe.
\n@return The Amazon Resource Name (ARN) of the listener to describe.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ListenerArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ListenerArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ListenerArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the listener to describe.
\n@param listenerArn The Amazon Resource Name (ARN) of the listener to describe.",
"setterMethodName" : "setListenerArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "listenerArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "listenerArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the listener to describe.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ListenerArn" : {
"beanStyleGetterMethodName" : "getListenerArn",
"beanStyleSetterMethodName" : "setListenerArn",
"c2jName" : "ListenerArn",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the listener to describe.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #listenerArn(String)}.\n@param listenerArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listenerArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the listener to describe.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "listenerArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the listener to describe.
\n@param listenerArn The Amazon Resource Name (ARN) of the listener to describe.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "listenerArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the listener to describe.
\n@return The Amazon Resource Name (ARN) of the listener to describe.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ListenerArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ListenerArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ListenerArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the listener to describe.
\n@param listenerArn The Amazon Resource Name (ARN) of the listener to describe.",
"setterMethodName" : "setListenerArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "listenerArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "listenerArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the listener to describe.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getListenerArn",
"beanStyleSetterMethodName" : "setListenerArn",
"c2jName" : "ListenerArn",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the listener to describe.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #listenerArn(String)}.\n@param listenerArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listenerArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the listener to describe.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "listenerArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the listener to describe.
\n@param listenerArn The Amazon Resource Name (ARN) of the listener to describe.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "listenerArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the listener to describe.
\n@return The Amazon Resource Name (ARN) of the listener to describe.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ListenerArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ListenerArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ListenerArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the listener to describe.
\n@param listenerArn The Amazon Resource Name (ARN) of the listener to describe.",
"setterMethodName" : "setListenerArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "listenerArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "listenerArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the listener to describe.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "ListenerArn" ],
"shapeName" : "DescribeListenerRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DescribeListenerRequest",
"variableName" : "describeListenerRequest",
"variableType" : "DescribeListenerRequest",
"documentation" : null,
"simpleType" : "DescribeListenerRequest",
"variableSetterType" : "DescribeListenerRequest"
},
"wrapper" : false
},
"DescribeListenerResponse" : {
"c2jName" : "DescribeListenerResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getListener",
"beanStyleSetterMethodName" : "setListener",
"c2jName" : "Listener",
"c2jShape" : "Listener",
"defaultConsumerFluentSetterDocumentation" : "The description of a listener.
\nThis is a convenience that creates an instance of the {@link Listener.Builder} avoiding the need to create one manually via {@link Listener#builder()}.\n\nWhen the {@link Consumer} completes, {@link Listener.Builder#build()} is called immediately and its result is passed to {@link #listener(Listener)}.\n@param listener a consumer that will call methods on {@link Listener.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listener(Listener)",
"deprecated" : false,
"documentation" : "The description of a listener.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "listener",
"fluentSetterDocumentation" : "The description of a listener.
\n@param listener The description of a listener.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "listener",
"getterDocumentation" : "The description of a listener.
\n@return The description of a listener.",
"getterModel" : {
"returnType" : "Listener",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Listener",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Listener",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Listener",
"sensitive" : false,
"setterDocumentation" : "The description of a listener.
\n@param listener The description of a listener.",
"setterMethodName" : "setListener",
"setterModel" : {
"variableDeclarationType" : "Listener",
"variableName" : "listener",
"variableType" : "Listener",
"documentation" : null,
"simpleType" : "Listener",
"variableSetterType" : "Listener"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Listener",
"variableName" : "listener",
"variableType" : "Listener",
"documentation" : "The description of a listener.
",
"simpleType" : "Listener",
"variableSetterType" : "Listener"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Listener" : {
"beanStyleGetterMethodName" : "getListener",
"beanStyleSetterMethodName" : "setListener",
"c2jName" : "Listener",
"c2jShape" : "Listener",
"defaultConsumerFluentSetterDocumentation" : "The description of a listener.
\nThis is a convenience that creates an instance of the {@link Listener.Builder} avoiding the need to create one manually via {@link Listener#builder()}.\n\nWhen the {@link Consumer} completes, {@link Listener.Builder#build()} is called immediately and its result is passed to {@link #listener(Listener)}.\n@param listener a consumer that will call methods on {@link Listener.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listener(Listener)",
"deprecated" : false,
"documentation" : "The description of a listener.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "listener",
"fluentSetterDocumentation" : "The description of a listener.
\n@param listener The description of a listener.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "listener",
"getterDocumentation" : "The description of a listener.
\n@return The description of a listener.",
"getterModel" : {
"returnType" : "Listener",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Listener",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Listener",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Listener",
"sensitive" : false,
"setterDocumentation" : "The description of a listener.
\n@param listener The description of a listener.",
"setterMethodName" : "setListener",
"setterModel" : {
"variableDeclarationType" : "Listener",
"variableName" : "listener",
"variableType" : "Listener",
"documentation" : null,
"simpleType" : "Listener",
"variableSetterType" : "Listener"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Listener",
"variableName" : "listener",
"variableType" : "Listener",
"documentation" : "The description of a listener.
",
"simpleType" : "Listener",
"variableSetterType" : "Listener"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getListener",
"beanStyleSetterMethodName" : "setListener",
"c2jName" : "Listener",
"c2jShape" : "Listener",
"defaultConsumerFluentSetterDocumentation" : "The description of a listener.
\nThis is a convenience that creates an instance of the {@link Listener.Builder} avoiding the need to create one manually via {@link Listener#builder()}.\n\nWhen the {@link Consumer} completes, {@link Listener.Builder#build()} is called immediately and its result is passed to {@link #listener(Listener)}.\n@param listener a consumer that will call methods on {@link Listener.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #listener(Listener)",
"deprecated" : false,
"documentation" : "The description of a listener.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "listener",
"fluentSetterDocumentation" : "The description of a listener.
\n@param listener The description of a listener.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "listener",
"getterDocumentation" : "The description of a listener.
\n@return The description of a listener.",
"getterModel" : {
"returnType" : "Listener",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Listener",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Listener",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Listener",
"sensitive" : false,
"setterDocumentation" : "The description of a listener.
\n@param listener The description of a listener.",
"setterMethodName" : "setListener",
"setterModel" : {
"variableDeclarationType" : "Listener",
"variableName" : "listener",
"variableType" : "Listener",
"documentation" : null,
"simpleType" : "Listener",
"variableSetterType" : "Listener"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Listener",
"variableName" : "listener",
"variableType" : "Listener",
"documentation" : "The description of a listener.
",
"simpleType" : "Listener",
"variableSetterType" : "Listener"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DescribeListenerResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DescribeListenerResponse",
"variableName" : "describeListenerResponse",
"variableType" : "DescribeListenerResponse",
"documentation" : null,
"simpleType" : "DescribeListenerResponse",
"variableSetterType" : "DescribeListenerResponse"
},
"wrapper" : false
},
"EndpointConfiguration" : {
"c2jName" : "EndpointConfiguration",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "A complex type for endpoints.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getEndpointId",
"beanStyleSetterMethodName" : "setEndpointId",
"c2jName" : "EndpointId",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointId(String)}.\n@param endpointId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointId(String)",
"deprecated" : false,
"documentation" : "An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "endpointId",
"fluentSetterDocumentation" : "An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID.
\n@param endpointId An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "endpointId",
"getterDocumentation" : "An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID.
\n@return An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EndpointId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EndpointId",
"sensitive" : false,
"setterDocumentation" : "An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID.
\n@param endpointId An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID.",
"setterMethodName" : "setEndpointId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endpointId",
"variableType" : "String",
"documentation" : "An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getWeight",
"beanStyleSetterMethodName" : "setWeight",
"c2jName" : "Weight",
"c2jShape" : "EndpointWeight",
"defaultConsumerFluentSetterDocumentation" : "The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #weight(Integer)}.\n@param weight a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #weight(Integer)",
"deprecated" : false,
"documentation" : "The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "weight",
"fluentSetterDocumentation" : "The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.
\n@param weight The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "weight",
"getterDocumentation" : "The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.
\n@return The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Weight",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Weight",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "Weight",
"sensitive" : false,
"setterDocumentation" : "The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.
\n@param weight The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.",
"setterMethodName" : "setWeight",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "weight",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "weight",
"variableType" : "Integer",
"documentation" : "The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"EndpointId" : {
"beanStyleGetterMethodName" : "getEndpointId",
"beanStyleSetterMethodName" : "setEndpointId",
"c2jName" : "EndpointId",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointId(String)}.\n@param endpointId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointId(String)",
"deprecated" : false,
"documentation" : "An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "endpointId",
"fluentSetterDocumentation" : "An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID.
\n@param endpointId An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "endpointId",
"getterDocumentation" : "An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID.
\n@return An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EndpointId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EndpointId",
"sensitive" : false,
"setterDocumentation" : "An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID.
\n@param endpointId An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID.",
"setterMethodName" : "setEndpointId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endpointId",
"variableType" : "String",
"documentation" : "An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Weight" : {
"beanStyleGetterMethodName" : "getWeight",
"beanStyleSetterMethodName" : "setWeight",
"c2jName" : "Weight",
"c2jShape" : "EndpointWeight",
"defaultConsumerFluentSetterDocumentation" : "The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #weight(Integer)}.\n@param weight a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #weight(Integer)",
"deprecated" : false,
"documentation" : "The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "weight",
"fluentSetterDocumentation" : "The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.
\n@param weight The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "weight",
"getterDocumentation" : "The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.
\n@return The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Weight",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Weight",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "Weight",
"sensitive" : false,
"setterDocumentation" : "The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.
\n@param weight The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.",
"setterMethodName" : "setWeight",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "weight",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "weight",
"variableType" : "Integer",
"documentation" : "The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getEndpointId",
"beanStyleSetterMethodName" : "setEndpointId",
"c2jName" : "EndpointId",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointId(String)}.\n@param endpointId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointId(String)",
"deprecated" : false,
"documentation" : "An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "endpointId",
"fluentSetterDocumentation" : "An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID.
\n@param endpointId An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "endpointId",
"getterDocumentation" : "An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID.
\n@return An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EndpointId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EndpointId",
"sensitive" : false,
"setterDocumentation" : "An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID.
\n@param endpointId An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID.",
"setterMethodName" : "setEndpointId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endpointId",
"variableType" : "String",
"documentation" : "An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getWeight",
"beanStyleSetterMethodName" : "setWeight",
"c2jName" : "Weight",
"c2jShape" : "EndpointWeight",
"defaultConsumerFluentSetterDocumentation" : "The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #weight(Integer)}.\n@param weight a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #weight(Integer)",
"deprecated" : false,
"documentation" : "The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "weight",
"fluentSetterDocumentation" : "The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.
\n@param weight The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "weight",
"getterDocumentation" : "The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.
\n@return The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Weight",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Weight",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "Weight",
"sensitive" : false,
"setterDocumentation" : "The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.
\n@param weight The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.",
"setterMethodName" : "setWeight",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "weight",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "weight",
"variableType" : "Integer",
"documentation" : "The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "EndpointConfiguration",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "EndpointConfiguration",
"variableName" : "endpointConfiguration",
"variableType" : "EndpointConfiguration",
"documentation" : null,
"simpleType" : "EndpointConfiguration",
"variableSetterType" : "EndpointConfiguration"
},
"wrapper" : false
},
"EndpointDescription" : {
"c2jName" : "EndpointDescription",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "A complex type for an endpoint. Each endpoint group can include one or more endpoints, such as load balancers.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getEndpointId",
"beanStyleSetterMethodName" : "setEndpointId",
"c2jName" : "EndpointId",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointId(String)}.\n@param endpointId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointId(String)",
"deprecated" : false,
"documentation" : "An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "endpointId",
"fluentSetterDocumentation" : "An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID.
\n@param endpointId An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "endpointId",
"getterDocumentation" : "An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID.
\n@return An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EndpointId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EndpointId",
"sensitive" : false,
"setterDocumentation" : "An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID.
\n@param endpointId An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID.",
"setterMethodName" : "setEndpointId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endpointId",
"variableType" : "String",
"documentation" : "An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getWeight",
"beanStyleSetterMethodName" : "setWeight",
"c2jName" : "Weight",
"c2jShape" : "EndpointWeight",
"defaultConsumerFluentSetterDocumentation" : "The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #weight(Integer)}.\n@param weight a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #weight(Integer)",
"deprecated" : false,
"documentation" : "The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "weight",
"fluentSetterDocumentation" : "The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.
\n@param weight The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "weight",
"getterDocumentation" : "The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.
\n@return The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Weight",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Weight",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "Weight",
"sensitive" : false,
"setterDocumentation" : "The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.
\n@param weight The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.",
"setterMethodName" : "setWeight",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "weight",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "weight",
"variableType" : "Integer",
"documentation" : "The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getHealthStateAsString",
"beanStyleSetterMethodName" : "setHealthState",
"c2jName" : "HealthState",
"c2jShape" : "HealthState",
"defaultConsumerFluentSetterDocumentation" : "The health status of the endpoint.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #healthStateAsString(String)}.\n@param healthState a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthState(String)",
"deprecated" : false,
"documentation" : "The health status of the endpoint.
",
"endpointDiscoveryId" : false,
"enumType" : "HealthState",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "healthState",
"fluentEnumSetterMethodName" : "healthState",
"fluentGetterMethodName" : "healthStateAsString",
"fluentSetterDocumentation" : "The health status of the endpoint.
\n@param healthState The health status of the endpoint.\n@see HealthState\n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthState",
"fluentSetterMethodName" : "healthState",
"getterDocumentation" : "The health status of the endpoint.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #healthState} will return {@link HealthState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #healthStateAsString}.\n
\n@return The health status of the endpoint.\n@see HealthState",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "HealthState",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "HealthState",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "HealthState",
"sensitive" : false,
"setterDocumentation" : "The health status of the endpoint.
\n@param healthState The health status of the endpoint.\n@see HealthState",
"setterMethodName" : "setHealthState",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "healthState",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "healthState",
"variableType" : "String",
"documentation" : "The health status of the endpoint.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getHealthReason",
"beanStyleSetterMethodName" : "setHealthReason",
"c2jName" : "HealthReason",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided.
If the endpoint state is unhealthy, the reason code can be one of the following values:
-
Timeout: The health check requests to the endpoint are timing out before returning a status.
-
Failed: The health check failed, for example because the endpoint response was invalid (malformed).
If the endpoint state is initial, the reason code can be one of the following values:
-
ProvisioningInProgress: The endpoint is in the process of being provisioned.
-
InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #healthReason(String)}.\n@param healthReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthReason(String)",
"deprecated" : false,
"documentation" : "The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided.
If the endpoint state is unhealthy, the reason code can be one of the following values:
-
Timeout: The health check requests to the endpoint are timing out before returning a status.
-
Failed: The health check failed, for example because the endpoint response was invalid (malformed).
If the endpoint state is initial, the reason code can be one of the following values:
-
ProvisioningInProgress: The endpoint is in the process of being provisioned.
-
InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "healthReason",
"fluentSetterDocumentation" : "The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided.
If the endpoint state is unhealthy, the reason code can be one of the following values:
-
Timeout: The health check requests to the endpoint are timing out before returning a status.
-
Failed: The health check failed, for example because the endpoint response was invalid (malformed).
If the endpoint state is initial, the reason code can be one of the following values:
-
ProvisioningInProgress: The endpoint is in the process of being provisioned.
-
InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.
\n@param healthReason The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided. If the endpoint state is unhealthy, the reason code can be one of the following values:
-
Timeout: The health check requests to the endpoint are timing out before returning a status.
-
Failed: The health check failed, for example because the endpoint response was invalid (malformed).
If the endpoint state is initial, the reason code can be one of the following values:
-
ProvisioningInProgress: The endpoint is in the process of being provisioned.
-
InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "healthReason",
"getterDocumentation" : "The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided.
If the endpoint state is unhealthy, the reason code can be one of the following values:
-
Timeout: The health check requests to the endpoint are timing out before returning a status.
-
Failed: The health check failed, for example because the endpoint response was invalid (malformed).
If the endpoint state is initial, the reason code can be one of the following values:
-
ProvisioningInProgress: The endpoint is in the process of being provisioned.
-
InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.
\n@return The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided. If the endpoint state is unhealthy, the reason code can be one of the following values:
-
Timeout: The health check requests to the endpoint are timing out before returning a status.
-
Failed: The health check failed, for example because the endpoint response was invalid (malformed).
If the endpoint state is initial, the reason code can be one of the following values:
-
ProvisioningInProgress: The endpoint is in the process of being provisioned.
-
InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "HealthReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "HealthReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "HealthReason",
"sensitive" : false,
"setterDocumentation" : "The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided.
If the endpoint state is unhealthy, the reason code can be one of the following values:
-
Timeout: The health check requests to the endpoint are timing out before returning a status.
-
Failed: The health check failed, for example because the endpoint response was invalid (malformed).
If the endpoint state is initial, the reason code can be one of the following values:
-
ProvisioningInProgress: The endpoint is in the process of being provisioned.
-
InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.
\n@param healthReason The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided. If the endpoint state is unhealthy, the reason code can be one of the following values:
-
Timeout: The health check requests to the endpoint are timing out before returning a status.
-
Failed: The health check failed, for example because the endpoint response was invalid (malformed).
If the endpoint state is initial, the reason code can be one of the following values:
-
ProvisioningInProgress: The endpoint is in the process of being provisioned.
-
InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.
",
"setterMethodName" : "setHealthReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "healthReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "healthReason",
"variableType" : "String",
"documentation" : "The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided.
If the endpoint state is unhealthy, the reason code can be one of the following values:
-
Timeout: The health check requests to the endpoint are timing out before returning a status.
-
Failed: The health check failed, for example because the endpoint response was invalid (malformed).
If the endpoint state is initial, the reason code can be one of the following values:
-
ProvisioningInProgress: The endpoint is in the process of being provisioned.
-
InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"EndpointId" : {
"beanStyleGetterMethodName" : "getEndpointId",
"beanStyleSetterMethodName" : "setEndpointId",
"c2jName" : "EndpointId",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointId(String)}.\n@param endpointId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointId(String)",
"deprecated" : false,
"documentation" : "An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "endpointId",
"fluentSetterDocumentation" : "An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID.
\n@param endpointId An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "endpointId",
"getterDocumentation" : "An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID.
\n@return An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EndpointId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EndpointId",
"sensitive" : false,
"setterDocumentation" : "An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID.
\n@param endpointId An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID.",
"setterMethodName" : "setEndpointId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endpointId",
"variableType" : "String",
"documentation" : "An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"HealthReason" : {
"beanStyleGetterMethodName" : "getHealthReason",
"beanStyleSetterMethodName" : "setHealthReason",
"c2jName" : "HealthReason",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided.
If the endpoint state is unhealthy, the reason code can be one of the following values:
-
Timeout: The health check requests to the endpoint are timing out before returning a status.
-
Failed: The health check failed, for example because the endpoint response was invalid (malformed).
If the endpoint state is initial, the reason code can be one of the following values:
-
ProvisioningInProgress: The endpoint is in the process of being provisioned.
-
InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #healthReason(String)}.\n@param healthReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthReason(String)",
"deprecated" : false,
"documentation" : "The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided.
If the endpoint state is unhealthy, the reason code can be one of the following values:
-
Timeout: The health check requests to the endpoint are timing out before returning a status.
-
Failed: The health check failed, for example because the endpoint response was invalid (malformed).
If the endpoint state is initial, the reason code can be one of the following values:
-
ProvisioningInProgress: The endpoint is in the process of being provisioned.
-
InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "healthReason",
"fluentSetterDocumentation" : "The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided.
If the endpoint state is unhealthy, the reason code can be one of the following values:
-
Timeout: The health check requests to the endpoint are timing out before returning a status.
-
Failed: The health check failed, for example because the endpoint response was invalid (malformed).
If the endpoint state is initial, the reason code can be one of the following values:
-
ProvisioningInProgress: The endpoint is in the process of being provisioned.
-
InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.
\n@param healthReason The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided. If the endpoint state is unhealthy, the reason code can be one of the following values:
-
Timeout: The health check requests to the endpoint are timing out before returning a status.
-
Failed: The health check failed, for example because the endpoint response was invalid (malformed).
If the endpoint state is initial, the reason code can be one of the following values:
-
ProvisioningInProgress: The endpoint is in the process of being provisioned.
-
InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "healthReason",
"getterDocumentation" : "The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided.
If the endpoint state is unhealthy, the reason code can be one of the following values:
-
Timeout: The health check requests to the endpoint are timing out before returning a status.
-
Failed: The health check failed, for example because the endpoint response was invalid (malformed).
If the endpoint state is initial, the reason code can be one of the following values:
-
ProvisioningInProgress: The endpoint is in the process of being provisioned.
-
InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.
\n@return The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided. If the endpoint state is unhealthy, the reason code can be one of the following values:
-
Timeout: The health check requests to the endpoint are timing out before returning a status.
-
Failed: The health check failed, for example because the endpoint response was invalid (malformed).
If the endpoint state is initial, the reason code can be one of the following values:
-
ProvisioningInProgress: The endpoint is in the process of being provisioned.
-
InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "HealthReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "HealthReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "HealthReason",
"sensitive" : false,
"setterDocumentation" : "The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided.
If the endpoint state is unhealthy, the reason code can be one of the following values:
-
Timeout: The health check requests to the endpoint are timing out before returning a status.
-
Failed: The health check failed, for example because the endpoint response was invalid (malformed).
If the endpoint state is initial, the reason code can be one of the following values:
-
ProvisioningInProgress: The endpoint is in the process of being provisioned.
-
InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.
\n@param healthReason The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided. If the endpoint state is unhealthy, the reason code can be one of the following values:
-
Timeout: The health check requests to the endpoint are timing out before returning a status.
-
Failed: The health check failed, for example because the endpoint response was invalid (malformed).
If the endpoint state is initial, the reason code can be one of the following values:
-
ProvisioningInProgress: The endpoint is in the process of being provisioned.
-
InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.
",
"setterMethodName" : "setHealthReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "healthReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "healthReason",
"variableType" : "String",
"documentation" : "The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided.
If the endpoint state is unhealthy, the reason code can be one of the following values:
-
Timeout: The health check requests to the endpoint are timing out before returning a status.
-
Failed: The health check failed, for example because the endpoint response was invalid (malformed).
If the endpoint state is initial, the reason code can be one of the following values:
-
ProvisioningInProgress: The endpoint is in the process of being provisioned.
-
InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"HealthState" : {
"beanStyleGetterMethodName" : "getHealthStateAsString",
"beanStyleSetterMethodName" : "setHealthState",
"c2jName" : "HealthState",
"c2jShape" : "HealthState",
"defaultConsumerFluentSetterDocumentation" : "The health status of the endpoint.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #healthStateAsString(String)}.\n@param healthState a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthState(String)",
"deprecated" : false,
"documentation" : "The health status of the endpoint.
",
"endpointDiscoveryId" : false,
"enumType" : "HealthState",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "healthState",
"fluentEnumSetterMethodName" : "healthState",
"fluentGetterMethodName" : "healthStateAsString",
"fluentSetterDocumentation" : "The health status of the endpoint.
\n@param healthState The health status of the endpoint.\n@see HealthState\n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthState",
"fluentSetterMethodName" : "healthState",
"getterDocumentation" : "The health status of the endpoint.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #healthState} will return {@link HealthState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #healthStateAsString}.\n
\n@return The health status of the endpoint.\n@see HealthState",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "HealthState",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "HealthState",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "HealthState",
"sensitive" : false,
"setterDocumentation" : "The health status of the endpoint.
\n@param healthState The health status of the endpoint.\n@see HealthState",
"setterMethodName" : "setHealthState",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "healthState",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "healthState",
"variableType" : "String",
"documentation" : "The health status of the endpoint.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Weight" : {
"beanStyleGetterMethodName" : "getWeight",
"beanStyleSetterMethodName" : "setWeight",
"c2jName" : "Weight",
"c2jShape" : "EndpointWeight",
"defaultConsumerFluentSetterDocumentation" : "The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #weight(Integer)}.\n@param weight a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #weight(Integer)",
"deprecated" : false,
"documentation" : "The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "weight",
"fluentSetterDocumentation" : "The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.
\n@param weight The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "weight",
"getterDocumentation" : "The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.
\n@return The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Weight",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Weight",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "Weight",
"sensitive" : false,
"setterDocumentation" : "The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.
\n@param weight The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.",
"setterMethodName" : "setWeight",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "weight",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "weight",
"variableType" : "Integer",
"documentation" : "The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getEndpointId",
"beanStyleSetterMethodName" : "setEndpointId",
"c2jName" : "EndpointId",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointId(String)}.\n@param endpointId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointId(String)",
"deprecated" : false,
"documentation" : "An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "endpointId",
"fluentSetterDocumentation" : "An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID.
\n@param endpointId An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "endpointId",
"getterDocumentation" : "An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID.
\n@return An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EndpointId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EndpointId",
"sensitive" : false,
"setterDocumentation" : "An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID.
\n@param endpointId An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID.",
"setterMethodName" : "setEndpointId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endpointId",
"variableType" : "String",
"documentation" : "An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getWeight",
"beanStyleSetterMethodName" : "setWeight",
"c2jName" : "Weight",
"c2jShape" : "EndpointWeight",
"defaultConsumerFluentSetterDocumentation" : "The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #weight(Integer)}.\n@param weight a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #weight(Integer)",
"deprecated" : false,
"documentation" : "The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "weight",
"fluentSetterDocumentation" : "The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.
\n@param weight The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "weight",
"getterDocumentation" : "The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.
\n@return The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Weight",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Weight",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "Weight",
"sensitive" : false,
"setterDocumentation" : "The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.
\n@param weight The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.",
"setterMethodName" : "setWeight",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "weight",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "weight",
"variableType" : "Integer",
"documentation" : "The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getHealthStateAsString",
"beanStyleSetterMethodName" : "setHealthState",
"c2jName" : "HealthState",
"c2jShape" : "HealthState",
"defaultConsumerFluentSetterDocumentation" : "The health status of the endpoint.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #healthStateAsString(String)}.\n@param healthState a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthState(String)",
"deprecated" : false,
"documentation" : "The health status of the endpoint.
",
"endpointDiscoveryId" : false,
"enumType" : "HealthState",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "healthState",
"fluentEnumSetterMethodName" : "healthState",
"fluentGetterMethodName" : "healthStateAsString",
"fluentSetterDocumentation" : "The health status of the endpoint.
\n@param healthState The health status of the endpoint.\n@see HealthState\n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthState",
"fluentSetterMethodName" : "healthState",
"getterDocumentation" : "The health status of the endpoint.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #healthState} will return {@link HealthState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #healthStateAsString}.\n
\n@return The health status of the endpoint.\n@see HealthState",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "HealthState",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "HealthState",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "HealthState",
"sensitive" : false,
"setterDocumentation" : "The health status of the endpoint.
\n@param healthState The health status of the endpoint.\n@see HealthState",
"setterMethodName" : "setHealthState",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "healthState",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "healthState",
"variableType" : "String",
"documentation" : "The health status of the endpoint.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getHealthReason",
"beanStyleSetterMethodName" : "setHealthReason",
"c2jName" : "HealthReason",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided.
If the endpoint state is unhealthy, the reason code can be one of the following values:
-
Timeout: The health check requests to the endpoint are timing out before returning a status.
-
Failed: The health check failed, for example because the endpoint response was invalid (malformed).
If the endpoint state is initial, the reason code can be one of the following values:
-
ProvisioningInProgress: The endpoint is in the process of being provisioned.
-
InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #healthReason(String)}.\n@param healthReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthReason(String)",
"deprecated" : false,
"documentation" : "The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided.
If the endpoint state is unhealthy, the reason code can be one of the following values:
-
Timeout: The health check requests to the endpoint are timing out before returning a status.
-
Failed: The health check failed, for example because the endpoint response was invalid (malformed).
If the endpoint state is initial, the reason code can be one of the following values:
-
ProvisioningInProgress: The endpoint is in the process of being provisioned.
-
InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "healthReason",
"fluentSetterDocumentation" : "The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided.
If the endpoint state is unhealthy, the reason code can be one of the following values:
-
Timeout: The health check requests to the endpoint are timing out before returning a status.
-
Failed: The health check failed, for example because the endpoint response was invalid (malformed).
If the endpoint state is initial, the reason code can be one of the following values:
-
ProvisioningInProgress: The endpoint is in the process of being provisioned.
-
InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.
\n@param healthReason The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided. If the endpoint state is unhealthy, the reason code can be one of the following values:
-
Timeout: The health check requests to the endpoint are timing out before returning a status.
-
Failed: The health check failed, for example because the endpoint response was invalid (malformed).
If the endpoint state is initial, the reason code can be one of the following values:
-
ProvisioningInProgress: The endpoint is in the process of being provisioned.
-
InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "healthReason",
"getterDocumentation" : "The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided.
If the endpoint state is unhealthy, the reason code can be one of the following values:
-
Timeout: The health check requests to the endpoint are timing out before returning a status.
-
Failed: The health check failed, for example because the endpoint response was invalid (malformed).
If the endpoint state is initial, the reason code can be one of the following values:
-
ProvisioningInProgress: The endpoint is in the process of being provisioned.
-
InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.
\n@return The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided. If the endpoint state is unhealthy, the reason code can be one of the following values:
-
Timeout: The health check requests to the endpoint are timing out before returning a status.
-
Failed: The health check failed, for example because the endpoint response was invalid (malformed).
If the endpoint state is initial, the reason code can be one of the following values:
-
ProvisioningInProgress: The endpoint is in the process of being provisioned.
-
InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.
",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "HealthReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "HealthReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "HealthReason",
"sensitive" : false,
"setterDocumentation" : "The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided.
If the endpoint state is unhealthy, the reason code can be one of the following values:
-
Timeout: The health check requests to the endpoint are timing out before returning a status.
-
Failed: The health check failed, for example because the endpoint response was invalid (malformed).
If the endpoint state is initial, the reason code can be one of the following values:
-
ProvisioningInProgress: The endpoint is in the process of being provisioned.
-
InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.
\n@param healthReason The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided. If the endpoint state is unhealthy, the reason code can be one of the following values:
-
Timeout: The health check requests to the endpoint are timing out before returning a status.
-
Failed: The health check failed, for example because the endpoint response was invalid (malformed).
If the endpoint state is initial, the reason code can be one of the following values:
-
ProvisioningInProgress: The endpoint is in the process of being provisioned.
-
InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.
",
"setterMethodName" : "setHealthReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "healthReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "healthReason",
"variableType" : "String",
"documentation" : "The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided.
If the endpoint state is unhealthy, the reason code can be one of the following values:
-
Timeout: The health check requests to the endpoint are timing out before returning a status.
-
Failed: The health check failed, for example because the endpoint response was invalid (malformed).
If the endpoint state is initial, the reason code can be one of the following values:
-
ProvisioningInProgress: The endpoint is in the process of being provisioned.
-
InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "EndpointDescription",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "EndpointDescription",
"variableName" : "endpointDescription",
"variableType" : "EndpointDescription",
"documentation" : null,
"simpleType" : "EndpointDescription",
"variableSetterType" : "EndpointDescription"
},
"wrapper" : false
},
"EndpointGroup" : {
"c2jName" : "EndpointGroup",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "A complex type for the endpoint group. An AWS Region can have only one endpoint group for a specific listener.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getEndpointGroupArn",
"beanStyleSetterMethodName" : "setEndpointGroupArn",
"c2jName" : "EndpointGroupArn",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the endpoint group.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointGroupArn(String)}.\n@param endpointGroupArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointGroupArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the endpoint group.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "endpointGroupArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the endpoint group.
\n@param endpointGroupArn The Amazon Resource Name (ARN) of the endpoint group.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "endpointGroupArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the endpoint group.
\n@return The Amazon Resource Name (ARN) of the endpoint group.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EndpointGroupArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointGroupArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EndpointGroupArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the endpoint group.
\n@param endpointGroupArn The Amazon Resource Name (ARN) of the endpoint group.",
"setterMethodName" : "setEndpointGroupArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointGroupArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endpointGroupArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the endpoint group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEndpointGroupRegion",
"beanStyleSetterMethodName" : "setEndpointGroupRegion",
"c2jName" : "EndpointGroupRegion",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "The AWS Region that this endpoint group belongs.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointGroupRegion(String)}.\n@param endpointGroupRegion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointGroupRegion(String)",
"deprecated" : false,
"documentation" : "The AWS Region that this endpoint group belongs.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "endpointGroupRegion",
"fluentSetterDocumentation" : "The AWS Region that this endpoint group belongs.
\n@param endpointGroupRegion The AWS Region that this endpoint group belongs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "endpointGroupRegion",
"getterDocumentation" : "The AWS Region that this endpoint group belongs.
\n@return The AWS Region that this endpoint group belongs.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EndpointGroupRegion",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointGroupRegion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EndpointGroupRegion",
"sensitive" : false,
"setterDocumentation" : "The AWS Region that this endpoint group belongs.
\n@param endpointGroupRegion The AWS Region that this endpoint group belongs.",
"setterMethodName" : "setEndpointGroupRegion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointGroupRegion",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endpointGroupRegion",
"variableType" : "String",
"documentation" : "The AWS Region that this endpoint group belongs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEndpointDescriptions",
"beanStyleSetterMethodName" : "setEndpointDescriptions",
"c2jName" : "EndpointDescriptions",
"c2jShape" : "EndpointDescriptions",
"defaultConsumerFluentSetterDocumentation" : "The list of endpoint objects.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #endpointDescriptions(List)}.\n@param endpointDescriptions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointDescriptions(List)",
"deprecated" : false,
"documentation" : "The list of endpoint objects.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "endpointDescriptions",
"fluentSetterDocumentation" : "The list of endpoint objects.
\n@param endpointDescriptions The list of endpoint objects.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "endpointDescriptions",
"getterDocumentation" : "The list of endpoint objects.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The list of endpoint objects.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EndpointDescriptions",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointDescriptions",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "EndpointDescription",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link EndpointDescription.Builder} avoiding the need to create one manually via {@link EndpointDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link EndpointDescription.Builder#build()} is called immediately and its result is passed to {@link #member(EndpointDescription)}.\n@param member a consumer that will call methods on {@link EndpointDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(EndpointDescription)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "EndpointDescription",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "EndpointDescription",
"variableName" : "member",
"variableType" : "EndpointDescription",
"documentation" : null,
"simpleType" : "EndpointDescription",
"variableSetterType" : "EndpointDescription"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "EndpointDescription",
"variableName" : "member",
"variableType" : "EndpointDescription",
"documentation" : "",
"simpleType" : "EndpointDescription",
"variableSetterType" : "EndpointDescription"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "EndpointDescription",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "EndpointDescription",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "EndpointDescriptions",
"sensitive" : false,
"setterDocumentation" : "The list of endpoint objects.
\n@param endpointDescriptions The list of endpoint objects.",
"setterMethodName" : "setEndpointDescriptions",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "endpointDescriptions",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "endpointDescriptions",
"variableType" : "java.util.List",
"documentation" : "The list of endpoint objects.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTrafficDialPercentage",
"beanStyleSetterMethodName" : "setTrafficDialPercentage",
"c2jName" : "TrafficDialPercentage",
"c2jShape" : "TrafficDialPercentage",
"defaultConsumerFluentSetterDocumentation" : "The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.
Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.
The default value is 100.
\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #trafficDialPercentage(Float)}.\n@param trafficDialPercentage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #trafficDialPercentage(Float)",
"deprecated" : false,
"documentation" : "The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.
Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.
The default value is 100.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "trafficDialPercentage",
"fluentSetterDocumentation" : "The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.
Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.
The default value is 100.
\n@param trafficDialPercentage The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener. Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.
The default value is 100.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "trafficDialPercentage",
"getterDocumentation" : "
The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.
Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.
The default value is 100.
\n@return The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener. Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.
The default value is 100.",
"getterModel" : {
"returnType" : "Float",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TrafficDialPercentage",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TrafficDialPercentage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "FLOAT",
"name" : "TrafficDialPercentage",
"sensitive" : false,
"setterDocumentation" : "
The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.
Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.
The default value is 100.
\n@param trafficDialPercentage The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener. Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.
The default value is 100.",
"setterMethodName" : "setTrafficDialPercentage",
"setterModel" : {
"variableDeclarationType" : "Float",
"variableName" : "trafficDialPercentage",
"variableType" : "Float",
"documentation" : null,
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Float",
"variableName" : "trafficDialPercentage",
"variableType" : "Float",
"documentation" : "
The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.
Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.
The default value is 100.
",
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getHealthCheckPort",
"beanStyleSetterMethodName" : "setHealthCheckPort",
"c2jName" : "HealthCheckPort",
"c2jShape" : "HealthCheckPort",
"defaultConsumerFluentSetterDocumentation" : "The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.
The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #healthCheckPort(Integer)}.\n@param healthCheckPort a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckPort(Integer)",
"deprecated" : false,
"documentation" : "The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.
The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "healthCheckPort",
"fluentSetterDocumentation" : "The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.
The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.
\n@param healthCheckPort The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "healthCheckPort",
"getterDocumentation" : "
The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.
The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.
\n@return The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "HealthCheckPort",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "HealthCheckPort",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "HealthCheckPort",
"sensitive" : false,
"setterDocumentation" : "
The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.
The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.
\n@param healthCheckPort The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.",
"setterMethodName" : "setHealthCheckPort",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "healthCheckPort",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "healthCheckPort",
"variableType" : "Integer",
"documentation" : "
The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.
The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getHealthCheckProtocolAsString",
"beanStyleSetterMethodName" : "setHealthCheckProtocol",
"c2jName" : "HealthCheckProtocol",
"c2jShape" : "HealthCheckProtocol",
"defaultConsumerFluentSetterDocumentation" : "The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #healthCheckProtocolAsString(String)}.\n@param healthCheckProtocol a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckProtocol(String)",
"deprecated" : false,
"documentation" : "The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.
",
"endpointDiscoveryId" : false,
"enumType" : "HealthCheckProtocol",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "healthCheckProtocol",
"fluentEnumSetterMethodName" : "healthCheckProtocol",
"fluentGetterMethodName" : "healthCheckProtocolAsString",
"fluentSetterDocumentation" : "The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.
\n@param healthCheckProtocol The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.\n@see HealthCheckProtocol\n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckProtocol",
"fluentSetterMethodName" : "healthCheckProtocol",
"getterDocumentation" : "The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #healthCheckProtocol} will return {@link HealthCheckProtocol#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #healthCheckProtocolAsString}.\n
\n@return The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.\n@see HealthCheckProtocol",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "HealthCheckProtocol",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "HealthCheckProtocol",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "HealthCheckProtocol",
"sensitive" : false,
"setterDocumentation" : "The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.
\n@param healthCheckProtocol The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.\n@see HealthCheckProtocol",
"setterMethodName" : "setHealthCheckProtocol",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "healthCheckProtocol",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "healthCheckProtocol",
"variableType" : "String",
"documentation" : "The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getHealthCheckPath",
"beanStyleSetterMethodName" : "setHealthCheckPath",
"c2jName" : "HealthCheckPath",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #healthCheckPath(String)}.\n@param healthCheckPath a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckPath(String)",
"deprecated" : false,
"documentation" : "If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "healthCheckPath",
"fluentSetterDocumentation" : "If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).
\n@param healthCheckPath If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "healthCheckPath",
"getterDocumentation" : "If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).
\n@return If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "HealthCheckPath",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "HealthCheckPath",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "HealthCheckPath",
"sensitive" : false,
"setterDocumentation" : "If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).
\n@param healthCheckPath If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).",
"setterMethodName" : "setHealthCheckPath",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "healthCheckPath",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "healthCheckPath",
"variableType" : "String",
"documentation" : "If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getHealthCheckIntervalSeconds",
"beanStyleSetterMethodName" : "setHealthCheckIntervalSeconds",
"c2jName" : "HealthCheckIntervalSeconds",
"c2jShape" : "HealthCheckIntervalSeconds",
"defaultConsumerFluentSetterDocumentation" : "The time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #healthCheckIntervalSeconds(Integer)}.\n@param healthCheckIntervalSeconds a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckIntervalSeconds(Integer)",
"deprecated" : false,
"documentation" : "The time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "healthCheckIntervalSeconds",
"fluentSetterDocumentation" : "The time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.
\n@param healthCheckIntervalSeconds The time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "healthCheckIntervalSeconds",
"getterDocumentation" : "The time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.
\n@return The time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "HealthCheckIntervalSeconds",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "HealthCheckIntervalSeconds",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "HealthCheckIntervalSeconds",
"sensitive" : false,
"setterDocumentation" : "The time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.
\n@param healthCheckIntervalSeconds The time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.",
"setterMethodName" : "setHealthCheckIntervalSeconds",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "healthCheckIntervalSeconds",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "healthCheckIntervalSeconds",
"variableType" : "Integer",
"documentation" : "The time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getThresholdCount",
"beanStyleSetterMethodName" : "setThresholdCount",
"c2jName" : "ThresholdCount",
"c2jShape" : "ThresholdCount",
"defaultConsumerFluentSetterDocumentation" : "The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #thresholdCount(Integer)}.\n@param thresholdCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #thresholdCount(Integer)",
"deprecated" : false,
"documentation" : "The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "thresholdCount",
"fluentSetterDocumentation" : "The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.
\n@param thresholdCount The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "thresholdCount",
"getterDocumentation" : "The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.
\n@return The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ThresholdCount",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ThresholdCount",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "ThresholdCount",
"sensitive" : false,
"setterDocumentation" : "The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.
\n@param thresholdCount The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.",
"setterMethodName" : "setThresholdCount",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "thresholdCount",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "thresholdCount",
"variableType" : "Integer",
"documentation" : "The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"EndpointDescriptions" : {
"beanStyleGetterMethodName" : "getEndpointDescriptions",
"beanStyleSetterMethodName" : "setEndpointDescriptions",
"c2jName" : "EndpointDescriptions",
"c2jShape" : "EndpointDescriptions",
"defaultConsumerFluentSetterDocumentation" : "The list of endpoint objects.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #endpointDescriptions(List)}.\n@param endpointDescriptions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointDescriptions(List)",
"deprecated" : false,
"documentation" : "The list of endpoint objects.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "endpointDescriptions",
"fluentSetterDocumentation" : "The list of endpoint objects.
\n@param endpointDescriptions The list of endpoint objects.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "endpointDescriptions",
"getterDocumentation" : "The list of endpoint objects.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The list of endpoint objects.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EndpointDescriptions",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointDescriptions",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "EndpointDescription",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link EndpointDescription.Builder} avoiding the need to create one manually via {@link EndpointDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link EndpointDescription.Builder#build()} is called immediately and its result is passed to {@link #member(EndpointDescription)}.\n@param member a consumer that will call methods on {@link EndpointDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(EndpointDescription)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "EndpointDescription",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "EndpointDescription",
"variableName" : "member",
"variableType" : "EndpointDescription",
"documentation" : null,
"simpleType" : "EndpointDescription",
"variableSetterType" : "EndpointDescription"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "EndpointDescription",
"variableName" : "member",
"variableType" : "EndpointDescription",
"documentation" : "",
"simpleType" : "EndpointDescription",
"variableSetterType" : "EndpointDescription"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "EndpointDescription",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "EndpointDescription",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "EndpointDescriptions",
"sensitive" : false,
"setterDocumentation" : "The list of endpoint objects.
\n@param endpointDescriptions The list of endpoint objects.",
"setterMethodName" : "setEndpointDescriptions",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "endpointDescriptions",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "endpointDescriptions",
"variableType" : "java.util.List",
"documentation" : "The list of endpoint objects.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"EndpointGroupArn" : {
"beanStyleGetterMethodName" : "getEndpointGroupArn",
"beanStyleSetterMethodName" : "setEndpointGroupArn",
"c2jName" : "EndpointGroupArn",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the endpoint group.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointGroupArn(String)}.\n@param endpointGroupArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointGroupArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the endpoint group.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "endpointGroupArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the endpoint group.
\n@param endpointGroupArn The Amazon Resource Name (ARN) of the endpoint group.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "endpointGroupArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the endpoint group.
\n@return The Amazon Resource Name (ARN) of the endpoint group.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EndpointGroupArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointGroupArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EndpointGroupArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the endpoint group.
\n@param endpointGroupArn The Amazon Resource Name (ARN) of the endpoint group.",
"setterMethodName" : "setEndpointGroupArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointGroupArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endpointGroupArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the endpoint group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"EndpointGroupRegion" : {
"beanStyleGetterMethodName" : "getEndpointGroupRegion",
"beanStyleSetterMethodName" : "setEndpointGroupRegion",
"c2jName" : "EndpointGroupRegion",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "The AWS Region that this endpoint group belongs.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointGroupRegion(String)}.\n@param endpointGroupRegion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointGroupRegion(String)",
"deprecated" : false,
"documentation" : "The AWS Region that this endpoint group belongs.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "endpointGroupRegion",
"fluentSetterDocumentation" : "The AWS Region that this endpoint group belongs.
\n@param endpointGroupRegion The AWS Region that this endpoint group belongs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "endpointGroupRegion",
"getterDocumentation" : "The AWS Region that this endpoint group belongs.
\n@return The AWS Region that this endpoint group belongs.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EndpointGroupRegion",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointGroupRegion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EndpointGroupRegion",
"sensitive" : false,
"setterDocumentation" : "The AWS Region that this endpoint group belongs.
\n@param endpointGroupRegion The AWS Region that this endpoint group belongs.",
"setterMethodName" : "setEndpointGroupRegion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointGroupRegion",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endpointGroupRegion",
"variableType" : "String",
"documentation" : "The AWS Region that this endpoint group belongs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"HealthCheckIntervalSeconds" : {
"beanStyleGetterMethodName" : "getHealthCheckIntervalSeconds",
"beanStyleSetterMethodName" : "setHealthCheckIntervalSeconds",
"c2jName" : "HealthCheckIntervalSeconds",
"c2jShape" : "HealthCheckIntervalSeconds",
"defaultConsumerFluentSetterDocumentation" : "The time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #healthCheckIntervalSeconds(Integer)}.\n@param healthCheckIntervalSeconds a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckIntervalSeconds(Integer)",
"deprecated" : false,
"documentation" : "The time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "healthCheckIntervalSeconds",
"fluentSetterDocumentation" : "The time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.
\n@param healthCheckIntervalSeconds The time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "healthCheckIntervalSeconds",
"getterDocumentation" : "The time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.
\n@return The time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "HealthCheckIntervalSeconds",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "HealthCheckIntervalSeconds",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "HealthCheckIntervalSeconds",
"sensitive" : false,
"setterDocumentation" : "The time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.
\n@param healthCheckIntervalSeconds The time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.",
"setterMethodName" : "setHealthCheckIntervalSeconds",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "healthCheckIntervalSeconds",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "healthCheckIntervalSeconds",
"variableType" : "Integer",
"documentation" : "The time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"HealthCheckPath" : {
"beanStyleGetterMethodName" : "getHealthCheckPath",
"beanStyleSetterMethodName" : "setHealthCheckPath",
"c2jName" : "HealthCheckPath",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #healthCheckPath(String)}.\n@param healthCheckPath a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckPath(String)",
"deprecated" : false,
"documentation" : "If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "healthCheckPath",
"fluentSetterDocumentation" : "If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).
\n@param healthCheckPath If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "healthCheckPath",
"getterDocumentation" : "If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).
\n@return If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "HealthCheckPath",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "HealthCheckPath",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "HealthCheckPath",
"sensitive" : false,
"setterDocumentation" : "If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).
\n@param healthCheckPath If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).",
"setterMethodName" : "setHealthCheckPath",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "healthCheckPath",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "healthCheckPath",
"variableType" : "String",
"documentation" : "If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"HealthCheckPort" : {
"beanStyleGetterMethodName" : "getHealthCheckPort",
"beanStyleSetterMethodName" : "setHealthCheckPort",
"c2jName" : "HealthCheckPort",
"c2jShape" : "HealthCheckPort",
"defaultConsumerFluentSetterDocumentation" : "The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.
The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #healthCheckPort(Integer)}.\n@param healthCheckPort a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckPort(Integer)",
"deprecated" : false,
"documentation" : "The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.
The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "healthCheckPort",
"fluentSetterDocumentation" : "The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.
The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.
\n@param healthCheckPort The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "healthCheckPort",
"getterDocumentation" : "
The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.
The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.
\n@return The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "HealthCheckPort",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "HealthCheckPort",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "HealthCheckPort",
"sensitive" : false,
"setterDocumentation" : "
The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.
The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.
\n@param healthCheckPort The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.",
"setterMethodName" : "setHealthCheckPort",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "healthCheckPort",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "healthCheckPort",
"variableType" : "Integer",
"documentation" : "
The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.
The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"HealthCheckProtocol" : {
"beanStyleGetterMethodName" : "getHealthCheckProtocolAsString",
"beanStyleSetterMethodName" : "setHealthCheckProtocol",
"c2jName" : "HealthCheckProtocol",
"c2jShape" : "HealthCheckProtocol",
"defaultConsumerFluentSetterDocumentation" : "The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #healthCheckProtocolAsString(String)}.\n@param healthCheckProtocol a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckProtocol(String)",
"deprecated" : false,
"documentation" : "The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.
",
"endpointDiscoveryId" : false,
"enumType" : "HealthCheckProtocol",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "healthCheckProtocol",
"fluentEnumSetterMethodName" : "healthCheckProtocol",
"fluentGetterMethodName" : "healthCheckProtocolAsString",
"fluentSetterDocumentation" : "The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.
\n@param healthCheckProtocol The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.\n@see HealthCheckProtocol\n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckProtocol",
"fluentSetterMethodName" : "healthCheckProtocol",
"getterDocumentation" : "The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #healthCheckProtocol} will return {@link HealthCheckProtocol#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #healthCheckProtocolAsString}.\n
\n@return The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.\n@see HealthCheckProtocol",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "HealthCheckProtocol",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "HealthCheckProtocol",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "HealthCheckProtocol",
"sensitive" : false,
"setterDocumentation" : "The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.
\n@param healthCheckProtocol The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.\n@see HealthCheckProtocol",
"setterMethodName" : "setHealthCheckProtocol",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "healthCheckProtocol",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "healthCheckProtocol",
"variableType" : "String",
"documentation" : "The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ThresholdCount" : {
"beanStyleGetterMethodName" : "getThresholdCount",
"beanStyleSetterMethodName" : "setThresholdCount",
"c2jName" : "ThresholdCount",
"c2jShape" : "ThresholdCount",
"defaultConsumerFluentSetterDocumentation" : "The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #thresholdCount(Integer)}.\n@param thresholdCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #thresholdCount(Integer)",
"deprecated" : false,
"documentation" : "The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "thresholdCount",
"fluentSetterDocumentation" : "The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.
\n@param thresholdCount The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "thresholdCount",
"getterDocumentation" : "The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.
\n@return The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ThresholdCount",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ThresholdCount",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "ThresholdCount",
"sensitive" : false,
"setterDocumentation" : "The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.
\n@param thresholdCount The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.",
"setterMethodName" : "setThresholdCount",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "thresholdCount",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "thresholdCount",
"variableType" : "Integer",
"documentation" : "The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"TrafficDialPercentage" : {
"beanStyleGetterMethodName" : "getTrafficDialPercentage",
"beanStyleSetterMethodName" : "setTrafficDialPercentage",
"c2jName" : "TrafficDialPercentage",
"c2jShape" : "TrafficDialPercentage",
"defaultConsumerFluentSetterDocumentation" : "The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.
Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.
The default value is 100.
\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #trafficDialPercentage(Float)}.\n@param trafficDialPercentage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #trafficDialPercentage(Float)",
"deprecated" : false,
"documentation" : "The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.
Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.
The default value is 100.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "trafficDialPercentage",
"fluentSetterDocumentation" : "The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.
Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.
The default value is 100.
\n@param trafficDialPercentage The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener. Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.
The default value is 100.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "trafficDialPercentage",
"getterDocumentation" : "
The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.
Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.
The default value is 100.
\n@return The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener. Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.
The default value is 100.",
"getterModel" : {
"returnType" : "Float",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TrafficDialPercentage",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TrafficDialPercentage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "FLOAT",
"name" : "TrafficDialPercentage",
"sensitive" : false,
"setterDocumentation" : "
The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.
Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.
The default value is 100.
\n@param trafficDialPercentage The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener. Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.
The default value is 100.",
"setterMethodName" : "setTrafficDialPercentage",
"setterModel" : {
"variableDeclarationType" : "Float",
"variableName" : "trafficDialPercentage",
"variableType" : "Float",
"documentation" : null,
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Float",
"variableName" : "trafficDialPercentage",
"variableType" : "Float",
"documentation" : "
The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.
Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.
The default value is 100.
",
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getEndpointGroupArn",
"beanStyleSetterMethodName" : "setEndpointGroupArn",
"c2jName" : "EndpointGroupArn",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the endpoint group.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointGroupArn(String)}.\n@param endpointGroupArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointGroupArn(String)",
"deprecated" : false,
"documentation" : "The Amazon Resource Name (ARN) of the endpoint group.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "endpointGroupArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the endpoint group.
\n@param endpointGroupArn The Amazon Resource Name (ARN) of the endpoint group.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "endpointGroupArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the endpoint group.
\n@return The Amazon Resource Name (ARN) of the endpoint group.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EndpointGroupArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointGroupArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EndpointGroupArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the endpoint group.
\n@param endpointGroupArn The Amazon Resource Name (ARN) of the endpoint group.",
"setterMethodName" : "setEndpointGroupArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointGroupArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endpointGroupArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the endpoint group.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEndpointGroupRegion",
"beanStyleSetterMethodName" : "setEndpointGroupRegion",
"c2jName" : "EndpointGroupRegion",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "The AWS Region that this endpoint group belongs.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointGroupRegion(String)}.\n@param endpointGroupRegion a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointGroupRegion(String)",
"deprecated" : false,
"documentation" : "The AWS Region that this endpoint group belongs.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "endpointGroupRegion",
"fluentSetterDocumentation" : "The AWS Region that this endpoint group belongs.
\n@param endpointGroupRegion The AWS Region that this endpoint group belongs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "endpointGroupRegion",
"getterDocumentation" : "The AWS Region that this endpoint group belongs.
\n@return The AWS Region that this endpoint group belongs.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EndpointGroupRegion",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointGroupRegion",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "EndpointGroupRegion",
"sensitive" : false,
"setterDocumentation" : "The AWS Region that this endpoint group belongs.
\n@param endpointGroupRegion The AWS Region that this endpoint group belongs.",
"setterMethodName" : "setEndpointGroupRegion",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "endpointGroupRegion",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "endpointGroupRegion",
"variableType" : "String",
"documentation" : "The AWS Region that this endpoint group belongs.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEndpointDescriptions",
"beanStyleSetterMethodName" : "setEndpointDescriptions",
"c2jName" : "EndpointDescriptions",
"c2jShape" : "EndpointDescriptions",
"defaultConsumerFluentSetterDocumentation" : "The list of endpoint objects.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #endpointDescriptions(List)}.\n@param endpointDescriptions a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointDescriptions(List)",
"deprecated" : false,
"documentation" : "The list of endpoint objects.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "endpointDescriptions",
"fluentSetterDocumentation" : "The list of endpoint objects.
\n@param endpointDescriptions The list of endpoint objects.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "endpointDescriptions",
"getterDocumentation" : "The list of endpoint objects.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The list of endpoint objects.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EndpointDescriptions",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "EndpointDescriptions",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "EndpointDescription",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link EndpointDescription.Builder} avoiding the need to create one manually via {@link EndpointDescription#builder()}.\n\nWhen the {@link Consumer} completes, {@link EndpointDescription.Builder#build()} is called immediately and its result is passed to {@link #member(EndpointDescription)}.\n@param member a consumer that will call methods on {@link EndpointDescription.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(EndpointDescription)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "EndpointDescription",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "EndpointDescription",
"variableName" : "member",
"variableType" : "EndpointDescription",
"documentation" : null,
"simpleType" : "EndpointDescription",
"variableSetterType" : "EndpointDescription"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "EndpointDescription",
"variableName" : "member",
"variableType" : "EndpointDescription",
"documentation" : "",
"simpleType" : "EndpointDescription",
"variableSetterType" : "EndpointDescription"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "EndpointDescription",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "EndpointDescription",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "EndpointDescriptions",
"sensitive" : false,
"setterDocumentation" : "The list of endpoint objects.
\n@param endpointDescriptions The list of endpoint objects.",
"setterMethodName" : "setEndpointDescriptions",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "endpointDescriptions",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "endpointDescriptions",
"variableType" : "java.util.List",
"documentation" : "The list of endpoint objects.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTrafficDialPercentage",
"beanStyleSetterMethodName" : "setTrafficDialPercentage",
"c2jName" : "TrafficDialPercentage",
"c2jShape" : "TrafficDialPercentage",
"defaultConsumerFluentSetterDocumentation" : "The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.
Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.
The default value is 100.
\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #trafficDialPercentage(Float)}.\n@param trafficDialPercentage a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #trafficDialPercentage(Float)",
"deprecated" : false,
"documentation" : "The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.
Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.
The default value is 100.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "trafficDialPercentage",
"fluentSetterDocumentation" : "The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.
Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.
The default value is 100.
\n@param trafficDialPercentage The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener. Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.
The default value is 100.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "trafficDialPercentage",
"getterDocumentation" : "
The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.
Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.
The default value is 100.
\n@return The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener. Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.
The default value is 100.",
"getterModel" : {
"returnType" : "Float",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TrafficDialPercentage",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TrafficDialPercentage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "FLOAT",
"name" : "TrafficDialPercentage",
"sensitive" : false,
"setterDocumentation" : "
The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.
Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.
The default value is 100.
\n@param trafficDialPercentage The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener. Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.
The default value is 100.",
"setterMethodName" : "setTrafficDialPercentage",
"setterModel" : {
"variableDeclarationType" : "Float",
"variableName" : "trafficDialPercentage",
"variableType" : "Float",
"documentation" : null,
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Float",
"variableName" : "trafficDialPercentage",
"variableType" : "Float",
"documentation" : "
The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.
Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.
The default value is 100.
",
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getHealthCheckPort",
"beanStyleSetterMethodName" : "setHealthCheckPort",
"c2jName" : "HealthCheckPort",
"c2jShape" : "HealthCheckPort",
"defaultConsumerFluentSetterDocumentation" : "The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.
The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #healthCheckPort(Integer)}.\n@param healthCheckPort a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckPort(Integer)",
"deprecated" : false,
"documentation" : "The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.
The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "healthCheckPort",
"fluentSetterDocumentation" : "The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.
The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.
\n@param healthCheckPort The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "healthCheckPort",
"getterDocumentation" : "
The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.
The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.
\n@return The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "HealthCheckPort",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "HealthCheckPort",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "HealthCheckPort",
"sensitive" : false,
"setterDocumentation" : "
The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.
The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.
\n@param healthCheckPort The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.",
"setterMethodName" : "setHealthCheckPort",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "healthCheckPort",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "healthCheckPort",
"variableType" : "Integer",
"documentation" : "
The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group.
The default port is the port for the listener that this endpoint group is associated with. If the listener port is a list, Global Accelerator uses the first specified port in the list of ports.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getHealthCheckProtocolAsString",
"beanStyleSetterMethodName" : "setHealthCheckProtocol",
"c2jName" : "HealthCheckProtocol",
"c2jShape" : "HealthCheckProtocol",
"defaultConsumerFluentSetterDocumentation" : "The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #healthCheckProtocolAsString(String)}.\n@param healthCheckProtocol a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckProtocol(String)",
"deprecated" : false,
"documentation" : "The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.
",
"endpointDiscoveryId" : false,
"enumType" : "HealthCheckProtocol",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "healthCheckProtocol",
"fluentEnumSetterMethodName" : "healthCheckProtocol",
"fluentGetterMethodName" : "healthCheckProtocolAsString",
"fluentSetterDocumentation" : "The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.
\n@param healthCheckProtocol The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.\n@see HealthCheckProtocol\n@return Returns a reference to this object so that method calls can be chained together.\n@see HealthCheckProtocol",
"fluentSetterMethodName" : "healthCheckProtocol",
"getterDocumentation" : "The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #healthCheckProtocol} will return {@link HealthCheckProtocol#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #healthCheckProtocolAsString}.\n
\n@return The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.\n@see HealthCheckProtocol",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "HealthCheckProtocol",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "HealthCheckProtocol",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "HealthCheckProtocol",
"sensitive" : false,
"setterDocumentation" : "The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.
\n@param healthCheckProtocol The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.\n@see HealthCheckProtocol",
"setterMethodName" : "setHealthCheckProtocol",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "healthCheckProtocol",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "healthCheckProtocol",
"variableType" : "String",
"documentation" : "The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default value is TCP.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getHealthCheckPath",
"beanStyleSetterMethodName" : "setHealthCheckPath",
"c2jName" : "HealthCheckPath",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #healthCheckPath(String)}.\n@param healthCheckPath a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckPath(String)",
"deprecated" : false,
"documentation" : "If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "healthCheckPath",
"fluentSetterDocumentation" : "If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).
\n@param healthCheckPath If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "healthCheckPath",
"getterDocumentation" : "If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).
\n@return If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "HealthCheckPath",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "HealthCheckPath",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "HealthCheckPath",
"sensitive" : false,
"setterDocumentation" : "If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).
\n@param healthCheckPath If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).",
"setterMethodName" : "setHealthCheckPath",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "healthCheckPath",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "healthCheckPath",
"variableType" : "String",
"documentation" : "If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getHealthCheckIntervalSeconds",
"beanStyleSetterMethodName" : "setHealthCheckIntervalSeconds",
"c2jName" : "HealthCheckIntervalSeconds",
"c2jShape" : "HealthCheckIntervalSeconds",
"defaultConsumerFluentSetterDocumentation" : "The time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #healthCheckIntervalSeconds(Integer)}.\n@param healthCheckIntervalSeconds a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #healthCheckIntervalSeconds(Integer)",
"deprecated" : false,
"documentation" : "The time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "healthCheckIntervalSeconds",
"fluentSetterDocumentation" : "The time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.
\n@param healthCheckIntervalSeconds The time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "healthCheckIntervalSeconds",
"getterDocumentation" : "The time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.
\n@return The time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "HealthCheckIntervalSeconds",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "HealthCheckIntervalSeconds",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "HealthCheckIntervalSeconds",
"sensitive" : false,
"setterDocumentation" : "The time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.
\n@param healthCheckIntervalSeconds The time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.",
"setterMethodName" : "setHealthCheckIntervalSeconds",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "healthCheckIntervalSeconds",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "healthCheckIntervalSeconds",
"variableType" : "Integer",
"documentation" : "The time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getThresholdCount",
"beanStyleSetterMethodName" : "setThresholdCount",
"c2jName" : "ThresholdCount",
"c2jShape" : "ThresholdCount",
"defaultConsumerFluentSetterDocumentation" : "The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #thresholdCount(Integer)}.\n@param thresholdCount a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #thresholdCount(Integer)",
"deprecated" : false,
"documentation" : "The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "thresholdCount",
"fluentSetterDocumentation" : "The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.
\n@param thresholdCount The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "thresholdCount",
"getterDocumentation" : "The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.
\n@return The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ThresholdCount",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ThresholdCount",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "ThresholdCount",
"sensitive" : false,
"setterDocumentation" : "The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.
\n@param thresholdCount The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.",
"setterMethodName" : "setThresholdCount",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "thresholdCount",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "thresholdCount",
"variableType" : "Integer",
"documentation" : "The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an unhealthy endpoint to healthy. The default value is 3.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "EndpointGroup",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "EndpointGroup",
"variableName" : "endpointGroup",
"variableType" : "EndpointGroup",
"documentation" : null,
"simpleType" : "EndpointGroup",
"variableSetterType" : "EndpointGroup"
},
"wrapper" : false
},
"EndpointGroupAlreadyExistsException" : {
"c2jName" : "EndpointGroupAlreadyExistsException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The endpoint group that you specified already exists.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "EndpointGroupAlreadyExistsException",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "EndpointGroupAlreadyExistsException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "EndpointGroupAlreadyExistsException",
"variableName" : "endpointGroupAlreadyExistsException",
"variableType" : "EndpointGroupAlreadyExistsException",
"documentation" : null,
"simpleType" : "EndpointGroupAlreadyExistsException",
"variableSetterType" : "EndpointGroupAlreadyExistsException"
},
"wrapper" : false
},
"EndpointGroupNotFoundException" : {
"c2jName" : "EndpointGroupNotFoundException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The endpoint group that you specified doesn't exist.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "EndpointGroupNotFoundException",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "EndpointGroupNotFoundException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "EndpointGroupNotFoundException",
"variableName" : "endpointGroupNotFoundException",
"variableType" : "EndpointGroupNotFoundException",
"documentation" : null,
"simpleType" : "EndpointGroupNotFoundException",
"variableSetterType" : "EndpointGroupNotFoundException"
},
"wrapper" : false
},
"HealthCheckProtocol" : {
"c2jName" : "HealthCheckProtocol",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "TCP",
"value" : "TCP"
}, {
"name" : "HTTP",
"value" : "HTTP"
}, {
"name" : "HTTPS",
"value" : "HTTPS"
} ],
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "HealthCheckProtocol",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "HealthCheckProtocol",
"variableName" : "healthCheckProtocol",
"variableType" : "HealthCheckProtocol",
"documentation" : null,
"simpleType" : "HealthCheckProtocol",
"variableSetterType" : "HealthCheckProtocol"
},
"wrapper" : false
},
"HealthState" : {
"c2jName" : "HealthState",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "INITIAL",
"value" : "INITIAL"
}, {
"name" : "HEALTHY",
"value" : "HEALTHY"
}, {
"name" : "UNHEALTHY",
"value" : "UNHEALTHY"
} ],
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "HealthState",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "HealthState",
"variableName" : "healthState",
"variableType" : "HealthState",
"documentation" : null,
"simpleType" : "HealthState",
"variableSetterType" : "HealthState"
},
"wrapper" : false
},
"InternalServiceErrorException" : {
"c2jName" : "InternalServiceErrorException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "There was an internal error for AWS Global Accelerator.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "InternalServiceErrorException",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "InternalServiceErrorException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "InternalServiceErrorException",
"variableName" : "internalServiceErrorException",
"variableType" : "InternalServiceErrorException",
"documentation" : null,
"simpleType" : "InternalServiceErrorException",
"variableSetterType" : "InternalServiceErrorException"
},
"wrapper" : false
},
"InvalidArgumentException" : {
"c2jName" : "InvalidArgumentException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "An argument that you specified is invalid.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "InvalidArgumentException",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "InvalidArgumentException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "InvalidArgumentException",
"variableName" : "invalidArgumentException",
"variableType" : "InvalidArgumentException",
"documentation" : null,
"simpleType" : "InvalidArgumentException",
"variableSetterType" : "InvalidArgumentException"
},
"wrapper" : false
},
"InvalidNextTokenException" : {
"c2jName" : "InvalidNextTokenException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "There isn't another item to return.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "InvalidNextTokenException",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "InvalidNextTokenException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "InvalidNextTokenException",
"variableName" : "invalidNextTokenException",
"variableType" : "InvalidNextTokenException",
"documentation" : null,
"simpleType" : "InvalidNextTokenException",
"variableSetterType" : "InvalidNextTokenException"
},
"wrapper" : false
},
"InvalidPortRangeException" : {
"c2jName" : "InvalidPortRangeException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The port numbers that you specified are not valid numbers or are not unique for this accelerator.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "InvalidPortRangeException",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "InvalidPortRangeException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "InvalidPortRangeException",
"variableName" : "invalidPortRangeException",
"variableType" : "InvalidPortRangeException",
"documentation" : null,
"simpleType" : "InvalidPortRangeException",
"variableSetterType" : "InvalidPortRangeException"
},
"wrapper" : false
},
"IpAddressType" : {
"c2jName" : "IpAddressType",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "IPV4",
"value" : "IPV4"
} ],
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "IpAddressType",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "IpAddressType",
"variableName" : "ipAddressType",
"variableType" : "IpAddressType",
"documentation" : null,
"simpleType" : "IpAddressType",
"variableSetterType" : "IpAddressType"
},
"wrapper" : false
},
"IpSet" : {
"c2jName" : "IpSet",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "A complex type for the set of IP addresses for an accelerator.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getIpFamily",
"beanStyleSetterMethodName" : "setIpFamily",
"c2jName" : "IpFamily",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "The types of IP addresses included in this IP set.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ipFamily(String)}.\n@param ipFamily a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ipFamily(String)",
"deprecated" : false,
"documentation" : "The types of IP addresses included in this IP set.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "ipFamily",
"fluentSetterDocumentation" : "The types of IP addresses included in this IP set.
\n@param ipFamily The types of IP addresses included in this IP set.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "ipFamily",
"getterDocumentation" : "The types of IP addresses included in this IP set.
\n@return The types of IP addresses included in this IP set.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "IpFamily",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "IpFamily",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "IpFamily",
"sensitive" : false,
"setterDocumentation" : "The types of IP addresses included in this IP set.
\n@param ipFamily The types of IP addresses included in this IP set.",
"setterMethodName" : "setIpFamily",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ipFamily",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ipFamily",
"variableType" : "String",
"documentation" : "The types of IP addresses included in this IP set.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getIpAddresses",
"beanStyleSetterMethodName" : "setIpAddresses",
"c2jName" : "IpAddresses",
"c2jShape" : "IpAddresses",
"defaultConsumerFluentSetterDocumentation" : "The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #ipAddresses(List)}.\n@param ipAddresses a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ipAddresses(List)",
"deprecated" : false,
"documentation" : "The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "ipAddresses",
"fluentSetterDocumentation" : "The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.
\n@param ipAddresses The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "ipAddresses",
"getterDocumentation" : "The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "IpAddresses",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "IpAddresses",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "IpAddress",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "IpAddresses",
"sensitive" : false,
"setterDocumentation" : "The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.
\n@param ipAddresses The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.",
"setterMethodName" : "setIpAddresses",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "ipAddresses",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "ipAddresses",
"variableType" : "java.util.List",
"documentation" : "The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"IpAddresses" : {
"beanStyleGetterMethodName" : "getIpAddresses",
"beanStyleSetterMethodName" : "setIpAddresses",
"c2jName" : "IpAddresses",
"c2jShape" : "IpAddresses",
"defaultConsumerFluentSetterDocumentation" : "The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #ipAddresses(List)}.\n@param ipAddresses a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ipAddresses(List)",
"deprecated" : false,
"documentation" : "The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "ipAddresses",
"fluentSetterDocumentation" : "The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.
\n@param ipAddresses The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "ipAddresses",
"getterDocumentation" : "The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "IpAddresses",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "IpAddresses",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "IpAddress",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "IpAddresses",
"sensitive" : false,
"setterDocumentation" : "The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.
\n@param ipAddresses The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.",
"setterMethodName" : "setIpAddresses",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "ipAddresses",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "ipAddresses",
"variableType" : "java.util.List",
"documentation" : "The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"IpFamily" : {
"beanStyleGetterMethodName" : "getIpFamily",
"beanStyleSetterMethodName" : "setIpFamily",
"c2jName" : "IpFamily",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "The types of IP addresses included in this IP set.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ipFamily(String)}.\n@param ipFamily a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ipFamily(String)",
"deprecated" : false,
"documentation" : "The types of IP addresses included in this IP set.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "ipFamily",
"fluentSetterDocumentation" : "The types of IP addresses included in this IP set.
\n@param ipFamily The types of IP addresses included in this IP set.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "ipFamily",
"getterDocumentation" : "The types of IP addresses included in this IP set.
\n@return The types of IP addresses included in this IP set.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "IpFamily",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "IpFamily",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "IpFamily",
"sensitive" : false,
"setterDocumentation" : "The types of IP addresses included in this IP set.
\n@param ipFamily The types of IP addresses included in this IP set.",
"setterMethodName" : "setIpFamily",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ipFamily",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ipFamily",
"variableType" : "String",
"documentation" : "The types of IP addresses included in this IP set.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getIpFamily",
"beanStyleSetterMethodName" : "setIpFamily",
"c2jName" : "IpFamily",
"c2jShape" : "GenericString",
"defaultConsumerFluentSetterDocumentation" : "The types of IP addresses included in this IP set.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ipFamily(String)}.\n@param ipFamily a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ipFamily(String)",
"deprecated" : false,
"documentation" : "The types of IP addresses included in this IP set.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "ipFamily",
"fluentSetterDocumentation" : "The types of IP addresses included in this IP set.
\n@param ipFamily The types of IP addresses included in this IP set.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "ipFamily",
"getterDocumentation" : "The types of IP addresses included in this IP set.
\n@return The types of IP addresses included in this IP set.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "IpFamily",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "IpFamily",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "IpFamily",
"sensitive" : false,
"setterDocumentation" : "The types of IP addresses included in this IP set.
\n@param ipFamily The types of IP addresses included in this IP set.",
"setterMethodName" : "setIpFamily",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ipFamily",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ipFamily",
"variableType" : "String",
"documentation" : "The types of IP addresses included in this IP set.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getIpAddresses",
"beanStyleSetterMethodName" : "setIpAddresses",
"c2jName" : "IpAddresses",
"c2jShape" : "IpAddresses",
"defaultConsumerFluentSetterDocumentation" : "The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #ipAddresses(List