All Downloads are FREE. Search and download functionalities are using the official Maven repository.

models.es-2015-01-01-intermediate.json Maven / Gradle / Ivy

Go to download

The AWS Java SDK for Amazon Elasticsearch Service module holds the client classes that are used for communicating with Amazon Elasticsearch Service

There is a newer version: 1.12.780
Show newest version
{
  "metadata" : {
    "apiVersion" : "2015-01-01",
    "exceptionUnmarshallerImpl" : null,
    "protocol" : "rest-json",
    "checksumFormat" : null,
    "documentation" : "Amazon Elasticsearch Configuration Service 

Use the Amazon Elasticsearch configuration API to create, configure, and manage Elasticsearch domains.

The endpoint for configuration service requests is region-specific: es.region.amazonaws.com. For example, es.us-east-1.amazonaws.com. For a current list of supported regions and endpoints, see Regions and Endpoints.

", "defaultEndpoint" : "https://es.us-east-1.amazonaws.com", "defaultEndpointWithoutHttpProtocol" : "es.us-east-1.amazonaws.com", "syncInterface" : "AWSElasticsearch", "syncClient" : "AWSElasticsearchClient", "asyncInterface" : "AWSElasticsearchAsync", "asyncClient" : "AWSElasticsearchAsyncClient", "packageName" : "com.amazonaws.services.elasticsearch", "packagePath" : "com/amazonaws/services/elasticsearch", "serviceAbbreviation" : null, "serviceFullName" : "Amazon Elasticsearch Service", "hasApiWithStreamInput" : false, "jsonContentVersion" : "application/x-amz-json-1.1", "jsonVersion" : "1.1", "endpointPrefix" : "es", "signingName" : "es", "jsonProtocol" : true, "serviceName" : "Amazon Elasticsearch Service", "cborProtocol" : false, "unmarshallerContextClassName" : "JsonUnmarshallerContext", "unmarshallerClassSuffix" : "JsonUnmarshaller", "protocolDefaultExceptionUnmarshallerType" : "JsonErrorUnmarshaller", "xmlProtocol" : false }, "operations" : { "AddTags" : { "documentation" : "

Attaches tags to an existing Elasticsearch domain. Tags are a set of case-sensitive key value pairs. An Elasticsearch domain may have up to 10 tags. See Tagging Amazon Elasticsearch Service Domains for more information.

", "operationName" : "AddTags", "deprecated" : false, "input" : { "variableName" : "addTagsRequest", "variableType" : "AddTagsRequest", "variableDeclarationType" : "AddTagsRequest", "documentation" : "

Container for the parameters to the AddTags operation. Specify the tags that you want to attach to the Elasticsearch domain.

", "simpleType" : "AddTagsRequest", "variableSetterType" : "AddTagsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "AddTagsResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "BaseException", "documentation" : "

An error occurred while processing the request.

" }, { "exceptionName" : "LimitExceededException", "documentation" : "

An exception for trying to create more than allowed resources or sub-resources. Gives http status code of 409.

" }, { "exceptionName" : "ValidationException", "documentation" : "

An exception for missing / invalid input fields. Gives http status code of 400.

" }, { "exceptionName" : "InternalException", "documentation" : "

The request processing has failed because of an unknown error, exception or failure (the failure is internal to the service) . Gives http status code of 500.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "AddTagsResult", "asyncReturnType" : "AddTagsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "addTags" }, "CreateElasticsearchDomain" : { "documentation" : "

Creates a new Elasticsearch domain. For more information, see Creating Elasticsearch Domains in the Amazon Elasticsearch Service Developer Guide.

", "operationName" : "CreateElasticsearchDomain", "deprecated" : false, "input" : { "variableName" : "createElasticsearchDomainRequest", "variableType" : "CreateElasticsearchDomainRequest", "variableDeclarationType" : "CreateElasticsearchDomainRequest", "documentation" : "", "simpleType" : "CreateElasticsearchDomainRequest", "variableSetterType" : "CreateElasticsearchDomainRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreateElasticsearchDomainResult", "documentation" : "

The result of a CreateElasticsearchDomain operation. Contains the status of the newly created Elasticsearch domain.

" }, "exceptions" : [ { "exceptionName" : "BaseException", "documentation" : "

An error occurred while processing the request.

" }, { "exceptionName" : "DisabledOperationException", "documentation" : "

An error occured because the client wanted to access a not supported operation. Gives http status code of 409.

" }, { "exceptionName" : "InternalException", "documentation" : "

The request processing has failed because of an unknown error, exception or failure (the failure is internal to the service) . Gives http status code of 500.

" }, { "exceptionName" : "InvalidTypeException", "documentation" : "

An exception for trying to create or access sub-resource that is either invalid or not supported. Gives http status code of 409.

" }, { "exceptionName" : "LimitExceededException", "documentation" : "

An exception for trying to create more than allowed resources or sub-resources. Gives http status code of 409.

" }, { "exceptionName" : "ResourceAlreadyExistsException", "documentation" : "

An exception for creating a resource that already exists. Gives http status code of 400.

" }, { "exceptionName" : "ValidationException", "documentation" : "

An exception for missing / invalid input fields. Gives http status code of 400.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "CreateElasticsearchDomainResult", "asyncReturnType" : "CreateElasticsearchDomainResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "createElasticsearchDomain" }, "DeleteElasticsearchDomain" : { "documentation" : "

Permanently deletes the specified Elasticsearch domain and all of its data. Once a domain is deleted, it cannot be recovered.

", "operationName" : "DeleteElasticsearchDomain", "deprecated" : false, "input" : { "variableName" : "deleteElasticsearchDomainRequest", "variableType" : "DeleteElasticsearchDomainRequest", "variableDeclarationType" : "DeleteElasticsearchDomainRequest", "documentation" : "

Container for the parameters to the DeleteElasticsearchDomain operation. Specifies the name of the Elasticsearch domain that you want to delete.

", "simpleType" : "DeleteElasticsearchDomainRequest", "variableSetterType" : "DeleteElasticsearchDomainRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteElasticsearchDomainResult", "documentation" : "

The result of a DeleteElasticsearchDomain request. Contains the status of the pending deletion, or no status if the domain and all of its resources have been deleted.

" }, "exceptions" : [ { "exceptionName" : "BaseException", "documentation" : "

An error occurred while processing the request.

" }, { "exceptionName" : "InternalException", "documentation" : "

The request processing has failed because of an unknown error, exception or failure (the failure is internal to the service) . Gives http status code of 500.

" }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.

" }, { "exceptionName" : "ValidationException", "documentation" : "

An exception for missing / invalid input fields. Gives http status code of 400.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DeleteElasticsearchDomainResult", "asyncReturnType" : "DeleteElasticsearchDomainResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "deleteElasticsearchDomain" }, "DescribeElasticsearchDomain" : { "documentation" : "

Returns domain configuration information about the specified Elasticsearch domain, including the domain ID, domain endpoint, and domain ARN.

", "operationName" : "DescribeElasticsearchDomain", "deprecated" : false, "input" : { "variableName" : "describeElasticsearchDomainRequest", "variableType" : "DescribeElasticsearchDomainRequest", "variableDeclarationType" : "DescribeElasticsearchDomainRequest", "documentation" : "

Container for the parameters to the DescribeElasticsearchDomain operation.

", "simpleType" : "DescribeElasticsearchDomainRequest", "variableSetterType" : "DescribeElasticsearchDomainRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeElasticsearchDomainResult", "documentation" : "

The result of a DescribeElasticsearchDomain request. Contains the status of the domain specified in the request.

" }, "exceptions" : [ { "exceptionName" : "BaseException", "documentation" : "

An error occurred while processing the request.

" }, { "exceptionName" : "InternalException", "documentation" : "

The request processing has failed because of an unknown error, exception or failure (the failure is internal to the service) . Gives http status code of 500.

" }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.

" }, { "exceptionName" : "ValidationException", "documentation" : "

An exception for missing / invalid input fields. Gives http status code of 400.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DescribeElasticsearchDomainResult", "asyncReturnType" : "DescribeElasticsearchDomainResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "describeElasticsearchDomain" }, "DescribeElasticsearchDomainConfig" : { "documentation" : "

Provides cluster configuration information about the specified Elasticsearch domain, such as the state, creation date, update version, and update date for cluster options.

", "operationName" : "DescribeElasticsearchDomainConfig", "deprecated" : false, "input" : { "variableName" : "describeElasticsearchDomainConfigRequest", "variableType" : "DescribeElasticsearchDomainConfigRequest", "variableDeclarationType" : "DescribeElasticsearchDomainConfigRequest", "documentation" : "

Container for the parameters to the DescribeElasticsearchDomainConfig operation. Specifies the domain name for which you want configuration information.

", "simpleType" : "DescribeElasticsearchDomainConfigRequest", "variableSetterType" : "DescribeElasticsearchDomainConfigRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeElasticsearchDomainConfigResult", "documentation" : "

The result of a DescribeElasticsearchDomainConfig request. Contains the configuration information of the requested domain.

" }, "exceptions" : [ { "exceptionName" : "BaseException", "documentation" : "

An error occurred while processing the request.

" }, { "exceptionName" : "InternalException", "documentation" : "

The request processing has failed because of an unknown error, exception or failure (the failure is internal to the service) . Gives http status code of 500.

" }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.

" }, { "exceptionName" : "ValidationException", "documentation" : "

An exception for missing / invalid input fields. Gives http status code of 400.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DescribeElasticsearchDomainConfigResult", "asyncReturnType" : "DescribeElasticsearchDomainConfigResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "describeElasticsearchDomainConfig" }, "DescribeElasticsearchDomains" : { "documentation" : "

Returns domain configuration information about the specified Elasticsearch domains, including the domain ID, domain endpoint, and domain ARN.

", "operationName" : "DescribeElasticsearchDomains", "deprecated" : false, "input" : { "variableName" : "describeElasticsearchDomainsRequest", "variableType" : "DescribeElasticsearchDomainsRequest", "variableDeclarationType" : "DescribeElasticsearchDomainsRequest", "documentation" : "

Container for the parameters to the DescribeElasticsearchDomains operation. By default, the API returns the status of all Elasticsearch domains.

", "simpleType" : "DescribeElasticsearchDomainsRequest", "variableSetterType" : "DescribeElasticsearchDomainsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeElasticsearchDomainsResult", "documentation" : "

The result of a DescribeElasticsearchDomains request. Contains the status of the specified domains or all domains owned by the account.

" }, "exceptions" : [ { "exceptionName" : "BaseException", "documentation" : "

An error occurred while processing the request.

" }, { "exceptionName" : "InternalException", "documentation" : "

The request processing has failed because of an unknown error, exception or failure (the failure is internal to the service) . Gives http status code of 500.

" }, { "exceptionName" : "ValidationException", "documentation" : "

An exception for missing / invalid input fields. Gives http status code of 400.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DescribeElasticsearchDomainsResult", "asyncReturnType" : "DescribeElasticsearchDomainsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "describeElasticsearchDomains" }, "ListDomainNames" : { "documentation" : "

Returns the name of all Elasticsearch domains owned by the current user's account.

", "operationName" : "ListDomainNames", "deprecated" : false, "input" : { "variableName" : "listDomainNamesRequest", "variableType" : "ListDomainNamesRequest", "variableDeclarationType" : "ListDomainNamesRequest", "documentation" : null, "simpleType" : "ListDomainNamesRequest", "variableSetterType" : "ListDomainNamesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ListDomainNamesResult", "documentation" : "

The result of a ListDomainNames operation. Contains the names of all Elasticsearch domains owned by this account.

" }, "exceptions" : [ { "exceptionName" : "BaseException", "documentation" : "

An error occurred while processing the request.

" }, { "exceptionName" : "ValidationException", "documentation" : "

An exception for missing / invalid input fields. Gives http status code of 400.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "ListDomainNamesResult", "asyncReturnType" : "ListDomainNamesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "listDomainNames" }, "ListTags" : { "documentation" : "

Returns all tags for the given Elasticsearch domain.

", "operationName" : "ListTags", "deprecated" : false, "input" : { "variableName" : "listTagsRequest", "variableType" : "ListTagsRequest", "variableDeclarationType" : "ListTagsRequest", "documentation" : "

Container for the parameters to the ListTags operation. Specify the ARN for the Elasticsearch domain to which the tags are attached that you want to view are attached.

", "simpleType" : "ListTagsRequest", "variableSetterType" : "ListTagsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ListTagsResult", "documentation" : "

The result of a ListTags operation. Contains tags for all requested Elasticsearch domains.

" }, "exceptions" : [ { "exceptionName" : "BaseException", "documentation" : "

An error occurred while processing the request.

" }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.

" }, { "exceptionName" : "ValidationException", "documentation" : "

An exception for missing / invalid input fields. Gives http status code of 400.

" }, { "exceptionName" : "InternalException", "documentation" : "

The request processing has failed because of an unknown error, exception or failure (the failure is internal to the service) . Gives http status code of 500.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "ListTagsResult", "asyncReturnType" : "ListTagsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "listTags" }, "RemoveTags" : { "documentation" : "

Removes the specified set of tags from the specified Elasticsearch domain.

", "operationName" : "RemoveTags", "deprecated" : false, "input" : { "variableName" : "removeTagsRequest", "variableType" : "RemoveTagsRequest", "variableDeclarationType" : "RemoveTagsRequest", "documentation" : "

Container for the parameters to the RemoveTags operation. Specify the ARN for the Elasticsearch domain from which you want to remove the specified TagKey.

", "simpleType" : "RemoveTagsRequest", "variableSetterType" : "RemoveTagsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "RemoveTagsResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "BaseException", "documentation" : "

An error occurred while processing the request.

" }, { "exceptionName" : "ValidationException", "documentation" : "

An exception for missing / invalid input fields. Gives http status code of 400.

" }, { "exceptionName" : "InternalException", "documentation" : "

The request processing has failed because of an unknown error, exception or failure (the failure is internal to the service) . Gives http status code of 500.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "RemoveTagsResult", "asyncReturnType" : "RemoveTagsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "removeTags" }, "UpdateElasticsearchDomainConfig" : { "documentation" : "

Modifies the cluster configuration of the specified Elasticsearch domain, setting as setting the instance type and the number of instances.

", "operationName" : "UpdateElasticsearchDomainConfig", "deprecated" : false, "input" : { "variableName" : "updateElasticsearchDomainConfigRequest", "variableType" : "UpdateElasticsearchDomainConfigRequest", "variableDeclarationType" : "UpdateElasticsearchDomainConfigRequest", "documentation" : "

Container for the parameters to the UpdateElasticsearchDomain operation. Specifies the type and number of instances in the domain cluster.

", "simpleType" : "UpdateElasticsearchDomainConfigRequest", "variableSetterType" : "UpdateElasticsearchDomainConfigRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "UpdateElasticsearchDomainConfigResult", "documentation" : "

The result of an UpdateElasticsearchDomain request. Contains the status of the Elasticsearch domain being updated.

" }, "exceptions" : [ { "exceptionName" : "BaseException", "documentation" : "

An error occurred while processing the request.

" }, { "exceptionName" : "InternalException", "documentation" : "

The request processing has failed because of an unknown error, exception or failure (the failure is internal to the service) . Gives http status code of 500.

" }, { "exceptionName" : "InvalidTypeException", "documentation" : "

An exception for trying to create or access sub-resource that is either invalid or not supported. Gives http status code of 409.

" }, { "exceptionName" : "LimitExceededException", "documentation" : "

An exception for trying to create more than allowed resources or sub-resources. Gives http status code of 409.

" }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.

" }, { "exceptionName" : "ValidationException", "documentation" : "

An exception for missing / invalid input fields. Gives http status code of 400.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "UpdateElasticsearchDomainConfigResult", "asyncReturnType" : "UpdateElasticsearchDomainConfigResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "updateElasticsearchDomainConfig" } }, "shapes" : { "EBSOptionsStatus" : { "c2jName" : "EBSOptionsStatus", "documentation" : "

Status of the EBS options for the specified Elasticsearch domain.

", "shapeName" : "EBSOptionsStatus", "deprecated" : false, "required" : [ "Options", "Status" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Specifies the EBS options for the specified Elasticsearch domain.

", "name" : "Options", "c2jName" : "Options", "c2jShape" : "EBSOptions", "variable" : { "variableName" : "options", "variableType" : "EBSOptions", "variableDeclarationType" : "EBSOptions", "documentation" : "

Specifies the EBS options for the specified Elasticsearch domain.

", "simpleType" : "EBSOptions", "variableSetterType" : "EBSOptions" }, "setterModel" : { "variableName" : "options", "variableType" : "EBSOptions", "variableDeclarationType" : "EBSOptions", "documentation" : "", "simpleType" : "EBSOptions", "variableSetterType" : "EBSOptions" }, "getterModel" : { "returnType" : "EBSOptions", "documentation" : null }, "http" : { "unmarshallLocationName" : "Options", "marshallLocationName" : "Options", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the EBS options for the specified Elasticsearch domain.

\n@param options Specifies the EBS options for the specified Elasticsearch domain.*/", "getterDocumentation" : "/**

Specifies the EBS options for the specified Elasticsearch domain.

\n@return Specifies the EBS options for the specified Elasticsearch domain.*/", "fluentSetterDocumentation" : "/**

Specifies the EBS options for the specified Elasticsearch domain.

\n@param options Specifies the EBS options for the specified Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the EBS options for the specified Elasticsearch domain.

\n@param options Specifies the EBS options for the specified Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the status of the EBS options for the specified Elasticsearch domain.

", "name" : "Status", "c2jName" : "Status", "c2jShape" : "OptionStatus", "variable" : { "variableName" : "status", "variableType" : "OptionStatus", "variableDeclarationType" : "OptionStatus", "documentation" : "

Specifies the status of the EBS options for the specified Elasticsearch domain.

", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "setterModel" : { "variableName" : "status", "variableType" : "OptionStatus", "variableDeclarationType" : "OptionStatus", "documentation" : "", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "getterModel" : { "returnType" : "OptionStatus", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the status of the EBS options for the specified Elasticsearch domain.

\n@param status Specifies the status of the EBS options for the specified Elasticsearch domain.*/", "getterDocumentation" : "/**

Specifies the status of the EBS options for the specified Elasticsearch domain.

\n@return Specifies the status of the EBS options for the specified Elasticsearch domain.*/", "fluentSetterDocumentation" : "/**

Specifies the status of the EBS options for the specified Elasticsearch domain.

\n@param status Specifies the status of the EBS options for the specified Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the status of the EBS options for the specified Elasticsearch domain.

\n@param status Specifies the status of the EBS options for the specified Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "eBSOptionsStatus", "variableType" : "EBSOptionsStatus", "variableDeclarationType" : "EBSOptionsStatus", "documentation" : null, "simpleType" : "EBSOptionsStatus", "variableSetterType" : "EBSOptionsStatus" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Status" : { "documentation" : "

Specifies the status of the EBS options for the specified Elasticsearch domain.

", "name" : "Status", "c2jName" : "Status", "c2jShape" : "OptionStatus", "variable" : { "variableName" : "status", "variableType" : "OptionStatus", "variableDeclarationType" : "OptionStatus", "documentation" : "

Specifies the status of the EBS options for the specified Elasticsearch domain.

", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "setterModel" : { "variableName" : "status", "variableType" : "OptionStatus", "variableDeclarationType" : "OptionStatus", "documentation" : "", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "getterModel" : { "returnType" : "OptionStatus", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the status of the EBS options for the specified Elasticsearch domain.

\n@param status Specifies the status of the EBS options for the specified Elasticsearch domain.*/", "getterDocumentation" : "/**

Specifies the status of the EBS options for the specified Elasticsearch domain.

\n@return Specifies the status of the EBS options for the specified Elasticsearch domain.*/", "fluentSetterDocumentation" : "/**

Specifies the status of the EBS options for the specified Elasticsearch domain.

\n@param status Specifies the status of the EBS options for the specified Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the status of the EBS options for the specified Elasticsearch domain.

\n@param status Specifies the status of the EBS options for the specified Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Options" : { "documentation" : "

Specifies the EBS options for the specified Elasticsearch domain.

", "name" : "Options", "c2jName" : "Options", "c2jShape" : "EBSOptions", "variable" : { "variableName" : "options", "variableType" : "EBSOptions", "variableDeclarationType" : "EBSOptions", "documentation" : "

Specifies the EBS options for the specified Elasticsearch domain.

", "simpleType" : "EBSOptions", "variableSetterType" : "EBSOptions" }, "setterModel" : { "variableName" : "options", "variableType" : "EBSOptions", "variableDeclarationType" : "EBSOptions", "documentation" : "", "simpleType" : "EBSOptions", "variableSetterType" : "EBSOptions" }, "getterModel" : { "returnType" : "EBSOptions", "documentation" : null }, "http" : { "unmarshallLocationName" : "Options", "marshallLocationName" : "Options", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the EBS options for the specified Elasticsearch domain.

\n@param options Specifies the EBS options for the specified Elasticsearch domain.*/", "getterDocumentation" : "/**

Specifies the EBS options for the specified Elasticsearch domain.

\n@return Specifies the EBS options for the specified Elasticsearch domain.*/", "fluentSetterDocumentation" : "/**

Specifies the EBS options for the specified Elasticsearch domain.

\n@param options Specifies the EBS options for the specified Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the EBS options for the specified Elasticsearch domain.

\n@param options Specifies the EBS options for the specified Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateElasticsearchDomainRequest" : { "c2jName" : "CreateElasticsearchDomainRequest", "documentation" : "", "shapeName" : "CreateElasticsearchDomainRequest", "deprecated" : false, "required" : [ "DomainName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The name of the Elasticsearch domain that you are creating. Domain names are unique across the domains owned by an account within an AWS region. Domain names must start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).

", "name" : "DomainName", "c2jName" : "DomainName", "c2jShape" : "DomainName", "variable" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the Elasticsearch domain that you are creating. Domain names are unique across the domains owned by an account within an AWS region. Domain names must start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DomainName", "marshallLocationName" : "DomainName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the Elasticsearch domain that you are creating. Domain names are unique across the domains owned by an account within an AWS region. Domain names must start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).

\n@param domainName The name of the Elasticsearch domain that you are creating. Domain names are unique across the domains owned by an account within an AWS region. Domain names must start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).*/", "getterDocumentation" : "/**

The name of the Elasticsearch domain that you are creating. Domain names are unique across the domains owned by an account within an AWS region. Domain names must start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).

\n@return The name of the Elasticsearch domain that you are creating. Domain names are unique across the domains owned by an account within an AWS region. Domain names must start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).*/", "fluentSetterDocumentation" : "/**

The name of the Elasticsearch domain that you are creating. Domain names are unique across the domains owned by an account within an AWS region. Domain names must start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).

\n@param domainName The name of the Elasticsearch domain that you are creating. Domain names are unique across the domains owned by an account within an AWS region. Domain names must start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the Elasticsearch domain that you are creating. Domain names are unique across the domains owned by an account within an AWS region. Domain names must start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).

\n@param domainName The name of the Elasticsearch domain that you are creating. Domain names are unique across the domains owned by an account within an AWS region. Domain names must start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Configuration options for an Elasticsearch domain. Specifies the instance type and number of instances in the domain cluster.

", "name" : "ElasticsearchClusterConfig", "c2jName" : "ElasticsearchClusterConfig", "c2jShape" : "ElasticsearchClusterConfig", "variable" : { "variableName" : "elasticsearchClusterConfig", "variableType" : "ElasticsearchClusterConfig", "variableDeclarationType" : "ElasticsearchClusterConfig", "documentation" : "

Configuration options for an Elasticsearch domain. Specifies the instance type and number of instances in the domain cluster.

", "simpleType" : "ElasticsearchClusterConfig", "variableSetterType" : "ElasticsearchClusterConfig" }, "setterModel" : { "variableName" : "elasticsearchClusterConfig", "variableType" : "ElasticsearchClusterConfig", "variableDeclarationType" : "ElasticsearchClusterConfig", "documentation" : "", "simpleType" : "ElasticsearchClusterConfig", "variableSetterType" : "ElasticsearchClusterConfig" }, "getterModel" : { "returnType" : "ElasticsearchClusterConfig", "documentation" : null }, "http" : { "unmarshallLocationName" : "ElasticsearchClusterConfig", "marshallLocationName" : "ElasticsearchClusterConfig", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Configuration options for an Elasticsearch domain. Specifies the instance type and number of instances in the domain cluster.

\n@param elasticsearchClusterConfig Configuration options for an Elasticsearch domain. Specifies the instance type and number of instances in the domain cluster.*/", "getterDocumentation" : "/**

Configuration options for an Elasticsearch domain. Specifies the instance type and number of instances in the domain cluster.

\n@return Configuration options for an Elasticsearch domain. Specifies the instance type and number of instances in the domain cluster.*/", "fluentSetterDocumentation" : "/**

Configuration options for an Elasticsearch domain. Specifies the instance type and number of instances in the domain cluster.

\n@param elasticsearchClusterConfig Configuration options for an Elasticsearch domain. Specifies the instance type and number of instances in the domain cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Configuration options for an Elasticsearch domain. Specifies the instance type and number of instances in the domain cluster.

\n@param elasticsearchClusterConfig Configuration options for an Elasticsearch domain. Specifies the instance type and number of instances in the domain cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Options to enable, disable and specify the type and size of EBS storage volumes.

", "name" : "EBSOptions", "c2jName" : "EBSOptions", "c2jShape" : "EBSOptions", "variable" : { "variableName" : "eBSOptions", "variableType" : "EBSOptions", "variableDeclarationType" : "EBSOptions", "documentation" : "

Options to enable, disable and specify the type and size of EBS storage volumes.

", "simpleType" : "EBSOptions", "variableSetterType" : "EBSOptions" }, "setterModel" : { "variableName" : "eBSOptions", "variableType" : "EBSOptions", "variableDeclarationType" : "EBSOptions", "documentation" : "", "simpleType" : "EBSOptions", "variableSetterType" : "EBSOptions" }, "getterModel" : { "returnType" : "EBSOptions", "documentation" : null }, "http" : { "unmarshallLocationName" : "EBSOptions", "marshallLocationName" : "EBSOptions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Options to enable, disable and specify the type and size of EBS storage volumes.

\n@param eBSOptions Options to enable, disable and specify the type and size of EBS storage volumes.*/", "getterDocumentation" : "/**

Options to enable, disable and specify the type and size of EBS storage volumes.

\n@return Options to enable, disable and specify the type and size of EBS storage volumes.*/", "fluentSetterDocumentation" : "/**

Options to enable, disable and specify the type and size of EBS storage volumes.

\n@param eBSOptions Options to enable, disable and specify the type and size of EBS storage volumes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Options to enable, disable and specify the type and size of EBS storage volumes.

\n@param eBSOptions Options to enable, disable and specify the type and size of EBS storage volumes.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

IAM access policy as a JSON-formatted string.

", "name" : "AccessPolicies", "c2jName" : "AccessPolicies", "c2jShape" : "PolicyDocument", "variable" : { "variableName" : "accessPolicies", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

IAM access policy as a JSON-formatted string.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accessPolicies", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AccessPolicies", "marshallLocationName" : "AccessPolicies", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

IAM access policy as a JSON-formatted string.

\n@param accessPolicies IAM access policy as a JSON-formatted string.*/", "getterDocumentation" : "/**

IAM access policy as a JSON-formatted string.

\n@return IAM access policy as a JSON-formatted string.*/", "fluentSetterDocumentation" : "/**

IAM access policy as a JSON-formatted string.

\n@param accessPolicies IAM access policy as a JSON-formatted string.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

IAM access policy as a JSON-formatted string.

\n@param accessPolicies IAM access policy as a JSON-formatted string.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Option to set time, in UTC format, of the daily automated snapshot. Default value is 0 hours.

", "name" : "SnapshotOptions", "c2jName" : "SnapshotOptions", "c2jShape" : "SnapshotOptions", "variable" : { "variableName" : "snapshotOptions", "variableType" : "SnapshotOptions", "variableDeclarationType" : "SnapshotOptions", "documentation" : "

Option to set time, in UTC format, of the daily automated snapshot. Default value is 0 hours.

", "simpleType" : "SnapshotOptions", "variableSetterType" : "SnapshotOptions" }, "setterModel" : { "variableName" : "snapshotOptions", "variableType" : "SnapshotOptions", "variableDeclarationType" : "SnapshotOptions", "documentation" : "", "simpleType" : "SnapshotOptions", "variableSetterType" : "SnapshotOptions" }, "getterModel" : { "returnType" : "SnapshotOptions", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotOptions", "marshallLocationName" : "SnapshotOptions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Option to set time, in UTC format, of the daily automated snapshot. Default value is 0 hours.

\n@param snapshotOptions Option to set time, in UTC format, of the daily automated snapshot. Default value is 0 hours.*/", "getterDocumentation" : "/**

Option to set time, in UTC format, of the daily automated snapshot. Default value is 0 hours.

\n@return Option to set time, in UTC format, of the daily automated snapshot. Default value is 0 hours.*/", "fluentSetterDocumentation" : "/**

Option to set time, in UTC format, of the daily automated snapshot. Default value is 0 hours.

\n@param snapshotOptions Option to set time, in UTC format, of the daily automated snapshot. Default value is 0 hours.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Option to set time, in UTC format, of the daily automated snapshot. Default value is 0 hours.

\n@param snapshotOptions Option to set time, in UTC format, of the daily automated snapshot. Default value is 0 hours.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Option to allow references to indices in an HTTP request body. Must be false when configuring access to individual sub-resources. By default, the value is true. See Configuration Advanced Options for more information.

", "name" : "AdvancedOptions", "c2jName" : "AdvancedOptions", "c2jShape" : "AdvancedOptions", "variable" : { "variableName" : "advancedOptions", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Option to allow references to indices in an HTTP request body. Must be false when configuring access to individual sub-resources. By default, the value is true. See Configuration Advanced Options for more information.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "advancedOptions", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "AdvancedOptions", "marshallLocationName" : "AdvancedOptions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "keySimple" : true, "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Option to allow references to indices in an HTTP request body. Must be false when configuring access to individual sub-resources. By default, the value is true. See Configuration Advanced Options for more information.

\n@param advancedOptions Option to allow references to indices in an HTTP request body. Must be false when configuring access to individual sub-resources. By default, the value is true. See Configuration Advanced Options for more information.*/", "getterDocumentation" : "/**

Option to allow references to indices in an HTTP request body. Must be false when configuring access to individual sub-resources. By default, the value is true. See Configuration Advanced Options for more information.

\n@return Option to allow references to indices in an HTTP request body. Must be false when configuring access to individual sub-resources. By default, the value is true. See Configuration Advanced Options for more information.*/", "fluentSetterDocumentation" : "/**

Option to allow references to indices in an HTTP request body. Must be false when configuring access to individual sub-resources. By default, the value is true. See Configuration Advanced Options for more information.

\n@param advancedOptions Option to allow references to indices in an HTTP request body. Must be false when configuring access to individual sub-resources. By default, the value is true. See Configuration Advanced Options for more information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Option to allow references to indices in an HTTP request body. Must be false when configuring access to individual sub-resources. By default, the value is true. See Configuration Advanced Options for more information.

\n@param advancedOptions Option to allow references to indices in an HTTP request body. Must be false when configuring access to individual sub-resources. By default, the value is true. See Configuration Advanced Options for more information.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createElasticsearchDomainRequest", "variableType" : "CreateElasticsearchDomainRequest", "variableDeclarationType" : "CreateElasticsearchDomainRequest", "documentation" : null, "simpleType" : "CreateElasticsearchDomainRequest", "variableSetterType" : "CreateElasticsearchDomainRequest" }, "marshaller" : { "action" : "CreateElasticsearchDomain", "verb" : "POST", "target" : null, "requestUri" : "/2015-01-01/es/domain", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AdvancedOptions" : { "documentation" : "

Option to allow references to indices in an HTTP request body. Must be false when configuring access to individual sub-resources. By default, the value is true. See Configuration Advanced Options for more information.

", "name" : "AdvancedOptions", "c2jName" : "AdvancedOptions", "c2jShape" : "AdvancedOptions", "variable" : { "variableName" : "advancedOptions", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Option to allow references to indices in an HTTP request body. Must be false when configuring access to individual sub-resources. By default, the value is true. See Configuration Advanced Options for more information.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "advancedOptions", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "AdvancedOptions", "marshallLocationName" : "AdvancedOptions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "keySimple" : true, "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Option to allow references to indices in an HTTP request body. Must be false when configuring access to individual sub-resources. By default, the value is true. See Configuration Advanced Options for more information.

\n@param advancedOptions Option to allow references to indices in an HTTP request body. Must be false when configuring access to individual sub-resources. By default, the value is true. See Configuration Advanced Options for more information.*/", "getterDocumentation" : "/**

Option to allow references to indices in an HTTP request body. Must be false when configuring access to individual sub-resources. By default, the value is true. See Configuration Advanced Options for more information.

\n@return Option to allow references to indices in an HTTP request body. Must be false when configuring access to individual sub-resources. By default, the value is true. See Configuration Advanced Options for more information.*/", "fluentSetterDocumentation" : "/**

Option to allow references to indices in an HTTP request body. Must be false when configuring access to individual sub-resources. By default, the value is true. See Configuration Advanced Options for more information.

\n@param advancedOptions Option to allow references to indices in an HTTP request body. Must be false when configuring access to individual sub-resources. By default, the value is true. See Configuration Advanced Options for more information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Option to allow references to indices in an HTTP request body. Must be false when configuring access to individual sub-resources. By default, the value is true. See Configuration Advanced Options for more information.

\n@param advancedOptions Option to allow references to indices in an HTTP request body. Must be false when configuring access to individual sub-resources. By default, the value is true. See Configuration Advanced Options for more information.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ElasticsearchClusterConfig" : { "documentation" : "

Configuration options for an Elasticsearch domain. Specifies the instance type and number of instances in the domain cluster.

", "name" : "ElasticsearchClusterConfig", "c2jName" : "ElasticsearchClusterConfig", "c2jShape" : "ElasticsearchClusterConfig", "variable" : { "variableName" : "elasticsearchClusterConfig", "variableType" : "ElasticsearchClusterConfig", "variableDeclarationType" : "ElasticsearchClusterConfig", "documentation" : "

Configuration options for an Elasticsearch domain. Specifies the instance type and number of instances in the domain cluster.

", "simpleType" : "ElasticsearchClusterConfig", "variableSetterType" : "ElasticsearchClusterConfig" }, "setterModel" : { "variableName" : "elasticsearchClusterConfig", "variableType" : "ElasticsearchClusterConfig", "variableDeclarationType" : "ElasticsearchClusterConfig", "documentation" : "", "simpleType" : "ElasticsearchClusterConfig", "variableSetterType" : "ElasticsearchClusterConfig" }, "getterModel" : { "returnType" : "ElasticsearchClusterConfig", "documentation" : null }, "http" : { "unmarshallLocationName" : "ElasticsearchClusterConfig", "marshallLocationName" : "ElasticsearchClusterConfig", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Configuration options for an Elasticsearch domain. Specifies the instance type and number of instances in the domain cluster.

\n@param elasticsearchClusterConfig Configuration options for an Elasticsearch domain. Specifies the instance type and number of instances in the domain cluster.*/", "getterDocumentation" : "/**

Configuration options for an Elasticsearch domain. Specifies the instance type and number of instances in the domain cluster.

\n@return Configuration options for an Elasticsearch domain. Specifies the instance type and number of instances in the domain cluster.*/", "fluentSetterDocumentation" : "/**

Configuration options for an Elasticsearch domain. Specifies the instance type and number of instances in the domain cluster.

\n@param elasticsearchClusterConfig Configuration options for an Elasticsearch domain. Specifies the instance type and number of instances in the domain cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Configuration options for an Elasticsearch domain. Specifies the instance type and number of instances in the domain cluster.

\n@param elasticsearchClusterConfig Configuration options for an Elasticsearch domain. Specifies the instance type and number of instances in the domain cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AccessPolicies" : { "documentation" : "

IAM access policy as a JSON-formatted string.

", "name" : "AccessPolicies", "c2jName" : "AccessPolicies", "c2jShape" : "PolicyDocument", "variable" : { "variableName" : "accessPolicies", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

IAM access policy as a JSON-formatted string.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accessPolicies", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AccessPolicies", "marshallLocationName" : "AccessPolicies", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

IAM access policy as a JSON-formatted string.

\n@param accessPolicies IAM access policy as a JSON-formatted string.*/", "getterDocumentation" : "/**

IAM access policy as a JSON-formatted string.

\n@return IAM access policy as a JSON-formatted string.*/", "fluentSetterDocumentation" : "/**

IAM access policy as a JSON-formatted string.

\n@param accessPolicies IAM access policy as a JSON-formatted string.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

IAM access policy as a JSON-formatted string.

\n@param accessPolicies IAM access policy as a JSON-formatted string.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EBSOptions" : { "documentation" : "

Options to enable, disable and specify the type and size of EBS storage volumes.

", "name" : "EBSOptions", "c2jName" : "EBSOptions", "c2jShape" : "EBSOptions", "variable" : { "variableName" : "eBSOptions", "variableType" : "EBSOptions", "variableDeclarationType" : "EBSOptions", "documentation" : "

Options to enable, disable and specify the type and size of EBS storage volumes.

", "simpleType" : "EBSOptions", "variableSetterType" : "EBSOptions" }, "setterModel" : { "variableName" : "eBSOptions", "variableType" : "EBSOptions", "variableDeclarationType" : "EBSOptions", "documentation" : "", "simpleType" : "EBSOptions", "variableSetterType" : "EBSOptions" }, "getterModel" : { "returnType" : "EBSOptions", "documentation" : null }, "http" : { "unmarshallLocationName" : "EBSOptions", "marshallLocationName" : "EBSOptions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Options to enable, disable and specify the type and size of EBS storage volumes.

\n@param eBSOptions Options to enable, disable and specify the type and size of EBS storage volumes.*/", "getterDocumentation" : "/**

Options to enable, disable and specify the type and size of EBS storage volumes.

\n@return Options to enable, disable and specify the type and size of EBS storage volumes.*/", "fluentSetterDocumentation" : "/**

Options to enable, disable and specify the type and size of EBS storage volumes.

\n@param eBSOptions Options to enable, disable and specify the type and size of EBS storage volumes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Options to enable, disable and specify the type and size of EBS storage volumes.

\n@param eBSOptions Options to enable, disable and specify the type and size of EBS storage volumes.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DomainName" : { "documentation" : "

The name of the Elasticsearch domain that you are creating. Domain names are unique across the domains owned by an account within an AWS region. Domain names must start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).

", "name" : "DomainName", "c2jName" : "DomainName", "c2jShape" : "DomainName", "variable" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the Elasticsearch domain that you are creating. Domain names are unique across the domains owned by an account within an AWS region. Domain names must start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DomainName", "marshallLocationName" : "DomainName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the Elasticsearch domain that you are creating. Domain names are unique across the domains owned by an account within an AWS region. Domain names must start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).

\n@param domainName The name of the Elasticsearch domain that you are creating. Domain names are unique across the domains owned by an account within an AWS region. Domain names must start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).*/", "getterDocumentation" : "/**

The name of the Elasticsearch domain that you are creating. Domain names are unique across the domains owned by an account within an AWS region. Domain names must start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).

\n@return The name of the Elasticsearch domain that you are creating. Domain names are unique across the domains owned by an account within an AWS region. Domain names must start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).*/", "fluentSetterDocumentation" : "/**

The name of the Elasticsearch domain that you are creating. Domain names are unique across the domains owned by an account within an AWS region. Domain names must start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).

\n@param domainName The name of the Elasticsearch domain that you are creating. Domain names are unique across the domains owned by an account within an AWS region. Domain names must start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the Elasticsearch domain that you are creating. Domain names are unique across the domains owned by an account within an AWS region. Domain names must start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).

\n@param domainName The name of the Elasticsearch domain that you are creating. Domain names are unique across the domains owned by an account within an AWS region. Domain names must start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SnapshotOptions" : { "documentation" : "

Option to set time, in UTC format, of the daily automated snapshot. Default value is 0 hours.

", "name" : "SnapshotOptions", "c2jName" : "SnapshotOptions", "c2jShape" : "SnapshotOptions", "variable" : { "variableName" : "snapshotOptions", "variableType" : "SnapshotOptions", "variableDeclarationType" : "SnapshotOptions", "documentation" : "

Option to set time, in UTC format, of the daily automated snapshot. Default value is 0 hours.

", "simpleType" : "SnapshotOptions", "variableSetterType" : "SnapshotOptions" }, "setterModel" : { "variableName" : "snapshotOptions", "variableType" : "SnapshotOptions", "variableDeclarationType" : "SnapshotOptions", "documentation" : "", "simpleType" : "SnapshotOptions", "variableSetterType" : "SnapshotOptions" }, "getterModel" : { "returnType" : "SnapshotOptions", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotOptions", "marshallLocationName" : "SnapshotOptions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Option to set time, in UTC format, of the daily automated snapshot. Default value is 0 hours.

\n@param snapshotOptions Option to set time, in UTC format, of the daily automated snapshot. Default value is 0 hours.*/", "getterDocumentation" : "/**

Option to set time, in UTC format, of the daily automated snapshot. Default value is 0 hours.

\n@return Option to set time, in UTC format, of the daily automated snapshot. Default value is 0 hours.*/", "fluentSetterDocumentation" : "/**

Option to set time, in UTC format, of the daily automated snapshot. Default value is 0 hours.

\n@param snapshotOptions Option to set time, in UTC format, of the daily automated snapshot. Default value is 0 hours.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Option to set time, in UTC format, of the daily automated snapshot. Default value is 0 hours.

\n@param snapshotOptions Option to set time, in UTC format, of the daily automated snapshot. Default value is 0 hours.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteElasticsearchDomainRequest" : { "c2jName" : "DeleteElasticsearchDomainRequest", "documentation" : "

Container for the parameters to the DeleteElasticsearchDomain operation. Specifies the name of the Elasticsearch domain that you want to delete.

", "shapeName" : "DeleteElasticsearchDomainRequest", "deprecated" : false, "required" : [ "DomainName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The name of the Elasticsearch domain that you want to permanently delete.

", "name" : "DomainName", "c2jName" : "DomainName", "c2jShape" : "DomainName", "variable" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the Elasticsearch domain that you want to permanently delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DomainName", "marshallLocationName" : "DomainName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the Elasticsearch domain that you want to permanently delete.

\n@param domainName The name of the Elasticsearch domain that you want to permanently delete.*/", "getterDocumentation" : "/**

The name of the Elasticsearch domain that you want to permanently delete.

\n@return The name of the Elasticsearch domain that you want to permanently delete.*/", "fluentSetterDocumentation" : "/**

The name of the Elasticsearch domain that you want to permanently delete.

\n@param domainName The name of the Elasticsearch domain that you want to permanently delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the Elasticsearch domain that you want to permanently delete.

\n@param domainName The name of the Elasticsearch domain that you want to permanently delete.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteElasticsearchDomainRequest", "variableType" : "DeleteElasticsearchDomainRequest", "variableDeclarationType" : "DeleteElasticsearchDomainRequest", "documentation" : null, "simpleType" : "DeleteElasticsearchDomainRequest", "variableSetterType" : "DeleteElasticsearchDomainRequest" }, "marshaller" : { "action" : "DeleteElasticsearchDomain", "verb" : "DELETE", "target" : null, "requestUri" : "/2015-01-01/es/domain/{DomainName}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DomainName" : { "documentation" : "

The name of the Elasticsearch domain that you want to permanently delete.

", "name" : "DomainName", "c2jName" : "DomainName", "c2jShape" : "DomainName", "variable" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the Elasticsearch domain that you want to permanently delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DomainName", "marshallLocationName" : "DomainName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the Elasticsearch domain that you want to permanently delete.

\n@param domainName The name of the Elasticsearch domain that you want to permanently delete.*/", "getterDocumentation" : "/**

The name of the Elasticsearch domain that you want to permanently delete.

\n@return The name of the Elasticsearch domain that you want to permanently delete.*/", "fluentSetterDocumentation" : "/**

The name of the Elasticsearch domain that you want to permanently delete.

\n@param domainName The name of the Elasticsearch domain that you want to permanently delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the Elasticsearch domain that you want to permanently delete.

\n@param domainName The name of the Elasticsearch domain that you want to permanently delete.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListTagsRequest" : { "c2jName" : "ListTagsRequest", "documentation" : "

Container for the parameters to the ListTags operation. Specify the ARN for the Elasticsearch domain to which the tags are attached that you want to view are attached.

", "shapeName" : "ListTagsRequest", "deprecated" : false, "required" : [ "ARN" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Specify the ARN for the Elasticsearch domain to which the tags are attached that you want to view.

", "name" : "ARN", "c2jName" : "ARN", "c2jShape" : "ARN", "variable" : { "variableName" : "aRN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specify the ARN for the Elasticsearch domain to which the tags are attached that you want to view.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "aRN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "arn", "marshallLocationName" : "arn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specify the ARN for the Elasticsearch domain to which the tags are attached that you want to view.

\n@param aRN Specify the ARN for the Elasticsearch domain to which the tags are attached that you want to view.*/", "getterDocumentation" : "/**

Specify the ARN for the Elasticsearch domain to which the tags are attached that you want to view.

\n@return Specify the ARN for the Elasticsearch domain to which the tags are attached that you want to view.*/", "fluentSetterDocumentation" : "/**

Specify the ARN for the Elasticsearch domain to which the tags are attached that you want to view.

\n@param aRN Specify the ARN for the Elasticsearch domain to which the tags are attached that you want to view.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specify the ARN for the Elasticsearch domain to which the tags are attached that you want to view.

\n@param aRN Specify the ARN for the Elasticsearch domain to which the tags are attached that you want to view.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listTagsRequest", "variableType" : "ListTagsRequest", "variableDeclarationType" : "ListTagsRequest", "documentation" : null, "simpleType" : "ListTagsRequest", "variableSetterType" : "ListTagsRequest" }, "marshaller" : { "action" : "ListTags", "verb" : "GET", "target" : null, "requestUri" : "/2015-01-01/tags/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ARN" : { "documentation" : "

Specify the ARN for the Elasticsearch domain to which the tags are attached that you want to view.

", "name" : "ARN", "c2jName" : "ARN", "c2jShape" : "ARN", "variable" : { "variableName" : "aRN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specify the ARN for the Elasticsearch domain to which the tags are attached that you want to view.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "aRN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "arn", "marshallLocationName" : "arn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specify the ARN for the Elasticsearch domain to which the tags are attached that you want to view.

\n@param aRN Specify the ARN for the Elasticsearch domain to which the tags are attached that you want to view.*/", "getterDocumentation" : "/**

Specify the ARN for the Elasticsearch domain to which the tags are attached that you want to view.

\n@return Specify the ARN for the Elasticsearch domain to which the tags are attached that you want to view.*/", "fluentSetterDocumentation" : "/**

Specify the ARN for the Elasticsearch domain to which the tags are attached that you want to view.

\n@param aRN Specify the ARN for the Elasticsearch domain to which the tags are attached that you want to view.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specify the ARN for the Elasticsearch domain to which the tags are attached that you want to view.

\n@param aRN Specify the ARN for the Elasticsearch domain to which the tags are attached that you want to view.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeElasticsearchDomainRequest" : { "c2jName" : "DescribeElasticsearchDomainRequest", "documentation" : "

Container for the parameters to the DescribeElasticsearchDomain operation.

", "shapeName" : "DescribeElasticsearchDomainRequest", "deprecated" : false, "required" : [ "DomainName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The name of the Elasticsearch domain for which you want information.

", "name" : "DomainName", "c2jName" : "DomainName", "c2jShape" : "DomainName", "variable" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the Elasticsearch domain for which you want information.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DomainName", "marshallLocationName" : "DomainName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the Elasticsearch domain for which you want information.

\n@param domainName The name of the Elasticsearch domain for which you want information.*/", "getterDocumentation" : "/**

The name of the Elasticsearch domain for which you want information.

\n@return The name of the Elasticsearch domain for which you want information.*/", "fluentSetterDocumentation" : "/**

The name of the Elasticsearch domain for which you want information.

\n@param domainName The name of the Elasticsearch domain for which you want information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the Elasticsearch domain for which you want information.

\n@param domainName The name of the Elasticsearch domain for which you want information.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeElasticsearchDomainRequest", "variableType" : "DescribeElasticsearchDomainRequest", "variableDeclarationType" : "DescribeElasticsearchDomainRequest", "documentation" : null, "simpleType" : "DescribeElasticsearchDomainRequest", "variableSetterType" : "DescribeElasticsearchDomainRequest" }, "marshaller" : { "action" : "DescribeElasticsearchDomain", "verb" : "GET", "target" : null, "requestUri" : "/2015-01-01/es/domain/{DomainName}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DomainName" : { "documentation" : "

The name of the Elasticsearch domain for which you want information.

", "name" : "DomainName", "c2jName" : "DomainName", "c2jShape" : "DomainName", "variable" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the Elasticsearch domain for which you want information.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DomainName", "marshallLocationName" : "DomainName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the Elasticsearch domain for which you want information.

\n@param domainName The name of the Elasticsearch domain for which you want information.*/", "getterDocumentation" : "/**

The name of the Elasticsearch domain for which you want information.

\n@return The name of the Elasticsearch domain for which you want information.*/", "fluentSetterDocumentation" : "/**

The name of the Elasticsearch domain for which you want information.

\n@param domainName The name of the Elasticsearch domain for which you want information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the Elasticsearch domain for which you want information.

\n@param domainName The name of the Elasticsearch domain for which you want information.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UpdateElasticsearchDomainConfigRequest" : { "c2jName" : "UpdateElasticsearchDomainConfigRequest", "documentation" : "

Container for the parameters to the UpdateElasticsearchDomain operation. Specifies the type and number of instances in the domain cluster.

", "shapeName" : "UpdateElasticsearchDomainConfigRequest", "deprecated" : false, "required" : [ "DomainName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The name of the Elasticsearch domain that you are updating.

", "name" : "DomainName", "c2jName" : "DomainName", "c2jShape" : "DomainName", "variable" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the Elasticsearch domain that you are updating.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DomainName", "marshallLocationName" : "DomainName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the Elasticsearch domain that you are updating.

\n@param domainName The name of the Elasticsearch domain that you are updating.*/", "getterDocumentation" : "/**

The name of the Elasticsearch domain that you are updating.

\n@return The name of the Elasticsearch domain that you are updating.*/", "fluentSetterDocumentation" : "/**

The name of the Elasticsearch domain that you are updating.

\n@param domainName The name of the Elasticsearch domain that you are updating.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the Elasticsearch domain that you are updating.

\n@param domainName The name of the Elasticsearch domain that you are updating.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The type and number of instances to instantiate for the domain cluster.

", "name" : "ElasticsearchClusterConfig", "c2jName" : "ElasticsearchClusterConfig", "c2jShape" : "ElasticsearchClusterConfig", "variable" : { "variableName" : "elasticsearchClusterConfig", "variableType" : "ElasticsearchClusterConfig", "variableDeclarationType" : "ElasticsearchClusterConfig", "documentation" : "

The type and number of instances to instantiate for the domain cluster.

", "simpleType" : "ElasticsearchClusterConfig", "variableSetterType" : "ElasticsearchClusterConfig" }, "setterModel" : { "variableName" : "elasticsearchClusterConfig", "variableType" : "ElasticsearchClusterConfig", "variableDeclarationType" : "ElasticsearchClusterConfig", "documentation" : "", "simpleType" : "ElasticsearchClusterConfig", "variableSetterType" : "ElasticsearchClusterConfig" }, "getterModel" : { "returnType" : "ElasticsearchClusterConfig", "documentation" : null }, "http" : { "unmarshallLocationName" : "ElasticsearchClusterConfig", "marshallLocationName" : "ElasticsearchClusterConfig", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

The type and number of instances to instantiate for the domain cluster.

\n@param elasticsearchClusterConfig The type and number of instances to instantiate for the domain cluster.*/", "getterDocumentation" : "/**

The type and number of instances to instantiate for the domain cluster.

\n@return The type and number of instances to instantiate for the domain cluster.*/", "fluentSetterDocumentation" : "/**

The type and number of instances to instantiate for the domain cluster.

\n@param elasticsearchClusterConfig The type and number of instances to instantiate for the domain cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The type and number of instances to instantiate for the domain cluster.

\n@param elasticsearchClusterConfig The type and number of instances to instantiate for the domain cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specify the type and size of the EBS volume that you want to use.

", "name" : "EBSOptions", "c2jName" : "EBSOptions", "c2jShape" : "EBSOptions", "variable" : { "variableName" : "eBSOptions", "variableType" : "EBSOptions", "variableDeclarationType" : "EBSOptions", "documentation" : "

Specify the type and size of the EBS volume that you want to use.

", "simpleType" : "EBSOptions", "variableSetterType" : "EBSOptions" }, "setterModel" : { "variableName" : "eBSOptions", "variableType" : "EBSOptions", "variableDeclarationType" : "EBSOptions", "documentation" : "", "simpleType" : "EBSOptions", "variableSetterType" : "EBSOptions" }, "getterModel" : { "returnType" : "EBSOptions", "documentation" : null }, "http" : { "unmarshallLocationName" : "EBSOptions", "marshallLocationName" : "EBSOptions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Specify the type and size of the EBS volume that you want to use.

\n@param eBSOptions Specify the type and size of the EBS volume that you want to use.*/", "getterDocumentation" : "/**

Specify the type and size of the EBS volume that you want to use.

\n@return Specify the type and size of the EBS volume that you want to use.*/", "fluentSetterDocumentation" : "/**

Specify the type and size of the EBS volume that you want to use.

\n@param eBSOptions Specify the type and size of the EBS volume that you want to use.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specify the type and size of the EBS volume that you want to use.

\n@param eBSOptions Specify the type and size of the EBS volume that you want to use.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Option to set the time, in UTC format, for the daily automated snapshot. Default value is 0 hours.

", "name" : "SnapshotOptions", "c2jName" : "SnapshotOptions", "c2jShape" : "SnapshotOptions", "variable" : { "variableName" : "snapshotOptions", "variableType" : "SnapshotOptions", "variableDeclarationType" : "SnapshotOptions", "documentation" : "

Option to set the time, in UTC format, for the daily automated snapshot. Default value is 0 hours.

", "simpleType" : "SnapshotOptions", "variableSetterType" : "SnapshotOptions" }, "setterModel" : { "variableName" : "snapshotOptions", "variableType" : "SnapshotOptions", "variableDeclarationType" : "SnapshotOptions", "documentation" : "", "simpleType" : "SnapshotOptions", "variableSetterType" : "SnapshotOptions" }, "getterModel" : { "returnType" : "SnapshotOptions", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotOptions", "marshallLocationName" : "SnapshotOptions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Option to set the time, in UTC format, for the daily automated snapshot. Default value is 0 hours.

\n@param snapshotOptions Option to set the time, in UTC format, for the daily automated snapshot. Default value is 0 hours.*/", "getterDocumentation" : "/**

Option to set the time, in UTC format, for the daily automated snapshot. Default value is 0 hours.

\n@return Option to set the time, in UTC format, for the daily automated snapshot. Default value is 0 hours.*/", "fluentSetterDocumentation" : "/**

Option to set the time, in UTC format, for the daily automated snapshot. Default value is 0 hours.

\n@param snapshotOptions Option to set the time, in UTC format, for the daily automated snapshot. Default value is 0 hours.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Option to set the time, in UTC format, for the daily automated snapshot. Default value is 0 hours.

\n@param snapshotOptions Option to set the time, in UTC format, for the daily automated snapshot. Default value is 0 hours.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Modifies the advanced option to allow references to indices in an HTTP request body. Must be false when configuring access to individual sub-resources. By default, the value is true. See Configuration Advanced Options for more information.

", "name" : "AdvancedOptions", "c2jName" : "AdvancedOptions", "c2jShape" : "AdvancedOptions", "variable" : { "variableName" : "advancedOptions", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Modifies the advanced option to allow references to indices in an HTTP request body. Must be false when configuring access to individual sub-resources. By default, the value is true. See Configuration Advanced Options for more information.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "advancedOptions", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "AdvancedOptions", "marshallLocationName" : "AdvancedOptions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "keySimple" : true, "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Modifies the advanced option to allow references to indices in an HTTP request body. Must be false when configuring access to individual sub-resources. By default, the value is true. See Configuration Advanced Options for more information.

\n@param advancedOptions Modifies the advanced option to allow references to indices in an HTTP request body. Must be false when configuring access to individual sub-resources. By default, the value is true. See Configuration Advanced Options for more information.*/", "getterDocumentation" : "/**

Modifies the advanced option to allow references to indices in an HTTP request body. Must be false when configuring access to individual sub-resources. By default, the value is true. See Configuration Advanced Options for more information.

\n@return Modifies the advanced option to allow references to indices in an HTTP request body. Must be false when configuring access to individual sub-resources. By default, the value is true. See Configuration Advanced Options for more information.*/", "fluentSetterDocumentation" : "/**

Modifies the advanced option to allow references to indices in an HTTP request body. Must be false when configuring access to individual sub-resources. By default, the value is true. See Configuration Advanced Options for more information.

\n@param advancedOptions Modifies the advanced option to allow references to indices in an HTTP request body. Must be false when configuring access to individual sub-resources. By default, the value is true. See Configuration Advanced Options for more information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Modifies the advanced option to allow references to indices in an HTTP request body. Must be false when configuring access to individual sub-resources. By default, the value is true. See Configuration Advanced Options for more information.

\n@param advancedOptions Modifies the advanced option to allow references to indices in an HTTP request body. Must be false when configuring access to individual sub-resources. By default, the value is true. See Configuration Advanced Options for more information.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

IAM access policy as a JSON-formatted string.

", "name" : "AccessPolicies", "c2jName" : "AccessPolicies", "c2jShape" : "PolicyDocument", "variable" : { "variableName" : "accessPolicies", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

IAM access policy as a JSON-formatted string.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accessPolicies", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AccessPolicies", "marshallLocationName" : "AccessPolicies", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

IAM access policy as a JSON-formatted string.

\n@param accessPolicies IAM access policy as a JSON-formatted string.*/", "getterDocumentation" : "/**

IAM access policy as a JSON-formatted string.

\n@return IAM access policy as a JSON-formatted string.*/", "fluentSetterDocumentation" : "/**

IAM access policy as a JSON-formatted string.

\n@param accessPolicies IAM access policy as a JSON-formatted string.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

IAM access policy as a JSON-formatted string.

\n@param accessPolicies IAM access policy as a JSON-formatted string.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateElasticsearchDomainConfigRequest", "variableType" : "UpdateElasticsearchDomainConfigRequest", "variableDeclarationType" : "UpdateElasticsearchDomainConfigRequest", "documentation" : null, "simpleType" : "UpdateElasticsearchDomainConfigRequest", "variableSetterType" : "UpdateElasticsearchDomainConfigRequest" }, "marshaller" : { "action" : "UpdateElasticsearchDomainConfig", "verb" : "POST", "target" : null, "requestUri" : "/2015-01-01/es/domain/{DomainName}/config", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AdvancedOptions" : { "documentation" : "

Modifies the advanced option to allow references to indices in an HTTP request body. Must be false when configuring access to individual sub-resources. By default, the value is true. See Configuration Advanced Options for more information.

", "name" : "AdvancedOptions", "c2jName" : "AdvancedOptions", "c2jShape" : "AdvancedOptions", "variable" : { "variableName" : "advancedOptions", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Modifies the advanced option to allow references to indices in an HTTP request body. Must be false when configuring access to individual sub-resources. By default, the value is true. See Configuration Advanced Options for more information.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "advancedOptions", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "AdvancedOptions", "marshallLocationName" : "AdvancedOptions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "keySimple" : true, "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Modifies the advanced option to allow references to indices in an HTTP request body. Must be false when configuring access to individual sub-resources. By default, the value is true. See Configuration Advanced Options for more information.

\n@param advancedOptions Modifies the advanced option to allow references to indices in an HTTP request body. Must be false when configuring access to individual sub-resources. By default, the value is true. See Configuration Advanced Options for more information.*/", "getterDocumentation" : "/**

Modifies the advanced option to allow references to indices in an HTTP request body. Must be false when configuring access to individual sub-resources. By default, the value is true. See Configuration Advanced Options for more information.

\n@return Modifies the advanced option to allow references to indices in an HTTP request body. Must be false when configuring access to individual sub-resources. By default, the value is true. See Configuration Advanced Options for more information.*/", "fluentSetterDocumentation" : "/**

Modifies the advanced option to allow references to indices in an HTTP request body. Must be false when configuring access to individual sub-resources. By default, the value is true. See Configuration Advanced Options for more information.

\n@param advancedOptions Modifies the advanced option to allow references to indices in an HTTP request body. Must be false when configuring access to individual sub-resources. By default, the value is true. See Configuration Advanced Options for more information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Modifies the advanced option to allow references to indices in an HTTP request body. Must be false when configuring access to individual sub-resources. By default, the value is true. See Configuration Advanced Options for more information.

\n@param advancedOptions Modifies the advanced option to allow references to indices in an HTTP request body. Must be false when configuring access to individual sub-resources. By default, the value is true. See Configuration Advanced Options for more information.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ElasticsearchClusterConfig" : { "documentation" : "

The type and number of instances to instantiate for the domain cluster.

", "name" : "ElasticsearchClusterConfig", "c2jName" : "ElasticsearchClusterConfig", "c2jShape" : "ElasticsearchClusterConfig", "variable" : { "variableName" : "elasticsearchClusterConfig", "variableType" : "ElasticsearchClusterConfig", "variableDeclarationType" : "ElasticsearchClusterConfig", "documentation" : "

The type and number of instances to instantiate for the domain cluster.

", "simpleType" : "ElasticsearchClusterConfig", "variableSetterType" : "ElasticsearchClusterConfig" }, "setterModel" : { "variableName" : "elasticsearchClusterConfig", "variableType" : "ElasticsearchClusterConfig", "variableDeclarationType" : "ElasticsearchClusterConfig", "documentation" : "", "simpleType" : "ElasticsearchClusterConfig", "variableSetterType" : "ElasticsearchClusterConfig" }, "getterModel" : { "returnType" : "ElasticsearchClusterConfig", "documentation" : null }, "http" : { "unmarshallLocationName" : "ElasticsearchClusterConfig", "marshallLocationName" : "ElasticsearchClusterConfig", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

The type and number of instances to instantiate for the domain cluster.

\n@param elasticsearchClusterConfig The type and number of instances to instantiate for the domain cluster.*/", "getterDocumentation" : "/**

The type and number of instances to instantiate for the domain cluster.

\n@return The type and number of instances to instantiate for the domain cluster.*/", "fluentSetterDocumentation" : "/**

The type and number of instances to instantiate for the domain cluster.

\n@param elasticsearchClusterConfig The type and number of instances to instantiate for the domain cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The type and number of instances to instantiate for the domain cluster.

\n@param elasticsearchClusterConfig The type and number of instances to instantiate for the domain cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AccessPolicies" : { "documentation" : "

IAM access policy as a JSON-formatted string.

", "name" : "AccessPolicies", "c2jName" : "AccessPolicies", "c2jShape" : "PolicyDocument", "variable" : { "variableName" : "accessPolicies", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

IAM access policy as a JSON-formatted string.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accessPolicies", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AccessPolicies", "marshallLocationName" : "AccessPolicies", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

IAM access policy as a JSON-formatted string.

\n@param accessPolicies IAM access policy as a JSON-formatted string.*/", "getterDocumentation" : "/**

IAM access policy as a JSON-formatted string.

\n@return IAM access policy as a JSON-formatted string.*/", "fluentSetterDocumentation" : "/**

IAM access policy as a JSON-formatted string.

\n@param accessPolicies IAM access policy as a JSON-formatted string.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

IAM access policy as a JSON-formatted string.

\n@param accessPolicies IAM access policy as a JSON-formatted string.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EBSOptions" : { "documentation" : "

Specify the type and size of the EBS volume that you want to use.

", "name" : "EBSOptions", "c2jName" : "EBSOptions", "c2jShape" : "EBSOptions", "variable" : { "variableName" : "eBSOptions", "variableType" : "EBSOptions", "variableDeclarationType" : "EBSOptions", "documentation" : "

Specify the type and size of the EBS volume that you want to use.

", "simpleType" : "EBSOptions", "variableSetterType" : "EBSOptions" }, "setterModel" : { "variableName" : "eBSOptions", "variableType" : "EBSOptions", "variableDeclarationType" : "EBSOptions", "documentation" : "", "simpleType" : "EBSOptions", "variableSetterType" : "EBSOptions" }, "getterModel" : { "returnType" : "EBSOptions", "documentation" : null }, "http" : { "unmarshallLocationName" : "EBSOptions", "marshallLocationName" : "EBSOptions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Specify the type and size of the EBS volume that you want to use.

\n@param eBSOptions Specify the type and size of the EBS volume that you want to use.*/", "getterDocumentation" : "/**

Specify the type and size of the EBS volume that you want to use.

\n@return Specify the type and size of the EBS volume that you want to use.*/", "fluentSetterDocumentation" : "/**

Specify the type and size of the EBS volume that you want to use.

\n@param eBSOptions Specify the type and size of the EBS volume that you want to use.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specify the type and size of the EBS volume that you want to use.

\n@param eBSOptions Specify the type and size of the EBS volume that you want to use.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DomainName" : { "documentation" : "

The name of the Elasticsearch domain that you are updating.

", "name" : "DomainName", "c2jName" : "DomainName", "c2jShape" : "DomainName", "variable" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the Elasticsearch domain that you are updating.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DomainName", "marshallLocationName" : "DomainName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the Elasticsearch domain that you are updating.

\n@param domainName The name of the Elasticsearch domain that you are updating.*/", "getterDocumentation" : "/**

The name of the Elasticsearch domain that you are updating.

\n@return The name of the Elasticsearch domain that you are updating.*/", "fluentSetterDocumentation" : "/**

The name of the Elasticsearch domain that you are updating.

\n@param domainName The name of the Elasticsearch domain that you are updating.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the Elasticsearch domain that you are updating.

\n@param domainName The name of the Elasticsearch domain that you are updating.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SnapshotOptions" : { "documentation" : "

Option to set the time, in UTC format, for the daily automated snapshot. Default value is 0 hours.

", "name" : "SnapshotOptions", "c2jName" : "SnapshotOptions", "c2jShape" : "SnapshotOptions", "variable" : { "variableName" : "snapshotOptions", "variableType" : "SnapshotOptions", "variableDeclarationType" : "SnapshotOptions", "documentation" : "

Option to set the time, in UTC format, for the daily automated snapshot. Default value is 0 hours.

", "simpleType" : "SnapshotOptions", "variableSetterType" : "SnapshotOptions" }, "setterModel" : { "variableName" : "snapshotOptions", "variableType" : "SnapshotOptions", "variableDeclarationType" : "SnapshotOptions", "documentation" : "", "simpleType" : "SnapshotOptions", "variableSetterType" : "SnapshotOptions" }, "getterModel" : { "returnType" : "SnapshotOptions", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotOptions", "marshallLocationName" : "SnapshotOptions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Option to set the time, in UTC format, for the daily automated snapshot. Default value is 0 hours.

\n@param snapshotOptions Option to set the time, in UTC format, for the daily automated snapshot. Default value is 0 hours.*/", "getterDocumentation" : "/**

Option to set the time, in UTC format, for the daily automated snapshot. Default value is 0 hours.

\n@return Option to set the time, in UTC format, for the daily automated snapshot. Default value is 0 hours.*/", "fluentSetterDocumentation" : "/**

Option to set the time, in UTC format, for the daily automated snapshot. Default value is 0 hours.

\n@param snapshotOptions Option to set the time, in UTC format, for the daily automated snapshot. Default value is 0 hours.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Option to set the time, in UTC format, for the daily automated snapshot. Default value is 0 hours.

\n@param snapshotOptions Option to set the time, in UTC format, for the daily automated snapshot. Default value is 0 hours.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "AddTagsResult" : { "c2jName" : "AddTagsResult", "documentation" : null, "shapeName" : "AddTagsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "addTagsResult", "variableType" : "AddTagsResult", "variableDeclarationType" : "AddTagsResult", "documentation" : null, "simpleType" : "AddTagsResult", "variableSetterType" : "AddTagsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ListDomainNamesResult" : { "c2jName" : "ListDomainNamesResponse", "documentation" : "

The result of a ListDomainNames operation. Contains the names of all Elasticsearch domains owned by this account.

", "shapeName" : "ListDomainNamesResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

List of Elasticsearch domain names.

", "name" : "DomainNames", "c2jName" : "DomainNames", "c2jShape" : "DomainInfoList", "variable" : { "variableName" : "domainNames", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

List of Elasticsearch domain names.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "domainNames", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "DomainNames", "marshallLocationName" : "DomainNames", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "DomainInfo", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "DomainInfo", "variable" : { "variableName" : "member", "variableType" : "DomainInfo", "variableDeclarationType" : "DomainInfo", "documentation" : "", "simpleType" : "DomainInfo", "variableSetterType" : "DomainInfo" }, "setterModel" : { "variableName" : "member", "variableType" : "DomainInfo", "variableDeclarationType" : "DomainInfo", "documentation" : "", "simpleType" : "DomainInfo", "variableSetterType" : "DomainInfo" }, "getterModel" : { "returnType" : "DomainInfo", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "DomainInfo", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

List of Elasticsearch domain names.

\n@param domainNames List of Elasticsearch domain names.*/", "getterDocumentation" : "/**

List of Elasticsearch domain names.

\n@return List of Elasticsearch domain names.*/", "fluentSetterDocumentation" : "/**

List of Elasticsearch domain names.

\n@param domainNames List of Elasticsearch domain names.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

List of Elasticsearch domain names.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setDomainNames(java.util.Collection)} or {@link #withDomainNames(java.util.Collection)} if you want to override the existing values.

\n@param domainNames List of Elasticsearch domain names.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listDomainNamesResult", "variableType" : "ListDomainNamesResult", "variableDeclarationType" : "ListDomainNamesResult", "documentation" : null, "simpleType" : "ListDomainNamesResult", "variableSetterType" : "ListDomainNamesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DomainNames" : { "documentation" : "

List of Elasticsearch domain names.

", "name" : "DomainNames", "c2jName" : "DomainNames", "c2jShape" : "DomainInfoList", "variable" : { "variableName" : "domainNames", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

List of Elasticsearch domain names.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "domainNames", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "DomainNames", "marshallLocationName" : "DomainNames", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "DomainInfo", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "DomainInfo", "variable" : { "variableName" : "member", "variableType" : "DomainInfo", "variableDeclarationType" : "DomainInfo", "documentation" : "", "simpleType" : "DomainInfo", "variableSetterType" : "DomainInfo" }, "setterModel" : { "variableName" : "member", "variableType" : "DomainInfo", "variableDeclarationType" : "DomainInfo", "documentation" : "", "simpleType" : "DomainInfo", "variableSetterType" : "DomainInfo" }, "getterModel" : { "returnType" : "DomainInfo", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "DomainInfo", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

List of Elasticsearch domain names.

\n@param domainNames List of Elasticsearch domain names.*/", "getterDocumentation" : "/**

List of Elasticsearch domain names.

\n@return List of Elasticsearch domain names.*/", "fluentSetterDocumentation" : "/**

List of Elasticsearch domain names.

\n@param domainNames List of Elasticsearch domain names.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

List of Elasticsearch domain names.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setDomainNames(java.util.Collection)} or {@link #withDomainNames(java.util.Collection)} if you want to override the existing values.

\n@param domainNames List of Elasticsearch domain names.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "AccessPoliciesStatus" : { "c2jName" : "AccessPoliciesStatus", "documentation" : "

The configured access rules for the domain's document and search endpoints, and the current status of those rules.

", "shapeName" : "AccessPoliciesStatus", "deprecated" : false, "required" : [ "Options", "Status" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The access policy configured for the Elasticsearch domain. Access policies may be resource-based, IP-based, or IAM-based. See Configuring Access Policiesfor more information.

", "name" : "Options", "c2jName" : "Options", "c2jShape" : "PolicyDocument", "variable" : { "variableName" : "options", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The access policy configured for the Elasticsearch domain. Access policies may be resource-based, IP-based, or IAM-based. See Configuring Access Policiesfor more information.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "options", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Options", "marshallLocationName" : "Options", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The access policy configured for the Elasticsearch domain. Access policies may be resource-based, IP-based, or IAM-based. See Configuring Access Policiesfor more information.

\n@param options The access policy configured for the Elasticsearch domain. Access policies may be resource-based, IP-based, or IAM-based. See Configuring Access Policiesfor more information.*/", "getterDocumentation" : "/**

The access policy configured for the Elasticsearch domain. Access policies may be resource-based, IP-based, or IAM-based. See Configuring Access Policiesfor more information.

\n@return The access policy configured for the Elasticsearch domain. Access policies may be resource-based, IP-based, or IAM-based. See Configuring Access Policiesfor more information.*/", "fluentSetterDocumentation" : "/**

The access policy configured for the Elasticsearch domain. Access policies may be resource-based, IP-based, or IAM-based. See Configuring Access Policiesfor more information.

\n@param options The access policy configured for the Elasticsearch domain. Access policies may be resource-based, IP-based, or IAM-based. See Configuring Access Policiesfor more information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The access policy configured for the Elasticsearch domain. Access policies may be resource-based, IP-based, or IAM-based. See Configuring Access Policiesfor more information.

\n@param options The access policy configured for the Elasticsearch domain. Access policies may be resource-based, IP-based, or IAM-based. See Configuring Access Policiesfor more information.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The status of the access policy for the Elasticsearch domain. See OptionStatus for the status information that's included.

", "name" : "Status", "c2jName" : "Status", "c2jShape" : "OptionStatus", "variable" : { "variableName" : "status", "variableType" : "OptionStatus", "variableDeclarationType" : "OptionStatus", "documentation" : "

The status of the access policy for the Elasticsearch domain. See OptionStatus for the status information that's included.

", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "setterModel" : { "variableName" : "status", "variableType" : "OptionStatus", "variableDeclarationType" : "OptionStatus", "documentation" : "", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "getterModel" : { "returnType" : "OptionStatus", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

The status of the access policy for the Elasticsearch domain. See OptionStatus for the status information that's included.

\n@param status The status of the access policy for the Elasticsearch domain. See OptionStatus for the status information that's included.*/", "getterDocumentation" : "/**

The status of the access policy for the Elasticsearch domain. See OptionStatus for the status information that's included.

\n@return The status of the access policy for the Elasticsearch domain. See OptionStatus for the status information that's included.*/", "fluentSetterDocumentation" : "/**

The status of the access policy for the Elasticsearch domain. See OptionStatus for the status information that's included.

\n@param status The status of the access policy for the Elasticsearch domain. See OptionStatus for the status information that's included.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The status of the access policy for the Elasticsearch domain. See OptionStatus for the status information that's included.

\n@param status The status of the access policy for the Elasticsearch domain. See OptionStatus for the status information that's included.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "accessPoliciesStatus", "variableType" : "AccessPoliciesStatus", "variableDeclarationType" : "AccessPoliciesStatus", "documentation" : null, "simpleType" : "AccessPoliciesStatus", "variableSetterType" : "AccessPoliciesStatus" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Status" : { "documentation" : "

The status of the access policy for the Elasticsearch domain. See OptionStatus for the status information that's included.

", "name" : "Status", "c2jName" : "Status", "c2jShape" : "OptionStatus", "variable" : { "variableName" : "status", "variableType" : "OptionStatus", "variableDeclarationType" : "OptionStatus", "documentation" : "

The status of the access policy for the Elasticsearch domain. See OptionStatus for the status information that's included.

", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "setterModel" : { "variableName" : "status", "variableType" : "OptionStatus", "variableDeclarationType" : "OptionStatus", "documentation" : "", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "getterModel" : { "returnType" : "OptionStatus", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

The status of the access policy for the Elasticsearch domain. See OptionStatus for the status information that's included.

\n@param status The status of the access policy for the Elasticsearch domain. See OptionStatus for the status information that's included.*/", "getterDocumentation" : "/**

The status of the access policy for the Elasticsearch domain. See OptionStatus for the status information that's included.

\n@return The status of the access policy for the Elasticsearch domain. See OptionStatus for the status information that's included.*/", "fluentSetterDocumentation" : "/**

The status of the access policy for the Elasticsearch domain. See OptionStatus for the status information that's included.

\n@param status The status of the access policy for the Elasticsearch domain. See OptionStatus for the status information that's included.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The status of the access policy for the Elasticsearch domain. See OptionStatus for the status information that's included.

\n@param status The status of the access policy for the Elasticsearch domain. See OptionStatus for the status information that's included.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Options" : { "documentation" : "

The access policy configured for the Elasticsearch domain. Access policies may be resource-based, IP-based, or IAM-based. See Configuring Access Policiesfor more information.

", "name" : "Options", "c2jName" : "Options", "c2jShape" : "PolicyDocument", "variable" : { "variableName" : "options", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The access policy configured for the Elasticsearch domain. Access policies may be resource-based, IP-based, or IAM-based. See Configuring Access Policiesfor more information.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "options", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Options", "marshallLocationName" : "Options", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The access policy configured for the Elasticsearch domain. Access policies may be resource-based, IP-based, or IAM-based. See Configuring Access Policiesfor more information.

\n@param options The access policy configured for the Elasticsearch domain. Access policies may be resource-based, IP-based, or IAM-based. See Configuring Access Policiesfor more information.*/", "getterDocumentation" : "/**

The access policy configured for the Elasticsearch domain. Access policies may be resource-based, IP-based, or IAM-based. See Configuring Access Policiesfor more information.

\n@return The access policy configured for the Elasticsearch domain. Access policies may be resource-based, IP-based, or IAM-based. See Configuring Access Policiesfor more information.*/", "fluentSetterDocumentation" : "/**

The access policy configured for the Elasticsearch domain. Access policies may be resource-based, IP-based, or IAM-based. See Configuring Access Policiesfor more information.

\n@param options The access policy configured for the Elasticsearch domain. Access policies may be resource-based, IP-based, or IAM-based. See Configuring Access Policiesfor more information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The access policy configured for the Elasticsearch domain. Access policies may be resource-based, IP-based, or IAM-based. See Configuring Access Policiesfor more information.

\n@param options The access policy configured for the Elasticsearch domain. Access policies may be resource-based, IP-based, or IAM-based. See Configuring Access Policiesfor more information.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeElasticsearchDomainConfigResult" : { "c2jName" : "DescribeElasticsearchDomainConfigResponse", "documentation" : "

The result of a DescribeElasticsearchDomainConfig request. Contains the configuration information of the requested domain.

", "shapeName" : "DescribeElasticsearchDomainConfigResult", "deprecated" : false, "required" : [ "DomainConfig" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The configuration information of the domain requested in the DescribeElasticsearchDomainConfig request.

", "name" : "DomainConfig", "c2jName" : "DomainConfig", "c2jShape" : "ElasticsearchDomainConfig", "variable" : { "variableName" : "domainConfig", "variableType" : "ElasticsearchDomainConfig", "variableDeclarationType" : "ElasticsearchDomainConfig", "documentation" : "

The configuration information of the domain requested in the DescribeElasticsearchDomainConfig request.

", "simpleType" : "ElasticsearchDomainConfig", "variableSetterType" : "ElasticsearchDomainConfig" }, "setterModel" : { "variableName" : "domainConfig", "variableType" : "ElasticsearchDomainConfig", "variableDeclarationType" : "ElasticsearchDomainConfig", "documentation" : "", "simpleType" : "ElasticsearchDomainConfig", "variableSetterType" : "ElasticsearchDomainConfig" }, "getterModel" : { "returnType" : "ElasticsearchDomainConfig", "documentation" : null }, "http" : { "unmarshallLocationName" : "DomainConfig", "marshallLocationName" : "DomainConfig", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

The configuration information of the domain requested in the DescribeElasticsearchDomainConfig request.

\n@param domainConfig The configuration information of the domain requested in the DescribeElasticsearchDomainConfig request.*/", "getterDocumentation" : "/**

The configuration information of the domain requested in the DescribeElasticsearchDomainConfig request.

\n@return The configuration information of the domain requested in the DescribeElasticsearchDomainConfig request.*/", "fluentSetterDocumentation" : "/**

The configuration information of the domain requested in the DescribeElasticsearchDomainConfig request.

\n@param domainConfig The configuration information of the domain requested in the DescribeElasticsearchDomainConfig request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The configuration information of the domain requested in the DescribeElasticsearchDomainConfig request.

\n@param domainConfig The configuration information of the domain requested in the DescribeElasticsearchDomainConfig request.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeElasticsearchDomainConfigResult", "variableType" : "DescribeElasticsearchDomainConfigResult", "variableDeclarationType" : "DescribeElasticsearchDomainConfigResult", "documentation" : null, "simpleType" : "DescribeElasticsearchDomainConfigResult", "variableSetterType" : "DescribeElasticsearchDomainConfigResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DomainConfig" : { "documentation" : "

The configuration information of the domain requested in the DescribeElasticsearchDomainConfig request.

", "name" : "DomainConfig", "c2jName" : "DomainConfig", "c2jShape" : "ElasticsearchDomainConfig", "variable" : { "variableName" : "domainConfig", "variableType" : "ElasticsearchDomainConfig", "variableDeclarationType" : "ElasticsearchDomainConfig", "documentation" : "

The configuration information of the domain requested in the DescribeElasticsearchDomainConfig request.

", "simpleType" : "ElasticsearchDomainConfig", "variableSetterType" : "ElasticsearchDomainConfig" }, "setterModel" : { "variableName" : "domainConfig", "variableType" : "ElasticsearchDomainConfig", "variableDeclarationType" : "ElasticsearchDomainConfig", "documentation" : "", "simpleType" : "ElasticsearchDomainConfig", "variableSetterType" : "ElasticsearchDomainConfig" }, "getterModel" : { "returnType" : "ElasticsearchDomainConfig", "documentation" : null }, "http" : { "unmarshallLocationName" : "DomainConfig", "marshallLocationName" : "DomainConfig", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

The configuration information of the domain requested in the DescribeElasticsearchDomainConfig request.

\n@param domainConfig The configuration information of the domain requested in the DescribeElasticsearchDomainConfig request.*/", "getterDocumentation" : "/**

The configuration information of the domain requested in the DescribeElasticsearchDomainConfig request.

\n@return The configuration information of the domain requested in the DescribeElasticsearchDomainConfig request.*/", "fluentSetterDocumentation" : "/**

The configuration information of the domain requested in the DescribeElasticsearchDomainConfig request.

\n@param domainConfig The configuration information of the domain requested in the DescribeElasticsearchDomainConfig request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The configuration information of the domain requested in the DescribeElasticsearchDomainConfig request.

\n@param domainConfig The configuration information of the domain requested in the DescribeElasticsearchDomainConfig request.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DomainInfo" : { "c2jName" : "DomainInfo", "documentation" : "", "shapeName" : "DomainInfo", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Specifies the DomainName.

", "name" : "DomainName", "c2jName" : "DomainName", "c2jShape" : "DomainName", "variable" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the DomainName.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DomainName", "marshallLocationName" : "DomainName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the DomainName.

\n@param domainName Specifies the DomainName.*/", "getterDocumentation" : "/**

Specifies the DomainName.

\n@return Specifies the DomainName.*/", "fluentSetterDocumentation" : "/**

Specifies the DomainName.

\n@param domainName Specifies the DomainName.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the DomainName.

\n@param domainName Specifies the DomainName.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "domainInfo", "variableType" : "DomainInfo", "variableDeclarationType" : "DomainInfo", "documentation" : null, "simpleType" : "DomainInfo", "variableSetterType" : "DomainInfo" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DomainName" : { "documentation" : "

Specifies the DomainName.

", "name" : "DomainName", "c2jName" : "DomainName", "c2jShape" : "DomainName", "variable" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the DomainName.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DomainName", "marshallLocationName" : "DomainName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the DomainName.

\n@param domainName Specifies the DomainName.*/", "getterDocumentation" : "/**

Specifies the DomainName.

\n@return Specifies the DomainName.*/", "fluentSetterDocumentation" : "/**

Specifies the DomainName.

\n@param domainName Specifies the DomainName.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the DomainName.

\n@param domainName Specifies the DomainName.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ResourceAlreadyExistsException" : { "c2jName" : "ResourceAlreadyExistsException", "documentation" : "

An exception for creating a resource that already exists. Gives http status code of 400.

", "shapeName" : "ResourceAlreadyExistsException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "resourceAlreadyExistsException", "variableType" : "ResourceAlreadyExistsException", "variableDeclarationType" : "ResourceAlreadyExistsException", "documentation" : null, "simpleType" : "ResourceAlreadyExistsException", "variableSetterType" : "ResourceAlreadyExistsException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ResourceAlreadyExistsException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DeleteElasticsearchDomainResult" : { "c2jName" : "DeleteElasticsearchDomainResponse", "documentation" : "

The result of a DeleteElasticsearchDomain request. Contains the status of the pending deletion, or no status if the domain and all of its resources have been deleted.

", "shapeName" : "DeleteElasticsearchDomainResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The status of the Elasticsearch domain being deleted.

", "name" : "DomainStatus", "c2jName" : "DomainStatus", "c2jShape" : "ElasticsearchDomainStatus", "variable" : { "variableName" : "domainStatus", "variableType" : "ElasticsearchDomainStatus", "variableDeclarationType" : "ElasticsearchDomainStatus", "documentation" : "

The status of the Elasticsearch domain being deleted.

", "simpleType" : "ElasticsearchDomainStatus", "variableSetterType" : "ElasticsearchDomainStatus" }, "setterModel" : { "variableName" : "domainStatus", "variableType" : "ElasticsearchDomainStatus", "variableDeclarationType" : "ElasticsearchDomainStatus", "documentation" : "", "simpleType" : "ElasticsearchDomainStatus", "variableSetterType" : "ElasticsearchDomainStatus" }, "getterModel" : { "returnType" : "ElasticsearchDomainStatus", "documentation" : null }, "http" : { "unmarshallLocationName" : "DomainStatus", "marshallLocationName" : "DomainStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

The status of the Elasticsearch domain being deleted.

\n@param domainStatus The status of the Elasticsearch domain being deleted.*/", "getterDocumentation" : "/**

The status of the Elasticsearch domain being deleted.

\n@return The status of the Elasticsearch domain being deleted.*/", "fluentSetterDocumentation" : "/**

The status of the Elasticsearch domain being deleted.

\n@param domainStatus The status of the Elasticsearch domain being deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The status of the Elasticsearch domain being deleted.

\n@param domainStatus The status of the Elasticsearch domain being deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteElasticsearchDomainResult", "variableType" : "DeleteElasticsearchDomainResult", "variableDeclarationType" : "DeleteElasticsearchDomainResult", "documentation" : null, "simpleType" : "DeleteElasticsearchDomainResult", "variableSetterType" : "DeleteElasticsearchDomainResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DomainStatus" : { "documentation" : "

The status of the Elasticsearch domain being deleted.

", "name" : "DomainStatus", "c2jName" : "DomainStatus", "c2jShape" : "ElasticsearchDomainStatus", "variable" : { "variableName" : "domainStatus", "variableType" : "ElasticsearchDomainStatus", "variableDeclarationType" : "ElasticsearchDomainStatus", "documentation" : "

The status of the Elasticsearch domain being deleted.

", "simpleType" : "ElasticsearchDomainStatus", "variableSetterType" : "ElasticsearchDomainStatus" }, "setterModel" : { "variableName" : "domainStatus", "variableType" : "ElasticsearchDomainStatus", "variableDeclarationType" : "ElasticsearchDomainStatus", "documentation" : "", "simpleType" : "ElasticsearchDomainStatus", "variableSetterType" : "ElasticsearchDomainStatus" }, "getterModel" : { "returnType" : "ElasticsearchDomainStatus", "documentation" : null }, "http" : { "unmarshallLocationName" : "DomainStatus", "marshallLocationName" : "DomainStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

The status of the Elasticsearch domain being deleted.

\n@param domainStatus The status of the Elasticsearch domain being deleted.*/", "getterDocumentation" : "/**

The status of the Elasticsearch domain being deleted.

\n@return The status of the Elasticsearch domain being deleted.*/", "fluentSetterDocumentation" : "/**

The status of the Elasticsearch domain being deleted.

\n@param domainStatus The status of the Elasticsearch domain being deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The status of the Elasticsearch domain being deleted.

\n@param domainStatus The status of the Elasticsearch domain being deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeElasticsearchDomainResult" : { "c2jName" : "DescribeElasticsearchDomainResponse", "documentation" : "

The result of a DescribeElasticsearchDomain request. Contains the status of the domain specified in the request.

", "shapeName" : "DescribeElasticsearchDomainResult", "deprecated" : false, "required" : [ "DomainStatus" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The current status of the Elasticsearch domain.

", "name" : "DomainStatus", "c2jName" : "DomainStatus", "c2jShape" : "ElasticsearchDomainStatus", "variable" : { "variableName" : "domainStatus", "variableType" : "ElasticsearchDomainStatus", "variableDeclarationType" : "ElasticsearchDomainStatus", "documentation" : "

The current status of the Elasticsearch domain.

", "simpleType" : "ElasticsearchDomainStatus", "variableSetterType" : "ElasticsearchDomainStatus" }, "setterModel" : { "variableName" : "domainStatus", "variableType" : "ElasticsearchDomainStatus", "variableDeclarationType" : "ElasticsearchDomainStatus", "documentation" : "", "simpleType" : "ElasticsearchDomainStatus", "variableSetterType" : "ElasticsearchDomainStatus" }, "getterModel" : { "returnType" : "ElasticsearchDomainStatus", "documentation" : null }, "http" : { "unmarshallLocationName" : "DomainStatus", "marshallLocationName" : "DomainStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

The current status of the Elasticsearch domain.

\n@param domainStatus The current status of the Elasticsearch domain.*/", "getterDocumentation" : "/**

The current status of the Elasticsearch domain.

\n@return The current status of the Elasticsearch domain.*/", "fluentSetterDocumentation" : "/**

The current status of the Elasticsearch domain.

\n@param domainStatus The current status of the Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The current status of the Elasticsearch domain.

\n@param domainStatus The current status of the Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeElasticsearchDomainResult", "variableType" : "DescribeElasticsearchDomainResult", "variableDeclarationType" : "DescribeElasticsearchDomainResult", "documentation" : null, "simpleType" : "DescribeElasticsearchDomainResult", "variableSetterType" : "DescribeElasticsearchDomainResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DomainStatus" : { "documentation" : "

The current status of the Elasticsearch domain.

", "name" : "DomainStatus", "c2jName" : "DomainStatus", "c2jShape" : "ElasticsearchDomainStatus", "variable" : { "variableName" : "domainStatus", "variableType" : "ElasticsearchDomainStatus", "variableDeclarationType" : "ElasticsearchDomainStatus", "documentation" : "

The current status of the Elasticsearch domain.

", "simpleType" : "ElasticsearchDomainStatus", "variableSetterType" : "ElasticsearchDomainStatus" }, "setterModel" : { "variableName" : "domainStatus", "variableType" : "ElasticsearchDomainStatus", "variableDeclarationType" : "ElasticsearchDomainStatus", "documentation" : "", "simpleType" : "ElasticsearchDomainStatus", "variableSetterType" : "ElasticsearchDomainStatus" }, "getterModel" : { "returnType" : "ElasticsearchDomainStatus", "documentation" : null }, "http" : { "unmarshallLocationName" : "DomainStatus", "marshallLocationName" : "DomainStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

The current status of the Elasticsearch domain.

\n@param domainStatus The current status of the Elasticsearch domain.*/", "getterDocumentation" : "/**

The current status of the Elasticsearch domain.

\n@return The current status of the Elasticsearch domain.*/", "fluentSetterDocumentation" : "/**

The current status of the Elasticsearch domain.

\n@param domainStatus The current status of the Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The current status of the Elasticsearch domain.

\n@param domainStatus The current status of the Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "LimitExceededException" : { "c2jName" : "LimitExceededException", "documentation" : "

An exception for trying to create more than allowed resources or sub-resources. Gives http status code of 409.

", "shapeName" : "LimitExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "limitExceededException", "variableType" : "LimitExceededException", "variableDeclarationType" : "LimitExceededException", "documentation" : null, "simpleType" : "LimitExceededException", "variableSetterType" : "LimitExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "LimitExceededException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "OptionStatus" : { "c2jName" : "OptionStatus", "documentation" : "

Provides the current status of the entity.

", "shapeName" : "OptionStatus", "deprecated" : false, "required" : [ "CreationDate", "UpdateDate", "State" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Timestamp which tells the creation date for the entity.

", "name" : "CreationDate", "c2jName" : "CreationDate", "c2jShape" : "UpdateTimestamp", "variable" : { "variableName" : "creationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

Timestamp which tells the creation date for the entity.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "creationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "CreationDate", "marshallLocationName" : "CreationDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Timestamp which tells the creation date for the entity.

\n@param creationDate Timestamp which tells the creation date for the entity.*/", "getterDocumentation" : "/**

Timestamp which tells the creation date for the entity.

\n@return Timestamp which tells the creation date for the entity.*/", "fluentSetterDocumentation" : "/**

Timestamp which tells the creation date for the entity.

\n@param creationDate Timestamp which tells the creation date for the entity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Timestamp which tells the creation date for the entity.

\n@param creationDate Timestamp which tells the creation date for the entity.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Timestamp which tells the last updated time for the entity.

", "name" : "UpdateDate", "c2jName" : "UpdateDate", "c2jShape" : "UpdateTimestamp", "variable" : { "variableName" : "updateDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

Timestamp which tells the last updated time for the entity.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "updateDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "UpdateDate", "marshallLocationName" : "UpdateDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Timestamp which tells the last updated time for the entity.

\n@param updateDate Timestamp which tells the last updated time for the entity.*/", "getterDocumentation" : "/**

Timestamp which tells the last updated time for the entity.

\n@return Timestamp which tells the last updated time for the entity.*/", "fluentSetterDocumentation" : "/**

Timestamp which tells the last updated time for the entity.

\n@param updateDate Timestamp which tells the last updated time for the entity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Timestamp which tells the last updated time for the entity.

\n@param updateDate Timestamp which tells the last updated time for the entity.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the latest version for the entity.

", "name" : "UpdateVersion", "c2jName" : "UpdateVersion", "c2jShape" : "UIntValue", "variable" : { "variableName" : "updateVersion", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

Specifies the latest version for the entity.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "updateVersion", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "UpdateVersion", "marshallLocationName" : "UpdateVersion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the latest version for the entity.

\n@param updateVersion Specifies the latest version for the entity.*/", "getterDocumentation" : "/**

Specifies the latest version for the entity.

\n@return Specifies the latest version for the entity.*/", "fluentSetterDocumentation" : "/**

Specifies the latest version for the entity.

\n@param updateVersion Specifies the latest version for the entity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the latest version for the entity.

\n@param updateVersion Specifies the latest version for the entity.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Provides the OptionState for the Elasticsearch domain.

", "name" : "State", "c2jName" : "State", "c2jShape" : "OptionState", "variable" : { "variableName" : "state", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Provides the OptionState for the Elasticsearch domain.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "state", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "State", "marshallLocationName" : "State", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "OptionState", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Provides the OptionState for the Elasticsearch domain.

\n@param state Provides the OptionState for the Elasticsearch domain.\n@see OptionState*/", "getterDocumentation" : "/**

Provides the OptionState for the Elasticsearch domain.

\n@return Provides the OptionState for the Elasticsearch domain.\n@see OptionState*/", "fluentSetterDocumentation" : "/**

Provides the OptionState for the Elasticsearch domain.

\n@param state Provides the OptionState for the Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.\n@see OptionState*/", "varargSetterDocumentation" : "/**

Provides the OptionState for the Elasticsearch domain.

\n@param state Provides the OptionState for the Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.\n@see OptionState*/" }, { "documentation" : "

Indicates whether the Elasticsearch domain is being deleted.

", "name" : "PendingDeletion", "c2jName" : "PendingDeletion", "c2jShape" : "Boolean", "variable" : { "variableName" : "pendingDeletion", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Indicates whether the Elasticsearch domain is being deleted.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "pendingDeletion", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "PendingDeletion", "marshallLocationName" : "PendingDeletion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Indicates whether the Elasticsearch domain is being deleted.

\n@param pendingDeletion Indicates whether the Elasticsearch domain is being deleted.*/", "getterDocumentation" : "/**

Indicates whether the Elasticsearch domain is being deleted.

\n@return Indicates whether the Elasticsearch domain is being deleted.*/", "fluentSetterDocumentation" : "/**

Indicates whether the Elasticsearch domain is being deleted.

\n@param pendingDeletion Indicates whether the Elasticsearch domain is being deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Indicates whether the Elasticsearch domain is being deleted.

\n@param pendingDeletion Indicates whether the Elasticsearch domain is being deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "optionStatus", "variableType" : "OptionStatus", "variableDeclarationType" : "OptionStatus", "documentation" : null, "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "UpdateVersion" : { "documentation" : "

Specifies the latest version for the entity.

", "name" : "UpdateVersion", "c2jName" : "UpdateVersion", "c2jShape" : "UIntValue", "variable" : { "variableName" : "updateVersion", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

Specifies the latest version for the entity.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "updateVersion", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "UpdateVersion", "marshallLocationName" : "UpdateVersion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the latest version for the entity.

\n@param updateVersion Specifies the latest version for the entity.*/", "getterDocumentation" : "/**

Specifies the latest version for the entity.

\n@return Specifies the latest version for the entity.*/", "fluentSetterDocumentation" : "/**

Specifies the latest version for the entity.

\n@param updateVersion Specifies the latest version for the entity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the latest version for the entity.

\n@param updateVersion Specifies the latest version for the entity.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PendingDeletion" : { "documentation" : "

Indicates whether the Elasticsearch domain is being deleted.

", "name" : "PendingDeletion", "c2jName" : "PendingDeletion", "c2jShape" : "Boolean", "variable" : { "variableName" : "pendingDeletion", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Indicates whether the Elasticsearch domain is being deleted.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "pendingDeletion", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "PendingDeletion", "marshallLocationName" : "PendingDeletion", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Indicates whether the Elasticsearch domain is being deleted.

\n@param pendingDeletion Indicates whether the Elasticsearch domain is being deleted.*/", "getterDocumentation" : "/**

Indicates whether the Elasticsearch domain is being deleted.

\n@return Indicates whether the Elasticsearch domain is being deleted.*/", "fluentSetterDocumentation" : "/**

Indicates whether the Elasticsearch domain is being deleted.

\n@param pendingDeletion Indicates whether the Elasticsearch domain is being deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Indicates whether the Elasticsearch domain is being deleted.

\n@param pendingDeletion Indicates whether the Elasticsearch domain is being deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "State" : { "documentation" : "

Provides the OptionState for the Elasticsearch domain.

", "name" : "State", "c2jName" : "State", "c2jShape" : "OptionState", "variable" : { "variableName" : "state", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Provides the OptionState for the Elasticsearch domain.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "state", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "State", "marshallLocationName" : "State", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "OptionState", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Provides the OptionState for the Elasticsearch domain.

\n@param state Provides the OptionState for the Elasticsearch domain.\n@see OptionState*/", "getterDocumentation" : "/**

Provides the OptionState for the Elasticsearch domain.

\n@return Provides the OptionState for the Elasticsearch domain.\n@see OptionState*/", "fluentSetterDocumentation" : "/**

Provides the OptionState for the Elasticsearch domain.

\n@param state Provides the OptionState for the Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.\n@see OptionState*/", "varargSetterDocumentation" : "/**

Provides the OptionState for the Elasticsearch domain.

\n@param state Provides the OptionState for the Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.\n@see OptionState*/" }, "CreationDate" : { "documentation" : "

Timestamp which tells the creation date for the entity.

", "name" : "CreationDate", "c2jName" : "CreationDate", "c2jShape" : "UpdateTimestamp", "variable" : { "variableName" : "creationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

Timestamp which tells the creation date for the entity.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "creationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "CreationDate", "marshallLocationName" : "CreationDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Timestamp which tells the creation date for the entity.

\n@param creationDate Timestamp which tells the creation date for the entity.*/", "getterDocumentation" : "/**

Timestamp which tells the creation date for the entity.

\n@return Timestamp which tells the creation date for the entity.*/", "fluentSetterDocumentation" : "/**

Timestamp which tells the creation date for the entity.

\n@param creationDate Timestamp which tells the creation date for the entity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Timestamp which tells the creation date for the entity.

\n@param creationDate Timestamp which tells the creation date for the entity.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "UpdateDate" : { "documentation" : "

Timestamp which tells the last updated time for the entity.

", "name" : "UpdateDate", "c2jName" : "UpdateDate", "c2jShape" : "UpdateTimestamp", "variable" : { "variableName" : "updateDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

Timestamp which tells the last updated time for the entity.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "updateDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "UpdateDate", "marshallLocationName" : "UpdateDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Timestamp which tells the last updated time for the entity.

\n@param updateDate Timestamp which tells the last updated time for the entity.*/", "getterDocumentation" : "/**

Timestamp which tells the last updated time for the entity.

\n@return Timestamp which tells the last updated time for the entity.*/", "fluentSetterDocumentation" : "/**

Timestamp which tells the last updated time for the entity.

\n@param updateDate Timestamp which tells the last updated time for the entity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Timestamp which tells the last updated time for the entity.

\n@param updateDate Timestamp which tells the last updated time for the entity.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ElasticsearchDomainStatus" : { "c2jName" : "ElasticsearchDomainStatus", "documentation" : "

The current status of an Elasticsearch domain.

", "shapeName" : "ElasticsearchDomainStatus", "deprecated" : false, "required" : [ "DomainId", "DomainName", "ARN", "ElasticsearchClusterConfig" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The unique identifier for the specified Elasticsearch domain.

", "name" : "DomainId", "c2jName" : "DomainId", "c2jShape" : "DomainId", "variable" : { "variableName" : "domainId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The unique identifier for the specified Elasticsearch domain.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "domainId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DomainId", "marshallLocationName" : "DomainId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The unique identifier for the specified Elasticsearch domain.

\n@param domainId The unique identifier for the specified Elasticsearch domain.*/", "getterDocumentation" : "/**

The unique identifier for the specified Elasticsearch domain.

\n@return The unique identifier for the specified Elasticsearch domain.*/", "fluentSetterDocumentation" : "/**

The unique identifier for the specified Elasticsearch domain.

\n@param domainId The unique identifier for the specified Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The unique identifier for the specified Elasticsearch domain.

\n@param domainId The unique identifier for the specified Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of an Elasticsearch domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).

", "name" : "DomainName", "c2jName" : "DomainName", "c2jShape" : "DomainName", "variable" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of an Elasticsearch domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DomainName", "marshallLocationName" : "DomainName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of an Elasticsearch domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).

\n@param domainName The name of an Elasticsearch domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).*/", "getterDocumentation" : "/**

The name of an Elasticsearch domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).

\n@return The name of an Elasticsearch domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).*/", "fluentSetterDocumentation" : "/**

The name of an Elasticsearch domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).

\n@param domainName The name of an Elasticsearch domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of an Elasticsearch domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).

\n@param domainName The name of an Elasticsearch domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The Amazon resource name (ARN) of an Elasticsearch domain. See Identifiers for IAM Entities in Using AWS Identity and Access Management for more information.

", "name" : "ARN", "c2jName" : "ARN", "c2jShape" : "ARN", "variable" : { "variableName" : "aRN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Amazon resource name (ARN) of an Elasticsearch domain. See Identifiers for IAM Entities in Using AWS Identity and Access Management for more information.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "aRN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ARN", "marshallLocationName" : "ARN", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Amazon resource name (ARN) of an Elasticsearch domain. See Identifiers for IAM Entities in Using AWS Identity and Access Management for more information.

\n@param aRN The Amazon resource name (ARN) of an Elasticsearch domain. See Identifiers for IAM Entities in Using AWS Identity and Access Management for more information.*/", "getterDocumentation" : "/**

The Amazon resource name (ARN) of an Elasticsearch domain. See Identifiers for IAM Entities in Using AWS Identity and Access Management for more information.

\n@return The Amazon resource name (ARN) of an Elasticsearch domain. See Identifiers for IAM Entities in Using AWS Identity and Access Management for more information.*/", "fluentSetterDocumentation" : "/**

The Amazon resource name (ARN) of an Elasticsearch domain. See Identifiers for IAM Entities in Using AWS Identity and Access Management for more information.

\n@param aRN The Amazon resource name (ARN) of an Elasticsearch domain. See Identifiers for IAM Entities in Using AWS Identity and Access Management for more information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Amazon resource name (ARN) of an Elasticsearch domain. See Identifiers for IAM Entities in Using AWS Identity and Access Management for more information.

\n@param aRN The Amazon resource name (ARN) of an Elasticsearch domain. See Identifiers for IAM Entities in Using AWS Identity and Access Management for more information.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The domain creation status. True if the creation of an Elasticsearch domain is complete. False if domain creation is still in progress.

", "name" : "Created", "c2jName" : "Created", "c2jShape" : "Boolean", "variable" : { "variableName" : "created", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

The domain creation status. True if the creation of an Elasticsearch domain is complete. False if domain creation is still in progress.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "created", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Created", "marshallLocationName" : "Created", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The domain creation status. True if the creation of an Elasticsearch domain is complete. False if domain creation is still in progress.

\n@param created The domain creation status. True if the creation of an Elasticsearch domain is complete. False if domain creation is still in progress.*/", "getterDocumentation" : "/**

The domain creation status. True if the creation of an Elasticsearch domain is complete. False if domain creation is still in progress.

\n@return The domain creation status. True if the creation of an Elasticsearch domain is complete. False if domain creation is still in progress.*/", "fluentSetterDocumentation" : "/**

The domain creation status. True if the creation of an Elasticsearch domain is complete. False if domain creation is still in progress.

\n@param created The domain creation status. True if the creation of an Elasticsearch domain is complete. False if domain creation is still in progress.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The domain creation status. True if the creation of an Elasticsearch domain is complete. False if domain creation is still in progress.

\n@param created The domain creation status. True if the creation of an Elasticsearch domain is complete. False if domain creation is still in progress.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The domain deletion status. True if a delete request has been received for the domain but resource cleanup is still in progress. False if the domain has not been deleted. Once domain deletion is complete, the status of the domain is no longer returned.

", "name" : "Deleted", "c2jName" : "Deleted", "c2jShape" : "Boolean", "variable" : { "variableName" : "deleted", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

The domain deletion status. True if a delete request has been received for the domain but resource cleanup is still in progress. False if the domain has not been deleted. Once domain deletion is complete, the status of the domain is no longer returned.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "deleted", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Deleted", "marshallLocationName" : "Deleted", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The domain deletion status. True if a delete request has been received for the domain but resource cleanup is still in progress. False if the domain has not been deleted. Once domain deletion is complete, the status of the domain is no longer returned.

\n@param deleted The domain deletion status. True if a delete request has been received for the domain but resource cleanup is still in progress. False if the domain has not been deleted. Once domain deletion is complete, the status of the domain is no longer returned.*/", "getterDocumentation" : "/**

The domain deletion status. True if a delete request has been received for the domain but resource cleanup is still in progress. False if the domain has not been deleted. Once domain deletion is complete, the status of the domain is no longer returned.

\n@return The domain deletion status. True if a delete request has been received for the domain but resource cleanup is still in progress. False if the domain has not been deleted. Once domain deletion is complete, the status of the domain is no longer returned.*/", "fluentSetterDocumentation" : "/**

The domain deletion status. True if a delete request has been received for the domain but resource cleanup is still in progress. False if the domain has not been deleted. Once domain deletion is complete, the status of the domain is no longer returned.

\n@param deleted The domain deletion status. True if a delete request has been received for the domain but resource cleanup is still in progress. False if the domain has not been deleted. Once domain deletion is complete, the status of the domain is no longer returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The domain deletion status. True if a delete request has been received for the domain but resource cleanup is still in progress. False if the domain has not been deleted. Once domain deletion is complete, the status of the domain is no longer returned.

\n@param deleted The domain deletion status. True if a delete request has been received for the domain but resource cleanup is still in progress. False if the domain has not been deleted. Once domain deletion is complete, the status of the domain is no longer returned.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The Elasticsearch domain endpoint that you use to submit index and search requests.

", "name" : "Endpoint", "c2jName" : "Endpoint", "c2jShape" : "ServiceUrl", "variable" : { "variableName" : "endpoint", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Elasticsearch domain endpoint that you use to submit index and search requests.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "endpoint", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Endpoint", "marshallLocationName" : "Endpoint", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Elasticsearch domain endpoint that you use to submit index and search requests.

\n@param endpoint The Elasticsearch domain endpoint that you use to submit index and search requests.*/", "getterDocumentation" : "/**

The Elasticsearch domain endpoint that you use to submit index and search requests.

\n@return The Elasticsearch domain endpoint that you use to submit index and search requests.*/", "fluentSetterDocumentation" : "/**

The Elasticsearch domain endpoint that you use to submit index and search requests.

\n@param endpoint The Elasticsearch domain endpoint that you use to submit index and search requests.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Elasticsearch domain endpoint that you use to submit index and search requests.

\n@param endpoint The Elasticsearch domain endpoint that you use to submit index and search requests.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The status of the Elasticsearch domain configuration. True if Amazon Elasticsearch Service is processing configuration changes. False if the configuration is active.

", "name" : "Processing", "c2jName" : "Processing", "c2jShape" : "Boolean", "variable" : { "variableName" : "processing", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

The status of the Elasticsearch domain configuration. True if Amazon Elasticsearch Service is processing configuration changes. False if the configuration is active.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "processing", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Processing", "marshallLocationName" : "Processing", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The status of the Elasticsearch domain configuration. True if Amazon Elasticsearch Service is processing configuration changes. False if the configuration is active.

\n@param processing The status of the Elasticsearch domain configuration. True if Amazon Elasticsearch Service is processing configuration changes. False if the configuration is active.*/", "getterDocumentation" : "/**

The status of the Elasticsearch domain configuration. True if Amazon Elasticsearch Service is processing configuration changes. False if the configuration is active.

\n@return The status of the Elasticsearch domain configuration. True if Amazon Elasticsearch Service is processing configuration changes. False if the configuration is active.*/", "fluentSetterDocumentation" : "/**

The status of the Elasticsearch domain configuration. True if Amazon Elasticsearch Service is processing configuration changes. False if the configuration is active.

\n@param processing The status of the Elasticsearch domain configuration. True if Amazon Elasticsearch Service is processing configuration changes. False if the configuration is active.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The status of the Elasticsearch domain configuration. True if Amazon Elasticsearch Service is processing configuration changes. False if the configuration is active.

\n@param processing The status of the Elasticsearch domain configuration. True if Amazon Elasticsearch Service is processing configuration changes. False if the configuration is active.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The type and number of instances in the domain cluster.

", "name" : "ElasticsearchClusterConfig", "c2jName" : "ElasticsearchClusterConfig", "c2jShape" : "ElasticsearchClusterConfig", "variable" : { "variableName" : "elasticsearchClusterConfig", "variableType" : "ElasticsearchClusterConfig", "variableDeclarationType" : "ElasticsearchClusterConfig", "documentation" : "

The type and number of instances in the domain cluster.

", "simpleType" : "ElasticsearchClusterConfig", "variableSetterType" : "ElasticsearchClusterConfig" }, "setterModel" : { "variableName" : "elasticsearchClusterConfig", "variableType" : "ElasticsearchClusterConfig", "variableDeclarationType" : "ElasticsearchClusterConfig", "documentation" : "", "simpleType" : "ElasticsearchClusterConfig", "variableSetterType" : "ElasticsearchClusterConfig" }, "getterModel" : { "returnType" : "ElasticsearchClusterConfig", "documentation" : null }, "http" : { "unmarshallLocationName" : "ElasticsearchClusterConfig", "marshallLocationName" : "ElasticsearchClusterConfig", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

The type and number of instances in the domain cluster.

\n@param elasticsearchClusterConfig The type and number of instances in the domain cluster.*/", "getterDocumentation" : "/**

The type and number of instances in the domain cluster.

\n@return The type and number of instances in the domain cluster.*/", "fluentSetterDocumentation" : "/**

The type and number of instances in the domain cluster.

\n@param elasticsearchClusterConfig The type and number of instances in the domain cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The type and number of instances in the domain cluster.

\n@param elasticsearchClusterConfig The type and number of instances in the domain cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The EBSOptions for the specified domain. See Configuring EBS-based Storage for more information.

", "name" : "EBSOptions", "c2jName" : "EBSOptions", "c2jShape" : "EBSOptions", "variable" : { "variableName" : "eBSOptions", "variableType" : "EBSOptions", "variableDeclarationType" : "EBSOptions", "documentation" : "

The EBSOptions for the specified domain. See Configuring EBS-based Storage for more information.

", "simpleType" : "EBSOptions", "variableSetterType" : "EBSOptions" }, "setterModel" : { "variableName" : "eBSOptions", "variableType" : "EBSOptions", "variableDeclarationType" : "EBSOptions", "documentation" : "", "simpleType" : "EBSOptions", "variableSetterType" : "EBSOptions" }, "getterModel" : { "returnType" : "EBSOptions", "documentation" : null }, "http" : { "unmarshallLocationName" : "EBSOptions", "marshallLocationName" : "EBSOptions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

The EBSOptions for the specified domain. See Configuring EBS-based Storage for more information.

\n@param eBSOptions The EBSOptions for the specified domain. See Configuring EBS-based Storage for more information.*/", "getterDocumentation" : "/**

The EBSOptions for the specified domain. See Configuring EBS-based Storage for more information.

\n@return The EBSOptions for the specified domain. See Configuring EBS-based Storage for more information.*/", "fluentSetterDocumentation" : "/**

The EBSOptions for the specified domain. See Configuring EBS-based Storage for more information.

\n@param eBSOptions The EBSOptions for the specified domain. See Configuring EBS-based Storage for more information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The EBSOptions for the specified domain. See Configuring EBS-based Storage for more information.

\n@param eBSOptions The EBSOptions for the specified domain. See Configuring EBS-based Storage for more information.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

IAM access policy as a JSON-formatted string.

", "name" : "AccessPolicies", "c2jName" : "AccessPolicies", "c2jShape" : "PolicyDocument", "variable" : { "variableName" : "accessPolicies", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

IAM access policy as a JSON-formatted string.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accessPolicies", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AccessPolicies", "marshallLocationName" : "AccessPolicies", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

IAM access policy as a JSON-formatted string.

\n@param accessPolicies IAM access policy as a JSON-formatted string.*/", "getterDocumentation" : "/**

IAM access policy as a JSON-formatted string.

\n@return IAM access policy as a JSON-formatted string.*/", "fluentSetterDocumentation" : "/**

IAM access policy as a JSON-formatted string.

\n@param accessPolicies IAM access policy as a JSON-formatted string.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

IAM access policy as a JSON-formatted string.

\n@param accessPolicies IAM access policy as a JSON-formatted string.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the status of the SnapshotOptions

", "name" : "SnapshotOptions", "c2jName" : "SnapshotOptions", "c2jShape" : "SnapshotOptions", "variable" : { "variableName" : "snapshotOptions", "variableType" : "SnapshotOptions", "variableDeclarationType" : "SnapshotOptions", "documentation" : "

Specifies the status of the SnapshotOptions

", "simpleType" : "SnapshotOptions", "variableSetterType" : "SnapshotOptions" }, "setterModel" : { "variableName" : "snapshotOptions", "variableType" : "SnapshotOptions", "variableDeclarationType" : "SnapshotOptions", "documentation" : "", "simpleType" : "SnapshotOptions", "variableSetterType" : "SnapshotOptions" }, "getterModel" : { "returnType" : "SnapshotOptions", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotOptions", "marshallLocationName" : "SnapshotOptions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the status of the SnapshotOptions

\n@param snapshotOptions Specifies the status of the SnapshotOptions*/", "getterDocumentation" : "/**

Specifies the status of the SnapshotOptions

\n@return Specifies the status of the SnapshotOptions*/", "fluentSetterDocumentation" : "/**

Specifies the status of the SnapshotOptions

\n@param snapshotOptions Specifies the status of the SnapshotOptions\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the status of the SnapshotOptions

\n@param snapshotOptions Specifies the status of the SnapshotOptions\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the status of the AdvancedOptions

", "name" : "AdvancedOptions", "c2jName" : "AdvancedOptions", "c2jShape" : "AdvancedOptions", "variable" : { "variableName" : "advancedOptions", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Specifies the status of the AdvancedOptions

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "advancedOptions", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "AdvancedOptions", "marshallLocationName" : "AdvancedOptions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "keySimple" : true, "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Specifies the status of the AdvancedOptions

\n@param advancedOptions Specifies the status of the AdvancedOptions*/", "getterDocumentation" : "/**

Specifies the status of the AdvancedOptions

\n@return Specifies the status of the AdvancedOptions*/", "fluentSetterDocumentation" : "/**

Specifies the status of the AdvancedOptions

\n@param advancedOptions Specifies the status of the AdvancedOptions\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the status of the AdvancedOptions

\n@param advancedOptions Specifies the status of the AdvancedOptions\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "elasticsearchDomainStatus", "variableType" : "ElasticsearchDomainStatus", "variableDeclarationType" : "ElasticsearchDomainStatus", "documentation" : null, "simpleType" : "ElasticsearchDomainStatus", "variableSetterType" : "ElasticsearchDomainStatus" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AdvancedOptions" : { "documentation" : "

Specifies the status of the AdvancedOptions

", "name" : "AdvancedOptions", "c2jName" : "AdvancedOptions", "c2jShape" : "AdvancedOptions", "variable" : { "variableName" : "advancedOptions", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Specifies the status of the AdvancedOptions

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "advancedOptions", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "AdvancedOptions", "marshallLocationName" : "AdvancedOptions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "keySimple" : true, "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Specifies the status of the AdvancedOptions

\n@param advancedOptions Specifies the status of the AdvancedOptions*/", "getterDocumentation" : "/**

Specifies the status of the AdvancedOptions

\n@return Specifies the status of the AdvancedOptions*/", "fluentSetterDocumentation" : "/**

Specifies the status of the AdvancedOptions

\n@param advancedOptions Specifies the status of the AdvancedOptions\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the status of the AdvancedOptions

\n@param advancedOptions Specifies the status of the AdvancedOptions\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Deleted" : { "documentation" : "

The domain deletion status. True if a delete request has been received for the domain but resource cleanup is still in progress. False if the domain has not been deleted. Once domain deletion is complete, the status of the domain is no longer returned.

", "name" : "Deleted", "c2jName" : "Deleted", "c2jShape" : "Boolean", "variable" : { "variableName" : "deleted", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

The domain deletion status. True if a delete request has been received for the domain but resource cleanup is still in progress. False if the domain has not been deleted. Once domain deletion is complete, the status of the domain is no longer returned.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "deleted", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Deleted", "marshallLocationName" : "Deleted", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The domain deletion status. True if a delete request has been received for the domain but resource cleanup is still in progress. False if the domain has not been deleted. Once domain deletion is complete, the status of the domain is no longer returned.

\n@param deleted The domain deletion status. True if a delete request has been received for the domain but resource cleanup is still in progress. False if the domain has not been deleted. Once domain deletion is complete, the status of the domain is no longer returned.*/", "getterDocumentation" : "/**

The domain deletion status. True if a delete request has been received for the domain but resource cleanup is still in progress. False if the domain has not been deleted. Once domain deletion is complete, the status of the domain is no longer returned.

\n@return The domain deletion status. True if a delete request has been received for the domain but resource cleanup is still in progress. False if the domain has not been deleted. Once domain deletion is complete, the status of the domain is no longer returned.*/", "fluentSetterDocumentation" : "/**

The domain deletion status. True if a delete request has been received for the domain but resource cleanup is still in progress. False if the domain has not been deleted. Once domain deletion is complete, the status of the domain is no longer returned.

\n@param deleted The domain deletion status. True if a delete request has been received for the domain but resource cleanup is still in progress. False if the domain has not been deleted. Once domain deletion is complete, the status of the domain is no longer returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The domain deletion status. True if a delete request has been received for the domain but resource cleanup is still in progress. False if the domain has not been deleted. Once domain deletion is complete, the status of the domain is no longer returned.

\n@param deleted The domain deletion status. True if a delete request has been received for the domain but resource cleanup is still in progress. False if the domain has not been deleted. Once domain deletion is complete, the status of the domain is no longer returned.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ElasticsearchClusterConfig" : { "documentation" : "

The type and number of instances in the domain cluster.

", "name" : "ElasticsearchClusterConfig", "c2jName" : "ElasticsearchClusterConfig", "c2jShape" : "ElasticsearchClusterConfig", "variable" : { "variableName" : "elasticsearchClusterConfig", "variableType" : "ElasticsearchClusterConfig", "variableDeclarationType" : "ElasticsearchClusterConfig", "documentation" : "

The type and number of instances in the domain cluster.

", "simpleType" : "ElasticsearchClusterConfig", "variableSetterType" : "ElasticsearchClusterConfig" }, "setterModel" : { "variableName" : "elasticsearchClusterConfig", "variableType" : "ElasticsearchClusterConfig", "variableDeclarationType" : "ElasticsearchClusterConfig", "documentation" : "", "simpleType" : "ElasticsearchClusterConfig", "variableSetterType" : "ElasticsearchClusterConfig" }, "getterModel" : { "returnType" : "ElasticsearchClusterConfig", "documentation" : null }, "http" : { "unmarshallLocationName" : "ElasticsearchClusterConfig", "marshallLocationName" : "ElasticsearchClusterConfig", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

The type and number of instances in the domain cluster.

\n@param elasticsearchClusterConfig The type and number of instances in the domain cluster.*/", "getterDocumentation" : "/**

The type and number of instances in the domain cluster.

\n@return The type and number of instances in the domain cluster.*/", "fluentSetterDocumentation" : "/**

The type and number of instances in the domain cluster.

\n@param elasticsearchClusterConfig The type and number of instances in the domain cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The type and number of instances in the domain cluster.

\n@param elasticsearchClusterConfig The type and number of instances in the domain cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Created" : { "documentation" : "

The domain creation status. True if the creation of an Elasticsearch domain is complete. False if domain creation is still in progress.

", "name" : "Created", "c2jName" : "Created", "c2jShape" : "Boolean", "variable" : { "variableName" : "created", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

The domain creation status. True if the creation of an Elasticsearch domain is complete. False if domain creation is still in progress.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "created", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Created", "marshallLocationName" : "Created", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The domain creation status. True if the creation of an Elasticsearch domain is complete. False if domain creation is still in progress.

\n@param created The domain creation status. True if the creation of an Elasticsearch domain is complete. False if domain creation is still in progress.*/", "getterDocumentation" : "/**

The domain creation status. True if the creation of an Elasticsearch domain is complete. False if domain creation is still in progress.

\n@return The domain creation status. True if the creation of an Elasticsearch domain is complete. False if domain creation is still in progress.*/", "fluentSetterDocumentation" : "/**

The domain creation status. True if the creation of an Elasticsearch domain is complete. False if domain creation is still in progress.

\n@param created The domain creation status. True if the creation of an Elasticsearch domain is complete. False if domain creation is still in progress.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The domain creation status. True if the creation of an Elasticsearch domain is complete. False if domain creation is still in progress.

\n@param created The domain creation status. True if the creation of an Elasticsearch domain is complete. False if domain creation is still in progress.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AccessPolicies" : { "documentation" : "

IAM access policy as a JSON-formatted string.

", "name" : "AccessPolicies", "c2jName" : "AccessPolicies", "c2jShape" : "PolicyDocument", "variable" : { "variableName" : "accessPolicies", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

IAM access policy as a JSON-formatted string.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accessPolicies", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AccessPolicies", "marshallLocationName" : "AccessPolicies", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

IAM access policy as a JSON-formatted string.

\n@param accessPolicies IAM access policy as a JSON-formatted string.*/", "getterDocumentation" : "/**

IAM access policy as a JSON-formatted string.

\n@return IAM access policy as a JSON-formatted string.*/", "fluentSetterDocumentation" : "/**

IAM access policy as a JSON-formatted string.

\n@param accessPolicies IAM access policy as a JSON-formatted string.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

IAM access policy as a JSON-formatted string.

\n@param accessPolicies IAM access policy as a JSON-formatted string.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Processing" : { "documentation" : "

The status of the Elasticsearch domain configuration. True if Amazon Elasticsearch Service is processing configuration changes. False if the configuration is active.

", "name" : "Processing", "c2jName" : "Processing", "c2jShape" : "Boolean", "variable" : { "variableName" : "processing", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

The status of the Elasticsearch domain configuration. True if Amazon Elasticsearch Service is processing configuration changes. False if the configuration is active.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "processing", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Processing", "marshallLocationName" : "Processing", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The status of the Elasticsearch domain configuration. True if Amazon Elasticsearch Service is processing configuration changes. False if the configuration is active.

\n@param processing The status of the Elasticsearch domain configuration. True if Amazon Elasticsearch Service is processing configuration changes. False if the configuration is active.*/", "getterDocumentation" : "/**

The status of the Elasticsearch domain configuration. True if Amazon Elasticsearch Service is processing configuration changes. False if the configuration is active.

\n@return The status of the Elasticsearch domain configuration. True if Amazon Elasticsearch Service is processing configuration changes. False if the configuration is active.*/", "fluentSetterDocumentation" : "/**

The status of the Elasticsearch domain configuration. True if Amazon Elasticsearch Service is processing configuration changes. False if the configuration is active.

\n@param processing The status of the Elasticsearch domain configuration. True if Amazon Elasticsearch Service is processing configuration changes. False if the configuration is active.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The status of the Elasticsearch domain configuration. True if Amazon Elasticsearch Service is processing configuration changes. False if the configuration is active.

\n@param processing The status of the Elasticsearch domain configuration. True if Amazon Elasticsearch Service is processing configuration changes. False if the configuration is active.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EBSOptions" : { "documentation" : "

The EBSOptions for the specified domain. See Configuring EBS-based Storage for more information.

", "name" : "EBSOptions", "c2jName" : "EBSOptions", "c2jShape" : "EBSOptions", "variable" : { "variableName" : "eBSOptions", "variableType" : "EBSOptions", "variableDeclarationType" : "EBSOptions", "documentation" : "

The EBSOptions for the specified domain. See Configuring EBS-based Storage for more information.

", "simpleType" : "EBSOptions", "variableSetterType" : "EBSOptions" }, "setterModel" : { "variableName" : "eBSOptions", "variableType" : "EBSOptions", "variableDeclarationType" : "EBSOptions", "documentation" : "", "simpleType" : "EBSOptions", "variableSetterType" : "EBSOptions" }, "getterModel" : { "returnType" : "EBSOptions", "documentation" : null }, "http" : { "unmarshallLocationName" : "EBSOptions", "marshallLocationName" : "EBSOptions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

The EBSOptions for the specified domain. See Configuring EBS-based Storage for more information.

\n@param eBSOptions The EBSOptions for the specified domain. See Configuring EBS-based Storage for more information.*/", "getterDocumentation" : "/**

The EBSOptions for the specified domain. See Configuring EBS-based Storage for more information.

\n@return The EBSOptions for the specified domain. See Configuring EBS-based Storage for more information.*/", "fluentSetterDocumentation" : "/**

The EBSOptions for the specified domain. See Configuring EBS-based Storage for more information.

\n@param eBSOptions The EBSOptions for the specified domain. See Configuring EBS-based Storage for more information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The EBSOptions for the specified domain. See Configuring EBS-based Storage for more information.

\n@param eBSOptions The EBSOptions for the specified domain. See Configuring EBS-based Storage for more information.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DomainName" : { "documentation" : "

The name of an Elasticsearch domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).

", "name" : "DomainName", "c2jName" : "DomainName", "c2jShape" : "DomainName", "variable" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of an Elasticsearch domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DomainName", "marshallLocationName" : "DomainName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of an Elasticsearch domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).

\n@param domainName The name of an Elasticsearch domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).*/", "getterDocumentation" : "/**

The name of an Elasticsearch domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).

\n@return The name of an Elasticsearch domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).*/", "fluentSetterDocumentation" : "/**

The name of an Elasticsearch domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).

\n@param domainName The name of an Elasticsearch domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of an Elasticsearch domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).

\n@param domainName The name of an Elasticsearch domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DomainId" : { "documentation" : "

The unique identifier for the specified Elasticsearch domain.

", "name" : "DomainId", "c2jName" : "DomainId", "c2jShape" : "DomainId", "variable" : { "variableName" : "domainId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The unique identifier for the specified Elasticsearch domain.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "domainId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DomainId", "marshallLocationName" : "DomainId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The unique identifier for the specified Elasticsearch domain.

\n@param domainId The unique identifier for the specified Elasticsearch domain.*/", "getterDocumentation" : "/**

The unique identifier for the specified Elasticsearch domain.

\n@return The unique identifier for the specified Elasticsearch domain.*/", "fluentSetterDocumentation" : "/**

The unique identifier for the specified Elasticsearch domain.

\n@param domainId The unique identifier for the specified Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The unique identifier for the specified Elasticsearch domain.

\n@param domainId The unique identifier for the specified Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Endpoint" : { "documentation" : "

The Elasticsearch domain endpoint that you use to submit index and search requests.

", "name" : "Endpoint", "c2jName" : "Endpoint", "c2jShape" : "ServiceUrl", "variable" : { "variableName" : "endpoint", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Elasticsearch domain endpoint that you use to submit index and search requests.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "endpoint", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Endpoint", "marshallLocationName" : "Endpoint", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Elasticsearch domain endpoint that you use to submit index and search requests.

\n@param endpoint The Elasticsearch domain endpoint that you use to submit index and search requests.*/", "getterDocumentation" : "/**

The Elasticsearch domain endpoint that you use to submit index and search requests.

\n@return The Elasticsearch domain endpoint that you use to submit index and search requests.*/", "fluentSetterDocumentation" : "/**

The Elasticsearch domain endpoint that you use to submit index and search requests.

\n@param endpoint The Elasticsearch domain endpoint that you use to submit index and search requests.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Elasticsearch domain endpoint that you use to submit index and search requests.

\n@param endpoint The Elasticsearch domain endpoint that you use to submit index and search requests.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SnapshotOptions" : { "documentation" : "

Specifies the status of the SnapshotOptions

", "name" : "SnapshotOptions", "c2jName" : "SnapshotOptions", "c2jShape" : "SnapshotOptions", "variable" : { "variableName" : "snapshotOptions", "variableType" : "SnapshotOptions", "variableDeclarationType" : "SnapshotOptions", "documentation" : "

Specifies the status of the SnapshotOptions

", "simpleType" : "SnapshotOptions", "variableSetterType" : "SnapshotOptions" }, "setterModel" : { "variableName" : "snapshotOptions", "variableType" : "SnapshotOptions", "variableDeclarationType" : "SnapshotOptions", "documentation" : "", "simpleType" : "SnapshotOptions", "variableSetterType" : "SnapshotOptions" }, "getterModel" : { "returnType" : "SnapshotOptions", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotOptions", "marshallLocationName" : "SnapshotOptions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the status of the SnapshotOptions

\n@param snapshotOptions Specifies the status of the SnapshotOptions*/", "getterDocumentation" : "/**

Specifies the status of the SnapshotOptions

\n@return Specifies the status of the SnapshotOptions*/", "fluentSetterDocumentation" : "/**

Specifies the status of the SnapshotOptions

\n@param snapshotOptions Specifies the status of the SnapshotOptions\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the status of the SnapshotOptions

\n@param snapshotOptions Specifies the status of the SnapshotOptions\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ARN" : { "documentation" : "

The Amazon resource name (ARN) of an Elasticsearch domain. See Identifiers for IAM Entities in Using AWS Identity and Access Management for more information.

", "name" : "ARN", "c2jName" : "ARN", "c2jShape" : "ARN", "variable" : { "variableName" : "aRN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Amazon resource name (ARN) of an Elasticsearch domain. See Identifiers for IAM Entities in Using AWS Identity and Access Management for more information.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "aRN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ARN", "marshallLocationName" : "ARN", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Amazon resource name (ARN) of an Elasticsearch domain. See Identifiers for IAM Entities in Using AWS Identity and Access Management for more information.

\n@param aRN The Amazon resource name (ARN) of an Elasticsearch domain. See Identifiers for IAM Entities in Using AWS Identity and Access Management for more information.*/", "getterDocumentation" : "/**

The Amazon resource name (ARN) of an Elasticsearch domain. See Identifiers for IAM Entities in Using AWS Identity and Access Management for more information.

\n@return The Amazon resource name (ARN) of an Elasticsearch domain. See Identifiers for IAM Entities in Using AWS Identity and Access Management for more information.*/", "fluentSetterDocumentation" : "/**

The Amazon resource name (ARN) of an Elasticsearch domain. See Identifiers for IAM Entities in Using AWS Identity and Access Management for more information.

\n@param aRN The Amazon resource name (ARN) of an Elasticsearch domain. See Identifiers for IAM Entities in Using AWS Identity and Access Management for more information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Amazon resource name (ARN) of an Elasticsearch domain. See Identifiers for IAM Entities in Using AWS Identity and Access Management for more information.

\n@param aRN The Amazon resource name (ARN) of an Elasticsearch domain. See Identifiers for IAM Entities in Using AWS Identity and Access Management for more information.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "VolumeType" : { "c2jName" : "VolumeType", "documentation" : "

The type of EBS volume, standard, gp2, or io1. See Configuring EBS-based Storagefor more information.

", "shapeName" : "VolumeType", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "Standard", "value" : "standard" }, { "name" : "Gp2", "value" : "gp2" }, { "name" : "Io1", "value" : "io1" } ], "variable" : { "variableName" : "volumeType", "variableType" : "VolumeType", "variableDeclarationType" : "VolumeType", "documentation" : null, "simpleType" : "VolumeType", "variableSetterType" : "VolumeType" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "Tag" : { "c2jName" : "Tag", "documentation" : "

Specifies a key value pair for a resource tag.

", "shapeName" : "Tag", "deprecated" : false, "required" : [ "Key", "Value" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Specifies the TagKey, the name of the tag. Tag keys must be unique for the Elasticsearch domain to which they are attached.

", "name" : "Key", "c2jName" : "Key", "c2jShape" : "TagKey", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the TagKey, the name of the tag. Tag keys must be unique for the Elasticsearch domain to which they are attached.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Key", "marshallLocationName" : "Key", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the TagKey, the name of the tag. Tag keys must be unique for the Elasticsearch domain to which they are attached.

\n@param key Specifies the TagKey, the name of the tag. Tag keys must be unique for the Elasticsearch domain to which they are attached.*/", "getterDocumentation" : "/**

Specifies the TagKey, the name of the tag. Tag keys must be unique for the Elasticsearch domain to which they are attached.

\n@return Specifies the TagKey, the name of the tag. Tag keys must be unique for the Elasticsearch domain to which they are attached.*/", "fluentSetterDocumentation" : "/**

Specifies the TagKey, the name of the tag. Tag keys must be unique for the Elasticsearch domain to which they are attached.

\n@param key Specifies the TagKey, the name of the tag. Tag keys must be unique for the Elasticsearch domain to which they are attached.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the TagKey, the name of the tag. Tag keys must be unique for the Elasticsearch domain to which they are attached.

\n@param key Specifies the TagKey, the name of the tag. Tag keys must be unique for the Elasticsearch domain to which they are attached.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the TagValue, the value assigned to the corresponding tag key. Tag values can be null and do not have to be unique in a tag set. For example, you can have a key value pair in a tag set of project : Trinity and cost-center : Trinity

", "name" : "Value", "c2jName" : "Value", "c2jShape" : "TagValue", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the TagValue, the value assigned to the corresponding tag key. Tag values can be null and do not have to be unique in a tag set. For example, you can have a key value pair in a tag set of project : Trinity and cost-center : Trinity

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the TagValue, the value assigned to the corresponding tag key. Tag values can be null and do not have to be unique in a tag set. For example, you can have a key value pair in a tag set of project : Trinity and cost-center : Trinity

\n@param value Specifies the TagValue, the value assigned to the corresponding tag key. Tag values can be null and do not have to be unique in a tag set. For example, you can have a key value pair in a tag set of project : Trinity and cost-center : Trinity*/", "getterDocumentation" : "/**

Specifies the TagValue, the value assigned to the corresponding tag key. Tag values can be null and do not have to be unique in a tag set. For example, you can have a key value pair in a tag set of project : Trinity and cost-center : Trinity

\n@return Specifies the TagValue, the value assigned to the corresponding tag key. Tag values can be null and do not have to be unique in a tag set. For example, you can have a key value pair in a tag set of project : Trinity and cost-center : Trinity*/", "fluentSetterDocumentation" : "/**

Specifies the TagValue, the value assigned to the corresponding tag key. Tag values can be null and do not have to be unique in a tag set. For example, you can have a key value pair in a tag set of project : Trinity and cost-center : Trinity

\n@param value Specifies the TagValue, the value assigned to the corresponding tag key. Tag values can be null and do not have to be unique in a tag set. For example, you can have a key value pair in a tag set of project : Trinity and cost-center : Trinity\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the TagValue, the value assigned to the corresponding tag key. Tag values can be null and do not have to be unique in a tag set. For example, you can have a key value pair in a tag set of project : Trinity and cost-center : Trinity

\n@param value Specifies the TagValue, the value assigned to the corresponding tag key. Tag values can be null and do not have to be unique in a tag set. For example, you can have a key value pair in a tag set of project : Trinity and cost-center : Trinity\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "tag", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Value" : { "documentation" : "

Specifies the TagValue, the value assigned to the corresponding tag key. Tag values can be null and do not have to be unique in a tag set. For example, you can have a key value pair in a tag set of project : Trinity and cost-center : Trinity

", "name" : "Value", "c2jName" : "Value", "c2jShape" : "TagValue", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the TagValue, the value assigned to the corresponding tag key. Tag values can be null and do not have to be unique in a tag set. For example, you can have a key value pair in a tag set of project : Trinity and cost-center : Trinity

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the TagValue, the value assigned to the corresponding tag key. Tag values can be null and do not have to be unique in a tag set. For example, you can have a key value pair in a tag set of project : Trinity and cost-center : Trinity

\n@param value Specifies the TagValue, the value assigned to the corresponding tag key. Tag values can be null and do not have to be unique in a tag set. For example, you can have a key value pair in a tag set of project : Trinity and cost-center : Trinity*/", "getterDocumentation" : "/**

Specifies the TagValue, the value assigned to the corresponding tag key. Tag values can be null and do not have to be unique in a tag set. For example, you can have a key value pair in a tag set of project : Trinity and cost-center : Trinity

\n@return Specifies the TagValue, the value assigned to the corresponding tag key. Tag values can be null and do not have to be unique in a tag set. For example, you can have a key value pair in a tag set of project : Trinity and cost-center : Trinity*/", "fluentSetterDocumentation" : "/**

Specifies the TagValue, the value assigned to the corresponding tag key. Tag values can be null and do not have to be unique in a tag set. For example, you can have a key value pair in a tag set of project : Trinity and cost-center : Trinity

\n@param value Specifies the TagValue, the value assigned to the corresponding tag key. Tag values can be null and do not have to be unique in a tag set. For example, you can have a key value pair in a tag set of project : Trinity and cost-center : Trinity\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the TagValue, the value assigned to the corresponding tag key. Tag values can be null and do not have to be unique in a tag set. For example, you can have a key value pair in a tag set of project : Trinity and cost-center : Trinity

\n@param value Specifies the TagValue, the value assigned to the corresponding tag key. Tag values can be null and do not have to be unique in a tag set. For example, you can have a key value pair in a tag set of project : Trinity and cost-center : Trinity\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Key" : { "documentation" : "

Specifies the TagKey, the name of the tag. Tag keys must be unique for the Elasticsearch domain to which they are attached.

", "name" : "Key", "c2jName" : "Key", "c2jShape" : "TagKey", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the TagKey, the name of the tag. Tag keys must be unique for the Elasticsearch domain to which they are attached.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Key", "marshallLocationName" : "Key", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the TagKey, the name of the tag. Tag keys must be unique for the Elasticsearch domain to which they are attached.

\n@param key Specifies the TagKey, the name of the tag. Tag keys must be unique for the Elasticsearch domain to which they are attached.*/", "getterDocumentation" : "/**

Specifies the TagKey, the name of the tag. Tag keys must be unique for the Elasticsearch domain to which they are attached.

\n@return Specifies the TagKey, the name of the tag. Tag keys must be unique for the Elasticsearch domain to which they are attached.*/", "fluentSetterDocumentation" : "/**

Specifies the TagKey, the name of the tag. Tag keys must be unique for the Elasticsearch domain to which they are attached.

\n@param key Specifies the TagKey, the name of the tag. Tag keys must be unique for the Elasticsearch domain to which they are attached.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the TagKey, the name of the tag. Tag keys must be unique for the Elasticsearch domain to which they are attached.

\n@param key Specifies the TagKey, the name of the tag. Tag keys must be unique for the Elasticsearch domain to which they are attached.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UpdateElasticsearchDomainConfigResult" : { "c2jName" : "UpdateElasticsearchDomainConfigResponse", "documentation" : "

The result of an UpdateElasticsearchDomain request. Contains the status of the Elasticsearch domain being updated.

", "shapeName" : "UpdateElasticsearchDomainConfigResult", "deprecated" : false, "required" : [ "DomainConfig" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The status of the updated Elasticsearch domain.

", "name" : "DomainConfig", "c2jName" : "DomainConfig", "c2jShape" : "ElasticsearchDomainConfig", "variable" : { "variableName" : "domainConfig", "variableType" : "ElasticsearchDomainConfig", "variableDeclarationType" : "ElasticsearchDomainConfig", "documentation" : "

The status of the updated Elasticsearch domain.

", "simpleType" : "ElasticsearchDomainConfig", "variableSetterType" : "ElasticsearchDomainConfig" }, "setterModel" : { "variableName" : "domainConfig", "variableType" : "ElasticsearchDomainConfig", "variableDeclarationType" : "ElasticsearchDomainConfig", "documentation" : "", "simpleType" : "ElasticsearchDomainConfig", "variableSetterType" : "ElasticsearchDomainConfig" }, "getterModel" : { "returnType" : "ElasticsearchDomainConfig", "documentation" : null }, "http" : { "unmarshallLocationName" : "DomainConfig", "marshallLocationName" : "DomainConfig", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

The status of the updated Elasticsearch domain.

\n@param domainConfig The status of the updated Elasticsearch domain.*/", "getterDocumentation" : "/**

The status of the updated Elasticsearch domain.

\n@return The status of the updated Elasticsearch domain.*/", "fluentSetterDocumentation" : "/**

The status of the updated Elasticsearch domain.

\n@param domainConfig The status of the updated Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The status of the updated Elasticsearch domain.

\n@param domainConfig The status of the updated Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateElasticsearchDomainConfigResult", "variableType" : "UpdateElasticsearchDomainConfigResult", "variableDeclarationType" : "UpdateElasticsearchDomainConfigResult", "documentation" : null, "simpleType" : "UpdateElasticsearchDomainConfigResult", "variableSetterType" : "UpdateElasticsearchDomainConfigResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DomainConfig" : { "documentation" : "

The status of the updated Elasticsearch domain.

", "name" : "DomainConfig", "c2jName" : "DomainConfig", "c2jShape" : "ElasticsearchDomainConfig", "variable" : { "variableName" : "domainConfig", "variableType" : "ElasticsearchDomainConfig", "variableDeclarationType" : "ElasticsearchDomainConfig", "documentation" : "

The status of the updated Elasticsearch domain.

", "simpleType" : "ElasticsearchDomainConfig", "variableSetterType" : "ElasticsearchDomainConfig" }, "setterModel" : { "variableName" : "domainConfig", "variableType" : "ElasticsearchDomainConfig", "variableDeclarationType" : "ElasticsearchDomainConfig", "documentation" : "", "simpleType" : "ElasticsearchDomainConfig", "variableSetterType" : "ElasticsearchDomainConfig" }, "getterModel" : { "returnType" : "ElasticsearchDomainConfig", "documentation" : null }, "http" : { "unmarshallLocationName" : "DomainConfig", "marshallLocationName" : "DomainConfig", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

The status of the updated Elasticsearch domain.

\n@param domainConfig The status of the updated Elasticsearch domain.*/", "getterDocumentation" : "/**

The status of the updated Elasticsearch domain.

\n@return The status of the updated Elasticsearch domain.*/", "fluentSetterDocumentation" : "/**

The status of the updated Elasticsearch domain.

\n@param domainConfig The status of the updated Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The status of the updated Elasticsearch domain.

\n@param domainConfig The status of the updated Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListDomainNamesRequest" : { "c2jName" : "ListDomainNamesRequest", "documentation" : null, "shapeName" : "ListDomainNamesRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "listDomainNamesRequest", "variableType" : "ListDomainNamesRequest", "variableDeclarationType" : "ListDomainNamesRequest", "documentation" : null, "simpleType" : "ListDomainNamesRequest", "variableSetterType" : "ListDomainNamesRequest" }, "marshaller" : { "action" : "ListDomainNames", "verb" : "GET", "target" : null, "requestUri" : "/2015-01-01/domain", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ESPartitionInstanceType" : { "c2jName" : "ESPartitionInstanceType", "documentation" : "", "shapeName" : "ESPartitionInstanceType", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "M3MediumElasticsearch", "value" : "m3.medium.elasticsearch" }, { "name" : "M3LargeElasticsearch", "value" : "m3.large.elasticsearch" }, { "name" : "M3XlargeElasticsearch", "value" : "m3.xlarge.elasticsearch" }, { "name" : "M32xlargeElasticsearch", "value" : "m3.2xlarge.elasticsearch" }, { "name" : "T2MicroElasticsearch", "value" : "t2.micro.elasticsearch" }, { "name" : "T2SmallElasticsearch", "value" : "t2.small.elasticsearch" }, { "name" : "T2MediumElasticsearch", "value" : "t2.medium.elasticsearch" }, { "name" : "R3LargeElasticsearch", "value" : "r3.large.elasticsearch" }, { "name" : "R3XlargeElasticsearch", "value" : "r3.xlarge.elasticsearch" }, { "name" : "R32xlargeElasticsearch", "value" : "r3.2xlarge.elasticsearch" }, { "name" : "R34xlargeElasticsearch", "value" : "r3.4xlarge.elasticsearch" }, { "name" : "R38xlargeElasticsearch", "value" : "r3.8xlarge.elasticsearch" }, { "name" : "I2XlargeElasticsearch", "value" : "i2.xlarge.elasticsearch" }, { "name" : "I22xlargeElasticsearch", "value" : "i2.2xlarge.elasticsearch" } ], "variable" : { "variableName" : "eSPartitionInstanceType", "variableType" : "ESPartitionInstanceType", "variableDeclarationType" : "ESPartitionInstanceType", "documentation" : null, "simpleType" : "ESPartitionInstanceType", "variableSetterType" : "ESPartitionInstanceType" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeElasticsearchDomainsResult" : { "c2jName" : "DescribeElasticsearchDomainsResponse", "documentation" : "

The result of a DescribeElasticsearchDomains request. Contains the status of the specified domains or all domains owned by the account.

", "shapeName" : "DescribeElasticsearchDomainsResult", "deprecated" : false, "required" : [ "DomainStatusList" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The status of the domains requested in the DescribeElasticsearchDomains request.

", "name" : "DomainStatusList", "c2jName" : "DomainStatusList", "c2jShape" : "ElasticsearchDomainStatusList", "variable" : { "variableName" : "domainStatusList", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

The status of the domains requested in the DescribeElasticsearchDomains request.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "domainStatusList", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "DomainStatusList", "marshallLocationName" : "DomainStatusList", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ElasticsearchDomainStatus", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ElasticsearchDomainStatus", "variable" : { "variableName" : "member", "variableType" : "ElasticsearchDomainStatus", "variableDeclarationType" : "ElasticsearchDomainStatus", "documentation" : "", "simpleType" : "ElasticsearchDomainStatus", "variableSetterType" : "ElasticsearchDomainStatus" }, "setterModel" : { "variableName" : "member", "variableType" : "ElasticsearchDomainStatus", "variableDeclarationType" : "ElasticsearchDomainStatus", "documentation" : "", "simpleType" : "ElasticsearchDomainStatus", "variableSetterType" : "ElasticsearchDomainStatus" }, "getterModel" : { "returnType" : "ElasticsearchDomainStatus", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ElasticsearchDomainStatus", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The status of the domains requested in the DescribeElasticsearchDomains request.

\n@param domainStatusList The status of the domains requested in the DescribeElasticsearchDomains request.*/", "getterDocumentation" : "/**

The status of the domains requested in the DescribeElasticsearchDomains request.

\n@return The status of the domains requested in the DescribeElasticsearchDomains request.*/", "fluentSetterDocumentation" : "/**

The status of the domains requested in the DescribeElasticsearchDomains request.

\n@param domainStatusList The status of the domains requested in the DescribeElasticsearchDomains request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The status of the domains requested in the DescribeElasticsearchDomains request.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setDomainStatusList(java.util.Collection)} or {@link #withDomainStatusList(java.util.Collection)} if you want to override the existing values.

\n@param domainStatusList The status of the domains requested in the DescribeElasticsearchDomains request.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeElasticsearchDomainsResult", "variableType" : "DescribeElasticsearchDomainsResult", "variableDeclarationType" : "DescribeElasticsearchDomainsResult", "documentation" : null, "simpleType" : "DescribeElasticsearchDomainsResult", "variableSetterType" : "DescribeElasticsearchDomainsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DomainStatusList" : { "documentation" : "

The status of the domains requested in the DescribeElasticsearchDomains request.

", "name" : "DomainStatusList", "c2jName" : "DomainStatusList", "c2jShape" : "ElasticsearchDomainStatusList", "variable" : { "variableName" : "domainStatusList", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

The status of the domains requested in the DescribeElasticsearchDomains request.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "domainStatusList", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "DomainStatusList", "marshallLocationName" : "DomainStatusList", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "ElasticsearchDomainStatus", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ElasticsearchDomainStatus", "variable" : { "variableName" : "member", "variableType" : "ElasticsearchDomainStatus", "variableDeclarationType" : "ElasticsearchDomainStatus", "documentation" : "", "simpleType" : "ElasticsearchDomainStatus", "variableSetterType" : "ElasticsearchDomainStatus" }, "setterModel" : { "variableName" : "member", "variableType" : "ElasticsearchDomainStatus", "variableDeclarationType" : "ElasticsearchDomainStatus", "documentation" : "", "simpleType" : "ElasticsearchDomainStatus", "variableSetterType" : "ElasticsearchDomainStatus" }, "getterModel" : { "returnType" : "ElasticsearchDomainStatus", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ElasticsearchDomainStatus", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The status of the domains requested in the DescribeElasticsearchDomains request.

\n@param domainStatusList The status of the domains requested in the DescribeElasticsearchDomains request.*/", "getterDocumentation" : "/**

The status of the domains requested in the DescribeElasticsearchDomains request.

\n@return The status of the domains requested in the DescribeElasticsearchDomains request.*/", "fluentSetterDocumentation" : "/**

The status of the domains requested in the DescribeElasticsearchDomains request.

\n@param domainStatusList The status of the domains requested in the DescribeElasticsearchDomains request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The status of the domains requested in the DescribeElasticsearchDomains request.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setDomainStatusList(java.util.Collection)} or {@link #withDomainStatusList(java.util.Collection)} if you want to override the existing values.

\n@param domainStatusList The status of the domains requested in the DescribeElasticsearchDomains request.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "RemoveTagsResult" : { "c2jName" : "RemoveTagsResult", "documentation" : null, "shapeName" : "RemoveTagsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "removeTagsResult", "variableType" : "RemoveTagsResult", "variableDeclarationType" : "RemoveTagsResult", "documentation" : null, "simpleType" : "RemoveTagsResult", "variableSetterType" : "RemoveTagsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DisabledOperationException" : { "c2jName" : "DisabledOperationException", "documentation" : "

An error occured because the client wanted to access a not supported operation. Gives http status code of 409.

", "shapeName" : "DisabledOperationException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "disabledOperationException", "variableType" : "DisabledOperationException", "variableDeclarationType" : "DisabledOperationException", "documentation" : null, "simpleType" : "DisabledOperationException", "variableSetterType" : "DisabledOperationException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "DisabledOperationException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ValidationException" : { "c2jName" : "ValidationException", "documentation" : "

An exception for missing / invalid input fields. Gives http status code of 400.

", "shapeName" : "ValidationException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "validationException", "variableType" : "ValidationException", "variableDeclarationType" : "ValidationException", "documentation" : null, "simpleType" : "ValidationException", "variableSetterType" : "ValidationException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ValidationException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CreateElasticsearchDomainResult" : { "c2jName" : "CreateElasticsearchDomainResponse", "documentation" : "

The result of a CreateElasticsearchDomain operation. Contains the status of the newly created Elasticsearch domain.

", "shapeName" : "CreateElasticsearchDomainResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The status of the newly created Elasticsearch domain.

", "name" : "DomainStatus", "c2jName" : "DomainStatus", "c2jShape" : "ElasticsearchDomainStatus", "variable" : { "variableName" : "domainStatus", "variableType" : "ElasticsearchDomainStatus", "variableDeclarationType" : "ElasticsearchDomainStatus", "documentation" : "

The status of the newly created Elasticsearch domain.

", "simpleType" : "ElasticsearchDomainStatus", "variableSetterType" : "ElasticsearchDomainStatus" }, "setterModel" : { "variableName" : "domainStatus", "variableType" : "ElasticsearchDomainStatus", "variableDeclarationType" : "ElasticsearchDomainStatus", "documentation" : "", "simpleType" : "ElasticsearchDomainStatus", "variableSetterType" : "ElasticsearchDomainStatus" }, "getterModel" : { "returnType" : "ElasticsearchDomainStatus", "documentation" : null }, "http" : { "unmarshallLocationName" : "DomainStatus", "marshallLocationName" : "DomainStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

The status of the newly created Elasticsearch domain.

\n@param domainStatus The status of the newly created Elasticsearch domain.*/", "getterDocumentation" : "/**

The status of the newly created Elasticsearch domain.

\n@return The status of the newly created Elasticsearch domain.*/", "fluentSetterDocumentation" : "/**

The status of the newly created Elasticsearch domain.

\n@param domainStatus The status of the newly created Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The status of the newly created Elasticsearch domain.

\n@param domainStatus The status of the newly created Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createElasticsearchDomainResult", "variableType" : "CreateElasticsearchDomainResult", "variableDeclarationType" : "CreateElasticsearchDomainResult", "documentation" : null, "simpleType" : "CreateElasticsearchDomainResult", "variableSetterType" : "CreateElasticsearchDomainResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DomainStatus" : { "documentation" : "

The status of the newly created Elasticsearch domain.

", "name" : "DomainStatus", "c2jName" : "DomainStatus", "c2jShape" : "ElasticsearchDomainStatus", "variable" : { "variableName" : "domainStatus", "variableType" : "ElasticsearchDomainStatus", "variableDeclarationType" : "ElasticsearchDomainStatus", "documentation" : "

The status of the newly created Elasticsearch domain.

", "simpleType" : "ElasticsearchDomainStatus", "variableSetterType" : "ElasticsearchDomainStatus" }, "setterModel" : { "variableName" : "domainStatus", "variableType" : "ElasticsearchDomainStatus", "variableDeclarationType" : "ElasticsearchDomainStatus", "documentation" : "", "simpleType" : "ElasticsearchDomainStatus", "variableSetterType" : "ElasticsearchDomainStatus" }, "getterModel" : { "returnType" : "ElasticsearchDomainStatus", "documentation" : null }, "http" : { "unmarshallLocationName" : "DomainStatus", "marshallLocationName" : "DomainStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

The status of the newly created Elasticsearch domain.

\n@param domainStatus The status of the newly created Elasticsearch domain.*/", "getterDocumentation" : "/**

The status of the newly created Elasticsearch domain.

\n@return The status of the newly created Elasticsearch domain.*/", "fluentSetterDocumentation" : "/**

The status of the newly created Elasticsearch domain.

\n@param domainStatus The status of the newly created Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The status of the newly created Elasticsearch domain.

\n@param domainStatus The status of the newly created Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeElasticsearchDomainsRequest" : { "c2jName" : "DescribeElasticsearchDomainsRequest", "documentation" : "

Container for the parameters to the DescribeElasticsearchDomains operation. By default, the API returns the status of all Elasticsearch domains.

", "shapeName" : "DescribeElasticsearchDomainsRequest", "deprecated" : false, "required" : [ "DomainNames" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The Elasticsearch domains for which you want information.

", "name" : "DomainNames", "c2jName" : "DomainNames", "c2jShape" : "DomainNameList", "variable" : { "variableName" : "domainNames", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

The Elasticsearch domains for which you want information.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "domainNames", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "DomainNames", "marshallLocationName" : "DomainNames", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "DomainName", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The Elasticsearch domains for which you want information.

\n@param domainNames The Elasticsearch domains for which you want information.*/", "getterDocumentation" : "/**

The Elasticsearch domains for which you want information.

\n@return The Elasticsearch domains for which you want information.*/", "fluentSetterDocumentation" : "/**

The Elasticsearch domains for which you want information.

\n@param domainNames The Elasticsearch domains for which you want information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Elasticsearch domains for which you want information.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setDomainNames(java.util.Collection)} or {@link #withDomainNames(java.util.Collection)} if you want to override the existing values.

\n@param domainNames The Elasticsearch domains for which you want information.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeElasticsearchDomainsRequest", "variableType" : "DescribeElasticsearchDomainsRequest", "variableDeclarationType" : "DescribeElasticsearchDomainsRequest", "documentation" : null, "simpleType" : "DescribeElasticsearchDomainsRequest", "variableSetterType" : "DescribeElasticsearchDomainsRequest" }, "marshaller" : { "action" : "DescribeElasticsearchDomains", "verb" : "POST", "target" : null, "requestUri" : "/2015-01-01/es/domain-info", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DomainNames" : { "documentation" : "

The Elasticsearch domains for which you want information.

", "name" : "DomainNames", "c2jName" : "DomainNames", "c2jShape" : "DomainNameList", "variable" : { "variableName" : "domainNames", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

The Elasticsearch domains for which you want information.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "domainNames", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "DomainNames", "marshallLocationName" : "DomainNames", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "DomainName", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The Elasticsearch domains for which you want information.

\n@param domainNames The Elasticsearch domains for which you want information.*/", "getterDocumentation" : "/**

The Elasticsearch domains for which you want information.

\n@return The Elasticsearch domains for which you want information.*/", "fluentSetterDocumentation" : "/**

The Elasticsearch domains for which you want information.

\n@param domainNames The Elasticsearch domains for which you want information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Elasticsearch domains for which you want information.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setDomainNames(java.util.Collection)} or {@link #withDomainNames(java.util.Collection)} if you want to override the existing values.

\n@param domainNames The Elasticsearch domains for which you want information.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ElasticsearchDomainConfig" : { "c2jName" : "ElasticsearchDomainConfig", "documentation" : "

The configuration of an Elasticsearch domain.

", "shapeName" : "ElasticsearchDomainConfig", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Specifies the ElasticsearchClusterConfig for the Elasticsearch domain.

", "name" : "ElasticsearchClusterConfig", "c2jName" : "ElasticsearchClusterConfig", "c2jShape" : "ElasticsearchClusterConfigStatus", "variable" : { "variableName" : "elasticsearchClusterConfig", "variableType" : "ElasticsearchClusterConfigStatus", "variableDeclarationType" : "ElasticsearchClusterConfigStatus", "documentation" : "

Specifies the ElasticsearchClusterConfig for the Elasticsearch domain.

", "simpleType" : "ElasticsearchClusterConfigStatus", "variableSetterType" : "ElasticsearchClusterConfigStatus" }, "setterModel" : { "variableName" : "elasticsearchClusterConfig", "variableType" : "ElasticsearchClusterConfigStatus", "variableDeclarationType" : "ElasticsearchClusterConfigStatus", "documentation" : "", "simpleType" : "ElasticsearchClusterConfigStatus", "variableSetterType" : "ElasticsearchClusterConfigStatus" }, "getterModel" : { "returnType" : "ElasticsearchClusterConfigStatus", "documentation" : null }, "http" : { "unmarshallLocationName" : "ElasticsearchClusterConfig", "marshallLocationName" : "ElasticsearchClusterConfig", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the ElasticsearchClusterConfig for the Elasticsearch domain.

\n@param elasticsearchClusterConfig Specifies the ElasticsearchClusterConfig for the Elasticsearch domain.*/", "getterDocumentation" : "/**

Specifies the ElasticsearchClusterConfig for the Elasticsearch domain.

\n@return Specifies the ElasticsearchClusterConfig for the Elasticsearch domain.*/", "fluentSetterDocumentation" : "/**

Specifies the ElasticsearchClusterConfig for the Elasticsearch domain.

\n@param elasticsearchClusterConfig Specifies the ElasticsearchClusterConfig for the Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the ElasticsearchClusterConfig for the Elasticsearch domain.

\n@param elasticsearchClusterConfig Specifies the ElasticsearchClusterConfig for the Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the EBSOptions for the Elasticsearch domain.

", "name" : "EBSOptions", "c2jName" : "EBSOptions", "c2jShape" : "EBSOptionsStatus", "variable" : { "variableName" : "eBSOptions", "variableType" : "EBSOptionsStatus", "variableDeclarationType" : "EBSOptionsStatus", "documentation" : "

Specifies the EBSOptions for the Elasticsearch domain.

", "simpleType" : "EBSOptionsStatus", "variableSetterType" : "EBSOptionsStatus" }, "setterModel" : { "variableName" : "eBSOptions", "variableType" : "EBSOptionsStatus", "variableDeclarationType" : "EBSOptionsStatus", "documentation" : "", "simpleType" : "EBSOptionsStatus", "variableSetterType" : "EBSOptionsStatus" }, "getterModel" : { "returnType" : "EBSOptionsStatus", "documentation" : null }, "http" : { "unmarshallLocationName" : "EBSOptions", "marshallLocationName" : "EBSOptions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the EBSOptions for the Elasticsearch domain.

\n@param eBSOptions Specifies the EBSOptions for the Elasticsearch domain.*/", "getterDocumentation" : "/**

Specifies the EBSOptions for the Elasticsearch domain.

\n@return Specifies the EBSOptions for the Elasticsearch domain.*/", "fluentSetterDocumentation" : "/**

Specifies the EBSOptions for the Elasticsearch domain.

\n@param eBSOptions Specifies the EBSOptions for the Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the EBSOptions for the Elasticsearch domain.

\n@param eBSOptions Specifies the EBSOptions for the Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

IAM access policy as a JSON-formatted string.

", "name" : "AccessPolicies", "c2jName" : "AccessPolicies", "c2jShape" : "AccessPoliciesStatus", "variable" : { "variableName" : "accessPolicies", "variableType" : "AccessPoliciesStatus", "variableDeclarationType" : "AccessPoliciesStatus", "documentation" : "

IAM access policy as a JSON-formatted string.

", "simpleType" : "AccessPoliciesStatus", "variableSetterType" : "AccessPoliciesStatus" }, "setterModel" : { "variableName" : "accessPolicies", "variableType" : "AccessPoliciesStatus", "variableDeclarationType" : "AccessPoliciesStatus", "documentation" : "", "simpleType" : "AccessPoliciesStatus", "variableSetterType" : "AccessPoliciesStatus" }, "getterModel" : { "returnType" : "AccessPoliciesStatus", "documentation" : null }, "http" : { "unmarshallLocationName" : "AccessPolicies", "marshallLocationName" : "AccessPolicies", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

IAM access policy as a JSON-formatted string.

\n@param accessPolicies IAM access policy as a JSON-formatted string.*/", "getterDocumentation" : "/**

IAM access policy as a JSON-formatted string.

\n@return IAM access policy as a JSON-formatted string.*/", "fluentSetterDocumentation" : "/**

IAM access policy as a JSON-formatted string.

\n@param accessPolicies IAM access policy as a JSON-formatted string.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

IAM access policy as a JSON-formatted string.

\n@param accessPolicies IAM access policy as a JSON-formatted string.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the SnapshotOptions for the Elasticsearch domain.

", "name" : "SnapshotOptions", "c2jName" : "SnapshotOptions", "c2jShape" : "SnapshotOptionsStatus", "variable" : { "variableName" : "snapshotOptions", "variableType" : "SnapshotOptionsStatus", "variableDeclarationType" : "SnapshotOptionsStatus", "documentation" : "

Specifies the SnapshotOptions for the Elasticsearch domain.

", "simpleType" : "SnapshotOptionsStatus", "variableSetterType" : "SnapshotOptionsStatus" }, "setterModel" : { "variableName" : "snapshotOptions", "variableType" : "SnapshotOptionsStatus", "variableDeclarationType" : "SnapshotOptionsStatus", "documentation" : "", "simpleType" : "SnapshotOptionsStatus", "variableSetterType" : "SnapshotOptionsStatus" }, "getterModel" : { "returnType" : "SnapshotOptionsStatus", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotOptions", "marshallLocationName" : "SnapshotOptions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the SnapshotOptions for the Elasticsearch domain.

\n@param snapshotOptions Specifies the SnapshotOptions for the Elasticsearch domain.*/", "getterDocumentation" : "/**

Specifies the SnapshotOptions for the Elasticsearch domain.

\n@return Specifies the SnapshotOptions for the Elasticsearch domain.*/", "fluentSetterDocumentation" : "/**

Specifies the SnapshotOptions for the Elasticsearch domain.

\n@param snapshotOptions Specifies the SnapshotOptions for the Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the SnapshotOptions for the Elasticsearch domain.

\n@param snapshotOptions Specifies the SnapshotOptions for the Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the AdvancedOptions for the domain. See Configuring Advanced Options for more information.

", "name" : "AdvancedOptions", "c2jName" : "AdvancedOptions", "c2jShape" : "AdvancedOptionsStatus", "variable" : { "variableName" : "advancedOptions", "variableType" : "AdvancedOptionsStatus", "variableDeclarationType" : "AdvancedOptionsStatus", "documentation" : "

Specifies the AdvancedOptions for the domain. See Configuring Advanced Options for more information.

", "simpleType" : "AdvancedOptionsStatus", "variableSetterType" : "AdvancedOptionsStatus" }, "setterModel" : { "variableName" : "advancedOptions", "variableType" : "AdvancedOptionsStatus", "variableDeclarationType" : "AdvancedOptionsStatus", "documentation" : "", "simpleType" : "AdvancedOptionsStatus", "variableSetterType" : "AdvancedOptionsStatus" }, "getterModel" : { "returnType" : "AdvancedOptionsStatus", "documentation" : null }, "http" : { "unmarshallLocationName" : "AdvancedOptions", "marshallLocationName" : "AdvancedOptions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the AdvancedOptions for the domain. See Configuring Advanced Options for more information.

\n@param advancedOptions Specifies the AdvancedOptions for the domain. See Configuring Advanced Options for more information.*/", "getterDocumentation" : "/**

Specifies the AdvancedOptions for the domain. See Configuring Advanced Options for more information.

\n@return Specifies the AdvancedOptions for the domain. See Configuring Advanced Options for more information.*/", "fluentSetterDocumentation" : "/**

Specifies the AdvancedOptions for the domain. See Configuring Advanced Options for more information.

\n@param advancedOptions Specifies the AdvancedOptions for the domain. See Configuring Advanced Options for more information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the AdvancedOptions for the domain. See Configuring Advanced Options for more information.

\n@param advancedOptions Specifies the AdvancedOptions for the domain. See Configuring Advanced Options for more information.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "elasticsearchDomainConfig", "variableType" : "ElasticsearchDomainConfig", "variableDeclarationType" : "ElasticsearchDomainConfig", "documentation" : null, "simpleType" : "ElasticsearchDomainConfig", "variableSetterType" : "ElasticsearchDomainConfig" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AdvancedOptions" : { "documentation" : "

Specifies the AdvancedOptions for the domain. See Configuring Advanced Options for more information.

", "name" : "AdvancedOptions", "c2jName" : "AdvancedOptions", "c2jShape" : "AdvancedOptionsStatus", "variable" : { "variableName" : "advancedOptions", "variableType" : "AdvancedOptionsStatus", "variableDeclarationType" : "AdvancedOptionsStatus", "documentation" : "

Specifies the AdvancedOptions for the domain. See Configuring Advanced Options for more information.

", "simpleType" : "AdvancedOptionsStatus", "variableSetterType" : "AdvancedOptionsStatus" }, "setterModel" : { "variableName" : "advancedOptions", "variableType" : "AdvancedOptionsStatus", "variableDeclarationType" : "AdvancedOptionsStatus", "documentation" : "", "simpleType" : "AdvancedOptionsStatus", "variableSetterType" : "AdvancedOptionsStatus" }, "getterModel" : { "returnType" : "AdvancedOptionsStatus", "documentation" : null }, "http" : { "unmarshallLocationName" : "AdvancedOptions", "marshallLocationName" : "AdvancedOptions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the AdvancedOptions for the domain. See Configuring Advanced Options for more information.

\n@param advancedOptions Specifies the AdvancedOptions for the domain. See Configuring Advanced Options for more information.*/", "getterDocumentation" : "/**

Specifies the AdvancedOptions for the domain. See Configuring Advanced Options for more information.

\n@return Specifies the AdvancedOptions for the domain. See Configuring Advanced Options for more information.*/", "fluentSetterDocumentation" : "/**

Specifies the AdvancedOptions for the domain. See Configuring Advanced Options for more information.

\n@param advancedOptions Specifies the AdvancedOptions for the domain. See Configuring Advanced Options for more information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the AdvancedOptions for the domain. See Configuring Advanced Options for more information.

\n@param advancedOptions Specifies the AdvancedOptions for the domain. See Configuring Advanced Options for more information.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ElasticsearchClusterConfig" : { "documentation" : "

Specifies the ElasticsearchClusterConfig for the Elasticsearch domain.

", "name" : "ElasticsearchClusterConfig", "c2jName" : "ElasticsearchClusterConfig", "c2jShape" : "ElasticsearchClusterConfigStatus", "variable" : { "variableName" : "elasticsearchClusterConfig", "variableType" : "ElasticsearchClusterConfigStatus", "variableDeclarationType" : "ElasticsearchClusterConfigStatus", "documentation" : "

Specifies the ElasticsearchClusterConfig for the Elasticsearch domain.

", "simpleType" : "ElasticsearchClusterConfigStatus", "variableSetterType" : "ElasticsearchClusterConfigStatus" }, "setterModel" : { "variableName" : "elasticsearchClusterConfig", "variableType" : "ElasticsearchClusterConfigStatus", "variableDeclarationType" : "ElasticsearchClusterConfigStatus", "documentation" : "", "simpleType" : "ElasticsearchClusterConfigStatus", "variableSetterType" : "ElasticsearchClusterConfigStatus" }, "getterModel" : { "returnType" : "ElasticsearchClusterConfigStatus", "documentation" : null }, "http" : { "unmarshallLocationName" : "ElasticsearchClusterConfig", "marshallLocationName" : "ElasticsearchClusterConfig", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the ElasticsearchClusterConfig for the Elasticsearch domain.

\n@param elasticsearchClusterConfig Specifies the ElasticsearchClusterConfig for the Elasticsearch domain.*/", "getterDocumentation" : "/**

Specifies the ElasticsearchClusterConfig for the Elasticsearch domain.

\n@return Specifies the ElasticsearchClusterConfig for the Elasticsearch domain.*/", "fluentSetterDocumentation" : "/**

Specifies the ElasticsearchClusterConfig for the Elasticsearch domain.

\n@param elasticsearchClusterConfig Specifies the ElasticsearchClusterConfig for the Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the ElasticsearchClusterConfig for the Elasticsearch domain.

\n@param elasticsearchClusterConfig Specifies the ElasticsearchClusterConfig for the Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AccessPolicies" : { "documentation" : "

IAM access policy as a JSON-formatted string.

", "name" : "AccessPolicies", "c2jName" : "AccessPolicies", "c2jShape" : "AccessPoliciesStatus", "variable" : { "variableName" : "accessPolicies", "variableType" : "AccessPoliciesStatus", "variableDeclarationType" : "AccessPoliciesStatus", "documentation" : "

IAM access policy as a JSON-formatted string.

", "simpleType" : "AccessPoliciesStatus", "variableSetterType" : "AccessPoliciesStatus" }, "setterModel" : { "variableName" : "accessPolicies", "variableType" : "AccessPoliciesStatus", "variableDeclarationType" : "AccessPoliciesStatus", "documentation" : "", "simpleType" : "AccessPoliciesStatus", "variableSetterType" : "AccessPoliciesStatus" }, "getterModel" : { "returnType" : "AccessPoliciesStatus", "documentation" : null }, "http" : { "unmarshallLocationName" : "AccessPolicies", "marshallLocationName" : "AccessPolicies", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

IAM access policy as a JSON-formatted string.

\n@param accessPolicies IAM access policy as a JSON-formatted string.*/", "getterDocumentation" : "/**

IAM access policy as a JSON-formatted string.

\n@return IAM access policy as a JSON-formatted string.*/", "fluentSetterDocumentation" : "/**

IAM access policy as a JSON-formatted string.

\n@param accessPolicies IAM access policy as a JSON-formatted string.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

IAM access policy as a JSON-formatted string.

\n@param accessPolicies IAM access policy as a JSON-formatted string.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EBSOptions" : { "documentation" : "

Specifies the EBSOptions for the Elasticsearch domain.

", "name" : "EBSOptions", "c2jName" : "EBSOptions", "c2jShape" : "EBSOptionsStatus", "variable" : { "variableName" : "eBSOptions", "variableType" : "EBSOptionsStatus", "variableDeclarationType" : "EBSOptionsStatus", "documentation" : "

Specifies the EBSOptions for the Elasticsearch domain.

", "simpleType" : "EBSOptionsStatus", "variableSetterType" : "EBSOptionsStatus" }, "setterModel" : { "variableName" : "eBSOptions", "variableType" : "EBSOptionsStatus", "variableDeclarationType" : "EBSOptionsStatus", "documentation" : "", "simpleType" : "EBSOptionsStatus", "variableSetterType" : "EBSOptionsStatus" }, "getterModel" : { "returnType" : "EBSOptionsStatus", "documentation" : null }, "http" : { "unmarshallLocationName" : "EBSOptions", "marshallLocationName" : "EBSOptions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the EBSOptions for the Elasticsearch domain.

\n@param eBSOptions Specifies the EBSOptions for the Elasticsearch domain.*/", "getterDocumentation" : "/**

Specifies the EBSOptions for the Elasticsearch domain.

\n@return Specifies the EBSOptions for the Elasticsearch domain.*/", "fluentSetterDocumentation" : "/**

Specifies the EBSOptions for the Elasticsearch domain.

\n@param eBSOptions Specifies the EBSOptions for the Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the EBSOptions for the Elasticsearch domain.

\n@param eBSOptions Specifies the EBSOptions for the Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SnapshotOptions" : { "documentation" : "

Specifies the SnapshotOptions for the Elasticsearch domain.

", "name" : "SnapshotOptions", "c2jName" : "SnapshotOptions", "c2jShape" : "SnapshotOptionsStatus", "variable" : { "variableName" : "snapshotOptions", "variableType" : "SnapshotOptionsStatus", "variableDeclarationType" : "SnapshotOptionsStatus", "documentation" : "

Specifies the SnapshotOptions for the Elasticsearch domain.

", "simpleType" : "SnapshotOptionsStatus", "variableSetterType" : "SnapshotOptionsStatus" }, "setterModel" : { "variableName" : "snapshotOptions", "variableType" : "SnapshotOptionsStatus", "variableDeclarationType" : "SnapshotOptionsStatus", "documentation" : "", "simpleType" : "SnapshotOptionsStatus", "variableSetterType" : "SnapshotOptionsStatus" }, "getterModel" : { "returnType" : "SnapshotOptionsStatus", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotOptions", "marshallLocationName" : "SnapshotOptions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the SnapshotOptions for the Elasticsearch domain.

\n@param snapshotOptions Specifies the SnapshotOptions for the Elasticsearch domain.*/", "getterDocumentation" : "/**

Specifies the SnapshotOptions for the Elasticsearch domain.

\n@return Specifies the SnapshotOptions for the Elasticsearch domain.*/", "fluentSetterDocumentation" : "/**

Specifies the SnapshotOptions for the Elasticsearch domain.

\n@param snapshotOptions Specifies the SnapshotOptions for the Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the SnapshotOptions for the Elasticsearch domain.

\n@param snapshotOptions Specifies the SnapshotOptions for the Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeElasticsearchDomainConfigRequest" : { "c2jName" : "DescribeElasticsearchDomainConfigRequest", "documentation" : "

Container for the parameters to the DescribeElasticsearchDomainConfig operation. Specifies the domain name for which you want configuration information.

", "shapeName" : "DescribeElasticsearchDomainConfigRequest", "deprecated" : false, "required" : [ "DomainName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The Elasticsearch domain that you want to get information about.

", "name" : "DomainName", "c2jName" : "DomainName", "c2jShape" : "DomainName", "variable" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Elasticsearch domain that you want to get information about.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DomainName", "marshallLocationName" : "DomainName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Elasticsearch domain that you want to get information about.

\n@param domainName The Elasticsearch domain that you want to get information about.*/", "getterDocumentation" : "/**

The Elasticsearch domain that you want to get information about.

\n@return The Elasticsearch domain that you want to get information about.*/", "fluentSetterDocumentation" : "/**

The Elasticsearch domain that you want to get information about.

\n@param domainName The Elasticsearch domain that you want to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Elasticsearch domain that you want to get information about.

\n@param domainName The Elasticsearch domain that you want to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeElasticsearchDomainConfigRequest", "variableType" : "DescribeElasticsearchDomainConfigRequest", "variableDeclarationType" : "DescribeElasticsearchDomainConfigRequest", "documentation" : null, "simpleType" : "DescribeElasticsearchDomainConfigRequest", "variableSetterType" : "DescribeElasticsearchDomainConfigRequest" }, "marshaller" : { "action" : "DescribeElasticsearchDomainConfig", "verb" : "GET", "target" : null, "requestUri" : "/2015-01-01/es/domain/{DomainName}/config", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DomainName" : { "documentation" : "

The Elasticsearch domain that you want to get information about.

", "name" : "DomainName", "c2jName" : "DomainName", "c2jShape" : "DomainName", "variable" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Elasticsearch domain that you want to get information about.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DomainName", "marshallLocationName" : "DomainName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Elasticsearch domain that you want to get information about.

\n@param domainName The Elasticsearch domain that you want to get information about.*/", "getterDocumentation" : "/**

The Elasticsearch domain that you want to get information about.

\n@return The Elasticsearch domain that you want to get information about.*/", "fluentSetterDocumentation" : "/**

The Elasticsearch domain that you want to get information about.

\n@param domainName The Elasticsearch domain that you want to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Elasticsearch domain that you want to get information about.

\n@param domainName The Elasticsearch domain that you want to get information about.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "OptionState" : { "c2jName" : "OptionState", "documentation" : "

The state of a requested change. One of the following:

  • Processing: The request change is still in-process.
  • Active: The request change is processed and deployed to the Elasticsearch domain.
", "shapeName" : "OptionState", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "RequiresIndexDocuments", "value" : "RequiresIndexDocuments" }, { "name" : "Processing", "value" : "Processing" }, { "name" : "Active", "value" : "Active" } ], "variable" : { "variableName" : "optionState", "variableType" : "OptionState", "variableDeclarationType" : "OptionState", "documentation" : null, "simpleType" : "OptionState", "variableSetterType" : "OptionState" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ListTagsResult" : { "c2jName" : "ListTagsResponse", "documentation" : "

The result of a ListTags operation. Contains tags for all requested Elasticsearch domains.

", "shapeName" : "ListTagsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

List of Tag for the requested Elasticsearch domain.

", "name" : "TagList", "c2jName" : "TagList", "c2jShape" : "TagList", "variable" : { "variableName" : "tagList", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

List of Tag for the requested Elasticsearch domain.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "tagList", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagList", "marshallLocationName" : "TagList", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Tag", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

List of Tag for the requested Elasticsearch domain.

\n@param tagList List of Tag for the requested Elasticsearch domain.*/", "getterDocumentation" : "/**

List of Tag for the requested Elasticsearch domain.

\n@return List of Tag for the requested Elasticsearch domain.*/", "fluentSetterDocumentation" : "/**

List of Tag for the requested Elasticsearch domain.

\n@param tagList List of Tag for the requested Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

List of Tag for the requested Elasticsearch domain.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setTagList(java.util.Collection)} or {@link #withTagList(java.util.Collection)} if you want to override the existing values.

\n@param tagList List of Tag for the requested Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listTagsResult", "variableType" : "ListTagsResult", "variableDeclarationType" : "ListTagsResult", "documentation" : null, "simpleType" : "ListTagsResult", "variableSetterType" : "ListTagsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TagList" : { "documentation" : "

List of Tag for the requested Elasticsearch domain.

", "name" : "TagList", "c2jName" : "TagList", "c2jShape" : "TagList", "variable" : { "variableName" : "tagList", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

List of Tag for the requested Elasticsearch domain.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "tagList", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagList", "marshallLocationName" : "TagList", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Tag", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

List of Tag for the requested Elasticsearch domain.

\n@param tagList List of Tag for the requested Elasticsearch domain.*/", "getterDocumentation" : "/**

List of Tag for the requested Elasticsearch domain.

\n@return List of Tag for the requested Elasticsearch domain.*/", "fluentSetterDocumentation" : "/**

List of Tag for the requested Elasticsearch domain.

\n@param tagList List of Tag for the requested Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

List of Tag for the requested Elasticsearch domain.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setTagList(java.util.Collection)} or {@link #withTagList(java.util.Collection)} if you want to override the existing values.

\n@param tagList List of Tag for the requested Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "RemoveTagsRequest" : { "c2jName" : "RemoveTagsRequest", "documentation" : "

Container for the parameters to the RemoveTags operation. Specify the ARN for the Elasticsearch domain from which you want to remove the specified TagKey.

", "shapeName" : "RemoveTagsRequest", "deprecated" : false, "required" : [ "ARN", "TagKeys" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Specifies the ARN for the Elasticsearch domain from which you want to delete the specified tags.

", "name" : "ARN", "c2jName" : "ARN", "c2jShape" : "ARN", "variable" : { "variableName" : "aRN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the ARN for the Elasticsearch domain from which you want to delete the specified tags.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "aRN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ARN", "marshallLocationName" : "ARN", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the ARN for the Elasticsearch domain from which you want to delete the specified tags.

\n@param aRN Specifies the ARN for the Elasticsearch domain from which you want to delete the specified tags.*/", "getterDocumentation" : "/**

Specifies the ARN for the Elasticsearch domain from which you want to delete the specified tags.

\n@return Specifies the ARN for the Elasticsearch domain from which you want to delete the specified tags.*/", "fluentSetterDocumentation" : "/**

Specifies the ARN for the Elasticsearch domain from which you want to delete the specified tags.

\n@param aRN Specifies the ARN for the Elasticsearch domain from which you want to delete the specified tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the ARN for the Elasticsearch domain from which you want to delete the specified tags.

\n@param aRN Specifies the ARN for the Elasticsearch domain from which you want to delete the specified tags.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the TagKey list which you want to remove from the Elasticsearch domain.

", "name" : "TagKeys", "c2jName" : "TagKeys", "c2jShape" : "StringList", "variable" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

Specifies the TagKey list which you want to remove from the Elasticsearch domain.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagKeys", "marshallLocationName" : "TagKeys", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

Specifies the TagKey list which you want to remove from the Elasticsearch domain.

\n@param tagKeys Specifies the TagKey list which you want to remove from the Elasticsearch domain.*/", "getterDocumentation" : "/**

Specifies the TagKey list which you want to remove from the Elasticsearch domain.

\n@return Specifies the TagKey list which you want to remove from the Elasticsearch domain.*/", "fluentSetterDocumentation" : "/**

Specifies the TagKey list which you want to remove from the Elasticsearch domain.

\n@param tagKeys Specifies the TagKey list which you want to remove from the Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the TagKey list which you want to remove from the Elasticsearch domain.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setTagKeys(java.util.Collection)} or {@link #withTagKeys(java.util.Collection)} if you want to override the existing values.

\n@param tagKeys Specifies the TagKey list which you want to remove from the Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "removeTagsRequest", "variableType" : "RemoveTagsRequest", "variableDeclarationType" : "RemoveTagsRequest", "documentation" : null, "simpleType" : "RemoveTagsRequest", "variableSetterType" : "RemoveTagsRequest" }, "marshaller" : { "action" : "RemoveTags", "verb" : "POST", "target" : null, "requestUri" : "/2015-01-01/tags-removal", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TagKeys" : { "documentation" : "

Specifies the TagKey list which you want to remove from the Elasticsearch domain.

", "name" : "TagKeys", "c2jName" : "TagKeys", "c2jShape" : "StringList", "variable" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

Specifies the TagKey list which you want to remove from the Elasticsearch domain.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagKeys", "marshallLocationName" : "TagKeys", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

Specifies the TagKey list which you want to remove from the Elasticsearch domain.

\n@param tagKeys Specifies the TagKey list which you want to remove from the Elasticsearch domain.*/", "getterDocumentation" : "/**

Specifies the TagKey list which you want to remove from the Elasticsearch domain.

\n@return Specifies the TagKey list which you want to remove from the Elasticsearch domain.*/", "fluentSetterDocumentation" : "/**

Specifies the TagKey list which you want to remove from the Elasticsearch domain.

\n@param tagKeys Specifies the TagKey list which you want to remove from the Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the TagKey list which you want to remove from the Elasticsearch domain.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setTagKeys(java.util.Collection)} or {@link #withTagKeys(java.util.Collection)} if you want to override the existing values.

\n@param tagKeys Specifies the TagKey list which you want to remove from the Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ARN" : { "documentation" : "

Specifies the ARN for the Elasticsearch domain from which you want to delete the specified tags.

", "name" : "ARN", "c2jName" : "ARN", "c2jShape" : "ARN", "variable" : { "variableName" : "aRN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the ARN for the Elasticsearch domain from which you want to delete the specified tags.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "aRN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ARN", "marshallLocationName" : "ARN", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the ARN for the Elasticsearch domain from which you want to delete the specified tags.

\n@param aRN Specifies the ARN for the Elasticsearch domain from which you want to delete the specified tags.*/", "getterDocumentation" : "/**

Specifies the ARN for the Elasticsearch domain from which you want to delete the specified tags.

\n@return Specifies the ARN for the Elasticsearch domain from which you want to delete the specified tags.*/", "fluentSetterDocumentation" : "/**

Specifies the ARN for the Elasticsearch domain from which you want to delete the specified tags.

\n@param aRN Specifies the ARN for the Elasticsearch domain from which you want to delete the specified tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the ARN for the Elasticsearch domain from which you want to delete the specified tags.

\n@param aRN Specifies the ARN for the Elasticsearch domain from which you want to delete the specified tags.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "SnapshotOptionsStatus" : { "c2jName" : "SnapshotOptionsStatus", "documentation" : "

Status of a daily automated snapshot.

", "shapeName" : "SnapshotOptionsStatus", "deprecated" : false, "required" : [ "Options", "Status" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Specifies the daily snapshot options specified for the Elasticsearch domain.

", "name" : "Options", "c2jName" : "Options", "c2jShape" : "SnapshotOptions", "variable" : { "variableName" : "options", "variableType" : "SnapshotOptions", "variableDeclarationType" : "SnapshotOptions", "documentation" : "

Specifies the daily snapshot options specified for the Elasticsearch domain.

", "simpleType" : "SnapshotOptions", "variableSetterType" : "SnapshotOptions" }, "setterModel" : { "variableName" : "options", "variableType" : "SnapshotOptions", "variableDeclarationType" : "SnapshotOptions", "documentation" : "", "simpleType" : "SnapshotOptions", "variableSetterType" : "SnapshotOptions" }, "getterModel" : { "returnType" : "SnapshotOptions", "documentation" : null }, "http" : { "unmarshallLocationName" : "Options", "marshallLocationName" : "Options", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the daily snapshot options specified for the Elasticsearch domain.

\n@param options Specifies the daily snapshot options specified for the Elasticsearch domain.*/", "getterDocumentation" : "/**

Specifies the daily snapshot options specified for the Elasticsearch domain.

\n@return Specifies the daily snapshot options specified for the Elasticsearch domain.*/", "fluentSetterDocumentation" : "/**

Specifies the daily snapshot options specified for the Elasticsearch domain.

\n@param options Specifies the daily snapshot options specified for the Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the daily snapshot options specified for the Elasticsearch domain.

\n@param options Specifies the daily snapshot options specified for the Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the status of a daily automated snapshot.

", "name" : "Status", "c2jName" : "Status", "c2jShape" : "OptionStatus", "variable" : { "variableName" : "status", "variableType" : "OptionStatus", "variableDeclarationType" : "OptionStatus", "documentation" : "

Specifies the status of a daily automated snapshot.

", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "setterModel" : { "variableName" : "status", "variableType" : "OptionStatus", "variableDeclarationType" : "OptionStatus", "documentation" : "", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "getterModel" : { "returnType" : "OptionStatus", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the status of a daily automated snapshot.

\n@param status Specifies the status of a daily automated snapshot.*/", "getterDocumentation" : "/**

Specifies the status of a daily automated snapshot.

\n@return Specifies the status of a daily automated snapshot.*/", "fluentSetterDocumentation" : "/**

Specifies the status of a daily automated snapshot.

\n@param status Specifies the status of a daily automated snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the status of a daily automated snapshot.

\n@param status Specifies the status of a daily automated snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "snapshotOptionsStatus", "variableType" : "SnapshotOptionsStatus", "variableDeclarationType" : "SnapshotOptionsStatus", "documentation" : null, "simpleType" : "SnapshotOptionsStatus", "variableSetterType" : "SnapshotOptionsStatus" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Status" : { "documentation" : "

Specifies the status of a daily automated snapshot.

", "name" : "Status", "c2jName" : "Status", "c2jShape" : "OptionStatus", "variable" : { "variableName" : "status", "variableType" : "OptionStatus", "variableDeclarationType" : "OptionStatus", "documentation" : "

Specifies the status of a daily automated snapshot.

", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "setterModel" : { "variableName" : "status", "variableType" : "OptionStatus", "variableDeclarationType" : "OptionStatus", "documentation" : "", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "getterModel" : { "returnType" : "OptionStatus", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the status of a daily automated snapshot.

\n@param status Specifies the status of a daily automated snapshot.*/", "getterDocumentation" : "/**

Specifies the status of a daily automated snapshot.

\n@return Specifies the status of a daily automated snapshot.*/", "fluentSetterDocumentation" : "/**

Specifies the status of a daily automated snapshot.

\n@param status Specifies the status of a daily automated snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the status of a daily automated snapshot.

\n@param status Specifies the status of a daily automated snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Options" : { "documentation" : "

Specifies the daily snapshot options specified for the Elasticsearch domain.

", "name" : "Options", "c2jName" : "Options", "c2jShape" : "SnapshotOptions", "variable" : { "variableName" : "options", "variableType" : "SnapshotOptions", "variableDeclarationType" : "SnapshotOptions", "documentation" : "

Specifies the daily snapshot options specified for the Elasticsearch domain.

", "simpleType" : "SnapshotOptions", "variableSetterType" : "SnapshotOptions" }, "setterModel" : { "variableName" : "options", "variableType" : "SnapshotOptions", "variableDeclarationType" : "SnapshotOptions", "documentation" : "", "simpleType" : "SnapshotOptions", "variableSetterType" : "SnapshotOptions" }, "getterModel" : { "returnType" : "SnapshotOptions", "documentation" : null }, "http" : { "unmarshallLocationName" : "Options", "marshallLocationName" : "Options", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the daily snapshot options specified for the Elasticsearch domain.

\n@param options Specifies the daily snapshot options specified for the Elasticsearch domain.*/", "getterDocumentation" : "/**

Specifies the daily snapshot options specified for the Elasticsearch domain.

\n@return Specifies the daily snapshot options specified for the Elasticsearch domain.*/", "fluentSetterDocumentation" : "/**

Specifies the daily snapshot options specified for the Elasticsearch domain.

\n@param options Specifies the daily snapshot options specified for the Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the daily snapshot options specified for the Elasticsearch domain.

\n@param options Specifies the daily snapshot options specified for the Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ElasticsearchClusterConfigStatus" : { "c2jName" : "ElasticsearchClusterConfigStatus", "documentation" : "

Specifies the configuration status for the specified Elasticsearch domain.

", "shapeName" : "ElasticsearchClusterConfigStatus", "deprecated" : false, "required" : [ "Options", "Status" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Specifies the cluster configuration for the specified Elasticsearch domain.

", "name" : "Options", "c2jName" : "Options", "c2jShape" : "ElasticsearchClusterConfig", "variable" : { "variableName" : "options", "variableType" : "ElasticsearchClusterConfig", "variableDeclarationType" : "ElasticsearchClusterConfig", "documentation" : "

Specifies the cluster configuration for the specified Elasticsearch domain.

", "simpleType" : "ElasticsearchClusterConfig", "variableSetterType" : "ElasticsearchClusterConfig" }, "setterModel" : { "variableName" : "options", "variableType" : "ElasticsearchClusterConfig", "variableDeclarationType" : "ElasticsearchClusterConfig", "documentation" : "", "simpleType" : "ElasticsearchClusterConfig", "variableSetterType" : "ElasticsearchClusterConfig" }, "getterModel" : { "returnType" : "ElasticsearchClusterConfig", "documentation" : null }, "http" : { "unmarshallLocationName" : "Options", "marshallLocationName" : "Options", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the cluster configuration for the specified Elasticsearch domain.

\n@param options Specifies the cluster configuration for the specified Elasticsearch domain.*/", "getterDocumentation" : "/**

Specifies the cluster configuration for the specified Elasticsearch domain.

\n@return Specifies the cluster configuration for the specified Elasticsearch domain.*/", "fluentSetterDocumentation" : "/**

Specifies the cluster configuration for the specified Elasticsearch domain.

\n@param options Specifies the cluster configuration for the specified Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the cluster configuration for the specified Elasticsearch domain.

\n@param options Specifies the cluster configuration for the specified Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the status of the configuration for the specified Elasticsearch domain.

", "name" : "Status", "c2jName" : "Status", "c2jShape" : "OptionStatus", "variable" : { "variableName" : "status", "variableType" : "OptionStatus", "variableDeclarationType" : "OptionStatus", "documentation" : "

Specifies the status of the configuration for the specified Elasticsearch domain.

", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "setterModel" : { "variableName" : "status", "variableType" : "OptionStatus", "variableDeclarationType" : "OptionStatus", "documentation" : "", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "getterModel" : { "returnType" : "OptionStatus", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the status of the configuration for the specified Elasticsearch domain.

\n@param status Specifies the status of the configuration for the specified Elasticsearch domain.*/", "getterDocumentation" : "/**

Specifies the status of the configuration for the specified Elasticsearch domain.

\n@return Specifies the status of the configuration for the specified Elasticsearch domain.*/", "fluentSetterDocumentation" : "/**

Specifies the status of the configuration for the specified Elasticsearch domain.

\n@param status Specifies the status of the configuration for the specified Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the status of the configuration for the specified Elasticsearch domain.

\n@param status Specifies the status of the configuration for the specified Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "elasticsearchClusterConfigStatus", "variableType" : "ElasticsearchClusterConfigStatus", "variableDeclarationType" : "ElasticsearchClusterConfigStatus", "documentation" : null, "simpleType" : "ElasticsearchClusterConfigStatus", "variableSetterType" : "ElasticsearchClusterConfigStatus" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Status" : { "documentation" : "

Specifies the status of the configuration for the specified Elasticsearch domain.

", "name" : "Status", "c2jName" : "Status", "c2jShape" : "OptionStatus", "variable" : { "variableName" : "status", "variableType" : "OptionStatus", "variableDeclarationType" : "OptionStatus", "documentation" : "

Specifies the status of the configuration for the specified Elasticsearch domain.

", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "setterModel" : { "variableName" : "status", "variableType" : "OptionStatus", "variableDeclarationType" : "OptionStatus", "documentation" : "", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "getterModel" : { "returnType" : "OptionStatus", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the status of the configuration for the specified Elasticsearch domain.

\n@param status Specifies the status of the configuration for the specified Elasticsearch domain.*/", "getterDocumentation" : "/**

Specifies the status of the configuration for the specified Elasticsearch domain.

\n@return Specifies the status of the configuration for the specified Elasticsearch domain.*/", "fluentSetterDocumentation" : "/**

Specifies the status of the configuration for the specified Elasticsearch domain.

\n@param status Specifies the status of the configuration for the specified Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the status of the configuration for the specified Elasticsearch domain.

\n@param status Specifies the status of the configuration for the specified Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Options" : { "documentation" : "

Specifies the cluster configuration for the specified Elasticsearch domain.

", "name" : "Options", "c2jName" : "Options", "c2jShape" : "ElasticsearchClusterConfig", "variable" : { "variableName" : "options", "variableType" : "ElasticsearchClusterConfig", "variableDeclarationType" : "ElasticsearchClusterConfig", "documentation" : "

Specifies the cluster configuration for the specified Elasticsearch domain.

", "simpleType" : "ElasticsearchClusterConfig", "variableSetterType" : "ElasticsearchClusterConfig" }, "setterModel" : { "variableName" : "options", "variableType" : "ElasticsearchClusterConfig", "variableDeclarationType" : "ElasticsearchClusterConfig", "documentation" : "", "simpleType" : "ElasticsearchClusterConfig", "variableSetterType" : "ElasticsearchClusterConfig" }, "getterModel" : { "returnType" : "ElasticsearchClusterConfig", "documentation" : null }, "http" : { "unmarshallLocationName" : "Options", "marshallLocationName" : "Options", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the cluster configuration for the specified Elasticsearch domain.

\n@param options Specifies the cluster configuration for the specified Elasticsearch domain.*/", "getterDocumentation" : "/**

Specifies the cluster configuration for the specified Elasticsearch domain.

\n@return Specifies the cluster configuration for the specified Elasticsearch domain.*/", "fluentSetterDocumentation" : "/**

Specifies the cluster configuration for the specified Elasticsearch domain.

\n@param options Specifies the cluster configuration for the specified Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the cluster configuration for the specified Elasticsearch domain.

\n@param options Specifies the cluster configuration for the specified Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "BaseException" : { "c2jName" : "BaseException", "documentation" : "

An error occurred while processing the request.

", "shapeName" : "BaseException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "baseException", "variableType" : "BaseException", "variableDeclarationType" : "BaseException", "documentation" : null, "simpleType" : "BaseException", "variableSetterType" : "BaseException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "BaseException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ElasticsearchClusterConfig" : { "c2jName" : "ElasticsearchClusterConfig", "documentation" : "

Specifies the configuration for the domain cluster, such as the type and number of instances.

", "shapeName" : "ElasticsearchClusterConfig", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The instance type for an Elasticsearch cluster.

", "name" : "InstanceType", "c2jName" : "InstanceType", "c2jShape" : "ESPartitionInstanceType", "variable" : { "variableName" : "instanceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The instance type for an Elasticsearch cluster.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "instanceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "InstanceType", "marshallLocationName" : "InstanceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ESPartitionInstanceType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The instance type for an Elasticsearch cluster.

\n@param instanceType The instance type for an Elasticsearch cluster.\n@see ESPartitionInstanceType*/", "getterDocumentation" : "/**

The instance type for an Elasticsearch cluster.

\n@return The instance type for an Elasticsearch cluster.\n@see ESPartitionInstanceType*/", "fluentSetterDocumentation" : "/**

The instance type for an Elasticsearch cluster.

\n@param instanceType The instance type for an Elasticsearch cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ESPartitionInstanceType*/", "varargSetterDocumentation" : "/**

The instance type for an Elasticsearch cluster.

\n@param instanceType The instance type for an Elasticsearch cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ESPartitionInstanceType*/" }, { "documentation" : "

The number of instances in the specified domain cluster.

", "name" : "InstanceCount", "c2jName" : "InstanceCount", "c2jShape" : "IntegerClass", "variable" : { "variableName" : "instanceCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The number of instances in the specified domain cluster.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "instanceCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "InstanceCount", "marshallLocationName" : "InstanceCount", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The number of instances in the specified domain cluster.

\n@param instanceCount The number of instances in the specified domain cluster.*/", "getterDocumentation" : "/**

The number of instances in the specified domain cluster.

\n@return The number of instances in the specified domain cluster.*/", "fluentSetterDocumentation" : "/**

The number of instances in the specified domain cluster.

\n@param instanceCount The number of instances in the specified domain cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The number of instances in the specified domain cluster.

\n@param instanceCount The number of instances in the specified domain cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A boolean value to indicate whether a dedicated master node is enabled. See About Dedicated Master Nodes for more information.

", "name" : "DedicatedMasterEnabled", "c2jName" : "DedicatedMasterEnabled", "c2jShape" : "Boolean", "variable" : { "variableName" : "dedicatedMasterEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

A boolean value to indicate whether a dedicated master node is enabled. See About Dedicated Master Nodes for more information.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "dedicatedMasterEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "DedicatedMasterEnabled", "marshallLocationName" : "DedicatedMasterEnabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A boolean value to indicate whether a dedicated master node is enabled. See About Dedicated Master Nodes for more information.

\n@param dedicatedMasterEnabled A boolean value to indicate whether a dedicated master node is enabled. See About Dedicated Master Nodes for more information.*/", "getterDocumentation" : "/**

A boolean value to indicate whether a dedicated master node is enabled. See About Dedicated Master Nodes for more information.

\n@return A boolean value to indicate whether a dedicated master node is enabled. See About Dedicated Master Nodes for more information.*/", "fluentSetterDocumentation" : "/**

A boolean value to indicate whether a dedicated master node is enabled. See About Dedicated Master Nodes for more information.

\n@param dedicatedMasterEnabled A boolean value to indicate whether a dedicated master node is enabled. See About Dedicated Master Nodes for more information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A boolean value to indicate whether a dedicated master node is enabled. See About Dedicated Master Nodes for more information.

\n@param dedicatedMasterEnabled A boolean value to indicate whether a dedicated master node is enabled. See About Dedicated Master Nodes for more information.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A boolean value to indicate whether zone awareness is enabled. See About Zone Awareness for more information.

", "name" : "ZoneAwarenessEnabled", "c2jName" : "ZoneAwarenessEnabled", "c2jShape" : "Boolean", "variable" : { "variableName" : "zoneAwarenessEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

A boolean value to indicate whether zone awareness is enabled. See About Zone Awareness for more information.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "zoneAwarenessEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "ZoneAwarenessEnabled", "marshallLocationName" : "ZoneAwarenessEnabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A boolean value to indicate whether zone awareness is enabled. See About Zone Awareness for more information.

\n@param zoneAwarenessEnabled A boolean value to indicate whether zone awareness is enabled. See About Zone Awareness for more information.*/", "getterDocumentation" : "/**

A boolean value to indicate whether zone awareness is enabled. See About Zone Awareness for more information.

\n@return A boolean value to indicate whether zone awareness is enabled. See About Zone Awareness for more information.*/", "fluentSetterDocumentation" : "/**

A boolean value to indicate whether zone awareness is enabled. See About Zone Awareness for more information.

\n@param zoneAwarenessEnabled A boolean value to indicate whether zone awareness is enabled. See About Zone Awareness for more information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A boolean value to indicate whether zone awareness is enabled. See About Zone Awareness for more information.

\n@param zoneAwarenessEnabled A boolean value to indicate whether zone awareness is enabled. See About Zone Awareness for more information.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The instance type for a dedicated master node.

", "name" : "DedicatedMasterType", "c2jName" : "DedicatedMasterType", "c2jShape" : "ESPartitionInstanceType", "variable" : { "variableName" : "dedicatedMasterType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The instance type for a dedicated master node.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "dedicatedMasterType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DedicatedMasterType", "marshallLocationName" : "DedicatedMasterType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ESPartitionInstanceType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The instance type for a dedicated master node.

\n@param dedicatedMasterType The instance type for a dedicated master node.\n@see ESPartitionInstanceType*/", "getterDocumentation" : "/**

The instance type for a dedicated master node.

\n@return The instance type for a dedicated master node.\n@see ESPartitionInstanceType*/", "fluentSetterDocumentation" : "/**

The instance type for a dedicated master node.

\n@param dedicatedMasterType The instance type for a dedicated master node.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ESPartitionInstanceType*/", "varargSetterDocumentation" : "/**

The instance type for a dedicated master node.

\n@param dedicatedMasterType The instance type for a dedicated master node.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ESPartitionInstanceType*/" }, { "documentation" : "

Total number of dedicated master nodes, active and on standby, for the cluster.

", "name" : "DedicatedMasterCount", "c2jName" : "DedicatedMasterCount", "c2jShape" : "IntegerClass", "variable" : { "variableName" : "dedicatedMasterCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

Total number of dedicated master nodes, active and on standby, for the cluster.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "dedicatedMasterCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "DedicatedMasterCount", "marshallLocationName" : "DedicatedMasterCount", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Total number of dedicated master nodes, active and on standby, for the cluster.

\n@param dedicatedMasterCount Total number of dedicated master nodes, active and on standby, for the cluster.*/", "getterDocumentation" : "/**

Total number of dedicated master nodes, active and on standby, for the cluster.

\n@return Total number of dedicated master nodes, active and on standby, for the cluster.*/", "fluentSetterDocumentation" : "/**

Total number of dedicated master nodes, active and on standby, for the cluster.

\n@param dedicatedMasterCount Total number of dedicated master nodes, active and on standby, for the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Total number of dedicated master nodes, active and on standby, for the cluster.

\n@param dedicatedMasterCount Total number of dedicated master nodes, active and on standby, for the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "elasticsearchClusterConfig", "variableType" : "ElasticsearchClusterConfig", "variableDeclarationType" : "ElasticsearchClusterConfig", "documentation" : null, "simpleType" : "ElasticsearchClusterConfig", "variableSetterType" : "ElasticsearchClusterConfig" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "InstanceCount" : { "documentation" : "

The number of instances in the specified domain cluster.

", "name" : "InstanceCount", "c2jName" : "InstanceCount", "c2jShape" : "IntegerClass", "variable" : { "variableName" : "instanceCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The number of instances in the specified domain cluster.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "instanceCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "InstanceCount", "marshallLocationName" : "InstanceCount", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The number of instances in the specified domain cluster.

\n@param instanceCount The number of instances in the specified domain cluster.*/", "getterDocumentation" : "/**

The number of instances in the specified domain cluster.

\n@return The number of instances in the specified domain cluster.*/", "fluentSetterDocumentation" : "/**

The number of instances in the specified domain cluster.

\n@param instanceCount The number of instances in the specified domain cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The number of instances in the specified domain cluster.

\n@param instanceCount The number of instances in the specified domain cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DedicatedMasterCount" : { "documentation" : "

Total number of dedicated master nodes, active and on standby, for the cluster.

", "name" : "DedicatedMasterCount", "c2jName" : "DedicatedMasterCount", "c2jShape" : "IntegerClass", "variable" : { "variableName" : "dedicatedMasterCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

Total number of dedicated master nodes, active and on standby, for the cluster.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "dedicatedMasterCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "DedicatedMasterCount", "marshallLocationName" : "DedicatedMasterCount", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Total number of dedicated master nodes, active and on standby, for the cluster.

\n@param dedicatedMasterCount Total number of dedicated master nodes, active and on standby, for the cluster.*/", "getterDocumentation" : "/**

Total number of dedicated master nodes, active and on standby, for the cluster.

\n@return Total number of dedicated master nodes, active and on standby, for the cluster.*/", "fluentSetterDocumentation" : "/**

Total number of dedicated master nodes, active and on standby, for the cluster.

\n@param dedicatedMasterCount Total number of dedicated master nodes, active and on standby, for the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Total number of dedicated master nodes, active and on standby, for the cluster.

\n@param dedicatedMasterCount Total number of dedicated master nodes, active and on standby, for the cluster.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DedicatedMasterEnabled" : { "documentation" : "

A boolean value to indicate whether a dedicated master node is enabled. See About Dedicated Master Nodes for more information.

", "name" : "DedicatedMasterEnabled", "c2jName" : "DedicatedMasterEnabled", "c2jShape" : "Boolean", "variable" : { "variableName" : "dedicatedMasterEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

A boolean value to indicate whether a dedicated master node is enabled. See About Dedicated Master Nodes for more information.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "dedicatedMasterEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "DedicatedMasterEnabled", "marshallLocationName" : "DedicatedMasterEnabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A boolean value to indicate whether a dedicated master node is enabled. See About Dedicated Master Nodes for more information.

\n@param dedicatedMasterEnabled A boolean value to indicate whether a dedicated master node is enabled. See About Dedicated Master Nodes for more information.*/", "getterDocumentation" : "/**

A boolean value to indicate whether a dedicated master node is enabled. See About Dedicated Master Nodes for more information.

\n@return A boolean value to indicate whether a dedicated master node is enabled. See About Dedicated Master Nodes for more information.*/", "fluentSetterDocumentation" : "/**

A boolean value to indicate whether a dedicated master node is enabled. See About Dedicated Master Nodes for more information.

\n@param dedicatedMasterEnabled A boolean value to indicate whether a dedicated master node is enabled. See About Dedicated Master Nodes for more information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A boolean value to indicate whether a dedicated master node is enabled. See About Dedicated Master Nodes for more information.

\n@param dedicatedMasterEnabled A boolean value to indicate whether a dedicated master node is enabled. See About Dedicated Master Nodes for more information.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ZoneAwarenessEnabled" : { "documentation" : "

A boolean value to indicate whether zone awareness is enabled. See About Zone Awareness for more information.

", "name" : "ZoneAwarenessEnabled", "c2jName" : "ZoneAwarenessEnabled", "c2jShape" : "Boolean", "variable" : { "variableName" : "zoneAwarenessEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

A boolean value to indicate whether zone awareness is enabled. See About Zone Awareness for more information.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "zoneAwarenessEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "ZoneAwarenessEnabled", "marshallLocationName" : "ZoneAwarenessEnabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A boolean value to indicate whether zone awareness is enabled. See About Zone Awareness for more information.

\n@param zoneAwarenessEnabled A boolean value to indicate whether zone awareness is enabled. See About Zone Awareness for more information.*/", "getterDocumentation" : "/**

A boolean value to indicate whether zone awareness is enabled. See About Zone Awareness for more information.

\n@return A boolean value to indicate whether zone awareness is enabled. See About Zone Awareness for more information.*/", "fluentSetterDocumentation" : "/**

A boolean value to indicate whether zone awareness is enabled. See About Zone Awareness for more information.

\n@param zoneAwarenessEnabled A boolean value to indicate whether zone awareness is enabled. See About Zone Awareness for more information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A boolean value to indicate whether zone awareness is enabled. See About Zone Awareness for more information.

\n@param zoneAwarenessEnabled A boolean value to indicate whether zone awareness is enabled. See About Zone Awareness for more information.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DedicatedMasterType" : { "documentation" : "

The instance type for a dedicated master node.

", "name" : "DedicatedMasterType", "c2jName" : "DedicatedMasterType", "c2jShape" : "ESPartitionInstanceType", "variable" : { "variableName" : "dedicatedMasterType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The instance type for a dedicated master node.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "dedicatedMasterType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DedicatedMasterType", "marshallLocationName" : "DedicatedMasterType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ESPartitionInstanceType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The instance type for a dedicated master node.

\n@param dedicatedMasterType The instance type for a dedicated master node.\n@see ESPartitionInstanceType*/", "getterDocumentation" : "/**

The instance type for a dedicated master node.

\n@return The instance type for a dedicated master node.\n@see ESPartitionInstanceType*/", "fluentSetterDocumentation" : "/**

The instance type for a dedicated master node.

\n@param dedicatedMasterType The instance type for a dedicated master node.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ESPartitionInstanceType*/", "varargSetterDocumentation" : "/**

The instance type for a dedicated master node.

\n@param dedicatedMasterType The instance type for a dedicated master node.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ESPartitionInstanceType*/" }, "InstanceType" : { "documentation" : "

The instance type for an Elasticsearch cluster.

", "name" : "InstanceType", "c2jName" : "InstanceType", "c2jShape" : "ESPartitionInstanceType", "variable" : { "variableName" : "instanceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The instance type for an Elasticsearch cluster.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "instanceType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "InstanceType", "marshallLocationName" : "InstanceType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ESPartitionInstanceType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The instance type for an Elasticsearch cluster.

\n@param instanceType The instance type for an Elasticsearch cluster.\n@see ESPartitionInstanceType*/", "getterDocumentation" : "/**

The instance type for an Elasticsearch cluster.

\n@return The instance type for an Elasticsearch cluster.\n@see ESPartitionInstanceType*/", "fluentSetterDocumentation" : "/**

The instance type for an Elasticsearch cluster.

\n@param instanceType The instance type for an Elasticsearch cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ESPartitionInstanceType*/", "varargSetterDocumentation" : "/**

The instance type for an Elasticsearch cluster.

\n@param instanceType The instance type for an Elasticsearch cluster.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ESPartitionInstanceType*/" } } }, "AddTagsRequest" : { "c2jName" : "AddTagsRequest", "documentation" : "

Container for the parameters to the AddTags operation. Specify the tags that you want to attach to the Elasticsearch domain.

", "shapeName" : "AddTagsRequest", "deprecated" : false, "required" : [ "ARN", "TagList" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Specify the ARN for which you want to add the tags.

", "name" : "ARN", "c2jName" : "ARN", "c2jShape" : "ARN", "variable" : { "variableName" : "aRN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specify the ARN for which you want to add the tags.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "aRN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ARN", "marshallLocationName" : "ARN", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specify the ARN for which you want to add the tags.

\n@param aRN Specify the ARN for which you want to add the tags.*/", "getterDocumentation" : "/**

Specify the ARN for which you want to add the tags.

\n@return Specify the ARN for which you want to add the tags.*/", "fluentSetterDocumentation" : "/**

Specify the ARN for which you want to add the tags.

\n@param aRN Specify the ARN for which you want to add the tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specify the ARN for which you want to add the tags.

\n@param aRN Specify the ARN for which you want to add the tags.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

List of Tag that need to be added for the Elasticsearch domain.

", "name" : "TagList", "c2jName" : "TagList", "c2jShape" : "TagList", "variable" : { "variableName" : "tagList", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

List of Tag that need to be added for the Elasticsearch domain.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "tagList", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagList", "marshallLocationName" : "TagList", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Tag", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

List of Tag that need to be added for the Elasticsearch domain.

\n@param tagList List of Tag that need to be added for the Elasticsearch domain.*/", "getterDocumentation" : "/**

List of Tag that need to be added for the Elasticsearch domain.

\n@return List of Tag that need to be added for the Elasticsearch domain.*/", "fluentSetterDocumentation" : "/**

List of Tag that need to be added for the Elasticsearch domain.

\n@param tagList List of Tag that need to be added for the Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

List of Tag that need to be added for the Elasticsearch domain.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setTagList(java.util.Collection)} or {@link #withTagList(java.util.Collection)} if you want to override the existing values.

\n@param tagList List of Tag that need to be added for the Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "addTagsRequest", "variableType" : "AddTagsRequest", "variableDeclarationType" : "AddTagsRequest", "documentation" : null, "simpleType" : "AddTagsRequest", "variableSetterType" : "AddTagsRequest" }, "marshaller" : { "action" : "AddTags", "verb" : "POST", "target" : null, "requestUri" : "/2015-01-01/tags", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TagList" : { "documentation" : "

List of Tag that need to be added for the Elasticsearch domain.

", "name" : "TagList", "c2jName" : "TagList", "c2jShape" : "TagList", "variable" : { "variableName" : "tagList", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

List of Tag that need to be added for the Elasticsearch domain.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "tagList", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagList", "marshallLocationName" : "TagList", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Tag", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

List of Tag that need to be added for the Elasticsearch domain.

\n@param tagList List of Tag that need to be added for the Elasticsearch domain.*/", "getterDocumentation" : "/**

List of Tag that need to be added for the Elasticsearch domain.

\n@return List of Tag that need to be added for the Elasticsearch domain.*/", "fluentSetterDocumentation" : "/**

List of Tag that need to be added for the Elasticsearch domain.

\n@param tagList List of Tag that need to be added for the Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

List of Tag that need to be added for the Elasticsearch domain.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setTagList(java.util.Collection)} or {@link #withTagList(java.util.Collection)} if you want to override the existing values.

\n@param tagList List of Tag that need to be added for the Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ARN" : { "documentation" : "

Specify the ARN for which you want to add the tags.

", "name" : "ARN", "c2jName" : "ARN", "c2jShape" : "ARN", "variable" : { "variableName" : "aRN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specify the ARN for which you want to add the tags.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "aRN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ARN", "marshallLocationName" : "ARN", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specify the ARN for which you want to add the tags.

\n@param aRN Specify the ARN for which you want to add the tags.*/", "getterDocumentation" : "/**

Specify the ARN for which you want to add the tags.

\n@return Specify the ARN for which you want to add the tags.*/", "fluentSetterDocumentation" : "/**

Specify the ARN for which you want to add the tags.

\n@param aRN Specify the ARN for which you want to add the tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specify the ARN for which you want to add the tags.

\n@param aRN Specify the ARN for which you want to add the tags.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ResourceNotFoundException" : { "c2jName" : "ResourceNotFoundException", "documentation" : "

An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.

", "shapeName" : "ResourceNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "resourceNotFoundException", "variableType" : "ResourceNotFoundException", "variableDeclarationType" : "ResourceNotFoundException", "documentation" : null, "simpleType" : "ResourceNotFoundException", "variableSetterType" : "ResourceNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ResourceNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "EBSOptions" : { "c2jName" : "EBSOptions", "documentation" : "

Options to enable, disable, and specify the properties of EBS storage volumes. For more information, see Configuring EBS-based Storage.

", "shapeName" : "EBSOptions", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Specifies whether EBS-based storage is enabled.

", "name" : "EBSEnabled", "c2jName" : "EBSEnabled", "c2jShape" : "Boolean", "variable" : { "variableName" : "eBSEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether EBS-based storage is enabled.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "eBSEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "EBSEnabled", "marshallLocationName" : "EBSEnabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies whether EBS-based storage is enabled.

\n@param eBSEnabled Specifies whether EBS-based storage is enabled.*/", "getterDocumentation" : "/**

Specifies whether EBS-based storage is enabled.

\n@return Specifies whether EBS-based storage is enabled.*/", "fluentSetterDocumentation" : "/**

Specifies whether EBS-based storage is enabled.

\n@param eBSEnabled Specifies whether EBS-based storage is enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether EBS-based storage is enabled.

\n@param eBSEnabled Specifies whether EBS-based storage is enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the volume type for EBS-based storage.

", "name" : "VolumeType", "c2jName" : "VolumeType", "c2jShape" : "VolumeType", "variable" : { "variableName" : "volumeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the volume type for EBS-based storage.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "volumeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VolumeType", "marshallLocationName" : "VolumeType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "VolumeType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the volume type for EBS-based storage.

\n@param volumeType Specifies the volume type for EBS-based storage.\n@see VolumeType*/", "getterDocumentation" : "/**

Specifies the volume type for EBS-based storage.

\n@return Specifies the volume type for EBS-based storage.\n@see VolumeType*/", "fluentSetterDocumentation" : "/**

Specifies the volume type for EBS-based storage.

\n@param volumeType Specifies the volume type for EBS-based storage.\n@return Returns a reference to this object so that method calls can be chained together.\n@see VolumeType*/", "varargSetterDocumentation" : "/**

Specifies the volume type for EBS-based storage.

\n@param volumeType Specifies the volume type for EBS-based storage.\n@return Returns a reference to this object so that method calls can be chained together.\n@see VolumeType*/" }, { "documentation" : "

Integer to specify the size of an EBS volume.

", "name" : "VolumeSize", "c2jName" : "VolumeSize", "c2jShape" : "IntegerClass", "variable" : { "variableName" : "volumeSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

Integer to specify the size of an EBS volume.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "volumeSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "VolumeSize", "marshallLocationName" : "VolumeSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Integer to specify the size of an EBS volume.

\n@param volumeSize Integer to specify the size of an EBS volume.*/", "getterDocumentation" : "/**

Integer to specify the size of an EBS volume.

\n@return Integer to specify the size of an EBS volume.*/", "fluentSetterDocumentation" : "/**

Integer to specify the size of an EBS volume.

\n@param volumeSize Integer to specify the size of an EBS volume.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Integer to specify the size of an EBS volume.

\n@param volumeSize Integer to specify the size of an EBS volume.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the IOPD for a Provisioned IOPS EBS volume (SSD).

", "name" : "Iops", "c2jName" : "Iops", "c2jShape" : "IntegerClass", "variable" : { "variableName" : "iops", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

Specifies the IOPD for a Provisioned IOPS EBS volume (SSD).

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "iops", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Iops", "marshallLocationName" : "Iops", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the IOPD for a Provisioned IOPS EBS volume (SSD).

\n@param iops Specifies the IOPD for a Provisioned IOPS EBS volume (SSD).*/", "getterDocumentation" : "/**

Specifies the IOPD for a Provisioned IOPS EBS volume (SSD).

\n@return Specifies the IOPD for a Provisioned IOPS EBS volume (SSD).*/", "fluentSetterDocumentation" : "/**

Specifies the IOPD for a Provisioned IOPS EBS volume (SSD).

\n@param iops Specifies the IOPD for a Provisioned IOPS EBS volume (SSD).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the IOPD for a Provisioned IOPS EBS volume (SSD).

\n@param iops Specifies the IOPD for a Provisioned IOPS EBS volume (SSD).\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "eBSOptions", "variableType" : "EBSOptions", "variableDeclarationType" : "EBSOptions", "documentation" : null, "simpleType" : "EBSOptions", "variableSetterType" : "EBSOptions" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "VolumeSize" : { "documentation" : "

Integer to specify the size of an EBS volume.

", "name" : "VolumeSize", "c2jName" : "VolumeSize", "c2jShape" : "IntegerClass", "variable" : { "variableName" : "volumeSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

Integer to specify the size of an EBS volume.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "volumeSize", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "VolumeSize", "marshallLocationName" : "VolumeSize", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Integer to specify the size of an EBS volume.

\n@param volumeSize Integer to specify the size of an EBS volume.*/", "getterDocumentation" : "/**

Integer to specify the size of an EBS volume.

\n@return Integer to specify the size of an EBS volume.*/", "fluentSetterDocumentation" : "/**

Integer to specify the size of an EBS volume.

\n@param volumeSize Integer to specify the size of an EBS volume.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Integer to specify the size of an EBS volume.

\n@param volumeSize Integer to specify the size of an EBS volume.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VolumeType" : { "documentation" : "

Specifies the volume type for EBS-based storage.

", "name" : "VolumeType", "c2jName" : "VolumeType", "c2jShape" : "VolumeType", "variable" : { "variableName" : "volumeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the volume type for EBS-based storage.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "volumeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VolumeType", "marshallLocationName" : "VolumeType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "VolumeType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the volume type for EBS-based storage.

\n@param volumeType Specifies the volume type for EBS-based storage.\n@see VolumeType*/", "getterDocumentation" : "/**

Specifies the volume type for EBS-based storage.

\n@return Specifies the volume type for EBS-based storage.\n@see VolumeType*/", "fluentSetterDocumentation" : "/**

Specifies the volume type for EBS-based storage.

\n@param volumeType Specifies the volume type for EBS-based storage.\n@return Returns a reference to this object so that method calls can be chained together.\n@see VolumeType*/", "varargSetterDocumentation" : "/**

Specifies the volume type for EBS-based storage.

\n@param volumeType Specifies the volume type for EBS-based storage.\n@return Returns a reference to this object so that method calls can be chained together.\n@see VolumeType*/" }, "Iops" : { "documentation" : "

Specifies the IOPD for a Provisioned IOPS EBS volume (SSD).

", "name" : "Iops", "c2jName" : "Iops", "c2jShape" : "IntegerClass", "variable" : { "variableName" : "iops", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

Specifies the IOPD for a Provisioned IOPS EBS volume (SSD).

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "iops", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Iops", "marshallLocationName" : "Iops", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the IOPD for a Provisioned IOPS EBS volume (SSD).

\n@param iops Specifies the IOPD for a Provisioned IOPS EBS volume (SSD).*/", "getterDocumentation" : "/**

Specifies the IOPD for a Provisioned IOPS EBS volume (SSD).

\n@return Specifies the IOPD for a Provisioned IOPS EBS volume (SSD).*/", "fluentSetterDocumentation" : "/**

Specifies the IOPD for a Provisioned IOPS EBS volume (SSD).

\n@param iops Specifies the IOPD for a Provisioned IOPS EBS volume (SSD).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the IOPD for a Provisioned IOPS EBS volume (SSD).

\n@param iops Specifies the IOPD for a Provisioned IOPS EBS volume (SSD).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EBSEnabled" : { "documentation" : "

Specifies whether EBS-based storage is enabled.

", "name" : "EBSEnabled", "c2jName" : "EBSEnabled", "c2jShape" : "Boolean", "variable" : { "variableName" : "eBSEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Specifies whether EBS-based storage is enabled.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "eBSEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "EBSEnabled", "marshallLocationName" : "EBSEnabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies whether EBS-based storage is enabled.

\n@param eBSEnabled Specifies whether EBS-based storage is enabled.*/", "getterDocumentation" : "/**

Specifies whether EBS-based storage is enabled.

\n@return Specifies whether EBS-based storage is enabled.*/", "fluentSetterDocumentation" : "/**

Specifies whether EBS-based storage is enabled.

\n@param eBSEnabled Specifies whether EBS-based storage is enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies whether EBS-based storage is enabled.

\n@param eBSEnabled Specifies whether EBS-based storage is enabled.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InvalidTypeException" : { "c2jName" : "InvalidTypeException", "documentation" : "

An exception for trying to create or access sub-resource that is either invalid or not supported. Gives http status code of 409.

", "shapeName" : "InvalidTypeException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidTypeException", "variableType" : "InvalidTypeException", "variableDeclarationType" : "InvalidTypeException", "documentation" : null, "simpleType" : "InvalidTypeException", "variableSetterType" : "InvalidTypeException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidTypeException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InternalException" : { "c2jName" : "InternalException", "documentation" : "

The request processing has failed because of an unknown error, exception or failure (the failure is internal to the service) . Gives http status code of 500.

", "shapeName" : "InternalException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "internalException", "variableType" : "InternalException", "variableDeclarationType" : "InternalException", "documentation" : null, "simpleType" : "InternalException", "variableSetterType" : "InternalException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InternalException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "SnapshotOptions" : { "c2jName" : "SnapshotOptions", "documentation" : "

Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified Elasticsearch domain. Default value is 0 hours.

", "shapeName" : "SnapshotOptions", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified Elasticsearch domain. Default value is 0 hours.

", "name" : "AutomatedSnapshotStartHour", "c2jName" : "AutomatedSnapshotStartHour", "c2jShape" : "IntegerClass", "variable" : { "variableName" : "automatedSnapshotStartHour", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified Elasticsearch domain. Default value is 0 hours.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "automatedSnapshotStartHour", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutomatedSnapshotStartHour", "marshallLocationName" : "AutomatedSnapshotStartHour", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified Elasticsearch domain. Default value is 0 hours.

\n@param automatedSnapshotStartHour Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified Elasticsearch domain. Default value is 0 hours.*/", "getterDocumentation" : "/**

Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified Elasticsearch domain. Default value is 0 hours.

\n@return Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified Elasticsearch domain. Default value is 0 hours.*/", "fluentSetterDocumentation" : "/**

Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified Elasticsearch domain. Default value is 0 hours.

\n@param automatedSnapshotStartHour Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified Elasticsearch domain. Default value is 0 hours.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified Elasticsearch domain. Default value is 0 hours.

\n@param automatedSnapshotStartHour Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified Elasticsearch domain. Default value is 0 hours.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "snapshotOptions", "variableType" : "SnapshotOptions", "variableDeclarationType" : "SnapshotOptions", "documentation" : null, "simpleType" : "SnapshotOptions", "variableSetterType" : "SnapshotOptions" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AutomatedSnapshotStartHour" : { "documentation" : "

Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified Elasticsearch domain. Default value is 0 hours.

", "name" : "AutomatedSnapshotStartHour", "c2jName" : "AutomatedSnapshotStartHour", "c2jShape" : "IntegerClass", "variable" : { "variableName" : "automatedSnapshotStartHour", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified Elasticsearch domain. Default value is 0 hours.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "automatedSnapshotStartHour", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "AutomatedSnapshotStartHour", "marshallLocationName" : "AutomatedSnapshotStartHour", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified Elasticsearch domain. Default value is 0 hours.

\n@param automatedSnapshotStartHour Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified Elasticsearch domain. Default value is 0 hours.*/", "getterDocumentation" : "/**

Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified Elasticsearch domain. Default value is 0 hours.

\n@return Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified Elasticsearch domain. Default value is 0 hours.*/", "fluentSetterDocumentation" : "/**

Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified Elasticsearch domain. Default value is 0 hours.

\n@param automatedSnapshotStartHour Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified Elasticsearch domain. Default value is 0 hours.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified Elasticsearch domain. Default value is 0 hours.

\n@param automatedSnapshotStartHour Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified Elasticsearch domain. Default value is 0 hours.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "AdvancedOptionsStatus" : { "c2jName" : "AdvancedOptionsStatus", "documentation" : "

Status of the advanced options for the specified Elasticsearch domain. Currently, the following advanced options are available:

  • Option to allow references to indices in an HTTP request body. Must be false when configuring access to individual sub-resources. By default, the value is true. See Configuration Advanced Options for more information.
  • Option to specify the percentage of heap space that is allocated to field data. By default, this setting is unbounded.

For more information, see Configuring Advanced Options.

", "shapeName" : "AdvancedOptionsStatus", "deprecated" : false, "required" : [ "Options", "Status" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Specifies the status of advanced options for the specified Elasticsearch domain.

", "name" : "Options", "c2jName" : "Options", "c2jShape" : "AdvancedOptions", "variable" : { "variableName" : "options", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Specifies the status of advanced options for the specified Elasticsearch domain.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "options", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "Options", "marshallLocationName" : "Options", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "keySimple" : true, "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Specifies the status of advanced options for the specified Elasticsearch domain.

\n@param options Specifies the status of advanced options for the specified Elasticsearch domain.*/", "getterDocumentation" : "/**

Specifies the status of advanced options for the specified Elasticsearch domain.

\n@return Specifies the status of advanced options for the specified Elasticsearch domain.*/", "fluentSetterDocumentation" : "/**

Specifies the status of advanced options for the specified Elasticsearch domain.

\n@param options Specifies the status of advanced options for the specified Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the status of advanced options for the specified Elasticsearch domain.

\n@param options Specifies the status of advanced options for the specified Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the status of OptionStatus for advanced options for the specified Elasticsearch domain.

", "name" : "Status", "c2jName" : "Status", "c2jShape" : "OptionStatus", "variable" : { "variableName" : "status", "variableType" : "OptionStatus", "variableDeclarationType" : "OptionStatus", "documentation" : "

Specifies the status of OptionStatus for advanced options for the specified Elasticsearch domain.

", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "setterModel" : { "variableName" : "status", "variableType" : "OptionStatus", "variableDeclarationType" : "OptionStatus", "documentation" : "", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "getterModel" : { "returnType" : "OptionStatus", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the status of OptionStatus for advanced options for the specified Elasticsearch domain.

\n@param status Specifies the status of OptionStatus for advanced options for the specified Elasticsearch domain.*/", "getterDocumentation" : "/**

Specifies the status of OptionStatus for advanced options for the specified Elasticsearch domain.

\n@return Specifies the status of OptionStatus for advanced options for the specified Elasticsearch domain.*/", "fluentSetterDocumentation" : "/**

Specifies the status of OptionStatus for advanced options for the specified Elasticsearch domain.

\n@param status Specifies the status of OptionStatus for advanced options for the specified Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the status of OptionStatus for advanced options for the specified Elasticsearch domain.

\n@param status Specifies the status of OptionStatus for advanced options for the specified Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "advancedOptionsStatus", "variableType" : "AdvancedOptionsStatus", "variableDeclarationType" : "AdvancedOptionsStatus", "documentation" : null, "simpleType" : "AdvancedOptionsStatus", "variableSetterType" : "AdvancedOptionsStatus" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Status" : { "documentation" : "

Specifies the status of OptionStatus for advanced options for the specified Elasticsearch domain.

", "name" : "Status", "c2jName" : "Status", "c2jShape" : "OptionStatus", "variable" : { "variableName" : "status", "variableType" : "OptionStatus", "variableDeclarationType" : "OptionStatus", "documentation" : "

Specifies the status of OptionStatus for advanced options for the specified Elasticsearch domain.

", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "setterModel" : { "variableName" : "status", "variableType" : "OptionStatus", "variableDeclarationType" : "OptionStatus", "documentation" : "", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "getterModel" : { "returnType" : "OptionStatus", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the status of OptionStatus for advanced options for the specified Elasticsearch domain.

\n@param status Specifies the status of OptionStatus for advanced options for the specified Elasticsearch domain.*/", "getterDocumentation" : "/**

Specifies the status of OptionStatus for advanced options for the specified Elasticsearch domain.

\n@return Specifies the status of OptionStatus for advanced options for the specified Elasticsearch domain.*/", "fluentSetterDocumentation" : "/**

Specifies the status of OptionStatus for advanced options for the specified Elasticsearch domain.

\n@param status Specifies the status of OptionStatus for advanced options for the specified Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the status of OptionStatus for advanced options for the specified Elasticsearch domain.

\n@param status Specifies the status of OptionStatus for advanced options for the specified Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Options" : { "documentation" : "

Specifies the status of advanced options for the specified Elasticsearch domain.

", "name" : "Options", "c2jName" : "Options", "c2jShape" : "AdvancedOptions", "variable" : { "variableName" : "options", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

Specifies the status of advanced options for the specified Elasticsearch domain.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "options", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "Options", "marshallLocationName" : "Options", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "keySimple" : true, "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

Specifies the status of advanced options for the specified Elasticsearch domain.

\n@param options Specifies the status of advanced options for the specified Elasticsearch domain.*/", "getterDocumentation" : "/**

Specifies the status of advanced options for the specified Elasticsearch domain.

\n@return Specifies the status of advanced options for the specified Elasticsearch domain.*/", "fluentSetterDocumentation" : "/**

Specifies the status of advanced options for the specified Elasticsearch domain.

\n@param options Specifies the status of advanced options for the specified Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the status of advanced options for the specified Elasticsearch domain.

\n@param options Specifies the status of advanced options for the specified Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } } }, "customizationConfig" : { "requestMetrics" : null, "useAutoConstructList" : false, "useAutoConstructMap" : false, "serviceClientHoldInputStream" : false, "operationsWithResponseStreamContentLengthValidation" : null, "customExceptionUnmarshallerImpl" : null, "customClientConfigFactory" : null, "customResponseMetadataClassName" : null, "skipInterfaceAdditions" : false, "customServiceNameForRequest" : null, "requiredParamValidationEnabled" : false, "additionalShapeConstructors" : null, "simpleMethods" : null, "renameShapes" : null, "sendEmptyAutoConstructedListAsEmptyList" : null, "authPolicyActions" : { "skip" : true, "actionPrefix" : null, "fileNamePrefix" : null }, "customServiceMetadata" : null, "customCodeTemplates" : null, "operationModifiers" : null, "shapeSubstitutions" : null, "shapeModifiers" : null, "customErrorCodeFieldName" : null, "convenienceTypeOverloads" : [ ] }, "examples" : { "version" : "1.0", "operationExamples" : { } }, "clientConfigFactory" : "ClientConfigurationFactory" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy