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.11.8
Show newest version
{
  "customizationConfig" : {
    "additionalShapeConstructors" : null,
    "authPolicyActions" : {
      "actionPrefix" : null,
      "fileNamePrefix" : null,
      "skip" : true
    },
    "calculateCRC32FromCompressedData" : false,
    "convenienceTypeOverloads" : [ ],
    "customClientConfigFactory" : null,
    "customCodeTemplates" : null,
    "customErrorCodeFieldName" : null,
    "customExceptionUnmarshallerImpl" : null,
    "customFileHeader" : null,
    "customResponseMetadataClassName" : null,
    "customServiceMetadata" : null,
    "customServiceNameForRequest" : null,
    "customSignerProvider" : null,
    "operationModifiers" : null,
    "operationsWithResponseStreamContentLengthValidation" : null,
    "renameShapes" : null,
    "requestMetrics" : null,
    "requiredParamValidationEnabled" : false,
    "sdkModeledExceptionBaseClassName" : null,
    "sendEmptyAutoConstructedListAsEmptyList" : null,
    "sendExplicitlyEmptyListsForQuery" : false,
    "serviceClientHoldInputStream" : false,
    "shapeModifiers" : null,
    "shapeSubstitutions" : null,
    "simpleMethods" : null,
    "skipInterfaceAdditions" : false,
    "skipSmokeTests" : false,
    "useAutoConstructList" : false,
    "useAutoConstructMap" : false
  },
  "metadata" : {
    "apiVersion" : "2015-01-01",
    "asyncClient" : "AWSElasticsearchAsyncClient",
    "asyncClientBuilderClassName" : "AWSElasticsearchAsyncClientBuilder",
    "asyncInterface" : "AWSElasticsearchAsync",
    "cborProtocol" : false,
    "checksumFormat" : null,
    "contentType" : "",
    "cucumberModuleInjectorClassName" : "AWSElasticsearchModuleInjector",
    "defaultEndpoint" : "https://es.us-east-1.amazonaws.com",
    "defaultEndpointWithoutHttpProtocol" : "es.us-east-1.amazonaws.com",
    "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.

", "endpointPrefix" : "es", "hasApiWithStreamInput" : false, "ionProtocol" : false, "jsonProtocol" : true, "jsonVersion" : "1.1", "packageName" : "com.amazonaws.services.elasticsearch", "packagePath" : "com/amazonaws/services/elasticsearch", "protocol" : "rest-json", "protocolDefaultExceptionUmarshallerImpl" : null, "serviceAbbreviation" : null, "serviceFullName" : "Amazon Elasticsearch Service", "serviceName" : "Amazon Elasticsearch Service", "signingName" : "es", "smokeTestsPackageName" : "com.amazonaws.services.elasticsearch.smoketests", "syncClient" : "AWSElasticsearchClient", "syncClientBuilderClassName" : "AWSElasticsearchClientBuilder", "syncInterface" : "AWSElasticsearch", "unmarshallerClassSuffix" : "JsonUnmarshaller", "unmarshallerContextClassName" : "JsonUnmarshallerContext", "xmlProtocol" : false }, "operations" : { "AddTags" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "AddTagsResult", "authenticated" : true, "deprecated" : false, "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.

", "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, "input" : { "variableDeclarationType" : "AddTagsRequest", "variableName" : "addTagsRequest", "variableType" : "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, "methodName" : "addTags", "operationName" : "AddTags", "returnType" : { "returnType" : "AddTagsResult", "documentation" : null }, "syncReturnType" : "AddTagsResult" }, "CreateElasticsearchDomain" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "CreateElasticsearchDomainResult", "authenticated" : true, "deprecated" : false, "documentation" : "

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

", "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, "input" : { "variableDeclarationType" : "CreateElasticsearchDomainRequest", "variableName" : "createElasticsearchDomainRequest", "variableType" : "CreateElasticsearchDomainRequest", "documentation" : "", "simpleType" : "CreateElasticsearchDomainRequest", "variableSetterType" : "CreateElasticsearchDomainRequest" }, "inputStreamPropertyName" : null, "methodName" : "createElasticsearchDomain", "operationName" : "CreateElasticsearchDomain", "returnType" : { "returnType" : "CreateElasticsearchDomainResult", "documentation" : "

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

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

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

", "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, "input" : { "variableDeclarationType" : "DeleteElasticsearchDomainRequest", "variableName" : "deleteElasticsearchDomainRequest", "variableType" : "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, "methodName" : "deleteElasticsearchDomain", "operationName" : "DeleteElasticsearchDomain", "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.

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

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

", "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, "input" : { "variableDeclarationType" : "DescribeElasticsearchDomainRequest", "variableName" : "describeElasticsearchDomainRequest", "variableType" : "DescribeElasticsearchDomainRequest", "documentation" : "

Container for the parameters to the DescribeElasticsearchDomain operation.

", "simpleType" : "DescribeElasticsearchDomainRequest", "variableSetterType" : "DescribeElasticsearchDomainRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeElasticsearchDomain", "operationName" : "DescribeElasticsearchDomain", "returnType" : { "returnType" : "DescribeElasticsearchDomainResult", "documentation" : "

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

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

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

", "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, "input" : { "variableDeclarationType" : "DescribeElasticsearchDomainConfigRequest", "variableName" : "describeElasticsearchDomainConfigRequest", "variableType" : "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, "methodName" : "describeElasticsearchDomainConfig", "operationName" : "DescribeElasticsearchDomainConfig", "returnType" : { "returnType" : "DescribeElasticsearchDomainConfigResult", "documentation" : "

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

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

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

", "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, "input" : { "variableDeclarationType" : "DescribeElasticsearchDomainsRequest", "variableName" : "describeElasticsearchDomainsRequest", "variableType" : "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, "methodName" : "describeElasticsearchDomains", "operationName" : "DescribeElasticsearchDomains", "returnType" : { "returnType" : "DescribeElasticsearchDomainsResult", "documentation" : "

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

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

Returns the name of all Elasticsearch domains owned by the current user's 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, "input" : { "variableDeclarationType" : "ListDomainNamesRequest", "variableName" : "listDomainNamesRequest", "variableType" : "ListDomainNamesRequest", "documentation" : null, "simpleType" : "ListDomainNamesRequest", "variableSetterType" : "ListDomainNamesRequest" }, "inputStreamPropertyName" : null, "methodName" : "listDomainNames", "operationName" : "ListDomainNames", "returnType" : { "returnType" : "ListDomainNamesResult", "documentation" : "

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

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

Returns all tags for the given Elasticsearch domain.

", "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, "input" : { "variableDeclarationType" : "ListTagsRequest", "variableName" : "listTagsRequest", "variableType" : "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, "methodName" : "listTags", "operationName" : "ListTags", "returnType" : { "returnType" : "ListTagsResult", "documentation" : "

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

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

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

", "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, "input" : { "variableDeclarationType" : "RemoveTagsRequest", "variableName" : "removeTagsRequest", "variableType" : "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, "methodName" : "removeTags", "operationName" : "RemoveTags", "returnType" : { "returnType" : "RemoveTagsResult", "documentation" : null }, "syncReturnType" : "RemoveTagsResult" }, "UpdateElasticsearchDomainConfig" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "UpdateElasticsearchDomainConfigResult", "authenticated" : true, "deprecated" : false, "documentation" : "

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

", "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, "input" : { "variableDeclarationType" : "UpdateElasticsearchDomainConfigRequest", "variableName" : "updateElasticsearchDomainConfigRequest", "variableType" : "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, "methodName" : "updateElasticsearchDomainConfig", "operationName" : "UpdateElasticsearchDomainConfig", "returnType" : { "returnType" : "UpdateElasticsearchDomainConfigResult", "documentation" : "

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

" }, "syncReturnType" : "UpdateElasticsearchDomainConfigResult" } }, "shapes" : { "AccessPoliciesStatus" : { "c2jName" : "AccessPoliciesStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

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

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Options", "c2jShape" : "PolicyDocument", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Options", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Options", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Options", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "options", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "options", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Status", "c2jShape" : "OptionStatus", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "OptionStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Status", "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.*/", "setterModel" : { "variableDeclarationType" : "OptionStatus", "variableName" : "status", "variableType" : "OptionStatus", "documentation" : "", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "OptionStatus", "variableName" : "status", "variableType" : "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Options" : { "c2jName" : "Options", "c2jShape" : "PolicyDocument", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Options", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Options", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Options", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "options", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "options", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "Status" : { "c2jName" : "Status", "c2jShape" : "OptionStatus", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "OptionStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Status", "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.*/", "setterModel" : { "variableDeclarationType" : "OptionStatus", "variableName" : "status", "variableType" : "OptionStatus", "documentation" : "", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "OptionStatus", "variableName" : "status", "variableType" : "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" }, "xmlNameSpaceUri" : null } }, "required" : [ "Options", "Status" ], "shapeName" : "AccessPoliciesStatus", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AccessPoliciesStatus", "variableName" : "accessPoliciesStatus", "variableType" : "AccessPoliciesStatus", "documentation" : null, "simpleType" : "AccessPoliciesStatus", "variableSetterType" : "AccessPoliciesStatus" }, "wrapper" : false }, "AddTagsRequest" : { "c2jName" : "AddTagsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

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

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "AddTags", "locationName" : null, "requestUri" : "/2015-01-01/tags", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "ARN", "c2jShape" : "ARN", "deprecated" : false, "documentation" : "

Specify the ARN for which you want to add the tags.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ARN", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "aRN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "aRN", "variableType" : "String", "documentation" : "

Specify the ARN for which you want to add the tags.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TagList", "c2jShape" : "TagList", "deprecated" : false, "documentation" : "

List of Tag that need to be added for the Elasticsearch domain.

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

List of Tag that need to be added for the Elasticsearch domain.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ARN" : { "c2jName" : "ARN", "c2jShape" : "ARN", "deprecated" : false, "documentation" : "

Specify the ARN for which you want to add the tags.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ARN", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "aRN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "aRN", "variableType" : "String", "documentation" : "

Specify the ARN for which you want to add the tags.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TagList" : { "c2jName" : "TagList", "c2jShape" : "TagList", "deprecated" : false, "documentation" : "

List of Tag that need to be added for the Elasticsearch domain.

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

List of Tag that need to be added for the Elasticsearch domain.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "ARN", "TagList" ], "shapeName" : "AddTagsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AddTagsRequest", "variableName" : "addTagsRequest", "variableType" : "AddTagsRequest", "documentation" : null, "simpleType" : "AddTagsRequest", "variableSetterType" : "AddTagsRequest" }, "wrapper" : false }, "AddTagsResult" : { "c2jName" : "AddTagsResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "AddTagsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AddTagsResult", "variableName" : "addTagsResult", "variableType" : "AddTagsResult", "documentation" : null, "simpleType" : "AddTagsResult", "variableSetterType" : "AddTagsResult" }, "wrapper" : false }, "AdvancedOptionsStatus" : { "c2jName" : "AdvancedOptionsStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "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.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Options", "c2jShape" : "AdvancedOptions", "deprecated" : false, "documentation" : "

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

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

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

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Status", "c2jShape" : "OptionStatus", "deprecated" : false, "documentation" : "

Specifies the status of OptionStatus for advanced options for the specified Elasticsearch domain.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "OptionStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Status", "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.*/", "setterModel" : { "variableDeclarationType" : "OptionStatus", "variableName" : "status", "variableType" : "OptionStatus", "documentation" : "", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "OptionStatus", "variableName" : "status", "variableType" : "OptionStatus", "documentation" : "

Specifies the status of OptionStatus for advanced options for the specified Elasticsearch domain.

", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Options" : { "c2jName" : "Options", "c2jShape" : "AdvancedOptions", "deprecated" : false, "documentation" : "

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

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

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

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, "Status" : { "c2jName" : "Status", "c2jShape" : "OptionStatus", "deprecated" : false, "documentation" : "

Specifies the status of OptionStatus for advanced options for the specified Elasticsearch domain.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "OptionStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Status", "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.*/", "setterModel" : { "variableDeclarationType" : "OptionStatus", "variableName" : "status", "variableType" : "OptionStatus", "documentation" : "", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "OptionStatus", "variableName" : "status", "variableType" : "OptionStatus", "documentation" : "

Specifies the status of OptionStatus for advanced options for the specified Elasticsearch domain.

", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "xmlNameSpaceUri" : null } }, "required" : [ "Options", "Status" ], "shapeName" : "AdvancedOptionsStatus", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AdvancedOptionsStatus", "variableName" : "advancedOptionsStatus", "variableType" : "AdvancedOptionsStatus", "documentation" : null, "simpleType" : "AdvancedOptionsStatus", "variableSetterType" : "AdvancedOptionsStatus" }, "wrapper" : false }, "BaseException" : { "c2jName" : "BaseException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

An error occurred while processing the request.

", "enums" : null, "errorCode" : "BaseException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "BaseException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "BaseException", "variableName" : "baseException", "variableType" : "BaseException", "documentation" : null, "simpleType" : "BaseException", "variableSetterType" : "BaseException" }, "wrapper" : false }, "CreateElasticsearchDomainRequest" : { "c2jName" : "CreateElasticsearchDomainRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "CreateElasticsearchDomain", "locationName" : null, "requestUri" : "/2015-01-01/es/domain", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "DomainName", "c2jShape" : "DomainName", "deprecated" : false, "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).

", "enumType" : null, "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.*/", "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).*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DomainName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DomainName", "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).*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ElasticsearchVersion", "c2jShape" : "ElasticsearchVersionString", "deprecated" : false, "documentation" : "

String of format X.Y to specify version for the Elasticsearch domain eg. \"1.5\" or \"2.3\". For more information, see Creating Elasticsearch Domains in the Amazon Elasticsearch Service Developer Guide.

", "enumType" : null, "fluentSetterDocumentation" : "/**

String of format X.Y to specify version for the Elasticsearch domain eg. \"1.5\" or \"2.3\". For more information, see Creating Elasticsearch Domains in the Amazon Elasticsearch Service Developer Guide.

\n@param elasticsearchVersion String of format X.Y to specify version for the Elasticsearch domain eg. \"1.5\" or \"2.3\". For more information, see Creating Elasticsearch Domains in the Amazon Elasticsearch Service Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

String of format X.Y to specify version for the Elasticsearch domain eg. \"1.5\" or \"2.3\". For more information, see Creating Elasticsearch Domains in the Amazon Elasticsearch Service Developer Guide.

\n@return String of format X.Y to specify version for the Elasticsearch domain eg. \"1.5\" or \"2.3\". For more information, see Creating Elasticsearch Domains in the Amazon Elasticsearch Service Developer Guide.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ElasticsearchVersion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ElasticsearchVersion", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ElasticsearchVersion", "setterDocumentation" : "/**

String of format X.Y to specify version for the Elasticsearch domain eg. \"1.5\" or \"2.3\". For more information, see Creating Elasticsearch Domains in the Amazon Elasticsearch Service Developer Guide.

\n@param elasticsearchVersion String of format X.Y to specify version for the Elasticsearch domain eg. \"1.5\" or \"2.3\". For more information, see Creating Elasticsearch Domains in the Amazon Elasticsearch Service Developer Guide.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "elasticsearchVersion", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

String of format X.Y to specify version for the Elasticsearch domain eg. \"1.5\" or \"2.3\". For more information, see Creating Elasticsearch Domains in the Amazon Elasticsearch Service Developer Guide.

\n@param elasticsearchVersion String of format X.Y to specify version for the Elasticsearch domain eg. \"1.5\" or \"2.3\". For more information, see Creating Elasticsearch Domains in the Amazon Elasticsearch Service Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "elasticsearchVersion", "variableType" : "String", "documentation" : "

String of format X.Y to specify version for the Elasticsearch domain eg. \"1.5\" or \"2.3\". For more information, see Creating Elasticsearch Domains in the Amazon Elasticsearch Service Developer Guide.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ElasticsearchClusterConfig", "c2jShape" : "ElasticsearchClusterConfig", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "ElasticsearchClusterConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ElasticsearchClusterConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ElasticsearchClusterConfig", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ElasticsearchClusterConfig", "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.*/", "setterModel" : { "variableDeclarationType" : "ElasticsearchClusterConfig", "variableName" : "elasticsearchClusterConfig", "variableType" : "ElasticsearchClusterConfig", "documentation" : "", "simpleType" : "ElasticsearchClusterConfig", "variableSetterType" : "ElasticsearchClusterConfig" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "ElasticsearchClusterConfig", "variableName" : "elasticsearchClusterConfig", "variableType" : "ElasticsearchClusterConfig", "documentation" : "

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

", "simpleType" : "ElasticsearchClusterConfig", "variableSetterType" : "ElasticsearchClusterConfig" }, "xmlNameSpaceUri" : null }, { "c2jName" : "EBSOptions", "c2jShape" : "EBSOptions", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "EBSOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "EBSOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EBSOptions", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EBSOptions", "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.*/", "setterModel" : { "variableDeclarationType" : "EBSOptions", "variableName" : "eBSOptions", "variableType" : "EBSOptions", "documentation" : "", "simpleType" : "EBSOptions", "variableSetterType" : "EBSOptions" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "EBSOptions", "variableName" : "eBSOptions", "variableType" : "EBSOptions", "documentation" : "

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

", "simpleType" : "EBSOptions", "variableSetterType" : "EBSOptions" }, "xmlNameSpaceUri" : null }, { "c2jName" : "AccessPolicies", "c2jShape" : "PolicyDocument", "deprecated" : false, "documentation" : "

IAM access policy as a JSON-formatted string.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

IAM access policy as a JSON-formatted string.

\n@return IAM access policy as a JSON-formatted string.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AccessPolicies", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AccessPolicies", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AccessPolicies", "setterDocumentation" : "/**

IAM access policy as a JSON-formatted string.

\n@param accessPolicies IAM access policy as a JSON-formatted string.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accessPolicies", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "accessPolicies", "variableType" : "String", "documentation" : "

IAM access policy as a JSON-formatted string.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SnapshotOptions", "c2jShape" : "SnapshotOptions", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "SnapshotOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SnapshotOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotOptions", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SnapshotOptions", "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.*/", "setterModel" : { "variableDeclarationType" : "SnapshotOptions", "variableName" : "snapshotOptions", "variableType" : "SnapshotOptions", "documentation" : "", "simpleType" : "SnapshotOptions", "variableSetterType" : "SnapshotOptions" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "SnapshotOptions", "variableName" : "snapshotOptions", "variableType" : "SnapshotOptions", "documentation" : "

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

", "simpleType" : "SnapshotOptions", "variableSetterType" : "SnapshotOptions" }, "xmlNameSpaceUri" : null }, { "c2jName" : "AdvancedOptions", "c2jShape" : "AdvancedOptions", "deprecated" : false, "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.

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

IAM access policy as a JSON-formatted string.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

IAM access policy as a JSON-formatted string.

\n@return IAM access policy as a JSON-formatted string.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AccessPolicies", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AccessPolicies", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AccessPolicies", "setterDocumentation" : "/**

IAM access policy as a JSON-formatted string.

\n@param accessPolicies IAM access policy as a JSON-formatted string.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accessPolicies", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "accessPolicies", "variableType" : "String", "documentation" : "

IAM access policy as a JSON-formatted string.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "AdvancedOptions" : { "c2jName" : "AdvancedOptions", "c2jShape" : "AdvancedOptions", "deprecated" : false, "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.

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

", "enumType" : null, "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.*/", "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).*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DomainName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DomainName", "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).*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "EBSOptions" : { "c2jName" : "EBSOptions", "c2jShape" : "EBSOptions", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "EBSOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "EBSOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EBSOptions", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EBSOptions", "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.*/", "setterModel" : { "variableDeclarationType" : "EBSOptions", "variableName" : "eBSOptions", "variableType" : "EBSOptions", "documentation" : "", "simpleType" : "EBSOptions", "variableSetterType" : "EBSOptions" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "EBSOptions", "variableName" : "eBSOptions", "variableType" : "EBSOptions", "documentation" : "

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

", "simpleType" : "EBSOptions", "variableSetterType" : "EBSOptions" }, "xmlNameSpaceUri" : null }, "ElasticsearchClusterConfig" : { "c2jName" : "ElasticsearchClusterConfig", "c2jShape" : "ElasticsearchClusterConfig", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "ElasticsearchClusterConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ElasticsearchClusterConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ElasticsearchClusterConfig", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ElasticsearchClusterConfig", "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.*/", "setterModel" : { "variableDeclarationType" : "ElasticsearchClusterConfig", "variableName" : "elasticsearchClusterConfig", "variableType" : "ElasticsearchClusterConfig", "documentation" : "", "simpleType" : "ElasticsearchClusterConfig", "variableSetterType" : "ElasticsearchClusterConfig" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "ElasticsearchClusterConfig", "variableName" : "elasticsearchClusterConfig", "variableType" : "ElasticsearchClusterConfig", "documentation" : "

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

", "simpleType" : "ElasticsearchClusterConfig", "variableSetterType" : "ElasticsearchClusterConfig" }, "xmlNameSpaceUri" : null }, "ElasticsearchVersion" : { "c2jName" : "ElasticsearchVersion", "c2jShape" : "ElasticsearchVersionString", "deprecated" : false, "documentation" : "

String of format X.Y to specify version for the Elasticsearch domain eg. \"1.5\" or \"2.3\". For more information, see Creating Elasticsearch Domains in the Amazon Elasticsearch Service Developer Guide.

", "enumType" : null, "fluentSetterDocumentation" : "/**

String of format X.Y to specify version for the Elasticsearch domain eg. \"1.5\" or \"2.3\". For more information, see Creating Elasticsearch Domains in the Amazon Elasticsearch Service Developer Guide.

\n@param elasticsearchVersion String of format X.Y to specify version for the Elasticsearch domain eg. \"1.5\" or \"2.3\". For more information, see Creating Elasticsearch Domains in the Amazon Elasticsearch Service Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

String of format X.Y to specify version for the Elasticsearch domain eg. \"1.5\" or \"2.3\". For more information, see Creating Elasticsearch Domains in the Amazon Elasticsearch Service Developer Guide.

\n@return String of format X.Y to specify version for the Elasticsearch domain eg. \"1.5\" or \"2.3\". For more information, see Creating Elasticsearch Domains in the Amazon Elasticsearch Service Developer Guide.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ElasticsearchVersion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ElasticsearchVersion", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ElasticsearchVersion", "setterDocumentation" : "/**

String of format X.Y to specify version for the Elasticsearch domain eg. \"1.5\" or \"2.3\". For more information, see Creating Elasticsearch Domains in the Amazon Elasticsearch Service Developer Guide.

\n@param elasticsearchVersion String of format X.Y to specify version for the Elasticsearch domain eg. \"1.5\" or \"2.3\". For more information, see Creating Elasticsearch Domains in the Amazon Elasticsearch Service Developer Guide.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "elasticsearchVersion", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

String of format X.Y to specify version for the Elasticsearch domain eg. \"1.5\" or \"2.3\". For more information, see Creating Elasticsearch Domains in the Amazon Elasticsearch Service Developer Guide.

\n@param elasticsearchVersion String of format X.Y to specify version for the Elasticsearch domain eg. \"1.5\" or \"2.3\". For more information, see Creating Elasticsearch Domains in the Amazon Elasticsearch Service Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "elasticsearchVersion", "variableType" : "String", "documentation" : "

String of format X.Y to specify version for the Elasticsearch domain eg. \"1.5\" or \"2.3\". For more information, see Creating Elasticsearch Domains in the Amazon Elasticsearch Service Developer Guide.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SnapshotOptions" : { "c2jName" : "SnapshotOptions", "c2jShape" : "SnapshotOptions", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "SnapshotOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SnapshotOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotOptions", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SnapshotOptions", "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.*/", "setterModel" : { "variableDeclarationType" : "SnapshotOptions", "variableName" : "snapshotOptions", "variableType" : "SnapshotOptions", "documentation" : "", "simpleType" : "SnapshotOptions", "variableSetterType" : "SnapshotOptions" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "SnapshotOptions", "variableName" : "snapshotOptions", "variableType" : "SnapshotOptions", "documentation" : "

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

", "simpleType" : "SnapshotOptions", "variableSetterType" : "SnapshotOptions" }, "xmlNameSpaceUri" : null } }, "required" : [ "DomainName" ], "shapeName" : "CreateElasticsearchDomainRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateElasticsearchDomainRequest", "variableName" : "createElasticsearchDomainRequest", "variableType" : "CreateElasticsearchDomainRequest", "documentation" : null, "simpleType" : "CreateElasticsearchDomainRequest", "variableSetterType" : "CreateElasticsearchDomainRequest" }, "wrapper" : false }, "CreateElasticsearchDomainResult" : { "c2jName" : "CreateElasticsearchDomainResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

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

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "DomainStatus", "c2jShape" : "ElasticsearchDomainStatus", "deprecated" : false, "documentation" : "

The status of the newly created Elasticsearch domain.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The status of the newly created Elasticsearch domain.

\n@return The status of the newly created Elasticsearch domain.*/", "getterModel" : { "returnType" : "ElasticsearchDomainStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DomainStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainStatus", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DomainStatus", "setterDocumentation" : "/**

The status of the newly created Elasticsearch domain.

\n@param domainStatus The status of the newly created Elasticsearch domain.*/", "setterModel" : { "variableDeclarationType" : "ElasticsearchDomainStatus", "variableName" : "domainStatus", "variableType" : "ElasticsearchDomainStatus", "documentation" : "", "simpleType" : "ElasticsearchDomainStatus", "variableSetterType" : "ElasticsearchDomainStatus" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "ElasticsearchDomainStatus", "variableName" : "domainStatus", "variableType" : "ElasticsearchDomainStatus", "documentation" : "

The status of the newly created Elasticsearch domain.

", "simpleType" : "ElasticsearchDomainStatus", "variableSetterType" : "ElasticsearchDomainStatus" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DomainStatus" : { "c2jName" : "DomainStatus", "c2jShape" : "ElasticsearchDomainStatus", "deprecated" : false, "documentation" : "

The status of the newly created Elasticsearch domain.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The status of the newly created Elasticsearch domain.

\n@return The status of the newly created Elasticsearch domain.*/", "getterModel" : { "returnType" : "ElasticsearchDomainStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DomainStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainStatus", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DomainStatus", "setterDocumentation" : "/**

The status of the newly created Elasticsearch domain.

\n@param domainStatus The status of the newly created Elasticsearch domain.*/", "setterModel" : { "variableDeclarationType" : "ElasticsearchDomainStatus", "variableName" : "domainStatus", "variableType" : "ElasticsearchDomainStatus", "documentation" : "", "simpleType" : "ElasticsearchDomainStatus", "variableSetterType" : "ElasticsearchDomainStatus" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "ElasticsearchDomainStatus", "variableName" : "domainStatus", "variableType" : "ElasticsearchDomainStatus", "documentation" : "

The status of the newly created Elasticsearch domain.

", "simpleType" : "ElasticsearchDomainStatus", "variableSetterType" : "ElasticsearchDomainStatus" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "CreateElasticsearchDomainResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateElasticsearchDomainResult", "variableName" : "createElasticsearchDomainResult", "variableType" : "CreateElasticsearchDomainResult", "documentation" : null, "simpleType" : "CreateElasticsearchDomainResult", "variableSetterType" : "CreateElasticsearchDomainResult" }, "wrapper" : false }, "DeleteElasticsearchDomainRequest" : { "c2jName" : "DeleteElasticsearchDomainRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

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

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteElasticsearchDomain", "locationName" : null, "requestUri" : "/2015-01-01/es/domain/{DomainName}", "target" : null, "verb" : "DELETE", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "DomainName", "c2jShape" : "DomainName", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "DomainName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DomainName", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DomainName" : { "c2jName" : "DomainName", "c2jShape" : "DomainName", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "DomainName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DomainName", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "DomainName" ], "shapeName" : "DeleteElasticsearchDomainRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteElasticsearchDomainRequest", "variableName" : "deleteElasticsearchDomainRequest", "variableType" : "DeleteElasticsearchDomainRequest", "documentation" : null, "simpleType" : "DeleteElasticsearchDomainRequest", "variableSetterType" : "DeleteElasticsearchDomainRequest" }, "wrapper" : false }, "DeleteElasticsearchDomainResult" : { "c2jName" : "DeleteElasticsearchDomainResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "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.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "DomainStatus", "c2jShape" : "ElasticsearchDomainStatus", "deprecated" : false, "documentation" : "

The status of the Elasticsearch domain being deleted.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The status of the Elasticsearch domain being deleted.

\n@return The status of the Elasticsearch domain being deleted.*/", "getterModel" : { "returnType" : "ElasticsearchDomainStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DomainStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainStatus", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DomainStatus", "setterDocumentation" : "/**

The status of the Elasticsearch domain being deleted.

\n@param domainStatus The status of the Elasticsearch domain being deleted.*/", "setterModel" : { "variableDeclarationType" : "ElasticsearchDomainStatus", "variableName" : "domainStatus", "variableType" : "ElasticsearchDomainStatus", "documentation" : "", "simpleType" : "ElasticsearchDomainStatus", "variableSetterType" : "ElasticsearchDomainStatus" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "ElasticsearchDomainStatus", "variableName" : "domainStatus", "variableType" : "ElasticsearchDomainStatus", "documentation" : "

The status of the Elasticsearch domain being deleted.

", "simpleType" : "ElasticsearchDomainStatus", "variableSetterType" : "ElasticsearchDomainStatus" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DomainStatus" : { "c2jName" : "DomainStatus", "c2jShape" : "ElasticsearchDomainStatus", "deprecated" : false, "documentation" : "

The status of the Elasticsearch domain being deleted.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The status of the Elasticsearch domain being deleted.

\n@return The status of the Elasticsearch domain being deleted.*/", "getterModel" : { "returnType" : "ElasticsearchDomainStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DomainStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainStatus", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DomainStatus", "setterDocumentation" : "/**

The status of the Elasticsearch domain being deleted.

\n@param domainStatus The status of the Elasticsearch domain being deleted.*/", "setterModel" : { "variableDeclarationType" : "ElasticsearchDomainStatus", "variableName" : "domainStatus", "variableType" : "ElasticsearchDomainStatus", "documentation" : "", "simpleType" : "ElasticsearchDomainStatus", "variableSetterType" : "ElasticsearchDomainStatus" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "ElasticsearchDomainStatus", "variableName" : "domainStatus", "variableType" : "ElasticsearchDomainStatus", "documentation" : "

The status of the Elasticsearch domain being deleted.

", "simpleType" : "ElasticsearchDomainStatus", "variableSetterType" : "ElasticsearchDomainStatus" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DeleteElasticsearchDomainResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteElasticsearchDomainResult", "variableName" : "deleteElasticsearchDomainResult", "variableType" : "DeleteElasticsearchDomainResult", "documentation" : null, "simpleType" : "DeleteElasticsearchDomainResult", "variableSetterType" : "DeleteElasticsearchDomainResult" }, "wrapper" : false }, "DescribeElasticsearchDomainConfigRequest" : { "c2jName" : "DescribeElasticsearchDomainConfigRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

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

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeElasticsearchDomainConfig", "locationName" : null, "requestUri" : "/2015-01-01/es/domain/{DomainName}/config", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "DomainName", "c2jShape" : "DomainName", "deprecated" : false, "documentation" : "

The Elasticsearch domain that you want to get information about.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The Elasticsearch domain that you want to get information about.

\n@return The Elasticsearch domain that you want to get information about.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "DomainName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DomainName", "setterDocumentation" : "/**

The Elasticsearch domain that you want to get information about.

\n@param domainName The Elasticsearch domain that you want to get information about.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "

The Elasticsearch domain that you want to get information about.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DomainName" : { "c2jName" : "DomainName", "c2jShape" : "DomainName", "deprecated" : false, "documentation" : "

The Elasticsearch domain that you want to get information about.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The Elasticsearch domain that you want to get information about.

\n@return The Elasticsearch domain that you want to get information about.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "DomainName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DomainName", "setterDocumentation" : "/**

The Elasticsearch domain that you want to get information about.

\n@param domainName The Elasticsearch domain that you want to get information about.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "

The Elasticsearch domain that you want to get information about.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "DomainName" ], "shapeName" : "DescribeElasticsearchDomainConfigRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeElasticsearchDomainConfigRequest", "variableName" : "describeElasticsearchDomainConfigRequest", "variableType" : "DescribeElasticsearchDomainConfigRequest", "documentation" : null, "simpleType" : "DescribeElasticsearchDomainConfigRequest", "variableSetterType" : "DescribeElasticsearchDomainConfigRequest" }, "wrapper" : false }, "DescribeElasticsearchDomainConfigResult" : { "c2jName" : "DescribeElasticsearchDomainConfigResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

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

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "DomainConfig", "c2jShape" : "ElasticsearchDomainConfig", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "ElasticsearchDomainConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DomainConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainConfig", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DomainConfig", "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.*/", "setterModel" : { "variableDeclarationType" : "ElasticsearchDomainConfig", "variableName" : "domainConfig", "variableType" : "ElasticsearchDomainConfig", "documentation" : "", "simpleType" : "ElasticsearchDomainConfig", "variableSetterType" : "ElasticsearchDomainConfig" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "ElasticsearchDomainConfig", "variableName" : "domainConfig", "variableType" : "ElasticsearchDomainConfig", "documentation" : "

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

", "simpleType" : "ElasticsearchDomainConfig", "variableSetterType" : "ElasticsearchDomainConfig" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DomainConfig" : { "c2jName" : "DomainConfig", "c2jShape" : "ElasticsearchDomainConfig", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "ElasticsearchDomainConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DomainConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainConfig", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DomainConfig", "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.*/", "setterModel" : { "variableDeclarationType" : "ElasticsearchDomainConfig", "variableName" : "domainConfig", "variableType" : "ElasticsearchDomainConfig", "documentation" : "", "simpleType" : "ElasticsearchDomainConfig", "variableSetterType" : "ElasticsearchDomainConfig" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "ElasticsearchDomainConfig", "variableName" : "domainConfig", "variableType" : "ElasticsearchDomainConfig", "documentation" : "

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

", "simpleType" : "ElasticsearchDomainConfig", "variableSetterType" : "ElasticsearchDomainConfig" }, "xmlNameSpaceUri" : null } }, "required" : [ "DomainConfig" ], "shapeName" : "DescribeElasticsearchDomainConfigResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeElasticsearchDomainConfigResult", "variableName" : "describeElasticsearchDomainConfigResult", "variableType" : "DescribeElasticsearchDomainConfigResult", "documentation" : null, "simpleType" : "DescribeElasticsearchDomainConfigResult", "variableSetterType" : "DescribeElasticsearchDomainConfigResult" }, "wrapper" : false }, "DescribeElasticsearchDomainRequest" : { "c2jName" : "DescribeElasticsearchDomainRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Container for the parameters to the DescribeElasticsearchDomain operation.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeElasticsearchDomain", "locationName" : null, "requestUri" : "/2015-01-01/es/domain/{DomainName}", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "DomainName", "c2jShape" : "DomainName", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "DomainName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DomainName", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DomainName" : { "c2jName" : "DomainName", "c2jShape" : "DomainName", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "DomainName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DomainName", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "DomainName" ], "shapeName" : "DescribeElasticsearchDomainRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeElasticsearchDomainRequest", "variableName" : "describeElasticsearchDomainRequest", "variableType" : "DescribeElasticsearchDomainRequest", "documentation" : null, "simpleType" : "DescribeElasticsearchDomainRequest", "variableSetterType" : "DescribeElasticsearchDomainRequest" }, "wrapper" : false }, "DescribeElasticsearchDomainResult" : { "c2jName" : "DescribeElasticsearchDomainResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

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

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "DomainStatus", "c2jShape" : "ElasticsearchDomainStatus", "deprecated" : false, "documentation" : "

The current status of the Elasticsearch domain.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The current status of the Elasticsearch domain.

\n@return The current status of the Elasticsearch domain.*/", "getterModel" : { "returnType" : "ElasticsearchDomainStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DomainStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainStatus", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DomainStatus", "setterDocumentation" : "/**

The current status of the Elasticsearch domain.

\n@param domainStatus The current status of the Elasticsearch domain.*/", "setterModel" : { "variableDeclarationType" : "ElasticsearchDomainStatus", "variableName" : "domainStatus", "variableType" : "ElasticsearchDomainStatus", "documentation" : "", "simpleType" : "ElasticsearchDomainStatus", "variableSetterType" : "ElasticsearchDomainStatus" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "ElasticsearchDomainStatus", "variableName" : "domainStatus", "variableType" : "ElasticsearchDomainStatus", "documentation" : "

The current status of the Elasticsearch domain.

", "simpleType" : "ElasticsearchDomainStatus", "variableSetterType" : "ElasticsearchDomainStatus" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DomainStatus" : { "c2jName" : "DomainStatus", "c2jShape" : "ElasticsearchDomainStatus", "deprecated" : false, "documentation" : "

The current status of the Elasticsearch domain.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The current status of the Elasticsearch domain.

\n@return The current status of the Elasticsearch domain.*/", "getterModel" : { "returnType" : "ElasticsearchDomainStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DomainStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainStatus", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DomainStatus", "setterDocumentation" : "/**

The current status of the Elasticsearch domain.

\n@param domainStatus The current status of the Elasticsearch domain.*/", "setterModel" : { "variableDeclarationType" : "ElasticsearchDomainStatus", "variableName" : "domainStatus", "variableType" : "ElasticsearchDomainStatus", "documentation" : "", "simpleType" : "ElasticsearchDomainStatus", "variableSetterType" : "ElasticsearchDomainStatus" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "ElasticsearchDomainStatus", "variableName" : "domainStatus", "variableType" : "ElasticsearchDomainStatus", "documentation" : "

The current status of the Elasticsearch domain.

", "simpleType" : "ElasticsearchDomainStatus", "variableSetterType" : "ElasticsearchDomainStatus" }, "xmlNameSpaceUri" : null } }, "required" : [ "DomainStatus" ], "shapeName" : "DescribeElasticsearchDomainResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeElasticsearchDomainResult", "variableName" : "describeElasticsearchDomainResult", "variableType" : "DescribeElasticsearchDomainResult", "documentation" : null, "simpleType" : "DescribeElasticsearchDomainResult", "variableSetterType" : "DescribeElasticsearchDomainResult" }, "wrapper" : false }, "DescribeElasticsearchDomainsRequest" : { "c2jName" : "DescribeElasticsearchDomainsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

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

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeElasticsearchDomains", "locationName" : null, "requestUri" : "/2015-01-01/es/domain-info", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "DomainNames", "c2jShape" : "DomainNameList", "deprecated" : false, "documentation" : "

The Elasticsearch domains for which you want information.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The Elasticsearch domains for which you want information.

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

The Elasticsearch domains for which you want information.

\n@param domainNames The Elasticsearch domains for which you want information.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "domainNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "domainNames", "variableType" : "java.util.List", "documentation" : "

The Elasticsearch domains for which you want information.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DomainNames" : { "c2jName" : "DomainNames", "c2jShape" : "DomainNameList", "deprecated" : false, "documentation" : "

The Elasticsearch domains for which you want information.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The Elasticsearch domains for which you want information.

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

The Elasticsearch domains for which you want information.

\n@param domainNames The Elasticsearch domains for which you want information.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "domainNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "domainNames", "variableType" : "java.util.List", "documentation" : "

The Elasticsearch domains for which you want information.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "DomainNames" ], "shapeName" : "DescribeElasticsearchDomainsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeElasticsearchDomainsRequest", "variableName" : "describeElasticsearchDomainsRequest", "variableType" : "DescribeElasticsearchDomainsRequest", "documentation" : null, "simpleType" : "DescribeElasticsearchDomainsRequest", "variableSetterType" : "DescribeElasticsearchDomainsRequest" }, "wrapper" : false }, "DescribeElasticsearchDomainsResult" : { "c2jName" : "DescribeElasticsearchDomainsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

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

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "DomainStatusList", "c2jShape" : "ElasticsearchDomainStatusList", "deprecated" : false, "documentation" : "

The status of the domains requested in the DescribeElasticsearchDomains request.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The status of the domains requested in the DescribeElasticsearchDomains request.

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

The status of the domains requested in the DescribeElasticsearchDomains request.

\n@param domainStatusList The status of the domains requested in the DescribeElasticsearchDomains request.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "domainStatusList", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "domainStatusList", "variableType" : "java.util.List", "documentation" : "

The status of the domains requested in the DescribeElasticsearchDomains request.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DomainStatusList" : { "c2jName" : "DomainStatusList", "c2jShape" : "ElasticsearchDomainStatusList", "deprecated" : false, "documentation" : "

The status of the domains requested in the DescribeElasticsearchDomains request.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The status of the domains requested in the DescribeElasticsearchDomains request.

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

The status of the domains requested in the DescribeElasticsearchDomains request.

\n@param domainStatusList The status of the domains requested in the DescribeElasticsearchDomains request.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "domainStatusList", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "domainStatusList", "variableType" : "java.util.List", "documentation" : "

The status of the domains requested in the DescribeElasticsearchDomains request.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "DomainStatusList" ], "shapeName" : "DescribeElasticsearchDomainsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeElasticsearchDomainsResult", "variableName" : "describeElasticsearchDomainsResult", "variableType" : "DescribeElasticsearchDomainsResult", "documentation" : null, "simpleType" : "DescribeElasticsearchDomainsResult", "variableSetterType" : "DescribeElasticsearchDomainsResult" }, "wrapper" : false }, "DisabledOperationException" : { "c2jName" : "DisabledOperationException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

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

", "enums" : null, "errorCode" : "DisabledOperationException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "DisabledOperationException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DisabledOperationException", "variableName" : "disabledOperationException", "variableType" : "DisabledOperationException", "documentation" : null, "simpleType" : "DisabledOperationException", "variableSetterType" : "DisabledOperationException" }, "wrapper" : false }, "DomainInfo" : { "c2jName" : "DomainInfo", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "DomainName", "c2jShape" : "DomainName", "deprecated" : false, "documentation" : "

Specifies the DomainName.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

Specifies the DomainName.

\n@return Specifies the DomainName.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DomainName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DomainName", "setterDocumentation" : "/**

Specifies the DomainName.

\n@param domainName Specifies the DomainName.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "

Specifies the DomainName.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DomainName" : { "c2jName" : "DomainName", "c2jShape" : "DomainName", "deprecated" : false, "documentation" : "

Specifies the DomainName.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

Specifies the DomainName.

\n@return Specifies the DomainName.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DomainName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DomainName", "setterDocumentation" : "/**

Specifies the DomainName.

\n@param domainName Specifies the DomainName.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "

Specifies the DomainName.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DomainInfo", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DomainInfo", "variableName" : "domainInfo", "variableType" : "DomainInfo", "documentation" : null, "simpleType" : "DomainInfo", "variableSetterType" : "DomainInfo" }, "wrapper" : false }, "EBSOptions" : { "c2jName" : "EBSOptions", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Options to enable, disable, and specify the properties of EBS storage volumes. For more information, see Configuring EBS-based Storage.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "EBSEnabled", "c2jShape" : "Boolean", "deprecated" : false, "documentation" : "

Specifies whether EBS-based storage is enabled.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

Specifies whether EBS-based storage is enabled.

\n@return Specifies whether EBS-based storage is enabled.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "EBSEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EBSEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EBSEnabled", "setterDocumentation" : "/**

Specifies whether EBS-based storage is enabled.

\n@param eBSEnabled Specifies whether EBS-based storage is enabled.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "eBSEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "eBSEnabled", "variableType" : "Boolean", "documentation" : "

Specifies whether EBS-based storage is enabled.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VolumeType", "c2jShape" : "VolumeType", "deprecated" : false, "documentation" : "

Specifies the volume type for EBS-based storage.

", "enumType" : "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*/", "getterDocumentation" : "/**

Specifies the volume type for EBS-based storage.

\n@return Specifies the volume type for EBS-based storage.\n@see VolumeType*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeType", "setterDocumentation" : "/**

Specifies the volume type for EBS-based storage.

\n@param volumeType Specifies the volume type for EBS-based storage.\n@see VolumeType*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeType", "variableType" : "String", "documentation" : "

Specifies the volume type for EBS-based storage.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VolumeSize", "c2jShape" : "IntegerClass", "deprecated" : false, "documentation" : "

Integer to specify the size of an EBS volume.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

Integer to specify the size of an EBS volume.

\n@return Integer to specify the size of an EBS volume.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeSize", "setterDocumentation" : "/**

Integer to specify the size of an EBS volume.

\n@param volumeSize Integer to specify the size of an EBS volume.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "volumeSize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "volumeSize", "variableType" : "Integer", "documentation" : "

Integer to specify the size of an EBS volume.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Iops", "c2jShape" : "IntegerClass", "deprecated" : false, "documentation" : "

Specifies the IOPD for a Provisioned IOPS EBS volume (SSD).

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

Specifies the IOPD for a Provisioned IOPS EBS volume (SSD).

\n@return Specifies the IOPD for a Provisioned IOPS EBS volume (SSD).*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Iops", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Iops", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Iops", "setterDocumentation" : "/**

Specifies the IOPD for a Provisioned IOPS EBS volume (SSD).

\n@param iops Specifies the IOPD for a Provisioned IOPS EBS volume (SSD).*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "iops", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "iops", "variableType" : "Integer", "documentation" : "

Specifies the IOPD for a Provisioned IOPS EBS volume (SSD).

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "EBSEnabled" : { "c2jName" : "EBSEnabled", "c2jShape" : "Boolean", "deprecated" : false, "documentation" : "

Specifies whether EBS-based storage is enabled.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

Specifies whether EBS-based storage is enabled.

\n@return Specifies whether EBS-based storage is enabled.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "EBSEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EBSEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EBSEnabled", "setterDocumentation" : "/**

Specifies whether EBS-based storage is enabled.

\n@param eBSEnabled Specifies whether EBS-based storage is enabled.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "eBSEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "eBSEnabled", "variableType" : "Boolean", "documentation" : "

Specifies whether EBS-based storage is enabled.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "Iops" : { "c2jName" : "Iops", "c2jShape" : "IntegerClass", "deprecated" : false, "documentation" : "

Specifies the IOPD for a Provisioned IOPS EBS volume (SSD).

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

Specifies the IOPD for a Provisioned IOPS EBS volume (SSD).

\n@return Specifies the IOPD for a Provisioned IOPS EBS volume (SSD).*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Iops", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Iops", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Iops", "setterDocumentation" : "/**

Specifies the IOPD for a Provisioned IOPS EBS volume (SSD).

\n@param iops Specifies the IOPD for a Provisioned IOPS EBS volume (SSD).*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "iops", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "iops", "variableType" : "Integer", "documentation" : "

Specifies the IOPD for a Provisioned IOPS EBS volume (SSD).

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "VolumeSize" : { "c2jName" : "VolumeSize", "c2jShape" : "IntegerClass", "deprecated" : false, "documentation" : "

Integer to specify the size of an EBS volume.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

Integer to specify the size of an EBS volume.

\n@return Integer to specify the size of an EBS volume.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeSize", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeSize", "setterDocumentation" : "/**

Integer to specify the size of an EBS volume.

\n@param volumeSize Integer to specify the size of an EBS volume.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "volumeSize", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "volumeSize", "variableType" : "Integer", "documentation" : "

Integer to specify the size of an EBS volume.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "VolumeType" : { "c2jName" : "VolumeType", "c2jShape" : "VolumeType", "deprecated" : false, "documentation" : "

Specifies the volume type for EBS-based storage.

", "enumType" : "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*/", "getterDocumentation" : "/**

Specifies the volume type for EBS-based storage.

\n@return Specifies the volume type for EBS-based storage.\n@see VolumeType*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VolumeType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VolumeType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VolumeType", "setterDocumentation" : "/**

Specifies the volume type for EBS-based storage.

\n@param volumeType Specifies the volume type for EBS-based storage.\n@see VolumeType*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "volumeType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "volumeType", "variableType" : "String", "documentation" : "

Specifies the volume type for EBS-based storage.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "EBSOptions", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "EBSOptions", "variableName" : "eBSOptions", "variableType" : "EBSOptions", "documentation" : null, "simpleType" : "EBSOptions", "variableSetterType" : "EBSOptions" }, "wrapper" : false }, "EBSOptionsStatus" : { "c2jName" : "EBSOptionsStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Status of the EBS options for the specified Elasticsearch domain.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Options", "c2jShape" : "EBSOptions", "deprecated" : false, "documentation" : "

Specifies the EBS options for the specified Elasticsearch domain.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

Specifies the EBS options for the specified Elasticsearch domain.

\n@return Specifies the EBS options for the specified Elasticsearch domain.*/", "getterModel" : { "returnType" : "EBSOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Options", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Options", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Options", "setterDocumentation" : "/**

Specifies the EBS options for the specified Elasticsearch domain.

\n@param options Specifies the EBS options for the specified Elasticsearch domain.*/", "setterModel" : { "variableDeclarationType" : "EBSOptions", "variableName" : "options", "variableType" : "EBSOptions", "documentation" : "", "simpleType" : "EBSOptions", "variableSetterType" : "EBSOptions" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "EBSOptions", "variableName" : "options", "variableType" : "EBSOptions", "documentation" : "

Specifies the EBS options for the specified Elasticsearch domain.

", "simpleType" : "EBSOptions", "variableSetterType" : "EBSOptions" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Status", "c2jShape" : "OptionStatus", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "OptionStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Status", "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.*/", "setterModel" : { "variableDeclarationType" : "OptionStatus", "variableName" : "status", "variableType" : "OptionStatus", "documentation" : "", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "OptionStatus", "variableName" : "status", "variableType" : "OptionStatus", "documentation" : "

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

", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Options" : { "c2jName" : "Options", "c2jShape" : "EBSOptions", "deprecated" : false, "documentation" : "

Specifies the EBS options for the specified Elasticsearch domain.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

Specifies the EBS options for the specified Elasticsearch domain.

\n@return Specifies the EBS options for the specified Elasticsearch domain.*/", "getterModel" : { "returnType" : "EBSOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Options", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Options", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Options", "setterDocumentation" : "/**

Specifies the EBS options for the specified Elasticsearch domain.

\n@param options Specifies the EBS options for the specified Elasticsearch domain.*/", "setterModel" : { "variableDeclarationType" : "EBSOptions", "variableName" : "options", "variableType" : "EBSOptions", "documentation" : "", "simpleType" : "EBSOptions", "variableSetterType" : "EBSOptions" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "EBSOptions", "variableName" : "options", "variableType" : "EBSOptions", "documentation" : "

Specifies the EBS options for the specified Elasticsearch domain.

", "simpleType" : "EBSOptions", "variableSetterType" : "EBSOptions" }, "xmlNameSpaceUri" : null }, "Status" : { "c2jName" : "Status", "c2jShape" : "OptionStatus", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "OptionStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Status", "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.*/", "setterModel" : { "variableDeclarationType" : "OptionStatus", "variableName" : "status", "variableType" : "OptionStatus", "documentation" : "", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "OptionStatus", "variableName" : "status", "variableType" : "OptionStatus", "documentation" : "

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

", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "xmlNameSpaceUri" : null } }, "required" : [ "Options", "Status" ], "shapeName" : "EBSOptionsStatus", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "EBSOptionsStatus", "variableName" : "eBSOptionsStatus", "variableType" : "EBSOptionsStatus", "documentation" : null, "simpleType" : "EBSOptionsStatus", "variableSetterType" : "EBSOptionsStatus" }, "wrapper" : false }, "ESPartitionInstanceType" : { "c2jName" : "ESPartitionInstanceType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "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" : "M4LargeElasticsearch", "value" : "m4.large.elasticsearch" }, { "name" : "M4XlargeElasticsearch", "value" : "m4.xlarge.elasticsearch" }, { "name" : "M42xlargeElasticsearch", "value" : "m4.2xlarge.elasticsearch" }, { "name" : "M44xlargeElasticsearch", "value" : "m4.4xlarge.elasticsearch" }, { "name" : "M410xlargeElasticsearch", "value" : "m4.10xlarge.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" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "ESPartitionInstanceType", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ESPartitionInstanceType", "variableName" : "eSPartitionInstanceType", "variableType" : "ESPartitionInstanceType", "documentation" : null, "simpleType" : "ESPartitionInstanceType", "variableSetterType" : "ESPartitionInstanceType" }, "wrapper" : false }, "ElasticsearchClusterConfig" : { "c2jName" : "ElasticsearchClusterConfig", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Specifies the configuration for the domain cluster, such as the type and number of instances.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "InstanceType", "c2jShape" : "ESPartitionInstanceType", "deprecated" : false, "documentation" : "

The instance type for an Elasticsearch cluster.

", "enumType" : "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*/", "getterDocumentation" : "/**

The instance type for an Elasticsearch cluster.

\n@return The instance type for an Elasticsearch cluster.\n@see ESPartitionInstanceType*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "InstanceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InstanceType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "InstanceType", "setterDocumentation" : "/**

The instance type for an Elasticsearch cluster.

\n@param instanceType The instance type for an Elasticsearch cluster.\n@see ESPartitionInstanceType*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "instanceType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "instanceType", "variableType" : "String", "documentation" : "

The instance type for an Elasticsearch cluster.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "InstanceCount", "c2jShape" : "IntegerClass", "deprecated" : false, "documentation" : "

The number of instances in the specified domain cluster.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The number of instances in the specified domain cluster.

\n@return The number of instances in the specified domain cluster.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "InstanceCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InstanceCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "InstanceCount", "setterDocumentation" : "/**

The number of instances in the specified domain cluster.

\n@param instanceCount The number of instances in the specified domain cluster.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "instanceCount", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "instanceCount", "variableType" : "Integer", "documentation" : "

The number of instances in the specified domain cluster.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DedicatedMasterEnabled", "c2jShape" : "Boolean", "deprecated" : false, "documentation" : "

A boolean value to indicate whether a dedicated master node is enabled. See About Dedicated Master Nodes for more information.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DedicatedMasterEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DedicatedMasterEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DedicatedMasterEnabled", "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.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "dedicatedMasterEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "dedicatedMasterEnabled", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ZoneAwarenessEnabled", "c2jShape" : "Boolean", "deprecated" : false, "documentation" : "

A boolean value to indicate whether zone awareness is enabled. See About Zone Awareness for more information.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ZoneAwarenessEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ZoneAwarenessEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ZoneAwarenessEnabled", "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.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "zoneAwarenessEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "zoneAwarenessEnabled", "variableType" : "Boolean", "documentation" : "

A boolean value to indicate whether zone awareness is enabled. See About Zone Awareness for more information.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DedicatedMasterType", "c2jShape" : "ESPartitionInstanceType", "deprecated" : false, "documentation" : "

The instance type for a dedicated master node.

", "enumType" : "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*/", "getterDocumentation" : "/**

The instance type for a dedicated master node.

\n@return The instance type for a dedicated master node.\n@see ESPartitionInstanceType*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DedicatedMasterType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DedicatedMasterType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DedicatedMasterType", "setterDocumentation" : "/**

The instance type for a dedicated master node.

\n@param dedicatedMasterType The instance type for a dedicated master node.\n@see ESPartitionInstanceType*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "dedicatedMasterType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "dedicatedMasterType", "variableType" : "String", "documentation" : "

The instance type for a dedicated master node.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DedicatedMasterCount", "c2jShape" : "IntegerClass", "deprecated" : false, "documentation" : "

Total number of dedicated master nodes, active and on standby, for the cluster.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DedicatedMasterCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DedicatedMasterCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DedicatedMasterCount", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "dedicatedMasterCount", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "dedicatedMasterCount", "variableType" : "Integer", "documentation" : "

Total number of dedicated master nodes, active and on standby, for the cluster.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DedicatedMasterCount" : { "c2jName" : "DedicatedMasterCount", "c2jShape" : "IntegerClass", "deprecated" : false, "documentation" : "

Total number of dedicated master nodes, active and on standby, for the cluster.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DedicatedMasterCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DedicatedMasterCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DedicatedMasterCount", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "dedicatedMasterCount", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "dedicatedMasterCount", "variableType" : "Integer", "documentation" : "

Total number of dedicated master nodes, active and on standby, for the cluster.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "DedicatedMasterEnabled" : { "c2jName" : "DedicatedMasterEnabled", "c2jShape" : "Boolean", "deprecated" : false, "documentation" : "

A boolean value to indicate whether a dedicated master node is enabled. See About Dedicated Master Nodes for more information.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DedicatedMasterEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DedicatedMasterEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DedicatedMasterEnabled", "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.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "dedicatedMasterEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "dedicatedMasterEnabled", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "DedicatedMasterType" : { "c2jName" : "DedicatedMasterType", "c2jShape" : "ESPartitionInstanceType", "deprecated" : false, "documentation" : "

The instance type for a dedicated master node.

", "enumType" : "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*/", "getterDocumentation" : "/**

The instance type for a dedicated master node.

\n@return The instance type for a dedicated master node.\n@see ESPartitionInstanceType*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DedicatedMasterType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DedicatedMasterType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DedicatedMasterType", "setterDocumentation" : "/**

The instance type for a dedicated master node.

\n@param dedicatedMasterType The instance type for a dedicated master node.\n@see ESPartitionInstanceType*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "dedicatedMasterType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "dedicatedMasterType", "variableType" : "String", "documentation" : "

The instance type for a dedicated master node.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "InstanceCount" : { "c2jName" : "InstanceCount", "c2jShape" : "IntegerClass", "deprecated" : false, "documentation" : "

The number of instances in the specified domain cluster.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The number of instances in the specified domain cluster.

\n@return The number of instances in the specified domain cluster.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "InstanceCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InstanceCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "InstanceCount", "setterDocumentation" : "/**

The number of instances in the specified domain cluster.

\n@param instanceCount The number of instances in the specified domain cluster.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "instanceCount", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "instanceCount", "variableType" : "Integer", "documentation" : "

The number of instances in the specified domain cluster.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "InstanceType" : { "c2jName" : "InstanceType", "c2jShape" : "ESPartitionInstanceType", "deprecated" : false, "documentation" : "

The instance type for an Elasticsearch cluster.

", "enumType" : "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*/", "getterDocumentation" : "/**

The instance type for an Elasticsearch cluster.

\n@return The instance type for an Elasticsearch cluster.\n@see ESPartitionInstanceType*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "InstanceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InstanceType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "InstanceType", "setterDocumentation" : "/**

The instance type for an Elasticsearch cluster.

\n@param instanceType The instance type for an Elasticsearch cluster.\n@see ESPartitionInstanceType*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "instanceType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "instanceType", "variableType" : "String", "documentation" : "

The instance type for an Elasticsearch cluster.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ZoneAwarenessEnabled" : { "c2jName" : "ZoneAwarenessEnabled", "c2jShape" : "Boolean", "deprecated" : false, "documentation" : "

A boolean value to indicate whether zone awareness is enabled. See About Zone Awareness for more information.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ZoneAwarenessEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ZoneAwarenessEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ZoneAwarenessEnabled", "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.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "zoneAwarenessEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "zoneAwarenessEnabled", "variableType" : "Boolean", "documentation" : "

A boolean value to indicate whether zone awareness is enabled. See About Zone Awareness for more information.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "ElasticsearchClusterConfig", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ElasticsearchClusterConfig", "variableName" : "elasticsearchClusterConfig", "variableType" : "ElasticsearchClusterConfig", "documentation" : null, "simpleType" : "ElasticsearchClusterConfig", "variableSetterType" : "ElasticsearchClusterConfig" }, "wrapper" : false }, "ElasticsearchClusterConfigStatus" : { "c2jName" : "ElasticsearchClusterConfigStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Specifies the configuration status for the specified Elasticsearch domain.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Options", "c2jShape" : "ElasticsearchClusterConfig", "deprecated" : false, "documentation" : "

Specifies the cluster configuration for the specified Elasticsearch domain.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

Specifies the cluster configuration for the specified Elasticsearch domain.

\n@return Specifies the cluster configuration for the specified Elasticsearch domain.*/", "getterModel" : { "returnType" : "ElasticsearchClusterConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Options", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Options", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Options", "setterDocumentation" : "/**

Specifies the cluster configuration for the specified Elasticsearch domain.

\n@param options Specifies the cluster configuration for the specified Elasticsearch domain.*/", "setterModel" : { "variableDeclarationType" : "ElasticsearchClusterConfig", "variableName" : "options", "variableType" : "ElasticsearchClusterConfig", "documentation" : "", "simpleType" : "ElasticsearchClusterConfig", "variableSetterType" : "ElasticsearchClusterConfig" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "ElasticsearchClusterConfig", "variableName" : "options", "variableType" : "ElasticsearchClusterConfig", "documentation" : "

Specifies the cluster configuration for the specified Elasticsearch domain.

", "simpleType" : "ElasticsearchClusterConfig", "variableSetterType" : "ElasticsearchClusterConfig" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Status", "c2jShape" : "OptionStatus", "deprecated" : false, "documentation" : "

Specifies the status of the configuration for the specified Elasticsearch domain.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "OptionStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Status", "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.*/", "setterModel" : { "variableDeclarationType" : "OptionStatus", "variableName" : "status", "variableType" : "OptionStatus", "documentation" : "", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "OptionStatus", "variableName" : "status", "variableType" : "OptionStatus", "documentation" : "

Specifies the status of the configuration for the specified Elasticsearch domain.

", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Options" : { "c2jName" : "Options", "c2jShape" : "ElasticsearchClusterConfig", "deprecated" : false, "documentation" : "

Specifies the cluster configuration for the specified Elasticsearch domain.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

Specifies the cluster configuration for the specified Elasticsearch domain.

\n@return Specifies the cluster configuration for the specified Elasticsearch domain.*/", "getterModel" : { "returnType" : "ElasticsearchClusterConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Options", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Options", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Options", "setterDocumentation" : "/**

Specifies the cluster configuration for the specified Elasticsearch domain.

\n@param options Specifies the cluster configuration for the specified Elasticsearch domain.*/", "setterModel" : { "variableDeclarationType" : "ElasticsearchClusterConfig", "variableName" : "options", "variableType" : "ElasticsearchClusterConfig", "documentation" : "", "simpleType" : "ElasticsearchClusterConfig", "variableSetterType" : "ElasticsearchClusterConfig" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "ElasticsearchClusterConfig", "variableName" : "options", "variableType" : "ElasticsearchClusterConfig", "documentation" : "

Specifies the cluster configuration for the specified Elasticsearch domain.

", "simpleType" : "ElasticsearchClusterConfig", "variableSetterType" : "ElasticsearchClusterConfig" }, "xmlNameSpaceUri" : null }, "Status" : { "c2jName" : "Status", "c2jShape" : "OptionStatus", "deprecated" : false, "documentation" : "

Specifies the status of the configuration for the specified Elasticsearch domain.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "OptionStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Status", "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.*/", "setterModel" : { "variableDeclarationType" : "OptionStatus", "variableName" : "status", "variableType" : "OptionStatus", "documentation" : "", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "OptionStatus", "variableName" : "status", "variableType" : "OptionStatus", "documentation" : "

Specifies the status of the configuration for the specified Elasticsearch domain.

", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "xmlNameSpaceUri" : null } }, "required" : [ "Options", "Status" ], "shapeName" : "ElasticsearchClusterConfigStatus", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ElasticsearchClusterConfigStatus", "variableName" : "elasticsearchClusterConfigStatus", "variableType" : "ElasticsearchClusterConfigStatus", "documentation" : null, "simpleType" : "ElasticsearchClusterConfigStatus", "variableSetterType" : "ElasticsearchClusterConfigStatus" }, "wrapper" : false }, "ElasticsearchDomainConfig" : { "c2jName" : "ElasticsearchDomainConfig", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The configuration of an Elasticsearch domain.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "ElasticsearchVersion", "c2jShape" : "ElasticsearchVersionStatus", "deprecated" : false, "documentation" : "

String of format X.Y to specify version for the Elasticsearch domain.

", "enumType" : null, "fluentSetterDocumentation" : "/**

String of format X.Y to specify version for the Elasticsearch domain.

\n@param elasticsearchVersion String of format X.Y to specify version for the Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

String of format X.Y to specify version for the Elasticsearch domain.

\n@return String of format X.Y to specify version for the Elasticsearch domain.*/", "getterModel" : { "returnType" : "ElasticsearchVersionStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ElasticsearchVersion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ElasticsearchVersion", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ElasticsearchVersion", "setterDocumentation" : "/**

String of format X.Y to specify version for the Elasticsearch domain.

\n@param elasticsearchVersion String of format X.Y to specify version for the Elasticsearch domain.*/", "setterModel" : { "variableDeclarationType" : "ElasticsearchVersionStatus", "variableName" : "elasticsearchVersion", "variableType" : "ElasticsearchVersionStatus", "documentation" : "", "simpleType" : "ElasticsearchVersionStatus", "variableSetterType" : "ElasticsearchVersionStatus" }, "simple" : false, "varargSetterDocumentation" : "/**

String of format X.Y to specify version for the Elasticsearch domain.

\n@param elasticsearchVersion String of format X.Y to specify version for the Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ElasticsearchVersionStatus", "variableName" : "elasticsearchVersion", "variableType" : "ElasticsearchVersionStatus", "documentation" : "

String of format X.Y to specify version for the Elasticsearch domain.

", "simpleType" : "ElasticsearchVersionStatus", "variableSetterType" : "ElasticsearchVersionStatus" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ElasticsearchClusterConfig", "c2jShape" : "ElasticsearchClusterConfigStatus", "deprecated" : false, "documentation" : "

Specifies the ElasticsearchClusterConfig for the Elasticsearch domain.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

Specifies the ElasticsearchClusterConfig for the Elasticsearch domain.

\n@return Specifies the ElasticsearchClusterConfig for the Elasticsearch domain.*/", "getterModel" : { "returnType" : "ElasticsearchClusterConfigStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ElasticsearchClusterConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ElasticsearchClusterConfig", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ElasticsearchClusterConfig", "setterDocumentation" : "/**

Specifies the ElasticsearchClusterConfig for the Elasticsearch domain.

\n@param elasticsearchClusterConfig Specifies the ElasticsearchClusterConfig for the Elasticsearch domain.*/", "setterModel" : { "variableDeclarationType" : "ElasticsearchClusterConfigStatus", "variableName" : "elasticsearchClusterConfig", "variableType" : "ElasticsearchClusterConfigStatus", "documentation" : "", "simpleType" : "ElasticsearchClusterConfigStatus", "variableSetterType" : "ElasticsearchClusterConfigStatus" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "ElasticsearchClusterConfigStatus", "variableName" : "elasticsearchClusterConfig", "variableType" : "ElasticsearchClusterConfigStatus", "documentation" : "

Specifies the ElasticsearchClusterConfig for the Elasticsearch domain.

", "simpleType" : "ElasticsearchClusterConfigStatus", "variableSetterType" : "ElasticsearchClusterConfigStatus" }, "xmlNameSpaceUri" : null }, { "c2jName" : "EBSOptions", "c2jShape" : "EBSOptionsStatus", "deprecated" : false, "documentation" : "

Specifies the EBSOptions for the Elasticsearch domain.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

Specifies the EBSOptions for the Elasticsearch domain.

\n@return Specifies the EBSOptions for the Elasticsearch domain.*/", "getterModel" : { "returnType" : "EBSOptionsStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "EBSOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EBSOptions", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EBSOptions", "setterDocumentation" : "/**

Specifies the EBSOptions for the Elasticsearch domain.

\n@param eBSOptions Specifies the EBSOptions for the Elasticsearch domain.*/", "setterModel" : { "variableDeclarationType" : "EBSOptionsStatus", "variableName" : "eBSOptions", "variableType" : "EBSOptionsStatus", "documentation" : "", "simpleType" : "EBSOptionsStatus", "variableSetterType" : "EBSOptionsStatus" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "EBSOptionsStatus", "variableName" : "eBSOptions", "variableType" : "EBSOptionsStatus", "documentation" : "

Specifies the EBSOptions for the Elasticsearch domain.

", "simpleType" : "EBSOptionsStatus", "variableSetterType" : "EBSOptionsStatus" }, "xmlNameSpaceUri" : null }, { "c2jName" : "AccessPolicies", "c2jShape" : "AccessPoliciesStatus", "deprecated" : false, "documentation" : "

IAM access policy as a JSON-formatted string.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

IAM access policy as a JSON-formatted string.

\n@return IAM access policy as a JSON-formatted string.*/", "getterModel" : { "returnType" : "AccessPoliciesStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AccessPolicies", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AccessPolicies", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AccessPolicies", "setterDocumentation" : "/**

IAM access policy as a JSON-formatted string.

\n@param accessPolicies IAM access policy as a JSON-formatted string.*/", "setterModel" : { "variableDeclarationType" : "AccessPoliciesStatus", "variableName" : "accessPolicies", "variableType" : "AccessPoliciesStatus", "documentation" : "", "simpleType" : "AccessPoliciesStatus", "variableSetterType" : "AccessPoliciesStatus" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "AccessPoliciesStatus", "variableName" : "accessPolicies", "variableType" : "AccessPoliciesStatus", "documentation" : "

IAM access policy as a JSON-formatted string.

", "simpleType" : "AccessPoliciesStatus", "variableSetterType" : "AccessPoliciesStatus" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SnapshotOptions", "c2jShape" : "SnapshotOptionsStatus", "deprecated" : false, "documentation" : "

Specifies the SnapshotOptions for the Elasticsearch domain.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

Specifies the SnapshotOptions for the Elasticsearch domain.

\n@return Specifies the SnapshotOptions for the Elasticsearch domain.*/", "getterModel" : { "returnType" : "SnapshotOptionsStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SnapshotOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotOptions", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SnapshotOptions", "setterDocumentation" : "/**

Specifies the SnapshotOptions for the Elasticsearch domain.

\n@param snapshotOptions Specifies the SnapshotOptions for the Elasticsearch domain.*/", "setterModel" : { "variableDeclarationType" : "SnapshotOptionsStatus", "variableName" : "snapshotOptions", "variableType" : "SnapshotOptionsStatus", "documentation" : "", "simpleType" : "SnapshotOptionsStatus", "variableSetterType" : "SnapshotOptionsStatus" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "SnapshotOptionsStatus", "variableName" : "snapshotOptions", "variableType" : "SnapshotOptionsStatus", "documentation" : "

Specifies the SnapshotOptions for the Elasticsearch domain.

", "simpleType" : "SnapshotOptionsStatus", "variableSetterType" : "SnapshotOptionsStatus" }, "xmlNameSpaceUri" : null }, { "c2jName" : "AdvancedOptions", "c2jShape" : "AdvancedOptionsStatus", "deprecated" : false, "documentation" : "

Specifies the AdvancedOptions for the domain. See Configuring Advanced Options for more information.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "AdvancedOptionsStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AdvancedOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AdvancedOptions", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AdvancedOptions", "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.*/", "setterModel" : { "variableDeclarationType" : "AdvancedOptionsStatus", "variableName" : "advancedOptions", "variableType" : "AdvancedOptionsStatus", "documentation" : "", "simpleType" : "AdvancedOptionsStatus", "variableSetterType" : "AdvancedOptionsStatus" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "AdvancedOptionsStatus", "variableName" : "advancedOptions", "variableType" : "AdvancedOptionsStatus", "documentation" : "

Specifies the AdvancedOptions for the domain. See Configuring Advanced Options for more information.

", "simpleType" : "AdvancedOptionsStatus", "variableSetterType" : "AdvancedOptionsStatus" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AccessPolicies" : { "c2jName" : "AccessPolicies", "c2jShape" : "AccessPoliciesStatus", "deprecated" : false, "documentation" : "

IAM access policy as a JSON-formatted string.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

IAM access policy as a JSON-formatted string.

\n@return IAM access policy as a JSON-formatted string.*/", "getterModel" : { "returnType" : "AccessPoliciesStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AccessPolicies", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AccessPolicies", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AccessPolicies", "setterDocumentation" : "/**

IAM access policy as a JSON-formatted string.

\n@param accessPolicies IAM access policy as a JSON-formatted string.*/", "setterModel" : { "variableDeclarationType" : "AccessPoliciesStatus", "variableName" : "accessPolicies", "variableType" : "AccessPoliciesStatus", "documentation" : "", "simpleType" : "AccessPoliciesStatus", "variableSetterType" : "AccessPoliciesStatus" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "AccessPoliciesStatus", "variableName" : "accessPolicies", "variableType" : "AccessPoliciesStatus", "documentation" : "

IAM access policy as a JSON-formatted string.

", "simpleType" : "AccessPoliciesStatus", "variableSetterType" : "AccessPoliciesStatus" }, "xmlNameSpaceUri" : null }, "AdvancedOptions" : { "c2jName" : "AdvancedOptions", "c2jShape" : "AdvancedOptionsStatus", "deprecated" : false, "documentation" : "

Specifies the AdvancedOptions for the domain. See Configuring Advanced Options for more information.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "AdvancedOptionsStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AdvancedOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AdvancedOptions", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AdvancedOptions", "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.*/", "setterModel" : { "variableDeclarationType" : "AdvancedOptionsStatus", "variableName" : "advancedOptions", "variableType" : "AdvancedOptionsStatus", "documentation" : "", "simpleType" : "AdvancedOptionsStatus", "variableSetterType" : "AdvancedOptionsStatus" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "AdvancedOptionsStatus", "variableName" : "advancedOptions", "variableType" : "AdvancedOptionsStatus", "documentation" : "

Specifies the AdvancedOptions for the domain. See Configuring Advanced Options for more information.

", "simpleType" : "AdvancedOptionsStatus", "variableSetterType" : "AdvancedOptionsStatus" }, "xmlNameSpaceUri" : null }, "EBSOptions" : { "c2jName" : "EBSOptions", "c2jShape" : "EBSOptionsStatus", "deprecated" : false, "documentation" : "

Specifies the EBSOptions for the Elasticsearch domain.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

Specifies the EBSOptions for the Elasticsearch domain.

\n@return Specifies the EBSOptions for the Elasticsearch domain.*/", "getterModel" : { "returnType" : "EBSOptionsStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "EBSOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EBSOptions", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EBSOptions", "setterDocumentation" : "/**

Specifies the EBSOptions for the Elasticsearch domain.

\n@param eBSOptions Specifies the EBSOptions for the Elasticsearch domain.*/", "setterModel" : { "variableDeclarationType" : "EBSOptionsStatus", "variableName" : "eBSOptions", "variableType" : "EBSOptionsStatus", "documentation" : "", "simpleType" : "EBSOptionsStatus", "variableSetterType" : "EBSOptionsStatus" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "EBSOptionsStatus", "variableName" : "eBSOptions", "variableType" : "EBSOptionsStatus", "documentation" : "

Specifies the EBSOptions for the Elasticsearch domain.

", "simpleType" : "EBSOptionsStatus", "variableSetterType" : "EBSOptionsStatus" }, "xmlNameSpaceUri" : null }, "ElasticsearchClusterConfig" : { "c2jName" : "ElasticsearchClusterConfig", "c2jShape" : "ElasticsearchClusterConfigStatus", "deprecated" : false, "documentation" : "

Specifies the ElasticsearchClusterConfig for the Elasticsearch domain.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

Specifies the ElasticsearchClusterConfig for the Elasticsearch domain.

\n@return Specifies the ElasticsearchClusterConfig for the Elasticsearch domain.*/", "getterModel" : { "returnType" : "ElasticsearchClusterConfigStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ElasticsearchClusterConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ElasticsearchClusterConfig", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ElasticsearchClusterConfig", "setterDocumentation" : "/**

Specifies the ElasticsearchClusterConfig for the Elasticsearch domain.

\n@param elasticsearchClusterConfig Specifies the ElasticsearchClusterConfig for the Elasticsearch domain.*/", "setterModel" : { "variableDeclarationType" : "ElasticsearchClusterConfigStatus", "variableName" : "elasticsearchClusterConfig", "variableType" : "ElasticsearchClusterConfigStatus", "documentation" : "", "simpleType" : "ElasticsearchClusterConfigStatus", "variableSetterType" : "ElasticsearchClusterConfigStatus" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "ElasticsearchClusterConfigStatus", "variableName" : "elasticsearchClusterConfig", "variableType" : "ElasticsearchClusterConfigStatus", "documentation" : "

Specifies the ElasticsearchClusterConfig for the Elasticsearch domain.

", "simpleType" : "ElasticsearchClusterConfigStatus", "variableSetterType" : "ElasticsearchClusterConfigStatus" }, "xmlNameSpaceUri" : null }, "ElasticsearchVersion" : { "c2jName" : "ElasticsearchVersion", "c2jShape" : "ElasticsearchVersionStatus", "deprecated" : false, "documentation" : "

String of format X.Y to specify version for the Elasticsearch domain.

", "enumType" : null, "fluentSetterDocumentation" : "/**

String of format X.Y to specify version for the Elasticsearch domain.

\n@param elasticsearchVersion String of format X.Y to specify version for the Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

String of format X.Y to specify version for the Elasticsearch domain.

\n@return String of format X.Y to specify version for the Elasticsearch domain.*/", "getterModel" : { "returnType" : "ElasticsearchVersionStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ElasticsearchVersion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ElasticsearchVersion", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ElasticsearchVersion", "setterDocumentation" : "/**

String of format X.Y to specify version for the Elasticsearch domain.

\n@param elasticsearchVersion String of format X.Y to specify version for the Elasticsearch domain.*/", "setterModel" : { "variableDeclarationType" : "ElasticsearchVersionStatus", "variableName" : "elasticsearchVersion", "variableType" : "ElasticsearchVersionStatus", "documentation" : "", "simpleType" : "ElasticsearchVersionStatus", "variableSetterType" : "ElasticsearchVersionStatus" }, "simple" : false, "varargSetterDocumentation" : "/**

String of format X.Y to specify version for the Elasticsearch domain.

\n@param elasticsearchVersion String of format X.Y to specify version for the Elasticsearch domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ElasticsearchVersionStatus", "variableName" : "elasticsearchVersion", "variableType" : "ElasticsearchVersionStatus", "documentation" : "

String of format X.Y to specify version for the Elasticsearch domain.

", "simpleType" : "ElasticsearchVersionStatus", "variableSetterType" : "ElasticsearchVersionStatus" }, "xmlNameSpaceUri" : null }, "SnapshotOptions" : { "c2jName" : "SnapshotOptions", "c2jShape" : "SnapshotOptionsStatus", "deprecated" : false, "documentation" : "

Specifies the SnapshotOptions for the Elasticsearch domain.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

Specifies the SnapshotOptions for the Elasticsearch domain.

\n@return Specifies the SnapshotOptions for the Elasticsearch domain.*/", "getterModel" : { "returnType" : "SnapshotOptionsStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SnapshotOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotOptions", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SnapshotOptions", "setterDocumentation" : "/**

Specifies the SnapshotOptions for the Elasticsearch domain.

\n@param snapshotOptions Specifies the SnapshotOptions for the Elasticsearch domain.*/", "setterModel" : { "variableDeclarationType" : "SnapshotOptionsStatus", "variableName" : "snapshotOptions", "variableType" : "SnapshotOptionsStatus", "documentation" : "", "simpleType" : "SnapshotOptionsStatus", "variableSetterType" : "SnapshotOptionsStatus" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "SnapshotOptionsStatus", "variableName" : "snapshotOptions", "variableType" : "SnapshotOptionsStatus", "documentation" : "

Specifies the SnapshotOptions for the Elasticsearch domain.

", "simpleType" : "SnapshotOptionsStatus", "variableSetterType" : "SnapshotOptionsStatus" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "ElasticsearchDomainConfig", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ElasticsearchDomainConfig", "variableName" : "elasticsearchDomainConfig", "variableType" : "ElasticsearchDomainConfig", "documentation" : null, "simpleType" : "ElasticsearchDomainConfig", "variableSetterType" : "ElasticsearchDomainConfig" }, "wrapper" : false }, "ElasticsearchDomainStatus" : { "c2jName" : "ElasticsearchDomainStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The current status of an Elasticsearch domain.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "DomainId", "c2jShape" : "DomainId", "deprecated" : false, "documentation" : "

The unique identifier for the specified Elasticsearch domain.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The unique identifier for the specified Elasticsearch domain.

\n@return The unique identifier for the specified Elasticsearch domain.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DomainId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DomainId", "setterDocumentation" : "/**

The unique identifier for the specified Elasticsearch domain.

\n@param domainId The unique identifier for the specified Elasticsearch domain.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "domainId", "variableType" : "String", "documentation" : "

The unique identifier for the specified Elasticsearch domain.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DomainName", "c2jShape" : "DomainName", "deprecated" : false, "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).

", "enumType" : null, "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.*/", "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).*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DomainName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DomainName", "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).*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ARN", "c2jShape" : "ARN", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ARN", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "aRN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "aRN", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Created", "c2jShape" : "Boolean", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Created", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Created", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Created", "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.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "created", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "created", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Deleted", "c2jShape" : "Boolean", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Deleted", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Deleted", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Deleted", "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.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "deleted", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "deleted", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Endpoint", "c2jShape" : "ServiceUrl", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Endpoint", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Endpoint", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Endpoint", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpoint", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "endpoint", "variableType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Processing", "c2jShape" : "Boolean", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Processing", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Processing", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Processing", "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.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "processing", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "processing", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ElasticsearchVersion", "c2jShape" : "ElasticsearchVersionString", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param elasticsearchVersion \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ElasticsearchVersion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ElasticsearchVersion", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ElasticsearchVersion", "setterDocumentation" : "/**\n@param elasticsearchVersion */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "elasticsearchVersion", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param elasticsearchVersion \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "elasticsearchVersion", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ElasticsearchClusterConfig", "c2jShape" : "ElasticsearchClusterConfig", "deprecated" : false, "documentation" : "

The type and number of instances in the domain cluster.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The type and number of instances in the domain cluster.

\n@return The type and number of instances in the domain cluster.*/", "getterModel" : { "returnType" : "ElasticsearchClusterConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ElasticsearchClusterConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ElasticsearchClusterConfig", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ElasticsearchClusterConfig", "setterDocumentation" : "/**

The type and number of instances in the domain cluster.

\n@param elasticsearchClusterConfig The type and number of instances in the domain cluster.*/", "setterModel" : { "variableDeclarationType" : "ElasticsearchClusterConfig", "variableName" : "elasticsearchClusterConfig", "variableType" : "ElasticsearchClusterConfig", "documentation" : "", "simpleType" : "ElasticsearchClusterConfig", "variableSetterType" : "ElasticsearchClusterConfig" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "ElasticsearchClusterConfig", "variableName" : "elasticsearchClusterConfig", "variableType" : "ElasticsearchClusterConfig", "documentation" : "

The type and number of instances in the domain cluster.

", "simpleType" : "ElasticsearchClusterConfig", "variableSetterType" : "ElasticsearchClusterConfig" }, "xmlNameSpaceUri" : null }, { "c2jName" : "EBSOptions", "c2jShape" : "EBSOptions", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "EBSOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "EBSOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EBSOptions", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EBSOptions", "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.*/", "setterModel" : { "variableDeclarationType" : "EBSOptions", "variableName" : "eBSOptions", "variableType" : "EBSOptions", "documentation" : "", "simpleType" : "EBSOptions", "variableSetterType" : "EBSOptions" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "EBSOptions", "variableName" : "eBSOptions", "variableType" : "EBSOptions", "documentation" : "

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

", "simpleType" : "EBSOptions", "variableSetterType" : "EBSOptions" }, "xmlNameSpaceUri" : null }, { "c2jName" : "AccessPolicies", "c2jShape" : "PolicyDocument", "deprecated" : false, "documentation" : "

IAM access policy as a JSON-formatted string.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

IAM access policy as a JSON-formatted string.

\n@return IAM access policy as a JSON-formatted string.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AccessPolicies", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AccessPolicies", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AccessPolicies", "setterDocumentation" : "/**

IAM access policy as a JSON-formatted string.

\n@param accessPolicies IAM access policy as a JSON-formatted string.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accessPolicies", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "accessPolicies", "variableType" : "String", "documentation" : "

IAM access policy as a JSON-formatted string.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SnapshotOptions", "c2jShape" : "SnapshotOptions", "deprecated" : false, "documentation" : "

Specifies the status of the SnapshotOptions

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

Specifies the status of the SnapshotOptions

\n@return Specifies the status of the SnapshotOptions*/", "getterModel" : { "returnType" : "SnapshotOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SnapshotOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotOptions", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SnapshotOptions", "setterDocumentation" : "/**

Specifies the status of the SnapshotOptions

\n@param snapshotOptions Specifies the status of the SnapshotOptions*/", "setterModel" : { "variableDeclarationType" : "SnapshotOptions", "variableName" : "snapshotOptions", "variableType" : "SnapshotOptions", "documentation" : "", "simpleType" : "SnapshotOptions", "variableSetterType" : "SnapshotOptions" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "SnapshotOptions", "variableName" : "snapshotOptions", "variableType" : "SnapshotOptions", "documentation" : "

Specifies the status of the SnapshotOptions

", "simpleType" : "SnapshotOptions", "variableSetterType" : "SnapshotOptions" }, "xmlNameSpaceUri" : null }, { "c2jName" : "AdvancedOptions", "c2jShape" : "AdvancedOptions", "deprecated" : false, "documentation" : "

Specifies the status of the AdvancedOptions

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

Specifies the status of the AdvancedOptions

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

Specifies the status of the AdvancedOptions

\n@param advancedOptions Specifies the status of the AdvancedOptions*/", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "advancedOptions", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "advancedOptions", "variableType" : "java.util.Map", "documentation" : "

Specifies the status of the AdvancedOptions

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ARN" : { "c2jName" : "ARN", "c2jShape" : "ARN", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ARN", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "aRN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "aRN", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "AccessPolicies" : { "c2jName" : "AccessPolicies", "c2jShape" : "PolicyDocument", "deprecated" : false, "documentation" : "

IAM access policy as a JSON-formatted string.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

IAM access policy as a JSON-formatted string.

\n@return IAM access policy as a JSON-formatted string.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AccessPolicies", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AccessPolicies", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AccessPolicies", "setterDocumentation" : "/**

IAM access policy as a JSON-formatted string.

\n@param accessPolicies IAM access policy as a JSON-formatted string.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accessPolicies", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "accessPolicies", "variableType" : "String", "documentation" : "

IAM access policy as a JSON-formatted string.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "AdvancedOptions" : { "c2jName" : "AdvancedOptions", "c2jShape" : "AdvancedOptions", "deprecated" : false, "documentation" : "

Specifies the status of the AdvancedOptions

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

Specifies the status of the AdvancedOptions

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

Specifies the status of the AdvancedOptions

\n@param advancedOptions Specifies the status of the AdvancedOptions*/", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "advancedOptions", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "advancedOptions", "variableType" : "java.util.Map", "documentation" : "

Specifies the status of the AdvancedOptions

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, "Created" : { "c2jName" : "Created", "c2jShape" : "Boolean", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Created", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Created", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Created", "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.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "created", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "created", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "Deleted" : { "c2jName" : "Deleted", "c2jShape" : "Boolean", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Deleted", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Deleted", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Deleted", "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.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "deleted", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "deleted", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "DomainId" : { "c2jName" : "DomainId", "c2jShape" : "DomainId", "deprecated" : false, "documentation" : "

The unique identifier for the specified Elasticsearch domain.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The unique identifier for the specified Elasticsearch domain.

\n@return The unique identifier for the specified Elasticsearch domain.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DomainId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DomainId", "setterDocumentation" : "/**

The unique identifier for the specified Elasticsearch domain.

\n@param domainId The unique identifier for the specified Elasticsearch domain.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "domainId", "variableType" : "String", "documentation" : "

The unique identifier for the specified Elasticsearch domain.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DomainName" : { "c2jName" : "DomainName", "c2jShape" : "DomainName", "deprecated" : false, "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).

", "enumType" : null, "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.*/", "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).*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DomainName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DomainName", "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).*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "EBSOptions" : { "c2jName" : "EBSOptions", "c2jShape" : "EBSOptions", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "EBSOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "EBSOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EBSOptions", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EBSOptions", "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.*/", "setterModel" : { "variableDeclarationType" : "EBSOptions", "variableName" : "eBSOptions", "variableType" : "EBSOptions", "documentation" : "", "simpleType" : "EBSOptions", "variableSetterType" : "EBSOptions" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "EBSOptions", "variableName" : "eBSOptions", "variableType" : "EBSOptions", "documentation" : "

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

", "simpleType" : "EBSOptions", "variableSetterType" : "EBSOptions" }, "xmlNameSpaceUri" : null }, "ElasticsearchClusterConfig" : { "c2jName" : "ElasticsearchClusterConfig", "c2jShape" : "ElasticsearchClusterConfig", "deprecated" : false, "documentation" : "

The type and number of instances in the domain cluster.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The type and number of instances in the domain cluster.

\n@return The type and number of instances in the domain cluster.*/", "getterModel" : { "returnType" : "ElasticsearchClusterConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ElasticsearchClusterConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ElasticsearchClusterConfig", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ElasticsearchClusterConfig", "setterDocumentation" : "/**

The type and number of instances in the domain cluster.

\n@param elasticsearchClusterConfig The type and number of instances in the domain cluster.*/", "setterModel" : { "variableDeclarationType" : "ElasticsearchClusterConfig", "variableName" : "elasticsearchClusterConfig", "variableType" : "ElasticsearchClusterConfig", "documentation" : "", "simpleType" : "ElasticsearchClusterConfig", "variableSetterType" : "ElasticsearchClusterConfig" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "ElasticsearchClusterConfig", "variableName" : "elasticsearchClusterConfig", "variableType" : "ElasticsearchClusterConfig", "documentation" : "

The type and number of instances in the domain cluster.

", "simpleType" : "ElasticsearchClusterConfig", "variableSetterType" : "ElasticsearchClusterConfig" }, "xmlNameSpaceUri" : null }, "ElasticsearchVersion" : { "c2jName" : "ElasticsearchVersion", "c2jShape" : "ElasticsearchVersionString", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param elasticsearchVersion \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ElasticsearchVersion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ElasticsearchVersion", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ElasticsearchVersion", "setterDocumentation" : "/**\n@param elasticsearchVersion */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "elasticsearchVersion", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param elasticsearchVersion \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "elasticsearchVersion", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Endpoint" : { "c2jName" : "Endpoint", "c2jShape" : "ServiceUrl", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Endpoint", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Endpoint", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Endpoint", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpoint", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "endpoint", "variableType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Processing" : { "c2jName" : "Processing", "c2jShape" : "Boolean", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Processing", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Processing", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Processing", "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.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "processing", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "processing", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "SnapshotOptions" : { "c2jName" : "SnapshotOptions", "c2jShape" : "SnapshotOptions", "deprecated" : false, "documentation" : "

Specifies the status of the SnapshotOptions

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

Specifies the status of the SnapshotOptions

\n@return Specifies the status of the SnapshotOptions*/", "getterModel" : { "returnType" : "SnapshotOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SnapshotOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotOptions", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SnapshotOptions", "setterDocumentation" : "/**

Specifies the status of the SnapshotOptions

\n@param snapshotOptions Specifies the status of the SnapshotOptions*/", "setterModel" : { "variableDeclarationType" : "SnapshotOptions", "variableName" : "snapshotOptions", "variableType" : "SnapshotOptions", "documentation" : "", "simpleType" : "SnapshotOptions", "variableSetterType" : "SnapshotOptions" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "SnapshotOptions", "variableName" : "snapshotOptions", "variableType" : "SnapshotOptions", "documentation" : "

Specifies the status of the SnapshotOptions

", "simpleType" : "SnapshotOptions", "variableSetterType" : "SnapshotOptions" }, "xmlNameSpaceUri" : null } }, "required" : [ "DomainId", "DomainName", "ARN", "ElasticsearchClusterConfig" ], "shapeName" : "ElasticsearchDomainStatus", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ElasticsearchDomainStatus", "variableName" : "elasticsearchDomainStatus", "variableType" : "ElasticsearchDomainStatus", "documentation" : null, "simpleType" : "ElasticsearchDomainStatus", "variableSetterType" : "ElasticsearchDomainStatus" }, "wrapper" : false }, "ElasticsearchVersionStatus" : { "c2jName" : "ElasticsearchVersionStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Status of the Elasticsearch version options for the specified Elasticsearch domain.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Options", "c2jShape" : "ElasticsearchVersionString", "deprecated" : false, "documentation" : "

Specifies the Elasticsearch version for the specified Elasticsearch domain.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Specifies the Elasticsearch version for the specified Elasticsearch domain.

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

Specifies the Elasticsearch version for the specified Elasticsearch domain.

\n@return Specifies the Elasticsearch version for the specified Elasticsearch domain.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Options", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Options", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Options", "setterDocumentation" : "/**

Specifies the Elasticsearch version for the specified Elasticsearch domain.

\n@param options Specifies the Elasticsearch version for the specified Elasticsearch domain.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "options", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Specifies the Elasticsearch version for the specified Elasticsearch domain.

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

Specifies the Elasticsearch version for the specified Elasticsearch domain.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Status", "c2jShape" : "OptionStatus", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "fluentSetterDocumentation" : "/**

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

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

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

\n@return Specifies the status of the Elasticsearch version options for the specified Elasticsearch domain.*/", "getterModel" : { "returnType" : "OptionStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Status", "setterDocumentation" : "/**

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

\n@param status Specifies the status of the Elasticsearch version options for the specified Elasticsearch domain.*/", "setterModel" : { "variableDeclarationType" : "OptionStatus", "variableName" : "status", "variableType" : "OptionStatus", "documentation" : "", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "simple" : false, "varargSetterDocumentation" : "/**

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

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

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

", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Options" : { "c2jName" : "Options", "c2jShape" : "ElasticsearchVersionString", "deprecated" : false, "documentation" : "

Specifies the Elasticsearch version for the specified Elasticsearch domain.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Specifies the Elasticsearch version for the specified Elasticsearch domain.

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

Specifies the Elasticsearch version for the specified Elasticsearch domain.

\n@return Specifies the Elasticsearch version for the specified Elasticsearch domain.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Options", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Options", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Options", "setterDocumentation" : "/**

Specifies the Elasticsearch version for the specified Elasticsearch domain.

\n@param options Specifies the Elasticsearch version for the specified Elasticsearch domain.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "options", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Specifies the Elasticsearch version for the specified Elasticsearch domain.

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

Specifies the Elasticsearch version for the specified Elasticsearch domain.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Status" : { "c2jName" : "Status", "c2jShape" : "OptionStatus", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "fluentSetterDocumentation" : "/**

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

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

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

\n@return Specifies the status of the Elasticsearch version options for the specified Elasticsearch domain.*/", "getterModel" : { "returnType" : "OptionStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Status", "setterDocumentation" : "/**

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

\n@param status Specifies the status of the Elasticsearch version options for the specified Elasticsearch domain.*/", "setterModel" : { "variableDeclarationType" : "OptionStatus", "variableName" : "status", "variableType" : "OptionStatus", "documentation" : "", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "simple" : false, "varargSetterDocumentation" : "/**

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

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

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

", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "xmlNameSpaceUri" : null } }, "required" : [ "Options", "Status" ], "shapeName" : "ElasticsearchVersionStatus", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ElasticsearchVersionStatus", "variableName" : "elasticsearchVersionStatus", "variableType" : "ElasticsearchVersionStatus", "documentation" : null, "simpleType" : "ElasticsearchVersionStatus", "variableSetterType" : "ElasticsearchVersionStatus" }, "wrapper" : false }, "InternalException" : { "c2jName" : "InternalException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "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.

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

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

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

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

", "enums" : null, "errorCode" : "LimitExceededException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "LimitExceededException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "LimitExceededException", "variableName" : "limitExceededException", "variableType" : "LimitExceededException", "documentation" : null, "simpleType" : "LimitExceededException", "variableSetterType" : "LimitExceededException" }, "wrapper" : false }, "ListDomainNamesRequest" : { "c2jName" : "ListDomainNamesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListDomainNames", "locationName" : null, "requestUri" : "/2015-01-01/domain", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "ListDomainNamesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListDomainNamesRequest", "variableName" : "listDomainNamesRequest", "variableType" : "ListDomainNamesRequest", "documentation" : null, "simpleType" : "ListDomainNamesRequest", "variableSetterType" : "ListDomainNamesRequest" }, "wrapper" : false }, "ListDomainNamesResult" : { "c2jName" : "ListDomainNamesResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

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

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "DomainNames", "c2jShape" : "DomainInfoList", "deprecated" : false, "documentation" : "

List of Elasticsearch domain names.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

List of Elasticsearch domain names.

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

List of Elasticsearch domain names.

\n@param domainNames List of Elasticsearch domain names.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "domainNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "domainNames", "variableType" : "java.util.List", "documentation" : "

List of Elasticsearch domain names.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DomainNames" : { "c2jName" : "DomainNames", "c2jShape" : "DomainInfoList", "deprecated" : false, "documentation" : "

List of Elasticsearch domain names.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

List of Elasticsearch domain names.

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

List of Elasticsearch domain names.

\n@param domainNames List of Elasticsearch domain names.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "domainNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "domainNames", "variableType" : "java.util.List", "documentation" : "

List of Elasticsearch domain names.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "ListDomainNamesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListDomainNamesResult", "variableName" : "listDomainNamesResult", "variableType" : "ListDomainNamesResult", "documentation" : null, "simpleType" : "ListDomainNamesResult", "variableSetterType" : "ListDomainNamesResult" }, "wrapper" : false }, "ListTagsRequest" : { "c2jName" : "ListTagsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "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.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListTags", "locationName" : null, "requestUri" : "/2015-01-01/tags/", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "ARN", "c2jShape" : "ARN", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "arn", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "arn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ARN", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "aRN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "aRN", "variableType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ARN" : { "c2jName" : "ARN", "c2jShape" : "ARN", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "arn", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "arn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ARN", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "aRN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "aRN", "variableType" : "String", "documentation" : "

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

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "ARN" ], "shapeName" : "ListTagsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListTagsRequest", "variableName" : "listTagsRequest", "variableType" : "ListTagsRequest", "documentation" : null, "simpleType" : "ListTagsRequest", "variableSetterType" : "ListTagsRequest" }, "wrapper" : false }, "ListTagsResult" : { "c2jName" : "ListTagsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

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

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "TagList", "c2jShape" : "TagList", "deprecated" : false, "documentation" : "

List of Tag for the requested Elasticsearch domain.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

List of Tag for the requested Elasticsearch domain.

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

List of Tag for the requested Elasticsearch domain.

\n@param tagList List of Tag for the requested Elasticsearch domain.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagList", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagList", "variableType" : "java.util.List", "documentation" : "

List of Tag for the requested Elasticsearch domain.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TagList" : { "c2jName" : "TagList", "c2jShape" : "TagList", "deprecated" : false, "documentation" : "

List of Tag for the requested Elasticsearch domain.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

List of Tag for the requested Elasticsearch domain.

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

List of Tag for the requested Elasticsearch domain.

\n@param tagList List of Tag for the requested Elasticsearch domain.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagList", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "tagList", "variableType" : "java.util.List", "documentation" : "

List of Tag for the requested Elasticsearch domain.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "ListTagsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListTagsResult", "variableName" : "listTagsResult", "variableType" : "ListTagsResult", "documentation" : null, "simpleType" : "ListTagsResult", "variableSetterType" : "ListTagsResult" }, "wrapper" : false }, "OptionState" : { "c2jName" : "OptionState", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "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.
", "enums" : [ { "name" : "RequiresIndexDocuments", "value" : "RequiresIndexDocuments" }, { "name" : "Processing", "value" : "Processing" }, { "name" : "Active", "value" : "Active" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "OptionState", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "OptionState", "variableName" : "optionState", "variableType" : "OptionState", "documentation" : null, "simpleType" : "OptionState", "variableSetterType" : "OptionState" }, "wrapper" : false }, "OptionStatus" : { "c2jName" : "OptionStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Provides the current status of the entity.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "CreationDate", "c2jShape" : "UpdateTimestamp", "deprecated" : false, "documentation" : "

Timestamp which tells the creation date for the entity.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

Timestamp which tells the creation date for the entity.

\n@return Timestamp which tells the creation date for the entity.*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CreationDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreationDate", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CreationDate", "setterDocumentation" : "/**

Timestamp which tells the creation date for the entity.

\n@param creationDate Timestamp which tells the creation date for the entity.*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "creationDate", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "creationDate", "variableType" : "java.util.Date", "documentation" : "

Timestamp which tells the creation date for the entity.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, { "c2jName" : "UpdateDate", "c2jShape" : "UpdateTimestamp", "deprecated" : false, "documentation" : "

Timestamp which tells the last updated time for the entity.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

Timestamp which tells the last updated time for the entity.

\n@return Timestamp which tells the last updated time for the entity.*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "UpdateDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UpdateDate", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UpdateDate", "setterDocumentation" : "/**

Timestamp which tells the last updated time for the entity.

\n@param updateDate Timestamp which tells the last updated time for the entity.*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "updateDate", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "updateDate", "variableType" : "java.util.Date", "documentation" : "

Timestamp which tells the last updated time for the entity.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, { "c2jName" : "UpdateVersion", "c2jShape" : "UIntValue", "deprecated" : false, "documentation" : "

Specifies the latest version for the entity.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

Specifies the latest version for the entity.

\n@return Specifies the latest version for the entity.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "UpdateVersion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UpdateVersion", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UpdateVersion", "setterDocumentation" : "/**

Specifies the latest version for the entity.

\n@param updateVersion Specifies the latest version for the entity.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "updateVersion", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "updateVersion", "variableType" : "Integer", "documentation" : "

Specifies the latest version for the entity.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "State", "c2jShape" : "OptionState", "deprecated" : false, "documentation" : "

Provides the OptionState for the Elasticsearch domain.

", "enumType" : "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*/", "getterDocumentation" : "/**

Provides the OptionState for the Elasticsearch domain.

\n@return Provides the OptionState for the Elasticsearch domain.\n@see OptionState*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "State", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "State", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "State", "setterDocumentation" : "/**

Provides the OptionState for the Elasticsearch domain.

\n@param state Provides the OptionState for the Elasticsearch domain.\n@see OptionState*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "

Provides the OptionState for the Elasticsearch domain.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "PendingDeletion", "c2jShape" : "Boolean", "deprecated" : false, "documentation" : "

Indicates whether the Elasticsearch domain is being deleted.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

Indicates whether the Elasticsearch domain is being deleted.

\n@return Indicates whether the Elasticsearch domain is being deleted.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PendingDeletion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PendingDeletion", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PendingDeletion", "setterDocumentation" : "/**

Indicates whether the Elasticsearch domain is being deleted.

\n@param pendingDeletion Indicates whether the Elasticsearch domain is being deleted.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "pendingDeletion", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "pendingDeletion", "variableType" : "Boolean", "documentation" : "

Indicates whether the Elasticsearch domain is being deleted.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CreationDate" : { "c2jName" : "CreationDate", "c2jShape" : "UpdateTimestamp", "deprecated" : false, "documentation" : "

Timestamp which tells the creation date for the entity.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

Timestamp which tells the creation date for the entity.

\n@return Timestamp which tells the creation date for the entity.*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "CreationDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreationDate", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "CreationDate", "setterDocumentation" : "/**

Timestamp which tells the creation date for the entity.

\n@param creationDate Timestamp which tells the creation date for the entity.*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "creationDate", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "creationDate", "variableType" : "java.util.Date", "documentation" : "

Timestamp which tells the creation date for the entity.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, "PendingDeletion" : { "c2jName" : "PendingDeletion", "c2jShape" : "Boolean", "deprecated" : false, "documentation" : "

Indicates whether the Elasticsearch domain is being deleted.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

Indicates whether the Elasticsearch domain is being deleted.

\n@return Indicates whether the Elasticsearch domain is being deleted.*/", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "PendingDeletion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PendingDeletion", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "PendingDeletion", "setterDocumentation" : "/**

Indicates whether the Elasticsearch domain is being deleted.

\n@param pendingDeletion Indicates whether the Elasticsearch domain is being deleted.*/", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "pendingDeletion", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "pendingDeletion", "variableType" : "Boolean", "documentation" : "

Indicates whether the Elasticsearch domain is being deleted.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "State" : { "c2jName" : "State", "c2jShape" : "OptionState", "deprecated" : false, "documentation" : "

Provides the OptionState for the Elasticsearch domain.

", "enumType" : "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*/", "getterDocumentation" : "/**

Provides the OptionState for the Elasticsearch domain.

\n@return Provides the OptionState for the Elasticsearch domain.\n@see OptionState*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "State", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "State", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "State", "setterDocumentation" : "/**

Provides the OptionState for the Elasticsearch domain.

\n@param state Provides the OptionState for the Elasticsearch domain.\n@see OptionState*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "

Provides the OptionState for the Elasticsearch domain.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "UpdateDate" : { "c2jName" : "UpdateDate", "c2jShape" : "UpdateTimestamp", "deprecated" : false, "documentation" : "

Timestamp which tells the last updated time for the entity.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

Timestamp which tells the last updated time for the entity.

\n@return Timestamp which tells the last updated time for the entity.*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "UpdateDate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UpdateDate", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UpdateDate", "setterDocumentation" : "/**

Timestamp which tells the last updated time for the entity.

\n@param updateDate Timestamp which tells the last updated time for the entity.*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "updateDate", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "updateDate", "variableType" : "java.util.Date", "documentation" : "

Timestamp which tells the last updated time for the entity.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, "UpdateVersion" : { "c2jName" : "UpdateVersion", "c2jShape" : "UIntValue", "deprecated" : false, "documentation" : "

Specifies the latest version for the entity.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

Specifies the latest version for the entity.

\n@return Specifies the latest version for the entity.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "UpdateVersion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UpdateVersion", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "UpdateVersion", "setterDocumentation" : "/**

Specifies the latest version for the entity.

\n@param updateVersion Specifies the latest version for the entity.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "updateVersion", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "updateVersion", "variableType" : "Integer", "documentation" : "

Specifies the latest version for the entity.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "required" : [ "CreationDate", "UpdateDate", "State" ], "shapeName" : "OptionStatus", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "OptionStatus", "variableName" : "optionStatus", "variableType" : "OptionStatus", "documentation" : null, "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "wrapper" : false }, "RemoveTagsRequest" : { "c2jName" : "RemoveTagsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "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.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "RemoveTags", "locationName" : null, "requestUri" : "/2015-01-01/tags-removal", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "ARN", "c2jShape" : "ARN", "deprecated" : false, "documentation" : "

Specifies the ARN for the Elasticsearch domain from which you want to delete the specified tags.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ARN", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "aRN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "aRN", "variableType" : "String", "documentation" : "

Specifies the ARN for the Elasticsearch domain from which you want to delete the specified tags.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TagKeys", "c2jShape" : "StringList", "deprecated" : false, "documentation" : "

Specifies the TagKey list which you want to remove from the Elasticsearch domain.

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

Specifies the TagKey list which you want to remove from the Elasticsearch domain.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ARN" : { "c2jName" : "ARN", "c2jShape" : "ARN", "deprecated" : false, "documentation" : "

Specifies the ARN for the Elasticsearch domain from which you want to delete the specified tags.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ARN", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ARN", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ARN", "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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "aRN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "aRN", "variableType" : "String", "documentation" : "

Specifies the ARN for the Elasticsearch domain from which you want to delete the specified tags.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TagKeys" : { "c2jName" : "TagKeys", "c2jShape" : "StringList", "deprecated" : false, "documentation" : "

Specifies the TagKey list which you want to remove from the Elasticsearch domain.

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

Specifies the TagKey list which you want to remove from the Elasticsearch domain.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : [ "ARN", "TagKeys" ], "shapeName" : "RemoveTagsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "RemoveTagsRequest", "variableName" : "removeTagsRequest", "variableType" : "RemoveTagsRequest", "documentation" : null, "simpleType" : "RemoveTagsRequest", "variableSetterType" : "RemoveTagsRequest" }, "wrapper" : false }, "RemoveTagsResult" : { "c2jName" : "RemoveTagsResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "RemoveTagsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "RemoveTagsResult", "variableName" : "removeTagsResult", "variableType" : "RemoveTagsResult", "documentation" : null, "simpleType" : "RemoveTagsResult", "variableSetterType" : "RemoveTagsResult" }, "wrapper" : false }, "ResourceAlreadyExistsException" : { "c2jName" : "ResourceAlreadyExistsException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

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

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

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

", "enums" : null, "errorCode" : "ResourceNotFoundException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "ResourceNotFoundException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ResourceNotFoundException", "variableName" : "resourceNotFoundException", "variableType" : "ResourceNotFoundException", "documentation" : null, "simpleType" : "ResourceNotFoundException", "variableSetterType" : "ResourceNotFoundException" }, "wrapper" : false }, "SnapshotOptions" : { "c2jName" : "SnapshotOptions", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "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.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "AutomatedSnapshotStartHour", "c2jShape" : "IntegerClass", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AutomatedSnapshotStartHour", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AutomatedSnapshotStartHour", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AutomatedSnapshotStartHour", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "automatedSnapshotStartHour", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "automatedSnapshotStartHour", "variableType" : "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AutomatedSnapshotStartHour" : { "c2jName" : "AutomatedSnapshotStartHour", "c2jShape" : "IntegerClass", "deprecated" : false, "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.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AutomatedSnapshotStartHour", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AutomatedSnapshotStartHour", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AutomatedSnapshotStartHour", "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.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "automatedSnapshotStartHour", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "automatedSnapshotStartHour", "variableType" : "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" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "SnapshotOptions", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SnapshotOptions", "variableName" : "snapshotOptions", "variableType" : "SnapshotOptions", "documentation" : null, "simpleType" : "SnapshotOptions", "variableSetterType" : "SnapshotOptions" }, "wrapper" : false }, "SnapshotOptionsStatus" : { "c2jName" : "SnapshotOptionsStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Status of a daily automated snapshot.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Options", "c2jShape" : "SnapshotOptions", "deprecated" : false, "documentation" : "

Specifies the daily snapshot options specified for the Elasticsearch domain.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

Specifies the daily snapshot options specified for the Elasticsearch domain.

\n@return Specifies the daily snapshot options specified for the Elasticsearch domain.*/", "getterModel" : { "returnType" : "SnapshotOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Options", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Options", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Options", "setterDocumentation" : "/**

Specifies the daily snapshot options specified for the Elasticsearch domain.

\n@param options Specifies the daily snapshot options specified for the Elasticsearch domain.*/", "setterModel" : { "variableDeclarationType" : "SnapshotOptions", "variableName" : "options", "variableType" : "SnapshotOptions", "documentation" : "", "simpleType" : "SnapshotOptions", "variableSetterType" : "SnapshotOptions" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "SnapshotOptions", "variableName" : "options", "variableType" : "SnapshotOptions", "documentation" : "

Specifies the daily snapshot options specified for the Elasticsearch domain.

", "simpleType" : "SnapshotOptions", "variableSetterType" : "SnapshotOptions" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Status", "c2jShape" : "OptionStatus", "deprecated" : false, "documentation" : "

Specifies the status of a daily automated snapshot.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

Specifies the status of a daily automated snapshot.

\n@return Specifies the status of a daily automated snapshot.*/", "getterModel" : { "returnType" : "OptionStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Status", "setterDocumentation" : "/**

Specifies the status of a daily automated snapshot.

\n@param status Specifies the status of a daily automated snapshot.*/", "setterModel" : { "variableDeclarationType" : "OptionStatus", "variableName" : "status", "variableType" : "OptionStatus", "documentation" : "", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "OptionStatus", "variableName" : "status", "variableType" : "OptionStatus", "documentation" : "

Specifies the status of a daily automated snapshot.

", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Options" : { "c2jName" : "Options", "c2jShape" : "SnapshotOptions", "deprecated" : false, "documentation" : "

Specifies the daily snapshot options specified for the Elasticsearch domain.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

Specifies the daily snapshot options specified for the Elasticsearch domain.

\n@return Specifies the daily snapshot options specified for the Elasticsearch domain.*/", "getterModel" : { "returnType" : "SnapshotOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Options", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Options", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Options", "setterDocumentation" : "/**

Specifies the daily snapshot options specified for the Elasticsearch domain.

\n@param options Specifies the daily snapshot options specified for the Elasticsearch domain.*/", "setterModel" : { "variableDeclarationType" : "SnapshotOptions", "variableName" : "options", "variableType" : "SnapshotOptions", "documentation" : "", "simpleType" : "SnapshotOptions", "variableSetterType" : "SnapshotOptions" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "SnapshotOptions", "variableName" : "options", "variableType" : "SnapshotOptions", "documentation" : "

Specifies the daily snapshot options specified for the Elasticsearch domain.

", "simpleType" : "SnapshotOptions", "variableSetterType" : "SnapshotOptions" }, "xmlNameSpaceUri" : null }, "Status" : { "c2jName" : "Status", "c2jShape" : "OptionStatus", "deprecated" : false, "documentation" : "

Specifies the status of a daily automated snapshot.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

Specifies the status of a daily automated snapshot.

\n@return Specifies the status of a daily automated snapshot.*/", "getterModel" : { "returnType" : "OptionStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Status", "setterDocumentation" : "/**

Specifies the status of a daily automated snapshot.

\n@param status Specifies the status of a daily automated snapshot.*/", "setterModel" : { "variableDeclarationType" : "OptionStatus", "variableName" : "status", "variableType" : "OptionStatus", "documentation" : "", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "OptionStatus", "variableName" : "status", "variableType" : "OptionStatus", "documentation" : "

Specifies the status of a daily automated snapshot.

", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "xmlNameSpaceUri" : null } }, "required" : [ "Options", "Status" ], "shapeName" : "SnapshotOptionsStatus", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SnapshotOptionsStatus", "variableName" : "snapshotOptionsStatus", "variableType" : "SnapshotOptionsStatus", "documentation" : null, "simpleType" : "SnapshotOptionsStatus", "variableSetterType" : "SnapshotOptionsStatus" }, "wrapper" : false }, "Tag" : { "c2jName" : "Tag", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Specifies a key value pair for a resource tag.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Key", "c2jShape" : "TagKey", "deprecated" : false, "documentation" : "

Specifies the TagKey, the name of the tag. Tag keys must be unique for the Elasticsearch domain to which they are attached.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Key", "setterDocumentation" : "/**

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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "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" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Value", "c2jShape" : "TagValue", "deprecated" : false, "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

", "enumType" : null, "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.*/", "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*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**

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*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "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" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Key" : { "c2jName" : "Key", "c2jShape" : "TagKey", "deprecated" : false, "documentation" : "

Specifies the TagKey, the name of the tag. Tag keys must be unique for the Elasticsearch domain to which they are attached.

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Key", "setterDocumentation" : "/**

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.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "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" }, "xmlNameSpaceUri" : null }, "Value" : { "c2jName" : "Value", "c2jShape" : "TagValue", "deprecated" : false, "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

", "enumType" : null, "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.*/", "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*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Value", "setterDocumentation" : "/**

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*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "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" }, "xmlNameSpaceUri" : null } }, "required" : [ "Key", "Value" ], "shapeName" : "Tag", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Tag", "variableName" : "tag", "variableType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "wrapper" : false }, "UpdateElasticsearchDomainConfigRequest" : { "c2jName" : "UpdateElasticsearchDomainConfigRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

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

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "UpdateElasticsearchDomainConfig", "locationName" : null, "requestUri" : "/2015-01-01/es/domain/{DomainName}/config", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "DomainName", "c2jShape" : "DomainName", "deprecated" : false, "documentation" : "

The name of the Elasticsearch domain that you are updating.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The name of the Elasticsearch domain that you are updating.

\n@return The name of the Elasticsearch domain that you are updating.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "DomainName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DomainName", "setterDocumentation" : "/**

The name of the Elasticsearch domain that you are updating.

\n@param domainName The name of the Elasticsearch domain that you are updating.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "

The name of the Elasticsearch domain that you are updating.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ElasticsearchClusterConfig", "c2jShape" : "ElasticsearchClusterConfig", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "ElasticsearchClusterConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ElasticsearchClusterConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ElasticsearchClusterConfig", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ElasticsearchClusterConfig", "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.*/", "setterModel" : { "variableDeclarationType" : "ElasticsearchClusterConfig", "variableName" : "elasticsearchClusterConfig", "variableType" : "ElasticsearchClusterConfig", "documentation" : "", "simpleType" : "ElasticsearchClusterConfig", "variableSetterType" : "ElasticsearchClusterConfig" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "ElasticsearchClusterConfig", "variableName" : "elasticsearchClusterConfig", "variableType" : "ElasticsearchClusterConfig", "documentation" : "

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

", "simpleType" : "ElasticsearchClusterConfig", "variableSetterType" : "ElasticsearchClusterConfig" }, "xmlNameSpaceUri" : null }, { "c2jName" : "EBSOptions", "c2jShape" : "EBSOptions", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "EBSOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "EBSOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EBSOptions", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EBSOptions", "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.*/", "setterModel" : { "variableDeclarationType" : "EBSOptions", "variableName" : "eBSOptions", "variableType" : "EBSOptions", "documentation" : "", "simpleType" : "EBSOptions", "variableSetterType" : "EBSOptions" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "EBSOptions", "variableName" : "eBSOptions", "variableType" : "EBSOptions", "documentation" : "

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

", "simpleType" : "EBSOptions", "variableSetterType" : "EBSOptions" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SnapshotOptions", "c2jShape" : "SnapshotOptions", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "SnapshotOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SnapshotOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotOptions", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SnapshotOptions", "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.*/", "setterModel" : { "variableDeclarationType" : "SnapshotOptions", "variableName" : "snapshotOptions", "variableType" : "SnapshotOptions", "documentation" : "", "simpleType" : "SnapshotOptions", "variableSetterType" : "SnapshotOptions" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "SnapshotOptions", "variableName" : "snapshotOptions", "variableType" : "SnapshotOptions", "documentation" : "

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

", "simpleType" : "SnapshotOptions", "variableSetterType" : "SnapshotOptions" }, "xmlNameSpaceUri" : null }, { "c2jName" : "AdvancedOptions", "c2jShape" : "AdvancedOptions", "deprecated" : false, "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.

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

IAM access policy as a JSON-formatted string.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

IAM access policy as a JSON-formatted string.

\n@return IAM access policy as a JSON-formatted string.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AccessPolicies", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AccessPolicies", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AccessPolicies", "setterDocumentation" : "/**

IAM access policy as a JSON-formatted string.

\n@param accessPolicies IAM access policy as a JSON-formatted string.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accessPolicies", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "accessPolicies", "variableType" : "String", "documentation" : "

IAM access policy as a JSON-formatted string.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AccessPolicies" : { "c2jName" : "AccessPolicies", "c2jShape" : "PolicyDocument", "deprecated" : false, "documentation" : "

IAM access policy as a JSON-formatted string.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

IAM access policy as a JSON-formatted string.

\n@return IAM access policy as a JSON-formatted string.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AccessPolicies", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AccessPolicies", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AccessPolicies", "setterDocumentation" : "/**

IAM access policy as a JSON-formatted string.

\n@param accessPolicies IAM access policy as a JSON-formatted string.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accessPolicies", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "accessPolicies", "variableType" : "String", "documentation" : "

IAM access policy as a JSON-formatted string.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "AdvancedOptions" : { "c2jName" : "AdvancedOptions", "c2jShape" : "AdvancedOptions", "deprecated" : false, "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.

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

The name of the Elasticsearch domain that you are updating.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The name of the Elasticsearch domain that you are updating.

\n@return The name of the Elasticsearch domain that you are updating.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "DomainName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainName", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DomainName", "setterDocumentation" : "/**

The name of the Elasticsearch domain that you are updating.

\n@param domainName The name of the Elasticsearch domain that you are updating.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "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.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "

The name of the Elasticsearch domain that you are updating.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "EBSOptions" : { "c2jName" : "EBSOptions", "c2jShape" : "EBSOptions", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "EBSOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "EBSOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "EBSOptions", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "EBSOptions", "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.*/", "setterModel" : { "variableDeclarationType" : "EBSOptions", "variableName" : "eBSOptions", "variableType" : "EBSOptions", "documentation" : "", "simpleType" : "EBSOptions", "variableSetterType" : "EBSOptions" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "EBSOptions", "variableName" : "eBSOptions", "variableType" : "EBSOptions", "documentation" : "

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

", "simpleType" : "EBSOptions", "variableSetterType" : "EBSOptions" }, "xmlNameSpaceUri" : null }, "ElasticsearchClusterConfig" : { "c2jName" : "ElasticsearchClusterConfig", "c2jShape" : "ElasticsearchClusterConfig", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "ElasticsearchClusterConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ElasticsearchClusterConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ElasticsearchClusterConfig", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ElasticsearchClusterConfig", "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.*/", "setterModel" : { "variableDeclarationType" : "ElasticsearchClusterConfig", "variableName" : "elasticsearchClusterConfig", "variableType" : "ElasticsearchClusterConfig", "documentation" : "", "simpleType" : "ElasticsearchClusterConfig", "variableSetterType" : "ElasticsearchClusterConfig" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "ElasticsearchClusterConfig", "variableName" : "elasticsearchClusterConfig", "variableType" : "ElasticsearchClusterConfig", "documentation" : "

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

", "simpleType" : "ElasticsearchClusterConfig", "variableSetterType" : "ElasticsearchClusterConfig" }, "xmlNameSpaceUri" : null }, "SnapshotOptions" : { "c2jName" : "SnapshotOptions", "c2jShape" : "SnapshotOptions", "deprecated" : false, "documentation" : "

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

", "enumType" : null, "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.*/", "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.*/", "getterModel" : { "returnType" : "SnapshotOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SnapshotOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SnapshotOptions", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SnapshotOptions", "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.*/", "setterModel" : { "variableDeclarationType" : "SnapshotOptions", "variableName" : "snapshotOptions", "variableType" : "SnapshotOptions", "documentation" : "", "simpleType" : "SnapshotOptions", "variableSetterType" : "SnapshotOptions" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "SnapshotOptions", "variableName" : "snapshotOptions", "variableType" : "SnapshotOptions", "documentation" : "

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

", "simpleType" : "SnapshotOptions", "variableSetterType" : "SnapshotOptions" }, "xmlNameSpaceUri" : null } }, "required" : [ "DomainName" ], "shapeName" : "UpdateElasticsearchDomainConfigRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateElasticsearchDomainConfigRequest", "variableName" : "updateElasticsearchDomainConfigRequest", "variableType" : "UpdateElasticsearchDomainConfigRequest", "documentation" : null, "simpleType" : "UpdateElasticsearchDomainConfigRequest", "variableSetterType" : "UpdateElasticsearchDomainConfigRequest" }, "wrapper" : false }, "UpdateElasticsearchDomainConfigResult" : { "c2jName" : "UpdateElasticsearchDomainConfigResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

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

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "DomainConfig", "c2jShape" : "ElasticsearchDomainConfig", "deprecated" : false, "documentation" : "

The status of the updated Elasticsearch domain.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The status of the updated Elasticsearch domain.

\n@return The status of the updated Elasticsearch domain.*/", "getterModel" : { "returnType" : "ElasticsearchDomainConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DomainConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainConfig", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DomainConfig", "setterDocumentation" : "/**

The status of the updated Elasticsearch domain.

\n@param domainConfig The status of the updated Elasticsearch domain.*/", "setterModel" : { "variableDeclarationType" : "ElasticsearchDomainConfig", "variableName" : "domainConfig", "variableType" : "ElasticsearchDomainConfig", "documentation" : "", "simpleType" : "ElasticsearchDomainConfig", "variableSetterType" : "ElasticsearchDomainConfig" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "ElasticsearchDomainConfig", "variableName" : "domainConfig", "variableType" : "ElasticsearchDomainConfig", "documentation" : "

The status of the updated Elasticsearch domain.

", "simpleType" : "ElasticsearchDomainConfig", "variableSetterType" : "ElasticsearchDomainConfig" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DomainConfig" : { "c2jName" : "DomainConfig", "c2jShape" : "ElasticsearchDomainConfig", "deprecated" : false, "documentation" : "

The status of the updated Elasticsearch domain.

", "enumType" : null, "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.*/", "getterDocumentation" : "/**

The status of the updated Elasticsearch domain.

\n@return The status of the updated Elasticsearch domain.*/", "getterModel" : { "returnType" : "ElasticsearchDomainConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DomainConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainConfig", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DomainConfig", "setterDocumentation" : "/**

The status of the updated Elasticsearch domain.

\n@param domainConfig The status of the updated Elasticsearch domain.*/", "setterModel" : { "variableDeclarationType" : "ElasticsearchDomainConfig", "variableName" : "domainConfig", "variableType" : "ElasticsearchDomainConfig", "documentation" : "", "simpleType" : "ElasticsearchDomainConfig", "variableSetterType" : "ElasticsearchDomainConfig" }, "simple" : false, "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.*/", "variable" : { "variableDeclarationType" : "ElasticsearchDomainConfig", "variableName" : "domainConfig", "variableType" : "ElasticsearchDomainConfig", "documentation" : "

The status of the updated Elasticsearch domain.

", "simpleType" : "ElasticsearchDomainConfig", "variableSetterType" : "ElasticsearchDomainConfig" }, "xmlNameSpaceUri" : null } }, "required" : [ "DomainConfig" ], "shapeName" : "UpdateElasticsearchDomainConfigResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateElasticsearchDomainConfigResult", "variableName" : "updateElasticsearchDomainConfigResult", "variableType" : "UpdateElasticsearchDomainConfigResult", "documentation" : null, "simpleType" : "UpdateElasticsearchDomainConfigResult", "variableSetterType" : "UpdateElasticsearchDomainConfigResult" }, "wrapper" : false }, "ValidationException" : { "c2jName" : "ValidationException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

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

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

The type of EBS volume, standard, gp2, or io1. See Configuring EBS-based Storagefor more information.

", "enums" : [ { "name" : "Standard", "value" : "standard" }, { "name" : "Gp2", "value" : "gp2" }, { "name" : "Io1", "value" : "io1" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "VolumeType", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "VolumeType", "variableName" : "volumeType", "variableType" : "VolumeType", "documentation" : null, "simpleType" : "VolumeType", "variableSetterType" : "VolumeType" }, "wrapper" : false } }, "clientConfigFactory" : "ClientConfigurationFactory", "examples" : { "examples" : { }, "version" : "1.0" }, "exceptionUnmarshallerImpl" : null, "fileHeader" : "/*\n * Copyright 2011-2016 Amazon.com, Inc. or its affiliates. All Rights\n * Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\").\n * You may not use this file except in compliance with the License.\n * A copy of the License is located at\n *\n * http://aws.amazon.com/apache2.0\n *\n * or in the \"license\" file accompanying this file. This file is distributed\n * on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either\n * express or implied. See the License for the specific language governing\n * permissions and limitations under the License.\n */", "hasWaiters" : false, "sdkBaseResponseFqcn" : "com.amazonaws.AmazonWebServiceResult", "sdkModeledExceptionBaseClassName" : "AWSElasticsearchException", "sdkModeledExceptionBaseFqcn" : "com.amazonaws.services.elasticsearch.model.AWSElasticsearchException", "serviceBaseExceptionFqcn" : "com.amazonaws.AmazonServiceException" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy